@charset "UTF-8";
.iti {
  position: relative;
  display: inline-block; }
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
.iti__hide {
    display: none; }
.iti__v-hide {
    visibility: hidden; }
.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
.iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
.iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
@media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
.iti__flag-box {
    display: inline-block;
    width: 20px; }
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
.iti__country {
    padding: 5px 10px;
    outline: none; }
.iti__dial-code {
    color: #999; }
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
.iti__flag-box, .iti__country-name {
    margin-right: 6px; }
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
.iti--container:hover {
      cursor: pointer; }
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
.iti__flag {
  width: 20px; }
.iti__flag.iti__be {
    width: 18px; }
.iti__flag.iti__ch {
    width: 15px; }
.iti__flag.iti__mc {
    width: 19px; }
.iti__flag.iti__ne {
    width: 18px; }
.iti__flag.iti__np {
    width: 13px; }
.iti__flag.iti__va {
    width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.416250f60d785a2e02f1.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.d429a5777afaf2fc3496.png'); } }
.iti__flag.iti__np {
  background-color: transparent; }
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
:root {
  --brand-theme:hsla(197, 98%, 23%,1);
  --brand-theme-h:197;
  --brand-theme-s:98%;
  --brand-theme-l:23%;
  --brand-theme-a:1;
  --brand-primary:hsla(196, 65%, 39%,1);
  --brand-primary-h:196;
  --brand-primary-s:65%;
  --brand-primary-l:39%;
  --brand-primary-a:1;
  --brand-info:hsla(209, 68%, 35%,1);
  --brand-info-h:209;
  --brand-info-s:68%;
  --brand-info-l:35%;
  --brand-info-a:1;
  --brand-accent-1:hsla(186, 100%, 36%,1);
  --brand-accent-1-h:186;
  --brand-accent-1-s:100%;
  --brand-accent-1-l:36%;
  --brand-accent-1-a:1;
  --btn-gradient-start-color: var(--brand-primary);
  --btn-gradient-end-color: var(--brand-info);
  --component-selected-color: hsl(var(--brand-primary-h), var(--brand-primary-s), 92%);
  --font-size-base: 16px;
  --font-size-xxl: 44px;
  --font-size-xl: 32px;
  --font-size-lg: 24px;
  --font-size-md: 19px;
  --font-size-sm: 14px;
  --font-size-xs: 12px;
}
.theme-igm {
  --brand-theme:hsla(202, 84%, 32%,1);
  --brand-theme-h:202;
  --brand-theme-s:84%;
  --brand-theme-l:32%;
  --brand-theme-a:1;
  --brand-primary:hsla(202, 72%, 42%,1);
  --brand-primary-h:202;
  --brand-primary-s:72%;
  --brand-primary-l:42%;
  --brand-primary-a:1;
  --brand-info:hsla(198, 100%, 22%,1);
  --brand-info-h:198;
  --brand-info-s:100%;
  --brand-info-l:22%;
  --brand-info-a:1;
  --btn-gradient-start-color: var(--brand-primary);
  --btn-gradient-end-color: var(--brand-theme);
  --component-selected-color: hsl(var(--brand-primary-h), var(--brand-primary-s), 92%);
}
.theme-igp {
  --brand-theme:hsla(330, 3%, 13%,1);
  --brand-theme-h:330;
  --brand-theme-s:3%;
  --brand-theme-l:13%;
  --brand-theme-a:1;
  --brand-primary:hsla(39, 37%, 54%,1);
  --brand-primary-h:39;
  --brand-primary-s:37%;
  --brand-primary-l:54%;
  --brand-primary-a:1;
  --brand-info:hsla(39, 37%, 36%,1);
  --brand-info-h:39;
  --brand-info-s:37%;
  --brand-info-l:36%;
  --brand-info-a:1;
  --btn-gradient-start-color: #b5975e;
  --btn-gradient-end-color: #dbb876;
  --component-selected-color: hsl(var(--brand-primary-h), var(--brand-primary-s), 92%);
}
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type=text],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.2s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #1890ff;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating=true],
[ant-click-animating-without-extra-node=true] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node=true]::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-global-scrollblock body {
  overflow-x: visible;
}
.nz-overlay-transparent-backdrop,
.nz-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
.nz-animate-disabled.ant-drawer.ant-drawer-open .ant-drawer-mask {
  -webkit-animation: none;
          animation: none;
  transition: none;
}
.nz-animate-disabled.ant-drawer > * {
  transition: none;
}
.nz-animate-disabled .ant-modal-mask,
.nz-animate-disabled .ant-modal {
  -webkit-animation: none;
          animation: none;
  transition: none;
}
.nz-animate-disabled .ant-modal-mask.zoom-enter,
.nz-animate-disabled .ant-modal.zoom-enter,
.nz-animate-disabled .ant-modal-mask.zoom-leave,
.nz-animate-disabled .ant-modal.zoom-leave,
.nz-animate-disabled .ant-modal-mask.zoom-enter-active,
.nz-animate-disabled .ant-modal.zoom-enter-active,
.nz-animate-disabled .ant-modal-mask.zoom-leave-active,
.nz-animate-disabled .ant-modal.zoom-leave-active {
  -webkit-animation: none;
          animation: none;
  transition: none;
}
.nz-animate-disabled.ant-menu {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item .anticon,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item .anticon + span,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon + span {
  transition: none;
}
.nz-animate-disabled.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs.ant-tabs-left .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-right .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-top .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: none;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  padding: 8px 15px 8px 37px;
  border-radius: 4px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}
.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}
.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.2s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  position: absolute;
  right: 16px;
}
.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 4px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  -webkit-animation: antAlertSlideUpOut 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antAlertSlideUpOut 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@-webkit-keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  content: " ";
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: top 0.2s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1;
}
.ant-badge-count {
  z-index: 10;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: 10;
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: "";
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f5222d;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.2s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.2s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  -webkit-transform: none;
          transform: none;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only > p {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.2s;
}
.ant-breadcrumb a:hover {
  color: #40a9ff;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-btn, .uic-table-action-button a,
.uic-table-action-button button {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon, .uic-table-action-button a > .anticon,
.uic-table-action-button button > .anticon {
  line-height: 1;
}
.ant-btn, .uic-table-action-button a,
.uic-table-action-button button,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover, .uic-table-action-button a:not([disabled]):hover,
.uic-table-action-button button:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active, .uic-table-action-button a:not([disabled]):active,
.uic-table-action-button button:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn.disabled, .uic-table-action-button a.disabled,
.uic-table-action-button button.disabled,
.ant-btn[disabled],
.uic-table-action-button a[disabled],
.uic-table-action-button button[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *, .uic-table-action-button a.disabled > *,
.uic-table-action-button button.disabled > *,
.ant-btn[disabled] > *,
.uic-table-action-button a[disabled] > *,
.uic-table-action-button button[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn > a:only-child, .uic-table-action-button a > a:only-child,
.uic-table-action-button button > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child::after, .uic-table-action-button a > a:only-child::after,
.uic-table-action-button button > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn:hover, .uic-table-action-button a:hover,
.uic-table-action-button button:hover,
.ant-btn:focus,
.uic-table-action-button a:focus,
.uic-table-action-button button:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn:hover > a:only-child, .uic-table-action-button a:hover > a:only-child,
.uic-table-action-button button:hover > a:only-child,
.ant-btn:focus > a:only-child,
.uic-table-action-button a:focus > a:only-child,
.uic-table-action-button button:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after, .uic-table-action-button a:hover > a:only-child::after,
.uic-table-action-button button:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after,
.uic-table-action-button a:focus > a:only-child::after,
.uic-table-action-button button:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn:active, .uic-table-action-button a:active,
.uic-table-action-button button:active,
.ant-btn.active,
.uic-table-action-button a.active,
.uic-table-action-button button.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn:active > a:only-child, .uic-table-action-button a:active > a:only-child,
.uic-table-action-button button:active > a:only-child,
.ant-btn.active > a:only-child,
.uic-table-action-button a.active > a:only-child,
.uic-table-action-button button.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after, .uic-table-action-button a:active > a:only-child::after,
.uic-table-action-button button:active > a:only-child::after,
.ant-btn.active > a:only-child::after,
.uic-table-action-button a.active > a:only-child::after,
.uic-table-action-button button.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-disabled,
.ant-btn.disabled,
.uic-table-action-button a.disabled,
.uic-table-action-button button.disabled,
.ant-btn[disabled],
.uic-table-action-button a[disabled],
.uic-table-action-button button[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.uic-table-action-button a.disabled > a:only-child,
.uic-table-action-button button.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.uic-table-action-button a[disabled] > a:only-child,
.uic-table-action-button button[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.uic-table-action-button a.disabled > a:only-child::after,
.uic-table-action-button button.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.uic-table-action-button a[disabled] > a:only-child::after,
.uic-table-action-button button[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn:hover, .uic-table-action-button a:hover,
.uic-table-action-button button:hover,
.ant-btn:focus,
.uic-table-action-button a:focus,
.uic-table-action-button button:focus,
.ant-btn:active,
.uic-table-action-button a:active,
.uic-table-action-button button:active,
.ant-btn.active,
.uic-table-action-button a.active,
.uic-table-action-button button.active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > i, .uic-table-action-button a > i,
.uic-table-action-button button > i,
.ant-btn > span,
.uic-table-action-button a > span,
.uic-table-action-button button > span {
  display: inline-block;
  transition: margin-left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-danger {
  color: #f5222d;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #cf1322;
  border-color: #cf1322;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-link:active,
.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
}
.ant-btn::before, .uic-table-action-button a::before,
.uic-table-action-button button::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: "";
  pointer-events: none;
}
.ant-btn .anticon, .uic-table-action-button a .anticon,
.uic-table-action-button button .anticon {
  transition: margin-left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg, .uic-table-action-button a .anticon.anticon-plus > svg,
.uic-table-action-button button .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg,
.uic-table-action-button a .anticon.anticon-minus > svg,
.uic-table-action-button button .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading, .uic-table-action-button a.ant-btn-loading,
.uic-table-action-button button.ant-btn-loading {
  position: relative;
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before, .uic-table-action-button a.ant-btn-loading::before,
.uic-table-action-button button.ant-btn-loading::before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only), .uic-table-action-button a.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only),
.uic-table-action-button button.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child), .uic-table-action-button a.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child),
.uic-table-action-button button.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn, .uic-table-action-button .ant-btn-group > a,
.uic-table-action-button .ant-btn-group > button,
.ant-btn-group > span > .ant-btn,
.uic-table-action-button .ant-btn-group > span > a,
.uic-table-action-button .ant-btn-group > span > button {
  position: relative;
}
.ant-btn-group > .ant-btn:hover, .uic-table-action-button .ant-btn-group > a:hover,
.uic-table-action-button .ant-btn-group > button:hover,
.ant-btn-group > span > .ant-btn:hover,
.uic-table-action-button .ant-btn-group > span > a:hover,
.uic-table-action-button .ant-btn-group > span > button:hover,
.ant-btn-group > .ant-btn:focus,
.uic-table-action-button .ant-btn-group > a:focus,
.uic-table-action-button .ant-btn-group > button:focus,
.ant-btn-group > span > .ant-btn:focus,
.uic-table-action-button .ant-btn-group > span > a:focus,
.uic-table-action-button .ant-btn-group > span > button:focus,
.ant-btn-group > .ant-btn:active,
.uic-table-action-button .ant-btn-group > a:active,
.uic-table-action-button .ant-btn-group > button:active,
.ant-btn-group > span > .ant-btn:active,
.uic-table-action-button .ant-btn-group > span > a:active,
.uic-table-action-button .ant-btn-group > span > button:active,
.ant-btn-group > .ant-btn.active,
.uic-table-action-button .ant-btn-group > a.active,
.uic-table-action-button .ant-btn-group > button.active,
.ant-btn-group > span > .ant-btn.active,
.uic-table-action-button .ant-btn-group > span > a.active,
.uic-table-action-button .ant-btn-group > span > button.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled, .uic-table-action-button .ant-btn-group > a:disabled,
.uic-table-action-button .ant-btn-group > button:disabled,
.ant-btn-group > span > .ant-btn:disabled,
.uic-table-action-button .ant-btn-group > span > a:disabled,
.uic-table-action-button .ant-btn-group > span > button:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn, .uic-table-action-button .ant-btn-group-lg > a,
.uic-table-action-button .ant-btn-group-lg > button,
.ant-btn-group-lg > span > .ant-btn,
.uic-table-action-button .ant-btn-group-lg > span > a,
.uic-table-action-button .ant-btn-group-lg > span > button {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px;
}
.ant-btn-group-sm > .ant-btn, .uic-table-action-button .ant-btn-group-sm > a,
.uic-table-action-button .ant-btn-group-sm > button,
.ant-btn-group-sm > span > .ant-btn,
.uic-table-action-button .ant-btn-group-sm > span > a,
.uic-table-action-button .ant-btn-group-sm > span > button {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon, .uic-table-action-button .ant-btn-group-sm > a > .anticon,
.uic-table-action-button .ant-btn-group-sm > button > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon,
.uic-table-action-button .ant-btn-group-sm > span > a > .anticon,
.uic-table-action-button .ant-btn-group-sm > span > button > .anticon {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn, .ant-btn-group .uic-table-action-button a + .ant-btn, .uic-table-action-button .ant-btn-group a + .ant-btn,
.ant-btn-group .uic-table-action-button button + .ant-btn,
.uic-table-action-button .ant-btn-group button + .ant-btn, .ant-btn-group .uic-table-action-button .ant-btn + a, .uic-table-action-button .ant-btn-group .ant-btn + a, .ant-btn-group .uic-table-action-button a + a, .uic-table-action-button .ant-btn-group a + a,
.ant-btn-group .uic-table-action-button button + a,
.uic-table-action-button .ant-btn-group button + a,
.ant-btn-group .uic-table-action-button .ant-btn + button,
.uic-table-action-button .ant-btn-group .ant-btn + button,
.ant-btn-group .uic-table-action-button a + button,
.uic-table-action-button .ant-btn-group a + button,
.ant-btn-group .uic-table-action-button button + button,
.uic-table-action-button .ant-btn-group button + button,
.ant-btn + .ant-btn-group,
.uic-table-action-button a + .ant-btn-group,
.uic-table-action-button button + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .uic-table-action-button span + a,
.uic-table-action-button .ant-btn-group span + a,
.ant-btn-group .uic-table-action-button span + button,
.uic-table-action-button .ant-btn-group span + button,
.ant-btn-group .ant-btn + span,
.ant-btn-group .uic-table-action-button a + span,
.uic-table-action-button .ant-btn-group a + span,
.ant-btn-group .uic-table-action-button button + span,
.uic-table-action-button .ant-btn-group button + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.uic-table-action-button .ant-btn-group + a,
.uic-table-action-button .ant-btn-group + button,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]), .ant-btn-group .uic-table-action-button .ant-btn-primary + a:not(.ant-btn-primary):not([disabled]), .uic-table-action-button .ant-btn-group .ant-btn-primary + a:not(.ant-btn-primary):not([disabled]),
.ant-btn-group .uic-table-action-button .ant-btn-primary + button:not(.ant-btn-primary):not([disabled]),
.uic-table-action-button .ant-btn-group .ant-btn-primary + button:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn, .ant-btn-group .uic-table-action-button a, .uic-table-action-button .ant-btn-group a,
.ant-btn-group .uic-table-action-button button,
.uic-table-action-button .ant-btn-group button {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child, .uic-table-action-button .ant-btn-group > a:first-child,
.uic-table-action-button .ant-btn-group > button:first-child,
.ant-btn-group > span:first-child > .ant-btn,
.uic-table-action-button .ant-btn-group > span:first-child > a,
.uic-table-action-button .ant-btn-group > span:first-child > button {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child, .uic-table-action-button .ant-btn-group > a:only-child,
.uic-table-action-button .ant-btn-group > button:only-child {
  border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn, .uic-table-action-button .ant-btn-group > span:only-child > a,
.uic-table-action-button .ant-btn-group > span:only-child > button {
  border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child), .uic-table-action-button .ant-btn-group > a:first-child:not(:last-child),
.uic-table-action-button .ant-btn-group > button:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn,
.uic-table-action-button .ant-btn-group > span:first-child:not(:last-child) > a,
.uic-table-action-button .ant-btn-group > span:first-child:not(:last-child) > button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child), .uic-table-action-button .ant-btn-group > a:last-child:not(:first-child),
.uic-table-action-button .ant-btn-group > button:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn,
.uic-table-action-button .ant-btn-group > span:last-child:not(:first-child) > a,
.uic-table-action-button .ant-btn-group > span:last-child:not(:first-child) > button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child, .uic-table-action-button .ant-btn-group-sm > a:only-child,
.uic-table-action-button .ant-btn-group-sm > button:only-child {
  border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn, .uic-table-action-button .ant-btn-group-sm > span:only-child > a,
.uic-table-action-button .ant-btn-group-sm > span:only-child > button {
  border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), .uic-table-action-button .ant-btn-group-sm > a:first-child:not(:last-child),
.uic-table-action-button .ant-btn-group-sm > button:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn,
.uic-table-action-button .ant-btn-group-sm > span:first-child:not(:last-child) > a,
.uic-table-action-button .ant-btn-group-sm > span:first-child:not(:last-child) > button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), .uic-table-action-button .ant-btn-group-sm > a:last-child:not(:first-child),
.uic-table-action-button .ant-btn-group-sm > button:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn,
.uic-table-action-button .ant-btn-group-sm > span:last-child:not(:first-child) > a,
.uic-table-action-button .ant-btn-group-sm > span:last-child:not(:first-child) > button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn, .uic-table-action-button .ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > a,
.uic-table-action-button .ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child, .uic-table-action-button .ant-btn-group > .ant-btn-group:first-child:not(:last-child) > a:last-child,
.uic-table-action-button .ant-btn-group > .ant-btn-group:first-child:not(:last-child) > button:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child, .uic-table-action-button .ant-btn-group > .ant-btn-group:last-child:not(:first-child) > a:first-child,
.uic-table-action-button .ant-btn-group > .ant-btn-group:last-child:not(:first-child) > button:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only, .uic-table-action-button a:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only,
.uic-table-action-button button:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-btn:focus > span, .uic-table-action-button a:focus > span,
.uic-table-action-button button:focus > span,
.ant-btn:active > span,
.uic-table-action-button a:active > span,
.uic-table-action-button button:active > span {
  position: relative;
}
.ant-btn > .anticon + span, .uic-table-action-button a > .anticon + span,
.uic-table-action-button button > .anticon + span,
.ant-btn > span + .anticon,
.uic-table-action-button a > span + .anticon,
.uic-table-action-button button > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #f5222d;
  background-color: transparent;
  border-color: #f5222d;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #cf1322;
  background-color: transparent;
  border-color: #cf1322;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty, .uic-table-action-button a:empty,
.uic-table-action-button button:empty {
  vertical-align: top;
}
a.ant-btn, .uic-table-action-button a {
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 0.2s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  zoom: 1;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: "";
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: "";
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: "";
}
.ant-card-body::after {
  clear: both;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: "";
}
.ant-card-body::after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  transition: all 0.2s;
}
.ant-card-grid:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: "";
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: "";
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: inline-block;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #1890ff;
  transition: color 0.2s;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li > span a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.ant-card-actions > li > span a:hover {
  color: #1890ff;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: "";
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: "";
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
}
@-webkit-keyframes card-loading {
  0%, 100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%, 100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 40px;
  color: #1890ff;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #1890ff;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  transition: all 0.2s;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #1890ff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: "";
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: "";
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  height: 2px;
  background-color: #1890ff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: "";
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: "";
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-prev {
  left: 0;
}
:root .ant-tabs-tab-prev {
  -webkit-filter: none;
          filter: none;
}
.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav::before,
.ant-tabs-nav::after {
  display: table;
  content: " ";
}
.ant-tabs-nav::after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #40a9ff;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #096dd9;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  font-weight: 500;
}
.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 0.45s;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  transition: margin-left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: margin-left;
}
.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  height: 100%;
  border-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}
.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: "";
}
.ant-row::after {
  clear: both;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: "";
}
.ant-row::after {
  clear: both;
}
.ant-row-flex {
  display: flex;
  flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
  display: flex;
}
.ant-row-flex-start {
  justify-content: flex-start;
}
.ant-row-flex-center {
  justify-content: center;
}
.ant-row-flex-end {
  justify-content: flex-end;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex-space-around {
  justify-content: space-around;
}
.ant-row-flex-top {
  align-items: flex-start;
}
.ant-row-flex-middle {
  align-items: center;
}
.ant-row-flex-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12,
.ant-col-13,
.ant-col-xs-13,
.ant-col-sm-13,
.ant-col-md-13,
.ant-col-lg-13,
.ant-col-14,
.ant-col-xs-14,
.ant-col-sm-14,
.ant-col-md-14,
.ant-col-lg-14,
.ant-col-15,
.ant-col-xs-15,
.ant-col-sm-15,
.ant-col-md-15,
.ant-col-lg-15,
.ant-col-16,
.ant-col-xs-16,
.ant-col-sm-16,
.ant-col-md-16,
.ant-col-lg-16,
.ant-col-17,
.ant-col-xs-17,
.ant-col-sm-17,
.ant-col-md-17,
.ant-col-lg-17,
.ant-col-18,
.ant-col-xs-18,
.ant-col-sm-18,
.ant-col-md-18,
.ant-col-lg-18,
.ant-col-19,
.ant-col-xs-19,
.ant-col-sm-19,
.ant-col-md-19,
.ant-col-lg-19,
.ant-col-20,
.ant-col-xs-20,
.ant-col-sm-20,
.ant-col-md-20,
.ant-col-lg-20,
.ant-col-21,
.ant-col-xs-21,
.ant-col-sm-21,
.ant-col-md-21,
.ant-col-lg-21,
.ant-col-22,
.ant-col-xs-22,
.ant-col-sm-22,
.ant-col-md-22,
.ant-col-lg-22,
.ant-col-23,
.ant-col-xs-23,
.ant-col-sm-23,
.ant-col-md-23,
.ant-col-lg-23,
.ant-col-24,
.ant-col-xs-24,
.ant-col-sm-24,
.ant-col-md-24,
.ant-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-xs-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1,
.ant-col-sm-2,
.ant-col-sm-3,
.ant-col-sm-4,
.ant-col-sm-5,
.ant-col-sm-6,
.ant-col-sm-7,
.ant-col-sm-8,
.ant-col-sm-9,
.ant-col-sm-10,
.ant-col-sm-11,
.ant-col-sm-12,
.ant-col-sm-13,
.ant-col-sm-14,
.ant-col-sm-15,
.ant-col-sm-16,
.ant-col-sm-17,
.ant-col-sm-18,
.ant-col-sm-19,
.ant-col-sm-20,
.ant-col-sm-21,
.ant-col-sm-22,
.ant-col-sm-23,
.ant-col-sm-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-sm-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-sm-push-24 {
    left: 100%;
  }

  .ant-col-sm-pull-24 {
    right: 100%;
  }

  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }

  .ant-col-sm-order-24 {
    order: 24;
  }

  .ant-col-sm-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }

  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-sm-order-23 {
    order: 23;
  }

  .ant-col-sm-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }

  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-sm-order-22 {
    order: 22;
  }

  .ant-col-sm-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-sm-push-21 {
    left: 87.5%;
  }

  .ant-col-sm-pull-21 {
    right: 87.5%;
  }

  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-sm-order-21 {
    order: 21;
  }

  .ant-col-sm-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }

  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-sm-order-20 {
    order: 20;
  }

  .ant-col-sm-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }

  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-sm-order-19 {
    order: 19;
  }

  .ant-col-sm-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-sm-push-18 {
    left: 75%;
  }

  .ant-col-sm-pull-18 {
    right: 75%;
  }

  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }

  .ant-col-sm-order-18 {
    order: 18;
  }

  .ant-col-sm-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }

  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-sm-order-17 {
    order: 17;
  }

  .ant-col-sm-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }

  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-sm-order-16 {
    order: 16;
  }

  .ant-col-sm-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-sm-push-15 {
    left: 62.5%;
  }

  .ant-col-sm-pull-15 {
    right: 62.5%;
  }

  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-sm-order-15 {
    order: 15;
  }

  .ant-col-sm-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }

  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-sm-order-14 {
    order: 14;
  }

  .ant-col-sm-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }

  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-sm-order-13 {
    order: 13;
  }

  .ant-col-sm-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-sm-push-12 {
    left: 50%;
  }

  .ant-col-sm-pull-12 {
    right: 50%;
  }

  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }

  .ant-col-sm-order-12 {
    order: 12;
  }

  .ant-col-sm-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }

  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-sm-order-11 {
    order: 11;
  }

  .ant-col-sm-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }

  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-sm-order-10 {
    order: 10;
  }

  .ant-col-sm-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-sm-push-9 {
    left: 37.5%;
  }

  .ant-col-sm-pull-9 {
    right: 37.5%;
  }

  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-sm-order-9 {
    order: 9;
  }

  .ant-col-sm-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }

  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-sm-order-8 {
    order: 8;
  }

  .ant-col-sm-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }

  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-sm-order-7 {
    order: 7;
  }

  .ant-col-sm-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-sm-push-6 {
    left: 25%;
  }

  .ant-col-sm-pull-6 {
    right: 25%;
  }

  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }

  .ant-col-sm-order-6 {
    order: 6;
  }

  .ant-col-sm-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }

  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-sm-order-5 {
    order: 5;
  }

  .ant-col-sm-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }

  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-sm-order-4 {
    order: 4;
  }

  .ant-col-sm-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-sm-push-3 {
    left: 12.5%;
  }

  .ant-col-sm-pull-3 {
    right: 12.5%;
  }

  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-sm-order-3 {
    order: 3;
  }

  .ant-col-sm-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }

  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-sm-order-2 {
    order: 2;
  }

  .ant-col-sm-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }

  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-sm-order-1 {
    order: 1;
  }

  .ant-col-sm-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-sm-push-0 {
    left: auto;
  }

  .ant-col-sm-pull-0 {
    right: auto;
  }

  .ant-col-sm-offset-0 {
    margin-left: 0;
  }

  .ant-col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1,
.ant-col-md-2,
.ant-col-md-3,
.ant-col-md-4,
.ant-col-md-5,
.ant-col-md-6,
.ant-col-md-7,
.ant-col-md-8,
.ant-col-md-9,
.ant-col-md-10,
.ant-col-md-11,
.ant-col-md-12,
.ant-col-md-13,
.ant-col-md-14,
.ant-col-md-15,
.ant-col-md-16,
.ant-col-md-17,
.ant-col-md-18,
.ant-col-md-19,
.ant-col-md-20,
.ant-col-md-21,
.ant-col-md-22,
.ant-col-md-23,
.ant-col-md-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-md-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-md-push-24 {
    left: 100%;
  }

  .ant-col-md-pull-24 {
    right: 100%;
  }

  .ant-col-md-offset-24 {
    margin-left: 100%;
  }

  .ant-col-md-order-24 {
    order: 24;
  }

  .ant-col-md-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-md-push-23 {
    left: 95.83333333%;
  }

  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-md-order-23 {
    order: 23;
  }

  .ant-col-md-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-md-push-22 {
    left: 91.66666667%;
  }

  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-md-order-22 {
    order: 22;
  }

  .ant-col-md-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-md-push-21 {
    left: 87.5%;
  }

  .ant-col-md-pull-21 {
    right: 87.5%;
  }

  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-md-order-21 {
    order: 21;
  }

  .ant-col-md-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-md-push-20 {
    left: 83.33333333%;
  }

  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-md-order-20 {
    order: 20;
  }

  .ant-col-md-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-md-push-19 {
    left: 79.16666667%;
  }

  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-md-order-19 {
    order: 19;
  }

  .ant-col-md-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-md-push-18 {
    left: 75%;
  }

  .ant-col-md-pull-18 {
    right: 75%;
  }

  .ant-col-md-offset-18 {
    margin-left: 75%;
  }

  .ant-col-md-order-18 {
    order: 18;
  }

  .ant-col-md-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-md-push-17 {
    left: 70.83333333%;
  }

  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-md-order-17 {
    order: 17;
  }

  .ant-col-md-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-md-push-16 {
    left: 66.66666667%;
  }

  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-md-order-16 {
    order: 16;
  }

  .ant-col-md-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-md-push-15 {
    left: 62.5%;
  }

  .ant-col-md-pull-15 {
    right: 62.5%;
  }

  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-md-order-15 {
    order: 15;
  }

  .ant-col-md-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-md-push-14 {
    left: 58.33333333%;
  }

  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-md-order-14 {
    order: 14;
  }

  .ant-col-md-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-md-push-13 {
    left: 54.16666667%;
  }

  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-md-order-13 {
    order: 13;
  }

  .ant-col-md-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-md-push-12 {
    left: 50%;
  }

  .ant-col-md-pull-12 {
    right: 50%;
  }

  .ant-col-md-offset-12 {
    margin-left: 50%;
  }

  .ant-col-md-order-12 {
    order: 12;
  }

  .ant-col-md-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-md-push-11 {
    left: 45.83333333%;
  }

  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-md-order-11 {
    order: 11;
  }

  .ant-col-md-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-md-push-10 {
    left: 41.66666667%;
  }

  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-md-order-10 {
    order: 10;
  }

  .ant-col-md-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-md-push-9 {
    left: 37.5%;
  }

  .ant-col-md-pull-9 {
    right: 37.5%;
  }

  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-md-order-9 {
    order: 9;
  }

  .ant-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-md-push-8 {
    left: 33.33333333%;
  }

  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-md-order-8 {
    order: 8;
  }

  .ant-col-md-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-md-push-7 {
    left: 29.16666667%;
  }

  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-md-order-7 {
    order: 7;
  }

  .ant-col-md-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-md-push-6 {
    left: 25%;
  }

  .ant-col-md-pull-6 {
    right: 25%;
  }

  .ant-col-md-offset-6 {
    margin-left: 25%;
  }

  .ant-col-md-order-6 {
    order: 6;
  }

  .ant-col-md-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-md-push-5 {
    left: 20.83333333%;
  }

  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-md-order-5 {
    order: 5;
  }

  .ant-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-md-push-4 {
    left: 16.66666667%;
  }

  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-md-order-4 {
    order: 4;
  }

  .ant-col-md-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-md-push-3 {
    left: 12.5%;
  }

  .ant-col-md-pull-3 {
    right: 12.5%;
  }

  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-md-order-3 {
    order: 3;
  }

  .ant-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-md-push-2 {
    left: 8.33333333%;
  }

  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-md-order-2 {
    order: 2;
  }

  .ant-col-md-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-md-push-1 {
    left: 4.16666667%;
  }

  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-md-order-1 {
    order: 1;
  }

  .ant-col-md-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-md-push-0 {
    left: auto;
  }

  .ant-col-md-pull-0 {
    right: auto;
  }

  .ant-col-md-offset-0 {
    margin-left: 0;
  }

  .ant-col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-1,
.ant-col-lg-2,
.ant-col-lg-3,
.ant-col-lg-4,
.ant-col-lg-5,
.ant-col-lg-6,
.ant-col-lg-7,
.ant-col-lg-8,
.ant-col-lg-9,
.ant-col-lg-10,
.ant-col-lg-11,
.ant-col-lg-12,
.ant-col-lg-13,
.ant-col-lg-14,
.ant-col-lg-15,
.ant-col-lg-16,
.ant-col-lg-17,
.ant-col-lg-18,
.ant-col-lg-19,
.ant-col-lg-20,
.ant-col-lg-21,
.ant-col-lg-22,
.ant-col-lg-23,
.ant-col-lg-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-lg-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-lg-push-24 {
    left: 100%;
  }

  .ant-col-lg-pull-24 {
    right: 100%;
  }

  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }

  .ant-col-lg-order-24 {
    order: 24;
  }

  .ant-col-lg-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }

  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-lg-order-23 {
    order: 23;
  }

  .ant-col-lg-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }

  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-lg-order-22 {
    order: 22;
  }

  .ant-col-lg-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-lg-push-21 {
    left: 87.5%;
  }

  .ant-col-lg-pull-21 {
    right: 87.5%;
  }

  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-lg-order-21 {
    order: 21;
  }

  .ant-col-lg-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }

  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-lg-order-20 {
    order: 20;
  }

  .ant-col-lg-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }

  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-lg-order-19 {
    order: 19;
  }

  .ant-col-lg-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-lg-push-18 {
    left: 75%;
  }

  .ant-col-lg-pull-18 {
    right: 75%;
  }

  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }

  .ant-col-lg-order-18 {
    order: 18;
  }

  .ant-col-lg-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }

  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-lg-order-17 {
    order: 17;
  }

  .ant-col-lg-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }

  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-lg-order-16 {
    order: 16;
  }

  .ant-col-lg-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-lg-push-15 {
    left: 62.5%;
  }

  .ant-col-lg-pull-15 {
    right: 62.5%;
  }

  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-lg-order-15 {
    order: 15;
  }

  .ant-col-lg-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }

  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-lg-order-14 {
    order: 14;
  }

  .ant-col-lg-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }

  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-lg-order-13 {
    order: 13;
  }

  .ant-col-lg-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-lg-push-12 {
    left: 50%;
  }

  .ant-col-lg-pull-12 {
    right: 50%;
  }

  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }

  .ant-col-lg-order-12 {
    order: 12;
  }

  .ant-col-lg-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }

  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-lg-order-11 {
    order: 11;
  }

  .ant-col-lg-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }

  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-lg-order-10 {
    order: 10;
  }

  .ant-col-lg-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-lg-push-9 {
    left: 37.5%;
  }

  .ant-col-lg-pull-9 {
    right: 37.5%;
  }

  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-lg-order-9 {
    order: 9;
  }

  .ant-col-lg-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }

  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-lg-order-8 {
    order: 8;
  }

  .ant-col-lg-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }

  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-lg-order-7 {
    order: 7;
  }

  .ant-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-lg-push-6 {
    left: 25%;
  }

  .ant-col-lg-pull-6 {
    right: 25%;
  }

  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }

  .ant-col-lg-order-6 {
    order: 6;
  }

  .ant-col-lg-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }

  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-lg-order-5 {
    order: 5;
  }

  .ant-col-lg-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }

  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-lg-order-4 {
    order: 4;
  }

  .ant-col-lg-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-lg-push-3 {
    left: 12.5%;
  }

  .ant-col-lg-pull-3 {
    right: 12.5%;
  }

  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-lg-order-3 {
    order: 3;
  }

  .ant-col-lg-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }

  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-lg-order-2 {
    order: 2;
  }

  .ant-col-lg-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }

  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-lg-order-1 {
    order: 1;
  }

  .ant-col-lg-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-lg-push-0 {
    left: auto;
  }

  .ant-col-lg-pull-0 {
    right: auto;
  }

  .ant-col-lg-offset-0 {
    margin-left: 0;
  }

  .ant-col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1,
.ant-col-xl-2,
.ant-col-xl-3,
.ant-col-xl-4,
.ant-col-xl-5,
.ant-col-xl-6,
.ant-col-xl-7,
.ant-col-xl-8,
.ant-col-xl-9,
.ant-col-xl-10,
.ant-col-xl-11,
.ant-col-xl-12,
.ant-col-xl-13,
.ant-col-xl-14,
.ant-col-xl-15,
.ant-col-xl-16,
.ant-col-xl-17,
.ant-col-xl-18,
.ant-col-xl-19,
.ant-col-xl-20,
.ant-col-xl-21,
.ant-col-xl-22,
.ant-col-xl-23,
.ant-col-xl-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-xl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-xl-push-24 {
    left: 100%;
  }

  .ant-col-xl-pull-24 {
    right: 100%;
  }

  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }

  .ant-col-xl-order-24 {
    order: 24;
  }

  .ant-col-xl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }

  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-xl-order-23 {
    order: 23;
  }

  .ant-col-xl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }

  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-xl-order-22 {
    order: 22;
  }

  .ant-col-xl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-xl-push-21 {
    left: 87.5%;
  }

  .ant-col-xl-pull-21 {
    right: 87.5%;
  }

  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-xl-order-21 {
    order: 21;
  }

  .ant-col-xl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }

  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-xl-order-20 {
    order: 20;
  }

  .ant-col-xl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }

  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-xl-order-19 {
    order: 19;
  }

  .ant-col-xl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-xl-push-18 {
    left: 75%;
  }

  .ant-col-xl-pull-18 {
    right: 75%;
  }

  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }

  .ant-col-xl-order-18 {
    order: 18;
  }

  .ant-col-xl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }

  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-xl-order-17 {
    order: 17;
  }

  .ant-col-xl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }

  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-xl-order-16 {
    order: 16;
  }

  .ant-col-xl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-xl-push-15 {
    left: 62.5%;
  }

  .ant-col-xl-pull-15 {
    right: 62.5%;
  }

  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-xl-order-15 {
    order: 15;
  }

  .ant-col-xl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }

  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-xl-order-14 {
    order: 14;
  }

  .ant-col-xl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }

  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-xl-order-13 {
    order: 13;
  }

  .ant-col-xl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-xl-push-12 {
    left: 50%;
  }

  .ant-col-xl-pull-12 {
    right: 50%;
  }

  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }

  .ant-col-xl-order-12 {
    order: 12;
  }

  .ant-col-xl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }

  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-xl-order-11 {
    order: 11;
  }

  .ant-col-xl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }

  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-xl-order-10 {
    order: 10;
  }

  .ant-col-xl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-xl-push-9 {
    left: 37.5%;
  }

  .ant-col-xl-pull-9 {
    right: 37.5%;
  }

  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-xl-order-9 {
    order: 9;
  }

  .ant-col-xl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }

  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-xl-order-8 {
    order: 8;
  }

  .ant-col-xl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }

  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-xl-order-7 {
    order: 7;
  }

  .ant-col-xl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-xl-push-6 {
    left: 25%;
  }

  .ant-col-xl-pull-6 {
    right: 25%;
  }

  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }

  .ant-col-xl-order-6 {
    order: 6;
  }

  .ant-col-xl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }

  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-xl-order-5 {
    order: 5;
  }

  .ant-col-xl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }

  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-xl-order-4 {
    order: 4;
  }

  .ant-col-xl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-xl-push-3 {
    left: 12.5%;
  }

  .ant-col-xl-pull-3 {
    right: 12.5%;
  }

  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-xl-order-3 {
    order: 3;
  }

  .ant-col-xl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }

  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-xl-order-2 {
    order: 2;
  }

  .ant-col-xl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }

  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-xl-order-1 {
    order: 1;
  }

  .ant-col-xl-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-xl-push-0 {
    left: auto;
  }

  .ant-col-xl-pull-0 {
    right: auto;
  }

  .ant-col-xl-offset-0 {
    margin-left: 0;
  }

  .ant-col-xl-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1,
.ant-col-xxl-2,
.ant-col-xxl-3,
.ant-col-xxl-4,
.ant-col-xxl-5,
.ant-col-xxl-6,
.ant-col-xxl-7,
.ant-col-xxl-8,
.ant-col-xxl-9,
.ant-col-xxl-10,
.ant-col-xxl-11,
.ant-col-xxl-12,
.ant-col-xxl-13,
.ant-col-xxl-14,
.ant-col-xxl-15,
.ant-col-xxl-16,
.ant-col-xxl-17,
.ant-col-xxl-18,
.ant-col-xxl-19,
.ant-col-xxl-20,
.ant-col-xxl-21,
.ant-col-xxl-22,
.ant-col-xxl-23,
.ant-col-xxl-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-xxl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-xxl-push-24 {
    left: 100%;
  }

  .ant-col-xxl-pull-24 {
    right: 100%;
  }

  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }

  .ant-col-xxl-order-24 {
    order: 24;
  }

  .ant-col-xxl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }

  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-xxl-order-23 {
    order: 23;
  }

  .ant-col-xxl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }

  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-xxl-order-22 {
    order: 22;
  }

  .ant-col-xxl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-xxl-push-21 {
    left: 87.5%;
  }

  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }

  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-xxl-order-21 {
    order: 21;
  }

  .ant-col-xxl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }

  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-xxl-order-20 {
    order: 20;
  }

  .ant-col-xxl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }

  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-xxl-order-19 {
    order: 19;
  }

  .ant-col-xxl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-xxl-push-18 {
    left: 75%;
  }

  .ant-col-xxl-pull-18 {
    right: 75%;
  }

  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }

  .ant-col-xxl-order-18 {
    order: 18;
  }

  .ant-col-xxl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }

  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-xxl-order-17 {
    order: 17;
  }

  .ant-col-xxl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }

  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-xxl-order-16 {
    order: 16;
  }

  .ant-col-xxl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-xxl-push-15 {
    left: 62.5%;
  }

  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }

  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-xxl-order-15 {
    order: 15;
  }

  .ant-col-xxl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }

  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-xxl-order-14 {
    order: 14;
  }

  .ant-col-xxl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }

  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-xxl-order-13 {
    order: 13;
  }

  .ant-col-xxl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-xxl-push-12 {
    left: 50%;
  }

  .ant-col-xxl-pull-12 {
    right: 50%;
  }

  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }

  .ant-col-xxl-order-12 {
    order: 12;
  }

  .ant-col-xxl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }

  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-xxl-order-11 {
    order: 11;
  }

  .ant-col-xxl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }

  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-xxl-order-10 {
    order: 10;
  }

  .ant-col-xxl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-xxl-push-9 {
    left: 37.5%;
  }

  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }

  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-xxl-order-9 {
    order: 9;
  }

  .ant-col-xxl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }

  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-xxl-order-8 {
    order: 8;
  }

  .ant-col-xxl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }

  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-xxl-order-7 {
    order: 7;
  }

  .ant-col-xxl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-xxl-push-6 {
    left: 25%;
  }

  .ant-col-xxl-pull-6 {
    right: 25%;
  }

  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }

  .ant-col-xxl-order-6 {
    order: 6;
  }

  .ant-col-xxl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }

  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-xxl-order-5 {
    order: 5;
  }

  .ant-col-xxl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }

  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-xxl-order-4 {
    order: 4;
  }

  .ant-col-xxl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-xxl-push-3 {
    left: 12.5%;
  }

  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }

  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-xxl-order-3 {
    order: 3;
  }

  .ant-col-xxl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }

  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-xxl-order-2 {
    order: 2;
  }

  .ant-col-xxl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }

  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-xxl-order-1 {
    order: 1;
  }

  .ant-col-xxl-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-xxl-push-0 {
    left: auto;
  }

  .ant-col-xxl-pull-0 {
    right: auto;
  }

  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }

  .ant-col-xxl-order-0 {
    order: 0;
  }
}
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: "";
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: "←";
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: "→";
}
.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.2s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: initial;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-comment {
  position: relative;
}
.ant-comment-inner {
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  height: 18px;
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  transition: color 0.2s;
}
.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  transition: opacity 0.2s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input {
  line-height: 1.5;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #1890ff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-header a:hover {
  color: #40a9ff;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}
.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff;
}
.ant-calendar-today .ant-calendar-date {
  color: #1890ff;
  font-weight: bold;
  border-color: #1890ff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #d1e9ff;
}
.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1890ff;
  border: 1px solid transparent;
}
.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: "";
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: " ";
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.2s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.2s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.2s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #e6f7ff;
  border: 0;
  border-radius: 0;
  content: "";
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: "";
}
.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff;
}
.ant-calendar-time-picker-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-month-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-body {
  flex: 1;
}
.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-year-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-body {
  flex: 1;
}
.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  transition: all 0.2s;
  content: "";
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-body {
  flex: 1;
}
.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  transition: all 0.2s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #bae7ff;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.2s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.2s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*=col-] {
  padding-right: 8px;
}
.ant-input-group > [class*=col-]:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.2s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}
.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: "";
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: "";
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.2s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
  transition: color 0.2s;
}
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.2s;
}
.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}
.ant-input-search-enter-button input {
  border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-time-picker-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  width: 100%;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: "";
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: "";
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-time-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  transition: opacity 0.2s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.2s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.2s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ":";
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: "";
}
.ant-descriptions-item-content {
  display: table-cell;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-item {
  padding-bottom: 0;
}
.ant-descriptions-item > span {
  display: inline-block;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
}
.ant-drawer > * {
  transition: box-shadow 0.2s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.2s cubic-bezier(0.9, 0, 0.3, 0.7);
  transition: transform 0.2s cubic-bezier(0.9, 0, 0.3, 0.7), box-shadow 0.2s cubic-bezier(0.9, 0, 0.3, 0.7);
  transition: transform 0.2s cubic-bezier(0.9, 0, 0.3, 0.7), box-shadow 0.2s cubic-bezier(0.9, 0, 0.3, 0.7), -webkit-transform 0.2s cubic-bezier(0.9, 0, 0.3, 0.7);
}
.ant-drawer-content-wrapper {
  position: fixed;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
}
.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
}
.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 0.3;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.2s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: antdDrawerFadeIn 0.2s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=50);
  transition: opacity 0.2s linear, height 0s ease 0.2s;
}
.ant-drawer-open {
  transition: -webkit-transform 0.2s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: " ";
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down, .ant-dropdown-wrap .uic-table-action-button a > .anticon-down, .uic-table-action-button .ant-dropdown-wrap a > .anticon-down,
.ant-dropdown-wrap .uic-table-action-button button > .anticon-down,
.uic-table-action-button .ant-dropdown-wrap button > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down, .ant-dropdown-wrap :root .uic-table-action-button a > .anticon-down, :root .uic-table-action-button .ant-dropdown-wrap a > .anticon-down,
.ant-dropdown-wrap :root .uic-table-action-button button > .anticon-down,
:root .uic-table-action-button .ant-dropdown-wrap button > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.2s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.2s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child), .uic-table-action-button .ant-dropdown-button.ant-btn-group > a:last-child:not(:first-child),
.uic-table-action-button .ant-dropdown-button.ant-btn-group > button:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}
.ant-dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-description {
  margin: 0;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  transition: all 0.2s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.2s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  transition: all 0.2s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input[type=number]::-webkit-inner-spin-button,
.ant-input-number-input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9 ;
  -webkit-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type=search] {
  box-sizing: border-box;
}
.ant-form input[type=radio],
.ant-form input[type=checkbox] {
  line-height: normal;
}
.ant-form input[type=file] {
  display: block;
}
.ant-form input[type=range] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type=file]:focus,
.ant-form input[type=radio]:focus,
.ant-form input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label > label::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: " ";
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: "";
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: "";
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback .ant-input-password-icon {
  margin-right: 18px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type=radio],
form input[type=checkbox] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
.ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }

  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-form-item-label label::after {
    display: none;
  }

  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-transfer-list {
  border-color: #f5222d;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65);
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.2s;
}
.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }

  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }

  .ant-list-item-action {
    margin-left: 12px;
  }

  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }

  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }

  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: -webkit-transform 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.2s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9 ;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.2s;
  content: "";
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.2s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.ant-pagination-item-active a {
  color: #1890ff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9 ;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.2s;
  width: 50px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.2s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
  width: 44px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: rgba(0, 0, 0, 0.45);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
.ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, width 0.2s;
  zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: "";
}
.ant-menu::after {
  clear: both;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: "";
}
.ant-menu::after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.2s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: "";
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  border-radius: 4px;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: " ";
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.65) \9 ;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: none \9 ;
  border-radius: 2px;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: linear-gradient(to right, #1890ff, #1890ff);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(-45deg) translateX(2px);
          transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(45deg) translateX(-2px);
          transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateX(-2px);
          transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateX(2px);
          transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: " ";
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  -webkit-transform: scaleY(0.0001);
          transform: scaleY(0.0001);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.01px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.2s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 7.07106781px;
  height: 7.07106781px;
  background: transparent;
  border-style: solid;
  border-width: 3.53553391px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 5.2px;
  border-top-color: transparent;
  border-right-color: #404040;
  border-bottom-color: #404040;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #404040;
  border-left-color: #404040;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 5px;
  border-top-color: #404040;
  border-right-color: #404040;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 5px;
  border-top-color: #404040;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #404040;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-mention-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.2s;
  display: block;
  height: auto;
  min-height: 32px;
  padding: 0;
  line-height: 1.5;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-mention-wrapper .ant-mention-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.2s, height 0s;
}
.ant-mention-wrapper .ant-mention-editor-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
}
.ant-mention-wrapper .ant-mention-editor-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto;
}
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-mention-wrapper.disabled .ant-mention-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}
.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mention-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mention-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  display: block;
  color: #1890ff;
  text-align: center;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.2s;
}
.ant-mention-dropdown-item:hover {
  background-color: #e6f7ff;
}
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #e6f7ff;
}
.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  background-color: #f5f5f5;
}
.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #f5222d;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }

  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-close {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper {
  zoom: 1;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: "";
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: "";
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-notification-notice-message {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: "";
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #f5222d;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  padding: 16px 24px;
  background: #fff;
}
.ant-page-header.ant-page-header-has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  display: inline-block;
  padding: 4px 0;
  font-size: 16px;
  line-height: 100%;
}
.ant-page-header-back-button {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  transition: color 0.2s;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #40a9ff;
}
.ant-page-header-back-button:active {
  color: #096dd9;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 12px;
}
.ant-page-header-heading {
  display: inline-block;
}
.ant-page-header-heading-title {
  display: inline-block;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.ant-page-header-heading-sub-title {
  display: inline-block;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.8;
}
.ant-page-header-heading-tags {
  display: inline-block;
  vertical-align: top;
}
.ant-page-header-heading-extra {
  position: absolute;
  top: 16px;
  right: 24px;
}
.ant-page-header-heading-extra > * {
  margin-left: 8px;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
}
.ant-page-header-footer {
  margin: 0 -8px;
  padding-top: 24px;
}
.ant-page-header-footer .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: 0;
}
.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 8px;
  padding-top: 0;
}
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .ant-select-arrow-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-select-selection:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
  text-rendering: auto;
}
.ant-select-selection__clear::before {
  display: block;
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}
.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: ".";
  pointer-events: none;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin: 0 7px;
  line-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: "";
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: "";
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: margin 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 16px;
}
.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
  padding-right: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.2s;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: "";
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9 ;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }

  .ant-popover-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.2s;
          animation: ant-progress-appear 0.2s;
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: "";
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f5222d;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  white-space: normal;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-circle-gradient .ant-progress-circle-path {
  stroke: url(#gradient);
}
@-webkit-keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: all 0.2s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: " ";
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: "";
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type=checkbox],
.ant-radio-button-wrapper input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
  box-shadow: -1px 0 0 0 #1890ff;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #1890ff;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  color: #40a9ff;
  border-color: #40a9ff;
  box-shadow: -1px 0 0 0 #40a9ff;
}
.ant-radio-button-wrapper-checked:active {
  color: #096dd9;
  border-color: #096dd9;
  box-shadow: -1px 0 0 0 #096dd9;
}
.ant-radio-button-wrapper-checked:focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.2s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  margin-left: -7px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.6s, -webkit-transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.2s, box-shadow 0.6s, transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.2s, box-shadow 0.6s, transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #8cc8ff;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: Tahoma, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ant-statistic-content-value-decimal {
  font-size: 16px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}
.ant-statistic-content-prefix {
  margin-right: 4px;
}
.ant-statistic-content-suffix {
  margin-left: 4px;
  font-size: 16px;
}
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: flex;
  width: 100%;
  font-size: 0;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.2s, border-color 0.2s;
}
.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #1890ff;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  transition: background 0.2s;
  content: "";
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: "";
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-process > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-tail::after {
  background-color: #1890ff;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #f5222d;
}
.ant-steps-item[role=button] {
  outline: none;
}
.ant-steps-item[role=button]:not(.ant-steps-item-process) {
  cursor: pointer;
}
.ant-steps-item[role=button]:not(.ant-steps-item-process) .ant-steps-item-title,
.ant-steps-item[role=button]:not(.ant-steps-item-process) .ant-steps-item-description,
.ant-steps-item[role=button]:not(.ant-steps-item-process) .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.2s;
}
.ant-steps-item[role=button]:not(.ant-steps-item-process):hover .ant-steps-item-title,
.ant-steps-item[role=button]:not(.ant-steps-item-process):hover .ant-steps-item-description {
  color: #1890ff;
}
.ant-steps-item[role=button]:not(.ant-steps-item-process):hover .ant-steps-item-icon {
  border-color: #1890ff;
}
.ant-steps-item[role=button]:not(.ant-steps-item-process):hover .ant-steps-item-icon .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
  padding: 0 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: none;
          transform: none;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
    display: block;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 51px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 104px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 36px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 40px;
}
.ant-steps-dot .ant-steps-item-title {
  line-height: 1.5;
}
.ant-steps-dot .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.2s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: "";
}
.ant-steps-dot .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: "";
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc;
}
.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.36s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
}
.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: " ";
}
.ant-switch::after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px;
}
.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent;
}
.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1890ff;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px;
}
.ant-switch-small::after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px;
}
.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px;
}
.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  -webkit-transform: scale(0.66667);
          transform: scale(0.66667);
}
.ant-switch-checked {
  background-color: #1890ff;
}
.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}
.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}
.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed;
}
@-webkit-keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: "";
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: "";
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  clear: both;
}
.ant-table-body {
  transition: opacity 0.2s;
}
.ant-table-empty .ant-table-body {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: collapse;
}
.ant-table-thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.2s ease;
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #1890ff;
}
.ant-table-thead > tr > th .ant-table-column-sorter {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  transition: all 0.2s;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9 ;
  -webkit-transform: scale(0.91666667) rotate(0deg);
          transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  transition: all 0.2s;
}
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  font-size: 12px;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #1890ff;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.15em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0.125em;
}
.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-thead > tr > th .ant-table-header-column {
  display: inline-block;
  vertical-align: top;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  display: table;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
  position: relative;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.2s;
  content: "";
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead > tr > th.ant-table-column-has-sorters {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.2s, border 0s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.2s, height 0s;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: #e6f7ff;
}
.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: "";
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  border-radius: 4px 4px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  color: inherit;
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.ant-table-header {
  overflow: hidden;
  background: #fafafa;
}
.ant-table-header table {
  border-radius: 4px 4px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0;
}
.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #1890ff;
  font-weight: bold;
  text-shadow: 0 0 2px #bae7ff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: #1890ff;
}
.ant-table-filter-dropdown-link:hover {
  color: #40a9ff;
}
.ant-table-filter-dropdown-link:active {
  color: #096dd9;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection {
  white-space: nowrap;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #bfbfbf;
  transition: all 0.2s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}
.ant-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}
.ant-table-row-expand-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-row-expanded::after {
  content: "-";
}
.ant-table-row-collapsed::after {
  content: "+";
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced::after {
  content: ".";
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body {
  visibility: hidden;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}
.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr > th:last-child {
  border-right-color: transparent;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: auto;
  overflow: hidden;
  border-radius: 0;
  transition: box-shadow 0.2s ease;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
.ant-table colgroup > col.ant-table-selection-col {
  width: 60px;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column > span {
  display: inline-block;
}
/**
* Another fix of Firefox:
* - https://github.com/ant-design/ant-design/issues/12628
* - https://github.com/ant-design/ant-design/issues/12628
*/
@supports (-moz-appearance: meterbar) {
  .ant-table-thead > tr > th.ant-table-column-has-actions {
    background-clip: padding-box;
  }
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: #fff;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px;
}
nz-table .ant-table table {
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-scroll-position-middle .ant-table-td-right-sticky + .ant-table-td-right-sticky,
.ant-table-scroll-position-left .ant-table-td-right-sticky + .ant-table-td-right-sticky {
  box-shadow: none;
}
.ant-table-scroll-position-middle .ant-table-th-right-sticky + .ant-table-th-right-sticky,
.ant-table-scroll-position-left .ant-table-th-right-sticky + .ant-table-th-right-sticky {
  box-shadow: none;
}
.ant-table-scroll-position-middle table.ant-table-fixed,
.ant-table-scroll-position-right table.ant-table-fixed {
  border-left: none;
}
.ant-table-th-left-sticky,
.ant-table-th-right-sticky,
.ant-table-td-right-sticky,
.ant-table-td-left-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 1;
}
.ant-table-td-left-sticky,
.ant-table-td-right-sticky {
  background: #fff;
}
.ant-table-tbody > tr:hover > td.ant-table-td-left-sticky {
  background: #e6f7ff;
}
.ant-table-tbody > tr:hover > td.ant-table-td-right-sticky {
  background: #e6f7ff;
}
.ant-table-thead > tr > th .ant-table-column-sorters > nz-dropdown {
  position: static !important;
}
.ant-table-scroll-position-middle .ant-table-th-left-sticky,
.ant-table-scroll-position-middle .ant-table-td-left-sticky {
  box-shadow: 6px 0 6px 0px rgba(0, 0, 0, 0.05);
}
.ant-table-scroll-position-middle .ant-table-th-right-sticky,
.ant-table-scroll-position-middle .ant-table-td-right-sticky {
  box-shadow: -6px 0 6px 0px rgba(0, 0, 0, 0.05);
}
.ant-table-scroll-position-left .ant-table-th-right-sticky,
.ant-table-scroll-position-left .ant-table-td-right-sticky {
  box-shadow: -6px 0 6px 0px rgba(0, 0, 0, 0.05);
}
.ant-table-scroll-position-right .ant-table-th-left-sticky,
.ant-table-scroll-position-right .ant-table-td-left-sticky {
  box-shadow: 6px 0 6px 0px rgba(0, 0, 0, 0.05);
}
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-middle tr > th:first-child.ant-table-th-left-sticky,
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-middle tr > td:first-child.ant-table-td-left-sticky {
  border-left: 1px solid #e8e8e8;
}
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-middle .ant-table-th-right-sticky,
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-middle .ant-table-td-right-sticky {
  border-right: 1px solid #e8e8e8;
}
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-left .ant-table-th-right-sticky,
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-left .ant-table-td-right-sticky {
  border-right: 1px solid #e8e8e8;
}
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-right tr > th:first-child.ant-table-th-left-sticky,
.ant-table-bordered:not(.ant-table-small).ant-table-scroll-position-right tr > td:first-child.ant-table-td-left-sticky {
  border-left: 1px solid #e8e8e8;
}
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr:first-child > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr:first-child > td:last-child {
  border-right: none;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-th-left-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-th-left-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th.ant-table-th-left-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-th-right-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-th-right-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th.ant-table-th-right-sticky {
  background: #fff;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
a[nz-tab-link]::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  content: "";
}
.ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 0.75em;
  left: 4px;
  height: 100%;
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: 50%;
  width: 50%;
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  right: 50%;
  left: -30px;
  width: 50%;
  margin-right: 18px;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: 100%;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  right: 0;
  left: -30px;
  width: 100%;
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  display: block;
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-transfer-customize-list {
  display: flex;
}
.ant-transfer-customize-list .ant-transfer-operation {
  flex: none;
  align-self: center;
}
.ant-transfer-customize-list .ant-transfer-list {
  flex: auto;
  width: auto;
  height: auto;
  min-height: 200px;
}
.ant-transfer-customize-list .ant-transfer-list-body-with-search {
  padding-top: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
  position: relative;
  padding-bottom: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
  padding: 12px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}
.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}
.ant-transfer-list-search {
  padding: 0 8px;
}
.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 32px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px 9px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}
.ant-transfer-list-body {
  position: relative;
  height: 100%;
  font-size: 14px;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.ant-transfer-list-body-with-search {
  padding-top: 56px;
}
.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content > .LazyLoad {
  -webkit-animation: transferHighlightIn 1s;
          animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.ant-transfer-list-content-item > span {
  padding-right: 0;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #e6f7ff;
  cursor: pointer;
}
.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-transfer-list-body-not-found {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 16px;
}
.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-transfer-operation {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn, .ant-transfer-operation .uic-table-action-button a, .uic-table-action-button .ant-transfer-operation a,
.ant-transfer-operation .uic-table-action-button button,
.uic-table-action-button .ant-transfer-operation button {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child, .ant-transfer-operation .uic-table-action-button a:first-child, .uic-table-action-button .ant-transfer-operation a:first-child,
.ant-transfer-operation .uic-table-action-button button:first-child,
.uic-table-action-button .ant-transfer-operation button:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon, .ant-transfer-operation .uic-table-action-button a .anticon, .uic-table-action-button .ant-transfer-operation a .anticon,
.ant-transfer-operation .uic-table-action-button button .anticon,
.uic-table-action-button .ant-transfer-operation button .anticon {
  font-size: 12px;
}
@-webkit-keyframes transferHighlightIn {
  0% {
    background: #bae7ff;
  }
  100% {
    background: transparent;
  }
}
@keyframes transferHighlightIn {
  0% {
    background: #bae7ff;
  }
  100% {
    background: transparent;
  }
}
.ant-typography {
  color: rgba(0, 0, 0, 0.65);
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #f5222d;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4 {
  margin-top: 1.2em;
}
span.ant-typography-ellipsis {
  display: inline-block;
}
.ant-typography a {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s;
}
.ant-typography a:focus,
.ant-typography a:hover {
  color: #40a9ff;
}
.ant-typography a:active {
  color: #096dd9;
}
.ant-typography a:active,
.ant-typography a:hover {
  text-decoration: none;
}
.ant-typography a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s;
  margin-left: 8px;
}
.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #40a9ff;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #096dd9;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 2px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul li {
  list-style-type: circle;
}
.ant-typography ul li li {
  list-style-type: disc;
}
.ant-typography ol li {
  list-style-type: decimal;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type=file] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  display: table;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.2s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  zoom: 1;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: "";
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: "";
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color 0.2s;
}
.ant-upload-list-item-info > span {
  display: block;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f7ff;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}
.ant-upload-list-item-error .anticon-close {
  color: #f5222d !important;
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card {
  float: left;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s;
  content: " ";
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0;
}
.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateIn;
          animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateOut;
          animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}
@-webkit-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 32px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
  background-color: transparent;
}
.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none;
}
.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer;
}
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}
.ant-cascader-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}
.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px;
}
.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 4px 4px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 4px;
}
.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-cascader-menu-item:hover {
  background: #e6f7ff;
}
.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
}
:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
:root .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: #e6f7ff;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  transition: all 0.2s;
  content: "";
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #1890ff;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.2s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper + span,
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  margin: 0;
  padding: 0;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%;
}
.ant-tree ol,
.ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-tree li {
  margin: 0;
  padding: 4px 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable=true] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #1890ff;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff;
}
.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}
.ant-tree li span.ant-tree-checkbox {
  top: initial;
  height: 24px;
  margin: 0 4px 0 2px;
  padding: 4px 0;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ant-tree li:last-child > span.ant-tree-switcher::before,
.ant-tree li:last-child > span.ant-tree-iconEle::before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree > li:first-child {
  padding-top: 8px;
}
.ant-tree-child-tree > li:last-child {
  padding-bottom: 0;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: calc(100% - 22px);
  margin: 22px 0 0;
  border-left: 1px solid #d9d9d9;
  content: " ";
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper {
  width: calc(100% - 24px);
}
.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
/*
 * @license
 * Copyright Alibaba.com All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
 */
.ant-tree.ant-tree-show-line nz-tree-node:not(:last-child) > li::before {
  content: " ";
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  position: absolute;
  left: 12px;
  margin: 22px 0;
}
.font-highlight {
  color: #f5222d;
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.2s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper + span,
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree {
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  margin: 0;
  margin-top: -4px;
  padding: 0 4px;
}
.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #1890ff;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9 ;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none;
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree.ant-select-tree.ant-tree-show-line nz-tree-node:not(:last-child) > li::before {
  content: " ";
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: calc(100% - 16px);
  position: absolute;
  left: 12px;
  margin: 26px 0;
}
.ant-fullcalendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  border-top: 1px solid #d9d9d9;
  outline: none;
}
.ant-select.ant-fullcalendar-year-select {
  min-width: 90px;
}
.ant-select.ant-fullcalendar-year-select.ant-select-sm {
  min-width: 70px;
}
.ant-select.ant-fullcalendar-month-select {
  min-width: 80px;
  margin-left: 8px;
}
.ant-select.ant-fullcalendar-month-select.ant-select-sm {
  min-width: 70px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}
.ant-fullcalendar table {
  width: 100%;
  max-width: 100%;
  height: 256px;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-fullcalendar-column-header {
  width: 33px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  transition: all 0.2s;
}
.ant-fullcalendar-value {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  transition: all 0.2s;
}
.ant-fullcalendar-value:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  color: #fff;
  background: #1890ff;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #1890ff inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #1890ff;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  border-top: 2px solid #e8e8e8;
  transition: background 0.2s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #bae7ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: right;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  width: auto;
  text-align: right;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: transparent;
  border-top-color: #1890ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #e6f7ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1890ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  position: static;
  width: auto;
  height: 88px;
  overflow-y: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  cursor: not-allowed;
}
.ant-result {
  padding: 48px 32px;
  background-color: #fff;
}
.ant-result-success .anticon {
  color: #52c41a;
}
.ant-result-error .anticon {
  color: #f5222d;
}
.ant-result-info .anticon {
  color: #1890ff;
}
.ant-result-warning .anticon {
  color: #faad14;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon > .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin-top: 32px;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.anticon {
  display: inline-block;
  font-style: normal;
  vertical-align: -0.175em;
  text-align: center;
  text-transform: none;
  line-height: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.4;
  color: #111418;
  background-color: #F3F3F3;
}
a {
  color: var(--brand-info);
}
a:active, a:hover, a:focus {
  color: css-lightness(var(--brand-info), -10%);
  text-decoration: none;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.h1,
h1 {
  font-size: var(--font-size-xxl);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: bold;
  color: #111418;
}
@media only screen and (max-width: 992px) {
  .h1,
h1 {
    font-size: 44px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    font-weight: bold;
    color: #111418;
  }
}
.h2,
h2 {
  font-size: var(--font-size-xl);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: bold;
  color: #111418;
}
@media only screen and (max-width: 992px) {
  .h2,
h2 {
    font-size: 32px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    font-weight: bold;
    color: #111418;
  }
}
.h3,
h3 {
  font-size: var(--font-size-lg);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: bold;
  color: #111418;
}
@media only screen and (max-width: 992px) {
  .h3,
h3 {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    font-weight: bold;
    color: #111418;
  }
}
.h4,
h4 {
  font-size: var(--font-size-md);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: bold;
  color: #111418;
}
@media only screen and (max-width: 992px) {
  .h4,
h4 {
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    font-weight: bold;
    color: #111418;
  }
}
.h5,
h5 {
  font-size: var(--font-size-base);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: bold;
  color: #111418;
}
@media only screen and (max-width: 992px) {
  .h5,
h5 {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    font-weight: bold;
    color: #111418;
  }
}
.h6,
h6 {
  font-size: var(--font-size-xs);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: bold;
  color: #111418;
}
@media only screen and (max-width: 992px) {
  .h6,
h6 {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    font-weight: bold;
    color: #111418;
  }
}
.text-xs {
  font-size: var(--font-size-xs) !important;
}
@media only screen and (max-width: 992px) {
  .text-xs {
    font-size: 12px !important;
  }
}
.text-sm {
  font-size: var(--font-size-sm) !important;
}
@media only screen and (max-width: 992px) {
  .text-sm {
    font-size: 14px !important;
  }
}
.text-base {
  font-size: var(--font-size-base) !important;
}
@media only screen and (max-width: 992px) {
  .text-base {
    font-size: 16px !important;
  }
}
.text-md {
  font-size: var(--font-size-md) !important;
}
@media only screen and (max-width: 992px) {
  .text-md {
    font-size: 19px !important;
  }
}
.text-lg {
  font-size: var(--font-size-lg) !important;
}
@media only screen and (max-width: 992px) {
  .text-lg {
    font-size: 24px !important;
  }
}
.text-xl {
  font-size: var(--font-size-xl) !important;
}
@media only screen and (max-width: 992px) {
  .text-xl {
    font-size: 32px !important;
  }
}
.text-xxl {
  font-size: var(--font-size-xxl) !important;
}
@media only screen and (max-width: 992px) {
  .text-xxl {
    font-size: 44px !important;
  }
}
small {
  font-size: var(--font-size-sm);
  color: #111418;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  small {
    font-size: 14px !important;
  }
}
micro {
  font-size: var(--font-size-xs);
  color: #111418;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  micro {
    font-size: 12px !important;
  }
}
.display-1 {
  font-size: 48px;
  font-weight: 400;
  color: #111418;
}
.display-2 {
  font-size: 60px;
  font-weight: 300;
  color: #111418;
}
img {
  vertical-align: middle;
}
[role=button] {
  cursor: pointer;
}
a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
[hidden] {
  display: none !important;
}
hr {
  border: 0px;
  border-bottom: 1px solid #CBD0D7;
}
.list-unstyled {
  list-style-type: none !important;
  padding-left: 0px;
}
:focus {
  outline: none;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 920px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 980px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1080px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1300px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1580px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 920px) {
  .container {
    width: 900px;
    max-width: 100%;
  }
}
@media (min-width: 980px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1080px) {
  .container {
    width: 1024px;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
    max-width: 100%;
  }
}
@media (min-width: 1580px) {
  .container {
    width: 1520px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 920px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 980px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1080px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1300px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1580px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
@media (min-width: 920px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 980px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 1080px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 1300px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 1580px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 920px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 980px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1080px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1300px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1580px) {
  .col-xxl, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.3333333333%;
}
.pull-2 {
  right: 16.6666666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.3333333333%;
}
.pull-5 {
  right: 41.6666666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.3333333333%;
}
.pull-8 {
  right: 66.6666666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.3333333333%;
}
.pull-11 {
  right: 91.6666666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.3333333333%;
}
.push-2 {
  left: 16.6666666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.3333333333%;
}
.push-5 {
  left: 41.6666666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.3333333333%;
}
.push-8 {
  left: 66.6666666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.3333333333%;
}
.push-11 {
  left: 91.6666666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 920px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 980px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1080px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1580px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.3333333333%;
  }

  .pull-xxl-2 {
    right: 16.6666666667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.3333333333%;
  }

  .pull-xxl-5 {
    right: 41.6666666667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.3333333333%;
  }

  .pull-xxl-8 {
    right: 66.6666666667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.3333333333%;
  }

  .pull-xxl-11 {
    right: 91.6666666667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.3333333333%;
  }

  .push-xxl-2 {
    left: 16.6666666667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.3333333333%;
  }

  .push-xxl-5 {
    left: 41.6666666667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.3333333333%;
  }

  .push-xxl-8 {
    left: 66.6666666667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.3333333333%;
  }

  .push-xxl-11 {
    left: 91.6666666667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.ant-btn-primary {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-primary > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-primary.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-primary.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-primary.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-primary.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-primary:hover, .ant-btn-primary:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-primary.disabled, .ant-btn-primary[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.disabled:hover, .ant-btn-primary.disabled:focus, .ant-btn-primary[disabled]:hover, .ant-btn-primary[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-primary:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-primary:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-primary:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-primary.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-primary.active:hover, .ant-btn-primary.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-primary:not([disabled]):not(.disabled):active:focus, .ant-btn-primary:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-primary.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-primary.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-primary.ant-btn-link:hover, .ant-btn-primary.ant-btn-link:focus, .ant-btn-primary.ant-btn-link.active, .ant-btn-primary.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-primary.ant-btn-link.disabled, .ant-btn-primary.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.ant-btn-link.disabled:hover, .ant-btn-primary.ant-btn-link.disabled:focus, .ant-btn-primary.ant-btn-link[disabled]:hover, .ant-btn-primary.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-primary.ant-btn-outline:hover, .ant-btn-primary.ant-btn-outline:focus, .ant-btn-primary.ant-btn-outline.active, .ant-btn-primary.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-primary.ant-btn-outline.disabled, .ant-btn-primary.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.ant-btn-outline.disabled:hover, .ant-btn-primary.ant-btn-outline.disabled:focus, .ant-btn-primary.ant-btn-outline[disabled]:hover, .ant-btn-primary.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.ant-btn-default, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-primary.ant-btn-default:hover, .ant-btn-primary.ant-btn-default:focus, .ant-btn-primary.ant-btn-default.active, .ant-btn-primary.ant-btn-default:active, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost:hover, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost:focus, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost.active, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-primary.ant-btn-default.disabled, .ant-btn-primary.ant-btn-default[disabled], .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost.disabled, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.ant-btn-default.disabled:hover, .ant-btn-primary.ant-btn-default.disabled:focus, .ant-btn-primary.ant-btn-default[disabled]:hover, .ant-btn-primary.ant-btn-default[disabled]:focus, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost.disabled:hover, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost.disabled:focus, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost[disabled]:hover, .ant-btn-primary.ant-btn-dashed .ant-btn-primary.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-primary.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-primary.ant-btn-background-ghost:hover, .ant-btn-primary.ant-btn-background-ghost:focus, .ant-btn-primary.ant-btn-background-ghost.active, .ant-btn-primary.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-link {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-link > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-link.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-link.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-link.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-link.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-link:hover, .ant-btn-link:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-link.disabled, .ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.disabled:hover, .ant-btn-link.disabled:focus, .ant-btn-link[disabled]:hover, .ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-link:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-link:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-link.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-link.active:hover, .ant-btn-link.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-link:not([disabled]):not(.disabled):active:focus, .ant-btn-link:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-link.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-link.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-link.ant-btn-link:hover, .ant-btn-link.ant-btn-link:focus, .ant-btn-link.ant-btn-link.active, .ant-btn-link.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-link.ant-btn-link.disabled, .ant-btn-link.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.ant-btn-link.disabled:hover, .ant-btn-link.ant-btn-link.disabled:focus, .ant-btn-link.ant-btn-link[disabled]:hover, .ant-btn-link.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-link.ant-btn-outline:hover, .ant-btn-link.ant-btn-outline:focus, .ant-btn-link.ant-btn-outline.active, .ant-btn-link.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-link.ant-btn-outline.disabled, .ant-btn-link.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.ant-btn-outline.disabled:hover, .ant-btn-link.ant-btn-outline.disabled:focus, .ant-btn-link.ant-btn-outline[disabled]:hover, .ant-btn-link.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.ant-btn-default, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-link.ant-btn-default:hover, .ant-btn-link.ant-btn-default:focus, .ant-btn-link.ant-btn-default.active, .ant-btn-link.ant-btn-default:active, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost:hover, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost:focus, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost.active, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-link.ant-btn-default.disabled, .ant-btn-link.ant-btn-default[disabled], .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost.disabled, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.ant-btn-default.disabled:hover, .ant-btn-link.ant-btn-default.disabled:focus, .ant-btn-link.ant-btn-default[disabled]:hover, .ant-btn-link.ant-btn-default[disabled]:focus, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost.disabled:hover, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost.disabled:focus, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost[disabled]:hover, .ant-btn-link.ant-btn-dashed .ant-btn-link.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-link.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-link.ant-btn-background-ghost:hover, .ant-btn-link.ant-btn-background-ghost:focus, .ant-btn-link.ant-btn-background-ghost.active, .ant-btn-link.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-outline {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-outline > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-outline.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-outline.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-outline.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-outline.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-outline:hover, .ant-btn-outline:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-outline.disabled, .ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.disabled:hover, .ant-btn-outline.disabled:focus, .ant-btn-outline[disabled]:hover, .ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-outline:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-outline:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-outline:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-outline.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-outline.active:hover, .ant-btn-outline.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-outline:not([disabled]):not(.disabled):active:focus, .ant-btn-outline:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-outline.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-outline.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-outline.ant-btn-link:hover, .ant-btn-outline.ant-btn-link:focus, .ant-btn-outline.ant-btn-link.active, .ant-btn-outline.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-outline.ant-btn-link.disabled, .ant-btn-outline.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.ant-btn-link.disabled:hover, .ant-btn-outline.ant-btn-link.disabled:focus, .ant-btn-outline.ant-btn-link[disabled]:hover, .ant-btn-outline.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-outline.ant-btn-outline:hover, .ant-btn-outline.ant-btn-outline:focus, .ant-btn-outline.ant-btn-outline.active, .ant-btn-outline.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-outline.ant-btn-outline.disabled, .ant-btn-outline.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.ant-btn-outline.disabled:hover, .ant-btn-outline.ant-btn-outline.disabled:focus, .ant-btn-outline.ant-btn-outline[disabled]:hover, .ant-btn-outline.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.ant-btn-default, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-outline.ant-btn-default:hover, .ant-btn-outline.ant-btn-default:focus, .ant-btn-outline.ant-btn-default.active, .ant-btn-outline.ant-btn-default:active, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost:hover, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost:focus, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost.active, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-outline.ant-btn-default.disabled, .ant-btn-outline.ant-btn-default[disabled], .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost.disabled, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.ant-btn-default.disabled:hover, .ant-btn-outline.ant-btn-default.disabled:focus, .ant-btn-outline.ant-btn-default[disabled]:hover, .ant-btn-outline.ant-btn-default[disabled]:focus, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost.disabled:hover, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost.disabled:focus, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost[disabled]:hover, .ant-btn-outline.ant-btn-dashed .ant-btn-outline.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-outline.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-outline.ant-btn-background-ghost:hover, .ant-btn-outline.ant-btn-background-ghost:focus, .ant-btn-outline.ant-btn-background-ghost.active, .ant-btn-outline.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-success {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-success > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-success.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-success.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-success.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-success.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-success:hover, .ant-btn-success:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-success.disabled, .ant-btn-success[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.disabled:hover, .ant-btn-success.disabled:focus, .ant-btn-success[disabled]:hover, .ant-btn-success[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-success:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-success:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-success:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-success.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-success.active:hover, .ant-btn-success.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-success:not([disabled]):not(.disabled):active:focus, .ant-btn-success:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-success.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-success.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-success.ant-btn-link:hover, .ant-btn-success.ant-btn-link:focus, .ant-btn-success.ant-btn-link.active, .ant-btn-success.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-success.ant-btn-link.disabled, .ant-btn-success.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.ant-btn-link.disabled:hover, .ant-btn-success.ant-btn-link.disabled:focus, .ant-btn-success.ant-btn-link[disabled]:hover, .ant-btn-success.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-success.ant-btn-outline:hover, .ant-btn-success.ant-btn-outline:focus, .ant-btn-success.ant-btn-outline.active, .ant-btn-success.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-success.ant-btn-outline.disabled, .ant-btn-success.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.ant-btn-outline.disabled:hover, .ant-btn-success.ant-btn-outline.disabled:focus, .ant-btn-success.ant-btn-outline[disabled]:hover, .ant-btn-success.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.ant-btn-default, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-success.ant-btn-default:hover, .ant-btn-success.ant-btn-default:focus, .ant-btn-success.ant-btn-default.active, .ant-btn-success.ant-btn-default:active, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost:hover, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost:focus, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost.active, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-success.ant-btn-default.disabled, .ant-btn-success.ant-btn-default[disabled], .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost.disabled, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.ant-btn-default.disabled:hover, .ant-btn-success.ant-btn-default.disabled:focus, .ant-btn-success.ant-btn-default[disabled]:hover, .ant-btn-success.ant-btn-default[disabled]:focus, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost.disabled:hover, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost.disabled:focus, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost[disabled]:hover, .ant-btn-success.ant-btn-dashed .ant-btn-success.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-success.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-success.ant-btn-background-ghost:hover, .ant-btn-success.ant-btn-background-ghost:focus, .ant-btn-success.ant-btn-background-ghost.active, .ant-btn-success.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-info {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-info > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-info.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-info.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-info.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-info.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-info:hover, .ant-btn-info:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-info.disabled, .ant-btn-info[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.disabled:hover, .ant-btn-info.disabled:focus, .ant-btn-info[disabled]:hover, .ant-btn-info[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-info:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-info:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-info:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-info.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-info.active:hover, .ant-btn-info.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-info:not([disabled]):not(.disabled):active:focus, .ant-btn-info:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-info.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-info.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-info.ant-btn-link:hover, .ant-btn-info.ant-btn-link:focus, .ant-btn-info.ant-btn-link.active, .ant-btn-info.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-info.ant-btn-link.disabled, .ant-btn-info.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.ant-btn-link.disabled:hover, .ant-btn-info.ant-btn-link.disabled:focus, .ant-btn-info.ant-btn-link[disabled]:hover, .ant-btn-info.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-info.ant-btn-outline:hover, .ant-btn-info.ant-btn-outline:focus, .ant-btn-info.ant-btn-outline.active, .ant-btn-info.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-info.ant-btn-outline.disabled, .ant-btn-info.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.ant-btn-outline.disabled:hover, .ant-btn-info.ant-btn-outline.disabled:focus, .ant-btn-info.ant-btn-outline[disabled]:hover, .ant-btn-info.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.ant-btn-default, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-info.ant-btn-default:hover, .ant-btn-info.ant-btn-default:focus, .ant-btn-info.ant-btn-default.active, .ant-btn-info.ant-btn-default:active, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost:hover, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost:focus, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost.active, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-info.ant-btn-default.disabled, .ant-btn-info.ant-btn-default[disabled], .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost.disabled, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.ant-btn-default.disabled:hover, .ant-btn-info.ant-btn-default.disabled:focus, .ant-btn-info.ant-btn-default[disabled]:hover, .ant-btn-info.ant-btn-default[disabled]:focus, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost.disabled:hover, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost.disabled:focus, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost[disabled]:hover, .ant-btn-info.ant-btn-dashed .ant-btn-info.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-info.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-info.ant-btn-background-ghost:hover, .ant-btn-info.ant-btn-background-ghost:focus, .ant-btn-info.ant-btn-background-ghost.active, .ant-btn-info.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-warning {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-warning > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-warning.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-warning.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-warning.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-warning.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-warning:hover, .ant-btn-warning:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-warning.disabled, .ant-btn-warning[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.disabled:hover, .ant-btn-warning.disabled:focus, .ant-btn-warning[disabled]:hover, .ant-btn-warning[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-warning:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-warning:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-warning:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-warning.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-warning.active:hover, .ant-btn-warning.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-warning:not([disabled]):not(.disabled):active:focus, .ant-btn-warning:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-warning.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-warning.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-warning.ant-btn-link:hover, .ant-btn-warning.ant-btn-link:focus, .ant-btn-warning.ant-btn-link.active, .ant-btn-warning.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-warning.ant-btn-link.disabled, .ant-btn-warning.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.ant-btn-link.disabled:hover, .ant-btn-warning.ant-btn-link.disabled:focus, .ant-btn-warning.ant-btn-link[disabled]:hover, .ant-btn-warning.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-warning.ant-btn-outline:hover, .ant-btn-warning.ant-btn-outline:focus, .ant-btn-warning.ant-btn-outline.active, .ant-btn-warning.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-warning.ant-btn-outline.disabled, .ant-btn-warning.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.ant-btn-outline.disabled:hover, .ant-btn-warning.ant-btn-outline.disabled:focus, .ant-btn-warning.ant-btn-outline[disabled]:hover, .ant-btn-warning.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.ant-btn-default, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-warning.ant-btn-default:hover, .ant-btn-warning.ant-btn-default:focus, .ant-btn-warning.ant-btn-default.active, .ant-btn-warning.ant-btn-default:active, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost:hover, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost:focus, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost.active, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-warning.ant-btn-default.disabled, .ant-btn-warning.ant-btn-default[disabled], .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost.disabled, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.ant-btn-default.disabled:hover, .ant-btn-warning.ant-btn-default.disabled:focus, .ant-btn-warning.ant-btn-default[disabled]:hover, .ant-btn-warning.ant-btn-default[disabled]:focus, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost.disabled:hover, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost.disabled:focus, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost[disabled]:hover, .ant-btn-warning.ant-btn-dashed .ant-btn-warning.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-warning.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-warning.ant-btn-background-ghost:hover, .ant-btn-warning.ant-btn-background-ghost:focus, .ant-btn-warning.ant-btn-background-ghost.active, .ant-btn-warning.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-danger {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-theme);
  border-color: var(--brand-theme);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-danger > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-danger.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-danger.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-danger.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-danger.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-danger:hover, .ant-btn-danger:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-danger.disabled, .ant-btn-danger[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.disabled:hover, .ant-btn-danger.disabled:focus, .ant-btn-danger[disabled]:hover, .ant-btn-danger[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-theme);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-danger:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-danger:active {
  color: #fff;
  background-color: hsl(var(--brand-theme-h), var(--brand-theme-s), calc(var(--brand-theme-l) - 5%));
  border-color: hsl(var(--brand-theme-h), var(--brand-theme-s), calc(var(--brand-theme-l) - 5%));
}
.ant-btn-danger:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-danger.active {
  color: #fff;
  background-color: hsl(var(--brand-theme-h), var(--brand-theme-s), calc(var(--brand-theme-l) - 5%));
  border-color: hsl(var(--brand-theme-h), var(--brand-theme-s), calc(var(--brand-theme-l) - 5%));
}
.ant-btn-danger.active:hover, .ant-btn-danger.active:focus {
  background-color: hsl(var(--brand-theme-h), var(--brand-theme-s), calc(var(--brand-theme-l) - 5%));
  border-color: hsl(var(--brand-theme-h), var(--brand-theme-s), calc(var(--brand-theme-l) - 5%));
}
.ant-btn-danger:not([disabled]):not(.disabled):active:focus, .ant-btn-danger:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-danger.ant-btn-clicked:after {
  border-color: var(--brand-theme);
}
.ant-btn-danger.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-danger.ant-btn-link:hover, .ant-btn-danger.ant-btn-link:focus, .ant-btn-danger.ant-btn-link.active, .ant-btn-danger.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-danger.ant-btn-link.disabled, .ant-btn-danger.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.ant-btn-link.disabled:hover, .ant-btn-danger.ant-btn-link.disabled:focus, .ant-btn-danger.ant-btn-link[disabled]:hover, .ant-btn-danger.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-danger.ant-btn-outline:hover, .ant-btn-danger.ant-btn-outline:focus, .ant-btn-danger.ant-btn-outline.active, .ant-btn-danger.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-danger.ant-btn-outline.disabled, .ant-btn-danger.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.ant-btn-outline.disabled:hover, .ant-btn-danger.ant-btn-outline.disabled:focus, .ant-btn-danger.ant-btn-outline[disabled]:hover, .ant-btn-danger.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.ant-btn-default, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-danger.ant-btn-default:hover, .ant-btn-danger.ant-btn-default:focus, .ant-btn-danger.ant-btn-default.active, .ant-btn-danger.ant-btn-default:active, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost:hover, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost:focus, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost.active, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-danger.ant-btn-default.disabled, .ant-btn-danger.ant-btn-default[disabled], .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost.disabled, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.ant-btn-default.disabled:hover, .ant-btn-danger.ant-btn-default.disabled:focus, .ant-btn-danger.ant-btn-default[disabled]:hover, .ant-btn-danger.ant-btn-default[disabled]:focus, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost.disabled:hover, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost.disabled:focus, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost[disabled]:hover, .ant-btn-danger.ant-btn-dashed .ant-btn-danger.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-danger.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-danger.ant-btn-background-ghost:hover, .ant-btn-danger.ant-btn-background-ghost:focus, .ant-btn-danger.ant-btn-background-ghost.active, .ant-btn-danger.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-default {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-default > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-default.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-default.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-default.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-default.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-default:hover, .ant-btn-default:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-default.disabled, .ant-btn-default[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.disabled:hover, .ant-btn-default.disabled:focus, .ant-btn-default[disabled]:hover, .ant-btn-default[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-default:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-default:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-default:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-default.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-default.active:hover, .ant-btn-default.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-default:not([disabled]):not(.disabled):active:focus, .ant-btn-default:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-default.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-default.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-default.ant-btn-link:hover, .ant-btn-default.ant-btn-link:focus, .ant-btn-default.ant-btn-link.active, .ant-btn-default.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-default.ant-btn-link.disabled, .ant-btn-default.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.ant-btn-link.disabled:hover, .ant-btn-default.ant-btn-link.disabled:focus, .ant-btn-default.ant-btn-link[disabled]:hover, .ant-btn-default.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-default.ant-btn-outline:hover, .ant-btn-default.ant-btn-outline:focus, .ant-btn-default.ant-btn-outline.active, .ant-btn-default.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-default.ant-btn-outline.disabled, .ant-btn-default.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.ant-btn-outline.disabled:hover, .ant-btn-default.ant-btn-outline.disabled:focus, .ant-btn-default.ant-btn-outline[disabled]:hover, .ant-btn-default.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.ant-btn-default, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-default.ant-btn-default:hover, .ant-btn-default.ant-btn-default:focus, .ant-btn-default.ant-btn-default.active, .ant-btn-default.ant-btn-default:active, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost:hover, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost:focus, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost.active, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-default.ant-btn-default.disabled, .ant-btn-default.ant-btn-default[disabled], .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost.disabled, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.ant-btn-default.disabled:hover, .ant-btn-default.ant-btn-default.disabled:focus, .ant-btn-default.ant-btn-default[disabled]:hover, .ant-btn-default.ant-btn-default[disabled]:focus, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost.disabled:hover, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost.disabled:focus, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost[disabled]:hover, .ant-btn-default.ant-btn-dashed .ant-btn-default.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-default.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-default.ant-btn-background-ghost:hover, .ant-btn-default.ant-btn-background-ghost:focus, .ant-btn-default.ant-btn-background-ghost.active, .ant-btn-default.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-dashed {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-dashed > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-dashed.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-dashed.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-dashed.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-dashed.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-dashed:hover, .ant-btn-dashed:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-dashed.disabled, .ant-btn-dashed[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.disabled:hover, .ant-btn-dashed.disabled:focus, .ant-btn-dashed[disabled]:hover, .ant-btn-dashed[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-dashed:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-dashed:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-dashed:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-dashed.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-dashed.active:hover, .ant-btn-dashed.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-dashed:not([disabled]):not(.disabled):active:focus, .ant-btn-dashed:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-dashed.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-dashed.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-dashed.ant-btn-link:hover, .ant-btn-dashed.ant-btn-link:focus, .ant-btn-dashed.ant-btn-link.active, .ant-btn-dashed.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-dashed.ant-btn-link.disabled, .ant-btn-dashed.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.ant-btn-link.disabled:hover, .ant-btn-dashed.ant-btn-link.disabled:focus, .ant-btn-dashed.ant-btn-link[disabled]:hover, .ant-btn-dashed.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-dashed.ant-btn-outline:hover, .ant-btn-dashed.ant-btn-outline:focus, .ant-btn-dashed.ant-btn-outline.active, .ant-btn-dashed.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-dashed.ant-btn-outline.disabled, .ant-btn-dashed.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.ant-btn-outline.disabled:hover, .ant-btn-dashed.ant-btn-outline.disabled:focus, .ant-btn-dashed.ant-btn-outline[disabled]:hover, .ant-btn-dashed.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.ant-btn-default, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-dashed.ant-btn-default:hover, .ant-btn-dashed.ant-btn-default:focus, .ant-btn-dashed.ant-btn-default.active, .ant-btn-dashed.ant-btn-default:active, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost:hover, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost:focus, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost.active, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-dashed.ant-btn-default.disabled, .ant-btn-dashed.ant-btn-default[disabled], .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost.disabled, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.ant-btn-default.disabled:hover, .ant-btn-dashed.ant-btn-default.disabled:focus, .ant-btn-dashed.ant-btn-default[disabled]:hover, .ant-btn-dashed.ant-btn-default[disabled]:focus, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost.disabled:hover, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost.disabled:focus, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost[disabled]:hover, .ant-btn-dashed.ant-btn-dashed .ant-btn-dashed.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-dashed.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-dashed.ant-btn-background-ghost:hover, .ant-btn-dashed.ant-btn-background-ghost:focus, .ant-btn-dashed.ant-btn-background-ghost.active, .ant-btn-dashed.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn-background-ghost {
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  font-size: var(--font-size-sm);
  border-style: solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Safari */
  transition-duration: 0.4s;
}
.ant-btn-background-ghost > span + .anticon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ant-btn-background-ghost.ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
  line-height: 52px !important;
  border-radius: 40px;
}
.ant-btn-background-ghost.ant-btn-lg > span + .anticon {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.ant-btn-background-ghost.ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
  line-height: 34px !important;
  border-radius: 20px;
}
.ant-btn-background-ghost.ant-btn-sm > span + .anticon {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.ant-btn-background-ghost:hover, .ant-btn-background-ghost:focus {
  color: #fff;
  background: var(--btn-gradient-start-color);
  background: linear-gradient(to right, var(--btn-gradient-start-color) 0%, var(--btn-gradient-end-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  border-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn-background-ghost.disabled, .ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.disabled:hover, .ant-btn-background-ghost.disabled:focus, .ant-btn-background-ghost[disabled]:hover, .ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.ant-btn-clicked:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid var(--brand-primary);
  opacity: 0.4;
  -webkit-animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: buttonEffect 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
}
.ant-btn-background-ghost:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
.ant-btn-background-ghost:active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-background-ghost:active:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.ant-btn-background-ghost.active {
  color: #fff;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-background-ghost.active:hover, .ant-btn-background-ghost.active:focus {
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-background-ghost:not([disabled]):not(.disabled):active:focus, .ant-btn-background-ghost:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-clicked:after {
  border-color: var(--brand-primary);
}
.ant-btn-background-ghost.ant-btn-link {
  background: transparent !important;
  color: #111418 !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}
.ant-btn-background-ghost.ant-btn-link:hover, .ant-btn-background-ghost.ant-btn-link:focus, .ant-btn-background-ghost.ant-btn-link.active, .ant-btn-background-ghost.ant-btn-link:active {
  background: #E0E0E0 !important;
}
.ant-btn-background-ghost.ant-btn-link.disabled, .ant-btn-background-ghost.ant-btn-link[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.ant-btn-link.disabled:hover, .ant-btn-background-ghost.ant-btn-link.disabled:focus, .ant-btn-background-ghost.ant-btn-link[disabled]:hover, .ant-btn-background-ghost.ant-btn-link[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.ant-btn-outline {
  background: white !important;
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.ant-btn-background-ghost.ant-btn-outline:hover, .ant-btn-background-ghost.ant-btn-outline:focus, .ant-btn-background-ghost.ant-btn-outline.active, .ant-btn-background-ghost.ant-btn-outline:active {
  background: var(--brand-primary) !important;
  color: white !important;
}
.ant-btn-background-ghost.ant-btn-outline.disabled, .ant-btn-background-ghost.ant-btn-outline[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.ant-btn-outline.disabled:hover, .ant-btn-background-ghost.ant-btn-outline.disabled:focus, .ant-btn-background-ghost.ant-btn-outline[disabled]:hover, .ant-btn-background-ghost.ant-btn-outline[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.ant-btn-default, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost {
  background: #fff;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-background-ghost.ant-btn-default:hover, .ant-btn-background-ghost.ant-btn-default:focus, .ant-btn-background-ghost.ant-btn-default.active, .ant-btn-background-ghost.ant-btn-default:active, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost:hover, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost:focus, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost.active, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost:active {
  border-color: #CBD0D7;
  color: #111418 !important;
  background: #CBD0D7;
}
.ant-btn-background-ghost.ant-btn-default.disabled, .ant-btn-background-ghost.ant-btn-default[disabled], .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost.disabled, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost[disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.ant-btn-default.disabled:hover, .ant-btn-background-ghost.ant-btn-default.disabled:focus, .ant-btn-background-ghost.ant-btn-default[disabled]:hover, .ant-btn-background-ghost.ant-btn-default[disabled]:focus, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost.disabled:hover, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost.disabled:focus, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost[disabled]:hover, .ant-btn-background-ghost.ant-btn-dashed .ant-btn-background-ghost.ant-btn-background-ghost[disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn-background-ghost.ant-btn-background-ghost {
  background: white !important;
  border-color: #CBD0D7 !important;
  color: #0067B1;
}
.ant-btn-background-ghost.ant-btn-background-ghost:hover, .ant-btn-background-ghost.ant-btn-background-ghost:focus, .ant-btn-background-ghost.ant-btn-background-ghost.active, .ant-btn-background-ghost.ant-btn-background-ghost:active {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
a.ant-btn, .uic-table-action-button a {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 32px;
}
a.ant-btn-lg {
  line-height: 50px;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 5%));
}
.ant-btn-group .ant-btn, .ant-btn-group .uic-table-action-button a, .uic-table-action-button .ant-btn-group a,
.ant-btn-group .uic-table-action-button button,
.uic-table-action-button .ant-btn-group button {
  padding: 0 25px;
  height: 40px;
}
.ant-btn-group-sm .ant-btn, .ant-btn-group-sm .uic-table-action-button a, .uic-table-action-button .ant-btn-group-sm a,
.ant-btn-group-sm .uic-table-action-button button,
.uic-table-action-button .ant-btn-group-sm button {
  padding: 0 15px;
  height: 34px;
}
.ant-btn-group-lg .ant-btn, .ant-btn-group-lg .uic-table-action-button a, .uic-table-action-button .ant-btn-group-lg a,
.ant-btn-group-lg .uic-table-action-button button,
.uic-table-action-button .ant-btn-group-lg button {
  padding: 0 40px;
  height: 52px;
}
.ant-btn.highlight, .uic-table-action-button a.highlight,
.uic-table-action-button button.highlight, .ant-btn[nzHighlight], .uic-table-action-button a[nzHighlight],
.uic-table-action-button button[nzHighlight] {
  background: var(--brand-primary);
  background-color: var(--brand-primary);
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary);
  background: var(--brand-primary) !important;
  padding: 0 40px;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: var(--font-size-base);
  border-radius: 60px;
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) - 3%)) !important;
}
.ant-btn.highlight.ant-btn-lg, .uic-table-action-button a.highlight.ant-btn-lg,
.uic-table-action-button button.highlight.ant-btn-lg, .ant-btn[nzHighlight].ant-btn-lg, .uic-table-action-button a[nzHighlight].ant-btn-lg,
.uic-table-action-button button[nzHighlight].ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
}
.ant-btn.highlight.ant-btn-sm, .uic-table-action-button a.highlight.ant-btn-sm,
.uic-table-action-button button.highlight.ant-btn-sm, .ant-btn[nzHighlight].ant-btn-sm, .uic-table-action-button a[nzHighlight].ant-btn-sm,
.uic-table-action-button button[nzHighlight].ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
}
.ant-btn.highlight:hover, .uic-table-action-button a.highlight:hover,
.uic-table-action-button button.highlight:hover, .ant-btn.highlight:focus, .uic-table-action-button a.highlight:focus,
.uic-table-action-button button.highlight:focus, .ant-btn[nzHighlight]:hover, .uic-table-action-button a[nzHighlight]:hover,
.uic-table-action-button button[nzHighlight]:hover, .ant-btn[nzHighlight]:focus, .uic-table-action-button a[nzHighlight]:focus,
.uic-table-action-button button[nzHighlight]:focus {
  color: var(--brand-primary) !important;
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn.highlight.active, .uic-table-action-button a.highlight.active,
.uic-table-action-button button.highlight.active, .ant-btn.highlight:active, .uic-table-action-button a.highlight:active,
.uic-table-action-button button.highlight:active, .ant-btn[nzHighlight].active, .uic-table-action-button a[nzHighlight].active,
.uic-table-action-button button[nzHighlight].active, .ant-btn[nzHighlight]:active, .uic-table-action-button a[nzHighlight]:active,
.uic-table-action-button button[nzHighlight]:active {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn.highlight.disabled, .uic-table-action-button a.highlight.disabled,
.uic-table-action-button button.highlight.disabled, .ant-btn.highlight[disabled], .uic-table-action-button a.highlight[disabled],
.uic-table-action-button button.highlight[disabled], .ant-btn[nzHighlight].disabled, .uic-table-action-button a[nzHighlight].disabled,
.uic-table-action-button button[nzHighlight].disabled, .ant-btn[nzHighlight][disabled], .uic-table-action-button a[nzHighlight][disabled],
.uic-table-action-button button[nzHighlight][disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.highlight.disabled:hover, .uic-table-action-button a.highlight.disabled:hover,
.uic-table-action-button button.highlight.disabled:hover, .ant-btn.highlight.disabled:focus, .uic-table-action-button a.highlight.disabled:focus,
.uic-table-action-button button.highlight.disabled:focus, .ant-btn.highlight[disabled]:hover, .uic-table-action-button a.highlight[disabled]:hover,
.uic-table-action-button button.highlight[disabled]:hover, .ant-btn.highlight[disabled]:focus, .uic-table-action-button a.highlight[disabled]:focus,
.uic-table-action-button button.highlight[disabled]:focus, .ant-btn[nzHighlight].disabled:hover, .uic-table-action-button a[nzHighlight].disabled:hover,
.uic-table-action-button button[nzHighlight].disabled:hover, .ant-btn[nzHighlight].disabled:focus, .uic-table-action-button a[nzHighlight].disabled:focus,
.uic-table-action-button button[nzHighlight].disabled:focus, .ant-btn[nzHighlight][disabled]:hover, .uic-table-action-button a[nzHighlight][disabled]:hover,
.uic-table-action-button button[nzHighlight][disabled]:hover, .ant-btn[nzHighlight][disabled]:focus, .uic-table-action-button a[nzHighlight][disabled]:focus,
.uic-table-action-button button[nzHighlight][disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.highlight:hover, .uic-table-action-button a.highlight:hover,
.uic-table-action-button button.highlight:hover, .ant-btn.highlight:focus, .uic-table-action-button a.highlight:focus,
.uic-table-action-button button.highlight:focus, .ant-btn[nzHighlight]:hover, .uic-table-action-button a[nzHighlight]:hover,
.uic-table-action-button button[nzHighlight]:hover, .ant-btn[nzHighlight]:focus, .uic-table-action-button a[nzHighlight]:focus,
.uic-table-action-button button[nzHighlight]:focus {
  color: #fff !important;
  background-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) + 5%)) !important;
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) + 5%)) !important;
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn.highlight.disabled, .uic-table-action-button a.highlight.disabled,
.uic-table-action-button button.highlight.disabled, .ant-btn.highlight[disabled], .uic-table-action-button a.highlight[disabled],
.uic-table-action-button button.highlight[disabled], .ant-btn[nzHighlight].disabled, .uic-table-action-button a[nzHighlight].disabled,
.uic-table-action-button button[nzHighlight].disabled, .ant-btn[nzHighlight][disabled], .uic-table-action-button a[nzHighlight][disabled],
.uic-table-action-button button[nzHighlight][disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.highlight.disabled:hover, .uic-table-action-button a.highlight.disabled:hover,
.uic-table-action-button button.highlight.disabled:hover, .ant-btn.highlight.disabled:focus, .uic-table-action-button a.highlight.disabled:focus,
.uic-table-action-button button.highlight.disabled:focus, .ant-btn.highlight[disabled]:hover, .uic-table-action-button a.highlight[disabled]:hover,
.uic-table-action-button button.highlight[disabled]:hover, .ant-btn.highlight[disabled]:focus, .uic-table-action-button a.highlight[disabled]:focus,
.uic-table-action-button button.highlight[disabled]:focus, .ant-btn[nzHighlight].disabled:hover, .uic-table-action-button a[nzHighlight].disabled:hover,
.uic-table-action-button button[nzHighlight].disabled:hover, .ant-btn[nzHighlight].disabled:focus, .uic-table-action-button a[nzHighlight].disabled:focus,
.uic-table-action-button button[nzHighlight].disabled:focus, .ant-btn[nzHighlight][disabled]:hover, .uic-table-action-button a[nzHighlight][disabled]:hover,
.uic-table-action-button button[nzHighlight][disabled]:hover, .ant-btn[nzHighlight][disabled]:focus, .uic-table-action-button a[nzHighlight][disabled]:focus,
.uic-table-action-button button[nzHighlight][disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.outline, .uic-table-action-button a.outline,
.uic-table-action-button button.outline, .ant-btn[nzOutline], .uic-table-action-button a[nzOutline],
.uic-table-action-button button[nzOutline] {
  background: transparent;
  background-color: transparent;
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary);
}
.ant-btn.outline.ant-btn-lg, .uic-table-action-button a.outline.ant-btn-lg,
.uic-table-action-button button.outline.ant-btn-lg, .ant-btn[nzOutline].ant-btn-lg, .uic-table-action-button a[nzOutline].ant-btn-lg,
.uic-table-action-button button[nzOutline].ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
}
.ant-btn.outline.ant-btn-sm, .uic-table-action-button a.outline.ant-btn-sm,
.uic-table-action-button button.outline.ant-btn-sm, .ant-btn[nzOutline].ant-btn-sm, .uic-table-action-button a[nzOutline].ant-btn-sm,
.uic-table-action-button button[nzOutline].ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
}
.ant-btn.outline:hover, .uic-table-action-button a.outline:hover,
.uic-table-action-button button.outline:hover, .ant-btn.outline:focus, .uic-table-action-button a.outline:focus,
.uic-table-action-button button.outline:focus, .ant-btn[nzOutline]:hover, .uic-table-action-button a[nzOutline]:hover,
.uic-table-action-button button[nzOutline]:hover, .ant-btn[nzOutline]:focus, .uic-table-action-button a[nzOutline]:focus,
.uic-table-action-button button[nzOutline]:focus {
  color: var(--brand-primary) !important;
  background-color: transparent !important;
  border-color: var(--brand-primary) !important;
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn.outline.active, .uic-table-action-button a.outline.active,
.uic-table-action-button button.outline.active, .ant-btn.outline:active, .uic-table-action-button a.outline:active,
.uic-table-action-button button.outline:active, .ant-btn[nzOutline].active, .uic-table-action-button a[nzOutline].active,
.uic-table-action-button button[nzOutline].active, .ant-btn[nzOutline]:active, .uic-table-action-button a[nzOutline]:active,
.uic-table-action-button button[nzOutline]:active {
  background-color: transparent !important;
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}
.ant-btn.outline.disabled, .uic-table-action-button a.outline.disabled,
.uic-table-action-button button.outline.disabled, .ant-btn.outline[disabled], .uic-table-action-button a.outline[disabled],
.uic-table-action-button button.outline[disabled], .ant-btn[nzOutline].disabled, .uic-table-action-button a[nzOutline].disabled,
.uic-table-action-button button[nzOutline].disabled, .ant-btn[nzOutline][disabled], .uic-table-action-button a[nzOutline][disabled],
.uic-table-action-button button[nzOutline][disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.outline.disabled:hover, .uic-table-action-button a.outline.disabled:hover,
.uic-table-action-button button.outline.disabled:hover, .ant-btn.outline.disabled:focus, .uic-table-action-button a.outline.disabled:focus,
.uic-table-action-button button.outline.disabled:focus, .ant-btn.outline[disabled]:hover, .uic-table-action-button a.outline[disabled]:hover,
.uic-table-action-button button.outline[disabled]:hover, .ant-btn.outline[disabled]:focus, .uic-table-action-button a.outline[disabled]:focus,
.uic-table-action-button button.outline[disabled]:focus, .ant-btn[nzOutline].disabled:hover, .uic-table-action-button a[nzOutline].disabled:hover,
.uic-table-action-button button[nzOutline].disabled:hover, .ant-btn[nzOutline].disabled:focus, .uic-table-action-button a[nzOutline].disabled:focus,
.uic-table-action-button button[nzOutline].disabled:focus, .ant-btn[nzOutline][disabled]:hover, .uic-table-action-button a[nzOutline][disabled]:hover,
.uic-table-action-button button[nzOutline][disabled]:hover, .ant-btn[nzOutline][disabled]:focus, .uic-table-action-button a[nzOutline][disabled]:focus,
.uic-table-action-button button[nzOutline][disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.buy, .uic-table-action-button a.buy,
.uic-table-action-button button.buy, .ant-btn[nzBuy], .uic-table-action-button a[nzBuy],
.uic-table-action-button button[nzBuy] {
  background: #10BDA8;
  background-color: #10BDA8;
  border-color: #10BDA8 !important;
  color: #fff;
}
.ant-btn.buy.ant-btn-lg, .uic-table-action-button a.buy.ant-btn-lg,
.uic-table-action-button button.buy.ant-btn-lg, .ant-btn[nzBuy].ant-btn-lg, .uic-table-action-button a[nzBuy].ant-btn-lg,
.uic-table-action-button button[nzBuy].ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
}
.ant-btn.buy.ant-btn-sm, .uic-table-action-button a.buy.ant-btn-sm,
.uic-table-action-button button.buy.ant-btn-sm, .ant-btn[nzBuy].ant-btn-sm, .uic-table-action-button a[nzBuy].ant-btn-sm,
.uic-table-action-button button[nzBuy].ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
}
.ant-btn.buy:hover, .uic-table-action-button a.buy:hover,
.uic-table-action-button button.buy:hover, .ant-btn.buy:focus, .uic-table-action-button a.buy:focus,
.uic-table-action-button button.buy:focus, .ant-btn[nzBuy]:hover, .uic-table-action-button a[nzBuy]:hover,
.uic-table-action-button button[nzBuy]:hover, .ant-btn[nzBuy]:focus, .uic-table-action-button a[nzBuy]:focus,
.uic-table-action-button button[nzBuy]:focus {
  color: #fff !important;
  background-color: #10BDA8 !important;
  border-color: #10BDA8 !important;
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn.buy.active, .uic-table-action-button a.buy.active,
.uic-table-action-button button.buy.active, .ant-btn.buy:active, .uic-table-action-button a.buy:active,
.uic-table-action-button button.buy:active, .ant-btn[nzBuy].active, .uic-table-action-button a[nzBuy].active,
.uic-table-action-button button[nzBuy].active, .ant-btn[nzBuy]:active, .uic-table-action-button a[nzBuy]:active,
.uic-table-action-button button[nzBuy]:active {
  background-color: #10BDA8 !important;
  border-color: #10BDA8 !important;
  color: #fff !important;
}
.ant-btn.buy.disabled, .uic-table-action-button a.buy.disabled,
.uic-table-action-button button.buy.disabled, .ant-btn.buy[disabled], .uic-table-action-button a.buy[disabled],
.uic-table-action-button button.buy[disabled], .ant-btn[nzBuy].disabled, .uic-table-action-button a[nzBuy].disabled,
.uic-table-action-button button[nzBuy].disabled, .ant-btn[nzBuy][disabled], .uic-table-action-button a[nzBuy][disabled],
.uic-table-action-button button[nzBuy][disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.buy.disabled:hover, .uic-table-action-button a.buy.disabled:hover,
.uic-table-action-button button.buy.disabled:hover, .ant-btn.buy.disabled:focus, .uic-table-action-button a.buy.disabled:focus,
.uic-table-action-button button.buy.disabled:focus, .ant-btn.buy[disabled]:hover, .uic-table-action-button a.buy[disabled]:hover,
.uic-table-action-button button.buy[disabled]:hover, .ant-btn.buy[disabled]:focus, .uic-table-action-button a.buy[disabled]:focus,
.uic-table-action-button button.buy[disabled]:focus, .ant-btn[nzBuy].disabled:hover, .uic-table-action-button a[nzBuy].disabled:hover,
.uic-table-action-button button[nzBuy].disabled:hover, .ant-btn[nzBuy].disabled:focus, .uic-table-action-button a[nzBuy].disabled:focus,
.uic-table-action-button button[nzBuy].disabled:focus, .ant-btn[nzBuy][disabled]:hover, .uic-table-action-button a[nzBuy][disabled]:hover,
.uic-table-action-button button[nzBuy][disabled]:hover, .ant-btn[nzBuy][disabled]:focus, .uic-table-action-button a[nzBuy][disabled]:focus,
.uic-table-action-button button[nzBuy][disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.sell, .uic-table-action-button a.sell,
.uic-table-action-button button.sell, .ant-btn[nzSell], .uic-table-action-button a[nzSell],
.uic-table-action-button button[nzSell] {
  background: #FF3B49;
  background-color: #FF3B49;
  border-color: #FF3B49 !important;
  color: #fff;
}
.ant-btn.sell.ant-btn-lg, .uic-table-action-button a.sell.ant-btn-lg,
.uic-table-action-button button.sell.ant-btn-lg, .ant-btn[nzSell].ant-btn-lg, .uic-table-action-button a[nzSell].ant-btn-lg,
.uic-table-action-button button[nzSell].ant-btn-lg {
  padding: 0 40px;
  height: 52px;
  font-size: var(--font-size-base);
}
.ant-btn.sell.ant-btn-sm, .uic-table-action-button a.sell.ant-btn-sm,
.uic-table-action-button button.sell.ant-btn-sm, .ant-btn[nzSell].ant-btn-sm, .uic-table-action-button a[nzSell].ant-btn-sm,
.uic-table-action-button button[nzSell].ant-btn-sm {
  padding: 0 15px;
  height: 34px;
  font-size: var(--font-size-xs);
}
.ant-btn.sell:hover, .uic-table-action-button a.sell:hover,
.uic-table-action-button button.sell:hover, .ant-btn.sell:focus, .uic-table-action-button a.sell:focus,
.uic-table-action-button button.sell:focus, .ant-btn[nzSell]:hover, .uic-table-action-button a[nzSell]:hover,
.uic-table-action-button button[nzSell]:hover, .ant-btn[nzSell]:focus, .uic-table-action-button a[nzSell]:focus,
.uic-table-action-button button[nzSell]:focus {
  color: #fff !important;
  background-color: #FF3B49 !important;
  border-color: #FF3B49 !important;
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-btn.sell.active, .uic-table-action-button a.sell.active,
.uic-table-action-button button.sell.active, .ant-btn.sell:active, .uic-table-action-button a.sell:active,
.uic-table-action-button button.sell:active, .ant-btn[nzSell].active, .uic-table-action-button a[nzSell].active,
.uic-table-action-button button[nzSell].active, .ant-btn[nzSell]:active, .uic-table-action-button a[nzSell]:active,
.uic-table-action-button button[nzSell]:active {
  background-color: #FF3B49 !important;
  border-color: #FF3B49 !important;
  color: #fff !important;
}
.ant-btn.sell.disabled, .uic-table-action-button a.sell.disabled,
.uic-table-action-button button.sell.disabled, .ant-btn.sell[disabled], .uic-table-action-button a.sell[disabled],
.uic-table-action-button button.sell[disabled], .ant-btn[nzSell].disabled, .uic-table-action-button a[nzSell].disabled,
.uic-table-action-button button[nzSell].disabled, .ant-btn[nzSell][disabled], .uic-table-action-button a[nzSell][disabled],
.uic-table-action-button button[nzSell][disabled] {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-btn.sell.disabled:hover, .uic-table-action-button a.sell.disabled:hover,
.uic-table-action-button button.sell.disabled:hover, .ant-btn.sell.disabled:focus, .uic-table-action-button a.sell.disabled:focus,
.uic-table-action-button button.sell.disabled:focus, .ant-btn.sell[disabled]:hover, .uic-table-action-button a.sell[disabled]:hover,
.uic-table-action-button button.sell[disabled]:hover, .ant-btn.sell[disabled]:focus, .uic-table-action-button a.sell[disabled]:focus,
.uic-table-action-button button.sell[disabled]:focus, .ant-btn[nzSell].disabled:hover, .uic-table-action-button a[nzSell].disabled:hover,
.uic-table-action-button button[nzSell].disabled:hover, .ant-btn[nzSell].disabled:focus, .uic-table-action-button a[nzSell].disabled:focus,
.uic-table-action-button button[nzSell].disabled:focus, .ant-btn[nzSell][disabled]:hover, .uic-table-action-button a[nzSell][disabled]:hover,
.uic-table-action-button button[nzSell][disabled]:hover, .ant-btn[nzSell][disabled]:focus, .uic-table-action-button a[nzSell][disabled]:focus,
.uic-table-action-button button[nzSell][disabled]:focus {
  color: #CBD0D7 !important;
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  border-color: #CBD0D7 !important;
}
.ant-breadcrumb {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #111418;
  font-size: var(--font-size-sm);
}
.ant-anchor {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
}
.ant-dropdown-menu {
  min-width: 10rem;
}
.ant-dropdown-menu ol, .ant-dropdown-menu ul {
  list-style-type: none;
  padding-left: 0px;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 0.5rem 1.25rem;
  margin: 0;
  font-size: var(--font-size-base);
  font-weight: 400;
  color: #CBD0D7;
  line-height: 1.4;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  color: #CBD0D7;
}
.ant-dropdown-menu-item:hover, .ant-dropdown-menu-item:focus,
.ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-submenu-title:focus {
  background-color: #F3F3F3;
  color: #6A7584;
}
.ant-dropdown-menu-item:hover > a, .ant-dropdown-menu-item:focus > a,
.ant-dropdown-menu-submenu-title:hover > a,
.ant-dropdown-menu-submenu-title:focus > a {
  color: #6A7584;
}
.ant-dropdown-menu-item .ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-item-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #cbd0d7;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  content: "";
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  background: #F3F3F3;
  color: #6A7584;
}
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  background: #F3F3F3;
  color: #6A7584;
}
.ant-dropdown-menu-item-disabled {
  color: rgba(203, 208, 215, 0.5);
  background-color: transparent;
}
.ant-menu {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  font-weight: 500;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
}
.ant-menu .ant-dropdown-menu-item-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.ant-menu-sub {
  font-weight: 400;
}
.ant-menu-horizontal {
  line-height: 2.8125rem;
  border-bottom: 0px;
}
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 0px;
  color: var(--brand-info);
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  border-bottom: 0px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover {
  border-bottom: 0px;
  color: var(--brand-info);
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 0px;
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-left .ant-menu-submenu-title {
  height: 37px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 10px;
  overflow: hidden;
  font-size: var(--font-size-sm);
  line-height: 37px;
  text-overflow: ellipsis;
}
.ant-menu-inline .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu > .ant-menu-submenu-title {
  height: 37px;
  line-height: 37px;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  color: var(--brand-info);
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
}
.ant-menu-item .anticon {
  min-width: var(--font-size-sm);
  margin-right: 0;
  font-size: var(--font-size-sm);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after, .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
  background: linear-gradient(to right, var(--brand-primary), var(--brand-primary));
}
.ant-menu-submenu-inline .ant-menu-item:after,
.ant-menu-submenu-vertical-left .ant-menu-item:after,
.ant-menu-submenu-vertical-right .ant-menu-item:after,
.ant-menu-submenu-vertical .ant-menu-item:after {
  border-right: 3px solid var(--brand-info);
}
.ant-menu-dark {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-sub {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background-color: transparent;
  box-shadow: none;
}
.ant-menu-dark .ant-menu-item, .ant-menu-dark .ant-menu-item-group-title, .ant-menu-dark .ant-menu-item > a {
  color: #fff;
}
.ant-layout-sider {
  background: transparent;
}
.ant-card {
  background: #fff;
  margin-bottom: 5px;
  color: #111418;
  font-size: var(--font-size-base);
  line-height: 1.4;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.ant-card-hoverable:hover {
  border-color: #CBD0D7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #CBD0D7;
}
.ant-card-head {
  min-height: 48px;
  padding: 0 24px;
  color: #111418;
  font-weight: 600;
  font-size: var(--font-size-base);
  background: #fff;
  border-bottom: 1px solid #CBD0D7;
  border-radius: 10px 10px 0 0;
}
.ant-card-head-title {
  padding: 16px 0;
}
.ant-card-extra {
  margin-left: auto;
  padding: 16px 0;
  color: #111418;
  font-weight: normal;
  font-size: var(--font-size-base);
}
.ant-card-body {
  padding: 24px;
}
.ant-card-grid {
  padding: 24px;
}
.ant-card-grid:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.ant-card-cover img {
  border-radius: 10px 10px 0 0;
}
.ant-card-actions {
  background: #f0f0f0;
  border-top: 1px solid #CBD0D7;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #F3F3F3;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: var(--font-size-base);
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta-title {
  color: #111418;
  font-size: var(--font-size-base);
}
.ant-card-meta-description {
  color: #EBEDF0;
}
.ant-card-fullscreen {
  position: fixed;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 10px;
  font-size: var(--font-size-base);
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 6px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 6px 0;
  font-size: var(--font-size-base);
}
.ant-card-small > .ant-card-body {
  padding: 10px;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-fund {
  padding: 0;
  border-color: #B72e39;
}
.ant-tag.tag-fund .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-fund .tag-right-inner {
  color: #B72e39;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-stock {
  padding: 0;
  border-color: #3F42B5;
}
.ant-tag.tag-stock .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-stock .tag-right-inner {
  color: #3F42B5;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-etf {
  padding: 0;
  border-color: #61c1c5;
}
.ant-tag.tag-etf .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-etf .tag-right-inner {
  color: #61c1c5;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-bond {
  padding: 0;
  border-color: #F5Ad00;
}
.ant-tag.tag-bond .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-bond .tag-right-inner {
  color: #F5Ad00;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-map {
  padding: 0;
  border-color: #005071;
}
.ant-tag.tag-map .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-map .tag-right-inner {
  color: #005071;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-insurance {
  padding: 0;
  border-color: #00cb6c;
}
.ant-tag.tag-insurance .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-insurance .tag-right-inner {
  color: #00cb6c;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-ndpms {
  padding: 0;
  border-color: #A9A9A9;
}
.ant-tag.tag-ndpms .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-ndpms .tag-right-inner {
  color: #A9A9A9;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-dpms-cash {
  padding: 0;
  border-color: #4F738C;
}
.ant-tag.tag-dpms-cash .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-dpms-cash .tag-right-inner {
  color: #4F738C;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-tag {
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
  padding: 2px 6px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
}
.ant-tag.bg-fund, .ant-tag.bg-bond, .ant-tag.bg-stock, .ant-tag.bg-etf, .ant-tag.bg-map, .ant-tag.bg-insurance, .ant-tag.bg-research, .ant-tag.bg-ndpms {
  color: #fff;
}
.ant-tag.tag-research {
  padding: 0;
  border-color: #10BDA8;
}
.ant-tag.tag-research .tag-left-inner {
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
}
.ant-tag.tag-research .tag-right-inner {
  color: #10BDA8;
  background: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ant-tag.tag-buy {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.2);
  color: #111418;
}
.ant-tag.tag-sell {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.2);
  color: #111418;
}
.ant-tag.tag-profit {
  background: rgba(16, 189, 168, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag.tag-loss {
  background: rgba(255, 59, 73, 0.2);
  border: none;
  border-radius: 0;
}
.ant-tag .anticon {
  line-height: 0;
}
.tag-fund {
  background-color: #B72e39 !important;
}
a.tag-fund:hover, a.tag-fund:focus {
  opacity: 0.85;
}
.tag-stock {
  background-color: #3F42B5 !important;
}
a.tag-stock:hover, a.tag-stock:focus {
  opacity: 0.85;
}
.tag-etf {
  background-color: #61c1c5 !important;
}
a.tag-etf:hover, a.tag-etf:focus {
  opacity: 0.85;
}
.tag-bond {
  background-color: #F5Ad00 !important;
}
a.tag-bond:hover, a.tag-bond:focus {
  opacity: 0.85;
}
.tag-map {
  background-color: #005071 !important;
}
a.tag-map:hover, a.tag-map:focus {
  opacity: 0.85;
}
.tag-insurance {
  background-color: #00cb6c !important;
}
a.tag-insurance:hover, a.tag-insurance:focus {
  opacity: 0.85;
}
.tag-ndpms {
  background-color: #A9A9A9 !important;
}
a.tag-ndpms:hover, a.tag-ndpms:focus {
  opacity: 0.85;
}
.tag-dpms-cash {
  background-color: #4F738C !important;
}
a.tag-dpms-cash:hover, a.tag-dpms-cash:focus {
  opacity: 0.85;
}
.tag-research {
  background-color: #10BDA8 !important;
}
a.tag-research:hover, a.tag-research:focus {
  opacity: 0.85;
}
.cursor-default .ant-tag {
  cursor: default;
}
.mr-0 .ant-tag {
  margin-right: 0px !important;
}
.ant-alert {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-sm);
  line-height: 1.4;
  color: #111418;
  position: relative;
  padding: 20px 20px 20px 60px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.ant-alert-success {
  background-color: white;
  border: 1px solid #f0f0f0;
}
.ant-alert-success .ant-alert-icon {
  color: var(--brand-primary);
}
.ant-alert-info {
  background-color: white;
  border: 1px solid #f0f0f0;
}
.ant-alert-info .ant-alert-icon {
  color: var(--brand-info);
}
.ant-alert-warning {
  background-color: white;
  border: 1px solid #f0f0f0;
}
.ant-alert-warning .ant-alert-icon {
  color: #FF6600;
}
.ant-alert-error {
  background-color: white;
  border: 1px solid #f0f0f0;
}
.ant-alert-error .ant-alert-icon {
  color: #FF6600;
}
.ant-alert-icon {
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  left: 20px;
}
.ant-alert-with-description {
  padding: 20px 20px 20px 60px;
  position: relative;
  color: #111418;
  line-height: 1.4;
}
.ant-alert-with-description .ant-alert-icon {
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
  left: 20px;
}
.ant-alert-with-description .ant-alert-message {
  color: #111418;
  font-size: var(--font-size-lg);
  margin-bottom: 5px;
}
.ant-alert-close-icon .anticon-cross {
  color: #111418;
}
.ant-alert-close-icon .anticon-cross:hover {
  color: #6A7584;
}
.ant-badge {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #111418;
  position: relative;
  line-height: 1;
}
.ant-badge-count {
  height: 1.25rem;
  background: #f5222d;
  color: #fff;
  line-height: 1.25rem;
  padding: 0 5px;
  font-size: var(--font-size-base);
  font-weight: 400;
}
.ant-badge-status-dot {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  top: -1px;
}
.ant-badge-status-default {
  background-color: var(--brand-info);
}
.ant-badge-status-error {
  background-color: #FF6600;
}
.ant-badge-status-success {
  background-color: var(--brand-primary);
}
.ant-badge-status-warning {
  background-color: #FF6600;
}
.ant-badge-status-processing {
  background-color: var(--brand-info);
}
.ant-badge-status-processing:after {
  border: 1px solid var(--brand-info);
}
.ant-badge:not(.ant-badge-status) {
  margin-right: 20px;
}
.head-example {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #eee;
  display: inline-block;
}
.ant-list {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #111418;
  position: relative;
}
.ant-list.ant-list-sm .ant-list-footer,
.ant-list.ant-list-sm .ant-list-header {
  padding: 0.5rem 0.375rem;
}
.ant-list.ant-list-sm .ant-list-item {
  padding: 0.5rem 0.375rem;
}
.ant-list.ant-list-lg .ant-list-footer,
.ant-list.ant-list-lg .ant-list-header {
  padding: 1rem 1.5rem;
}
.ant-list.ant-list-lg .ant-list-item {
  padding: 1rem 1.5rem;
}
.ant-list-bordered {
  border-radius: 10px;
  border: 1px solid #CBD0D7;
}
.ant-list-bordered .ant-list-footer,
.ant-list-bordered .ant-list-header,
.ant-list-bordered .ant-list-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ant-list-bordered .ant-list-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #F3F3F3;
}
.ant-list-bordered .ant-list-footer {
  background: #F3F3F3;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-item:last-child {
  border-bottom: 1px solid #CBD0D7;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #CBD0D7;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #CBD0D7;
}
.ant-list-item {
  align-items: center;
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ant-list-item-meta-title > a {
  color: #6A7584;
}
.ant-list-item-meta-title > a:hover {
  color: var(--brand-primary);
}
.ant-list-item-meta-description {
  color: #111418;
  font-size: var(--font-size-base);
  line-height: 1.4;
}
.ant-list-item-action > li {
  color: #111418;
  padding: 0 10px;
  font-size: var(--font-size-base);
  line-height: 1.4;
}
.list-title {
  color: #333;
  font-size: 16px;
}
.demo-loadmore-list {
  min-height: 350px;
}
.loadmore {
  text-align: center;
  margin-top: 12px;
  height: 32px;
  line-height: 32px;
}
.list-loading {
  position: absolute;
  bottom: -40px;
  left: 50%;
}
.list-overflow {
  overflow-y: auto;
}
.ant-pagination-item {
  border: 1px solid #CBD0D7;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  background-color: transparent;
}
.ant-pagination-item a {
  color: #CBD0D7;
}
.ant-pagination-item:hover, .ant-pagination-item:focus {
  border-color: var(--brand-primary);
}
.ant-pagination-item:hover a, .ant-pagination-item:focus a {
  color: var(--brand-primary);
}
.ant-pagination-item-active {
  border-color: var(--brand-primary);
  font-weight: 400;
}
.ant-pagination-item-active a {
  color: var(--brand-primary);
}
.ant-pagination-next:focus .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link,
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
.ant-pagination-prev .ant-pagination-item-link:after {
  content: "";
  display: none;
}
.ant-pagination-next .ant-pagination-item-link:after {
  content: "";
  display: none;
}
.ant-pagination-disabled .ant-pagination-item-link {
  border-color: #CBD0D7;
  color: #CBD0D7;
  cursor: not-allowed;
  opacity: 0.5;
}
.ant-pagination-disabled a {
  border-color: #CBD0D7;
  color: #CBD0D7;
  cursor: not-allowed;
  opacity: 0.5;
}
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination-disabled:focus a,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: #CBD0D7;
  color: #CBD0D7;
  cursor: not-allowed;
  opacity: 0.5;
}
.ant-steps {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
.ant-steps-item-tail:after {
  background-color: #e8e8e8;
}
.ant-steps-vertical .ant-steps-item-title {
  font-size: 16px;
  font-weight: 500;
}
.ant-steps-horizontal .ant-steps-item-content {
  text-align: center;
}
.ant-steps-horizontal .ant-steps-item-content .ant-steps-item-title {
  font-size: 12px;
  font-weight: 500;
}
.ant-steps-item-wait .ant-steps-item-icon {
  border-color: #CBD0D7 !important;
  border: 0;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #CBD0D7;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-content .ant-steps-item-description {
  color: #292929;
}
.ant-steps-item-wait .ant-steps-item-content .ant-steps-item-title {
  color: #292929;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: var(--brand-theme);
  background: var(--brand-theme);
  border-color: var(--brand-theme) !important;
  border: 0;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: var(--brand-theme);
}
.ant-steps-item-process .ant-steps-item-content .ant-steps-item-title {
  color: var(--brand-theme);
}
.ant-steps-item-process .ant-steps-item-content .ant-steps-item-title:after {
  background-color: #CBD0D7;
}
.ant-steps-item-process .ant-steps-item-content .ant-steps-item-tail:after {
  background-color: #CBD0D7 !important;
}
.ant-steps-item-process .ant-steps-item-content .ant-steps-item-description {
  color: #111418;
}
.ant-steps-item-finish .ant-steps-item-icon {
  border-color: var(--brand-accent-1);
  background-color: var(--brand-accent-1);
  border: 0;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: var(--brand-accent-1);
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: var(--brand-accent-1);
}
.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-title {
  color: #292929;
}
.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-title:after {
  background-color: var(--brand-accent-1);
}
.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-description {
  color: #292929;
}
.ant-steps-item-finish .ant-steps-item-tail::after {
  background: var(--brand-accent-1) !important;
}
.ant-steps-item-error .ant-steps-item-icon {
  border-color: #FF6600;
  background-color: transparent;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #FF6600;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-description,
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title {
  color: #FF6600;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
  background: #FF6600;
}
.ant-steps-dot .ant-steps-item-tail {
  top: 3px;
  margin: 0 0 0 70px;
}
.ant-steps-dot .ant-steps-item-tail:after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
  background: #e8e8e8 !important;
}
.ant-steps-dot .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  border: 0;
}
.ant-steps-dot .ant-steps-item-content {
  width: 140px;
  padding-right: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
  position: relative;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 6px;
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 3px;
}
.bg-light .ant-steps-item-tail::after {
  background: #CBD0D7;
}
.ant-tabs {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  padding: 0px;
  opacity: 1;
}
.ant-tabs-bar {
  border-bottom: 1px solid #CBD0D7;
  margin-bottom: 1.25rem;
  outline: 0;
}
.ant-tabs-nav-container {
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
}
.ant-tabs-tab-next,
.ant-tabs-tab-prev {
  z-index: 2;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: #111418;
  opacity: 0;
}
.ant-tabs-tab-next:hover,
.ant-tabs-tab-prev:hover {
  color: #CBD0D7;
}
.ant-tabs-tab-next.ant-tabs-tab-arrow-show,
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show {
  width: 2rem;
}
.ant-tabs-tab-btn-disabled {
  color: rgba(17, 20, 24, 0.25);
}
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(17, 20, 24, 0.25);
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin-right: 1.25rem;
  padding: 0.75rem 1.25rem;
  box-sizing: border-box;
  position: relative;
  color: #111418;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: var(--brand-theme);
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: var(--brand-theme);
  font-weight: 500;
}
.ant-tabs-nav .ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-ink-bar {
  height: 1.7px;
  background-color: var(--brand-theme);
}
.ant-tabs-large .ant-tabs-tab {
  font-size: 1rem;
}
.ant-tabs-small .ant-tabs-tab {
  font-size: 0.8125rem;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 45px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 45px;
  margin-right: 6px;
  padding: 0 60px;
  line-height: 43px;
  background: #CBD0D7;
  color: #424B57;
  border-radius: 10px 10px 0 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 45px;
  color: #fff;
  background: var(--brand-primary);
  border-color: #CBD0D7;
  border-bottom: 1px solid var(--brand-primary);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #424B57;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 16px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: var(--brand-info);
  font-size: var(--font-size-sm);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: #EBEDF0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-bottom-bar .ant-tabs-tab {
  border-bottom: 1px solid #CBD0D7;
  border-radius: 0 0 10px 10px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-bottom-bar .ant-tabs-tab-active {
  color: var(--brand-primary);
}
.ant-tabs.ant-tabs-card .ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: #111418;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #CBD0D7;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-tabs.ant-tabs-card .ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #fff;
  border-color: #fff;
}
.ant-collapse {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.25;
  color: #111418;
  background-color: #f0f0f0;
  border-radius: 10px;
  border: 1px solid #CBD0D7;
  border-bottom: 0;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #CBD0D7;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  line-height: 1.25;
  padding: 18px 25px;
  color: #111418;
  position: relative;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  content: "";
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header {
  cursor: not-allowed;
  color: rgba(17, 20, 24, 0.25);
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: rgba(17, 20, 24, 0.25);
}
.ant-collapse-content {
  color: #111418;
  background-color: #fff;
  border-top: 1px solid #CBD0D7;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 0 25px 20px;
}
.ant-collapse-content .off-gutter-x {
  margin-left: -0 25px 20px;
  margin-right: -0 25px 20px;
}
.ant-collapse-content .off-gutter-top {
  margin-top: -0 25px 20px;
}
.ant-collapse-content .off-gutter-bottom {
  margin-bottom: -0 25px 20px;
}
.ant-collapse-borderless {
  background-color: transparent;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 0.25rem;
}
.ant-drawer-title {
  color: #292929;
  font-weight: 500;
  font-size: 16px;
}
.ant-drawer-body {
  padding: 16px 24px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-rendering: auto;
}
.ant-drawer-close:focus, .ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-popover {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #111418;
  z-index: 1060;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 0.625rem;
}
.ant-popover-placement-left,
.ant-popover-placement-leftBottom,
.ant-popover-placement-leftTop {
  padding-right: 0.625rem;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 0.625rem;
}
.ant-popover-placement-right,
.ant-popover-placement-rightBottom,
.ant-popover-placement-rightTop {
  padding-left: 0.625rem;
}
.ant-popover-inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px css-alpha(#757575, 0.15);
}
.ant-popover-title {
  min-width: 180px;
  padding: 0.3125rem 0.9375rem;
  min-height: auto;
  border-bottom: 1px solid #CBD0D7;
  color: #6A7584;
  font-weight: 500;
}
.ant-popover-inner-content {
  padding: 0.75rem 1rem;
  color: #111418;
}
.ant-tooltip {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: white !important;
  z-index: 1070;
}
.ant-tooltip .ant-tooltip-inner {
  max-width: 250px;
  padding: 6px 12px;
  color: white;
  text-align: left;
  text-decoration: none;
  background-color: #111418;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
  min-height: auto;
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftBottom,
.ant-tooltip-placement-leftTop {
  padding-right: 0.5rem;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  right: 7px;
  border-width: 5px 0 5px 5px;
  border-left-color: #111418;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 0.5rem;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 7px;
  border-width: 0 5px 5px;
  border-bottom-color: #111418;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightBottom,
.ant-tooltip-placement-rightTop {
  padding-left: 0.5rem;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  left: 7px;
  border-width: 5px 5px 5px 0;
  border-right-color: #111418;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 0.5rem;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 7px;
  border-width: 5px 5px 0;
  border-top-color: #111418;
}
.ant-timeline {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #111418;
}
.ant-timeline-item {
  position: relative;
  padding-bottom: 1.25rem;
}
.ant-timeline,
.ant-timeline-item {
  font-size: var(--font-size-base);
}
.ant-timeline-item-tail {
  position: absolute;
  left: 4px;
  top: 0.75em;
  height: 100%;
  border-left: 2px solid #ececec;
}
.ant-timeline-item-head {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid #ececec;
}
.ant-timeline-item-head-primary {
  border-color: var(--brand-info);
  color: var(--brand-info);
}
.ant-timeline-item-head-blue,
.ant-timeline-item-head-info {
  border-color: var(--brand-info);
  color: var(--brand-info);
}
.ant-timeline-item-head-green,
.ant-timeline-item-head-success {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
.ant-timeline-item-head-red,
.ant-timeline-item-head-danger {
  border-color: #FF6600;
  color: #FF6600;
}
.ant-timeline-item-head-warning {
  border-color: #FF6600;
  color: #FF6600;
}
.ant-timeline-item-head-custom {
  position: absolute;
  text-align: center;
  line-height: 1;
  margin-top: 0;
  border: 0;
  height: auto;
  border-radius: 0;
  padding: 3px 1px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 5px;
  left: 5px;
  width: auto;
}
.ant-message {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #111418;
  position: fixed;
  z-index: 1030;
  width: 100%;
  top: 1rem;
}
.ant-message .anticon {
  font-size: var(--font-size-base);
}
@media only screen and (max-width: 992px) {
  .ant-message {
    z-index: 1060;
  }
}
.ant-message-notice-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.ant-message-custom-content {
  padding: 0.625rem 1rem;
  border-radius: 10px;
}
.ant-message-loading {
  background: #fff;
}
.ant-message-loading .anticon {
  color: var(--brand-info);
}
.ant-message-success {
  background: #fff;
}
.ant-message-success .anticon {
  color: var(--brand-primary);
}
.ant-message-info {
  background: #fff;
}
.ant-message-info .anticon {
  color: var(--brand-info);
}
.ant-message-warning {
  background: #fff;
}
.ant-message-warning .anticon {
  color: #FF6600;
}
.ant-message-error {
  background: #fff;
}
.ant-message-error .anticon {
  color: #FF6600;
}
.ant-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.ant-modal-wrap.vertical-center-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-modal {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #111418;
  width: auto;
  margin: 0 auto;
  top: 50px;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .ant-modal {
    max-width: 95%;
  }
}
.ant-modal-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.ant-modal-close {
  z-index: 10;
  font-weight: bold;
  line-height: 1;
  color: #111418;
}
.ant-modal-header {
  padding: 1.6rem;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #6A7584;
  border-bottom: 1px solid #CBD0D7;
}
.ant-modal-body {
  padding: 1.6rem;
  font-size: var(--font-size-base);
  line-height: 1.4;
}
.ant-modal-footer {
  border-top: 1px solid #CBD0D7;
  padding: 1rem;
  text-align: right;
  border-radius: 0 0 10px 10px;
}
.ant-confirm-body > .anticon {
  font-size: 30px;
  margin-right: 1rem;
  float: left;
}
.ant-confirm-body .ant-confirm-title {
  color: #6A7584;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-confirm-body .ant-confirm-content {
  margin-left: 46px;
  font-size: var(--font-size-base);
  color: #111418;
  margin-top: 8px;
}
.ant-confirm-success .ant-confirm-body > .anticon {
  color: var(--brand-primary);
}
.ant-confirm-error .ant-confirm-body > .anticon {
  color: #FF6600;
}
.ant-confirm-confirm .ant-confirm-body > .anticon,
.ant-confirm-warning .ant-confirm-body > .anticon {
  color: #FF6600;
}
.cdk-overlay-container {
  z-index: 1050;
}
.ant-progress {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #111418;
}
.ant-progress-inner {
  background-color: #CBD0D7;
  border-radius: 10px;
  vertical-align: middle;
  position: relative;
}
.ant-progress-line {
  width: 100%;
  font-size: var(--font-size-base);
  position: relative;
}
.ant-progress-bg {
  border-radius: 10px;
  background-color: var(--brand-accent-1);
  position: relative;
}
.ant-progress-circle-trail {
  stroke: #CBD0D7;
}
.ant-progress-circle-path {
  stroke: var(--brand-accent-1);
}
.ant-progress-text {
  width: 2em;
  font-size: 1em;
  color: #10BDA8;
  line-height: 1;
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #FF6600;
}
.ant-progress-status-exception .ant-progress-text {
  color: #FF6600;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #FF6600;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: var(--brand-primary);
}
.ant-progress-status-success .ant-progress-text {
  color: var(--brand-primary);
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: var(--brand-primary);
}
.ant-progress-success-bg {
  background-color: var(--brand-primary);
}
.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  margin: 0;
  color: #6A7584;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: var(--brand-primary);
}
.ant-progress-small.ant-progress-line {
  font-size: 12px;
}
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-form {
  color: #111418;
  font-size: var(--font-size-base);
}
.ant-form-item-control {
  color: #111418;
  font-size: var(--font-size-base);
  line-height: 40px;
}
.ant-input, .ant-input-sm {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  padding: 8px 16px;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  color: #111418;
  height: 40px;
  border: 1px solid #CBD0D7;
  background-color: #fff;
  border-radius: 5px;
}
.ant-input:hover:not([disabled]), .ant-input:focus:not([disabled]), .ant-input-sm:hover:not([disabled]), .ant-input-sm:focus:not([disabled]) {
  border-color: var(--brand-primary);
}
.ant-input:focus:not([disabled]), .ant-input-sm:focus:not([disabled]) {
  box-shadow: 0 0 0 2px rgba(var(--brand-primary), 1);
}
.ant-input.ant-input-disabled:hover, .ant-input.ant-input-disabled:focus, .ant-input-sm.ant-input-disabled:hover, .ant-input-sm.ant-input-disabled:focus {
  border-color: #CBD0D7;
}
.ant-input ~ .ant-input-prefix:not(.anticon) .ant-input-search-button, .ant-input ~ .ant-input-suffix:not(.anticon) .ant-input-search-button, .ant-input-sm ~ .ant-input-prefix:not(.anticon) .ant-input-search-button, .ant-input-sm ~ .ant-input-suffix:not(.anticon) .ant-input-search-button {
  height: 40px;
}
.ant-input:disabled, .ant-input-sm:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
.ant-input:disabled:hover, .ant-input-sm:disabled:hover {
  border-color: #CBD0D7;
}
.ant-input-disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
.ant-input-disabled:hover {
  border-color: #CBD0D7;
}
.ant-input-lg {
  padding: 10px 20px;
  height: 52px;
  font-size: var(--font-size-sm);
  border-radius: 20px;
}
.ant-input-lg ~ .ant-input-prefix:not(.anticon) .ant-input-search-button, .ant-input-lg ~ .ant-input-suffix:not(.anticon) .ant-input-search-button {
  height: 52px;
}
.ant-input-group {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}
.ant-input-group > .ant-input-cover > .ant-input::-webkit-input-placeholder {
  color: #6A7584;
}
.ant-input-group > .ant-input-cover > .ant-input:-moz-placeholder {
  color: #6A7584;
}
.ant-input-group > .ant-input-cover > .ant-input::-moz-placeholder {
  color: #6A7584;
}
.ant-input-group > .ant-input-cover > .ant-input:-ms-input-placeholder {
  color: #6A7584;
}
.ant-input-group > .ant-input-cover:first-child > .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input-cover:last-child > .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input-cover:only-child > .ant-input {
  border-radius: 5px;
}
.ant-input-group > .ant-input-cover:not(:first-child):not(:last-child) > .ant-input {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .has-error .ant-select-selection {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input-group .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group .ant-select > .ant-select-selection {
  border-radius: 0;
  border-right-width: 0;
}
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper:first-child .ant-input-group .ant-input-cover .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group:first-child .ant-select > .ant-select-selection {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper:last-child .ant-input-group .ant-input-cover .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group:last-child .ant-select > .ant-select-selection {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact > .ant-input-group .ant-select {
  margin-top: 1px;
  width: 100%;
}
.ant-input-group.rounded-circle.ant-input-group-compact > *:first-child,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-input-group .ant-input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.ant-input-group.rounded-circle.ant-input-group-compact > *:last-child,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input,
.ant-input-group.rounded-circle.ant-input-group-compact > .ant-input-group .ant-input {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.ant-input-group-addon {
  border: 1px solid #CBD0D7;
  background-color: #F3F3F3;
  color: #111418;
}
textarea.ant-input {
  min-height: 2rem;
}
.ant-input-number {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  border: 1px solid #CBD0D7;
  line-height: 1.5;
  height: 40px;
  color: #111418;
  font-size: var(--font-size-sm);
}
.ant-input-number:hover, .ant-input-number:focus {
  border-color: var(--brand-primary);
}
.ant-input-number.ant-input-number-disabled:hover, .ant-input-number.ant-input-number-disabled:focus {
  border-color: #CBD0D7;
}
.ant-input-number-input {
  height: 38px;
}
.ant-input-number-lg, .ant-input-number-sm {
  height: 52px;
}
.ant-input-number-lg .ant-input-number-input, .ant-input-number-sm .ant-input-number-input {
  height: 50px;
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #CBD0D7;
}
.ant-input-number-handler:hover .ant-input-number-handler-down-inner,
.ant-input-number-handler:hover .ant-input-number-handler-up-inner {
  color: var(--brand-info);
}
.ant-input-number-handler:active {
  background-color: #F3F3F3;
}
.ant-input-number-handler-up-inner:before {
  content: "";
}
.ant-input-number-handler-down-inner:before {
  content: "";
}
.ant-input-number-handler-down {
  border-top: 1px solid #CBD0D7;
}
.ant-input-number-focused {
  border-color: var(--brand-primary);
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: var(--brand-primary);
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  z-index: 990;
}
.ant-input-affix-wrapper > .ant-input-cover:not(:last-child) .ant-input {
  padding-right: 30px;
}
.ant-input-affix-wrapper > .ant-input-cover:not(:last-child) .ant-label-placeholder {
  padding-right: 16px;
}
.ant-input-affix-wrapper > .ant-input-cover:not(:first-child) .ant-input {
  padding-left: 30px;
}
.ant-input-affix-wrapper > .ant-input-cover:not(:first-child) .ant-label-placeholder {
  padding-left: 16px;
}
.ant-form-item-required:before {
  color: #FF6600;
}
.ant-input-prefix .ant-label-placeholder,
.ant-input-wrapper .ant-label-placeholder {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  color: #6A7584;
  z-index: 990;
  pointer-events: none;
  transition: color 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ant-input-prefix .ant-input-cover,
.ant-input-wrapper .ant-input-cover {
  position: relative;
}
.ant-input-prefix .ant-input::-webkit-input-placeholder,
.ant-input-wrapper .ant-input::-webkit-input-placeholder {
  color: transparent;
}
.ant-input-prefix .ant-input::-moz-placeholder,
.ant-input-wrapper .ant-input::-moz-placeholder {
  color: transparent;
}
.ant-input-prefix .ant-input::-ms-input-placeholder,
.ant-input-wrapper .ant-input::-ms-input-placeholder {
  color: transparent;
}
.ant-input-prefix .ant-input::placeholder,
.ant-input-wrapper .ant-input::placeholder {
  color: transparent;
}
.ant-input-prefix .ant-input:not([disabled]):focus ~ .ant-label-placeholder, .ant-input-prefix .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder {
  -webkit-transform: scale(0.8) translateX(0);
          transform: scale(0.8) translateX(0);
  padding: 0px 5px;
  color: #6A7584;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  line-height: 1;
  top: calc(-1*(var(--font-size-sm)*.8/2));
}
.ant-input-prefix .ant-input:not([disabled]):focus ~ .ant-label-placeholder:before, .ant-input-prefix .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder:before,
.ant-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder:before,
.ant-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
  left: 0;
  top: calc(50% - -1px);
  z-index: -1;
}
.ant-input-prefix .ant-input:not([disabled]):focus ~ .ant-label-placeholder, .ant-input-prefix .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder {
  color: var(--brand-primary);
  background-color: #fff;
}
.ant-input-prefix .ant-input:not([disabled]).ant-input-has-value ~ .ant-label-placeholder, .ant-input-prefix .ant-input:not(.ant-input-disabled).ant-input-has-value ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not([disabled]).ant-input-has-value ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not(.ant-input-disabled).ant-input-has-value ~ .ant-label-placeholder {
  color: #6A7584;
  background-color: #fff;
}
.ant-input-prefix .ant-input:not([disabled]).ant-input-has-value:focus ~ .ant-label-placeholder, .ant-input-prefix .ant-input:not(.ant-input-disabled).ant-input-has-value:focus ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not([disabled]).ant-input-has-value:focus ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not(.ant-input-disabled).ant-input-has-value:focus ~ .ant-label-placeholder {
  color: var(--brand-primary);
}
.ant-input-prefix .ant-input.ant-input-has-value ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input.ant-input-has-value ~ .ant-label-placeholder {
  -webkit-transform: scale(0.8) translateX(0);
          transform: scale(0.8) translateX(0);
  padding: 0px 5px;
  color: #6A7584;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  line-height: 1;
  top: calc(-1*(var(--font-size-sm)*.8/2));
}
.ant-input-prefix .ant-input.ant-input-has-value ~ .ant-label-placeholder:before,
.ant-input-wrapper .ant-input.ant-input-has-value ~ .ant-label-placeholder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
  left: 0;
  top: calc(50% - -1px);
  z-index: -1;
}
.ant-input-group-wrapper.has-error .ant-input-wrapper .ant-input-cover .ant-input,
.ant-input-group-wrapper-sm.has-error .ant-input-wrapper .ant-input-cover .ant-input {
  border-right-width: 1px;
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-label-placeholder {
  left: 20px;
  top: calc(52px/2 - var(--font-size-xs)*1.5/2);
  line-height: 1.5;
  font-size: var(--font-size-xs);
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input::-webkit-input-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input::-webkit-input-placeholder {
  color: transparent;
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input::-moz-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input::-moz-placeholder {
  color: transparent;
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input::-ms-input-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input::-ms-input-placeholder {
  color: transparent;
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input::placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input::placeholder {
  color: transparent;
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not([disabled]):focus ~ .ant-label-placeholder, .ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder {
  -webkit-transform: scale(0.8) translateX(0);
          transform: scale(0.8) translateX(0);
  padding: 0px 5px;
  color: #6A7584;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  line-height: 1;
  top: calc(-1*(var(--font-size-sm)*.8/2));
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not([disabled]):focus:before, .ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not(.ant-input-disabled):focus:before,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not([disabled]):focus:before,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not(.ant-input-disabled):focus:before {
  top: calc(50% - 1px);
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not([disabled]):focus ~ .ant-label-placeholder, .ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder {
  color: var(--brand-primary);
  background-color: #fff;
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not([disabled]).ant-input-has-value ~ .ant-label-placeholder, .ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not(.ant-input-disabled).ant-input-has-value ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not([disabled]).ant-input-has-value ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not(.ant-input-disabled).ant-input-has-value ~ .ant-label-placeholder {
  color: #6A7584;
  background-color: #fff;
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not([disabled]).ant-input-has-value:focus ~ .ant-label-placeholder, .ant-input-group-wrapper-lg .ant-input-prefix .ant-input:not(.ant-input-disabled).ant-input-has-value:focus ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not([disabled]).ant-input-has-value:focus ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input:not(.ant-input-disabled).ant-input-has-value:focus ~ .ant-label-placeholder {
  color: var(--brand-primary);
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input.ant-input-has-value ~ .ant-label-placeholder,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input.ant-input-has-value ~ .ant-label-placeholder {
  -webkit-transform: scale(0.8) translateX(0);
          transform: scale(0.8) translateX(0);
  padding: 0px 5px;
  color: #6A7584;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  line-height: 1;
  top: calc(-1*(var(--font-size-sm)*.8/2));
}
.ant-input-group-wrapper-lg .ant-input-prefix .ant-input.ant-input-has-value:before,
.ant-input-group-wrapper-lg .ant-input-wrapper .ant-input.ant-input-has-value:before {
  top: calc(50% - 1px);
}
.ant-select .ant-select-selection {
  border-color: #CBD0D7;
  background: #fff;
  border-radius: 5px;
}
.ant-select .ant-select-selection:hover, .ant-select .ant-select-selection:focus, .ant-select .ant-select-selection:active {
  border-color: var(--brand-primary);
}
.ant-select.ant-select-disabled .ant-select-selection {
  background: #f0f0f0;
  color: #CBD0D7;
}
.ant-select.ant-select-disabled .ant-select-selection .ant-select-selection__placeholder {
  color: #CBD0D7;
}
.ant-select, .ant-select-sm {
  font-size: var(--font-size-sm);
  color: #111418;
}
.ant-select .ant-select-selection--single, .ant-select-sm .ant-select-selection--single {
  height: 40px;
}
.ant-select .ant-select-selection__rendered, .ant-select-sm .ant-select-selection__rendered {
  line-height: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
.ant-select .ant-select-selection--multiple, .ant-select-sm .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select .ant-select-selection--multiple .ant-select-selection__rendered, .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 15px;
  margin-right: 15px;
}
.ant-select .ant-select-selection--multiple .ant-select-selection__rendered li, .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select .ant-select-selection--multiple .ant-select-arrow, .ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}
.ant-select-lg {
  font-size: var(--font-size-sm);
}
.ant-select-lg .ant-select-selection--single {
  height: 52px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 52px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 52px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 44px;
  line-height: 44px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 26px;
}
.ant-select-label-placeholder .ant-select-placeholder-block {
  font-size: var(--font-size-xs);
}
.ant-select-label-placeholder.ant-select-open .ant-select-placeholder-block {
  -webkit-transform: scale(0.8) perspective(100px) translateY(-135%) translateX(0px);
          transform: scale(0.8) perspective(100px) translateY(-135%) translateX(0px);
  padding: 0px 5px;
  right: auto;
  color: var(--brand-primary);
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
}
.ant-select-label-placeholder.ant-select-open .ant-select-placeholder-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
  left: 0;
  top: calc(50% + -2px);
  z-index: -1;
}
.ant-select-label-placeholder.ant-select-open .ant-select-selection .ant-select-placeholder-none {
  color: var(--brand-primary);
}
.ant-select-label-placeholder.ant-select-open.ant-select-sm .ant-select-placeholder-block,
.ant-select-label-placeholder.ant-select-open.ant-select-sm .ant-select-placeholder-none, .ant-select-label-placeholder.ant-select-open.ant-select-lg .ant-select-placeholder-block,
.ant-select-label-placeholder.ant-select-open.ant-select-lg .ant-select-placeholder-none {
  -webkit-transform: scale(0.8) perspective(100px) translateY(-160%) translateX(0px);
          transform: scale(0.8) perspective(100px) translateY(-160%) translateX(0px);
}
.ant-select-label-placeholder .ant-select-placeholder-none {
  -webkit-transform: scale(0.8) perspective(100px) translateY(-135%) translateX(0px);
          transform: scale(0.8) perspective(100px) translateY(-135%) translateX(0px);
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  padding: 0px 5px;
  right: auto;
  display: inline-block;
  margin-left: 0px;
}
.ant-select-label-placeholder .ant-select-placeholder-none:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
  left: 0;
  top: calc(50% + -2px);
  z-index: -1;
}
.ant-select-label-placeholder.ant-select-lg .ant-select-placeholder-none {
  -webkit-transform: scale(0.8) perspective(100px) translateY(-160%) translateX(0px);
          transform: scale(0.8) perspective(100px) translateY(-160%) translateX(0px);
}
.ant-select-label-placeholder .ant-select-selection:active .ant-select-placeholder-none, .ant-select-label-placeholder .ant-select-selection:focus .ant-select-placeholder-none, .ant-select-label-placeholder .ant-select-selection:hover .ant-select-placeholder-none {
  color: var(--brand-primary);
}
.ant-select-label-placeholder .ant-select-selection.ant-select-selection--multiple .ant-select-placeholder-none {
  -webkit-transform: scale(0.8) perspective(100px) translateY(-135%) translateX(0px);
          transform: scale(0.8) perspective(100px) translateY(-135%) translateX(0px);
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
}
.ant-select-label-placeholder .ant-select-selection.ant-select-selection--multiple .ant-select-placeholder-none:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
  left: 0;
  top: calc(50% + -2px);
  z-index: -1;
}
.ant-select-label-placeholder .ant-select-search__field__placeholder,
.ant-select-label-placeholder .ant-select-selection__placeholder {
  right: auto;
  color: #6A7584;
  transition: color 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.15s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: #111418;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon {
  color: var(--brand-theme);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  color: var(--brand-theme);
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: css-lightness(#fafafa, -3%);
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: css-lightness(#fafafa, -3%);
}
.ant-select-dropdown-menu-item-selected {
  color: #111418;
  font-weight: bold;
  background-color: #fafafa;
}
.ant-select-dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  transition: box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  background-color: rgba(0, 0, 0, 0.4);
}
.ant-select-dropdown-backdrop .ant-select-dropdown {
  top: 0;
  border-radius: 0;
  margin: 0;
  height: 100%;
  overflow: auto;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-menu {
  max-height: calc(100vh - 50px);
  padding: 10px;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header {
  padding: 0 16px 0 0;
  height: 50px;
  line-height: 50px !important;
  border-bottom: 1px solid #CBD0D7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header .ant-select-dropdown-header-icon {
  padding: 0 16px;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header .ant-select-dropdown-header-title {
  color: #111418;
  font-weight: bold;
  font-size: var(--font-size-base);
}
.ant-select-dropdown-backdrop .ant-select-dropdown-menu-item {
  border-bottom: 1px solid #CBD0D7;
  border-radius: 0px;
  padding: 12px 16px;
}
.has-error .ant-select-label-placeholder.ant-select-open .ant-select-selection .ant-select-placeholder-none {
  color: #FF6600;
}
.ant-calendar-picker,
.ant-calendar-picker-container {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: #111418;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled),
.ant-calendar-picker-container:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: var(--brand-primary);
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: var(--brand-primary);
}
.ant-calendar {
  width: 300px;
  line-height: 1.4;
}
.ant-calendar .ant-calendar-ok-btn {
  background-color: var(--brand-info);
  color: #fff;
  border: 1px solid var(--brand-info);
}
.ant-calendar-range {
  width: 600px;
}
.ant-calendar-range .ant-calendar-input-wrap {
  height: auto;
}
.ant-calendar-range .ant-calendar-in-range-cell .ant-calendar-date {
  color: var(--brand-info);
}
.ant-calendar-range .ant-calendar-in-range-cell .ant-calendar-date:hover {
  background-color: transparent;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 314px;
  margin-top: -24px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 290px;
  top: 70px;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #CBD0D7;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 45px;
}
.ant-calendar-input-wrap {
  height: auto;
  padding: 10px;
  border-bottom: 1px solid #CBD0D7;
}
.ant-calendar-input {
  color: #111418;
}
.ant-calendar-picker-clear {
  z-index: 2;
}
.ant-calendar-picker-icon {
  z-index: 1;
}
.ant-calendar-header {
  border-bottom: 1px solid #CBD0D7;
}
.ant-calendar-header a:hover {
  color: var(--brand-info);
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-month-select,
.ant-calendar-header .ant-calendar-year-select {
  color: #6A7584;
  line-height: 1.4;
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-next-year-btn,
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  color: #111418;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(17, 20, 24, 0.25);
}
.ant-calendar-date {
  color: #111418;
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
}
.ant-calendar-date:hover {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
  color: var(--brand-info);
}
.ant-calendar-date:active {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.9);
  color: #fff;
}
.ant-calendar-time-picker-select li {
  height: 2rem;
  line-height: 2rem;
}
.ant-calendar-time-picker-select li:hover {
  background-color: transparent;
  color: var(--brand-info);
}
.ant-calendar-time-picker-select li.ant-calendar-time-picker-select-option-selected {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
  color: var(--brand-info);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: "";
  font-family: "anticon";
  font-size: 10px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: "";
  font-family: "anticon";
  font-size: 10px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: "";
  font-family: "anticon";
  font-size: 10px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: "";
  font-family: "anticon";
  font-size: 10px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: "";
  font-family: "anticon";
  font-size: 10px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: "";
  font-family: "anticon";
  font-size: 10px;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: var(--brand-info);
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: var(--brand-info);
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: var(--brand-info);
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: var(--brand-info);
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-year {
  background: var(--brand-info);
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-year:hover {
  background: var(--brand-info);
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.15);
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week:hover {
  background: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.15);
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  border-color: var(--brand-info);
  color: var(--brand-info);
}
.ant-calendar-today .ant-calendar-date {
  border-color: var(--brand-info);
  font-weight: 500;
  color: var(--brand-info);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: var(--brand-info);
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-day .ant-calendar-date:hover {
  background: var(--brand-info);
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-year {
  background: var(--brand-info);
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-year:hover {
  background: var(--brand-info);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: "";
  font-family: "anticon";
  font-size: 10px;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.15);
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week:hover {
  background: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.15);
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  border-color: var(--brand-info);
  color: var(--brand-info);
}
.ant-calendar-today .ant-calendar-date {
  border-color: var(--brand-info);
  font-weight: 500;
  color: var(--brand-info);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: var(--brand-info);
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-day .ant-calendar-date:hover {
  background: var(--brand-info);
}
.ant-calendar-picker.w-100 .ant-calendar-picker {
  width: 100%;
}
.ant-calendar-range-middle {
  margin-top: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid #CBD0D7;
}
.ant-fullcalendar {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #111418;
  border-top: 1px solid #CBD0D7;
}
.ant-fullcalendar-column-header {
  line-height: 18px;
  padding: 0;
  width: 33px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  font-weight: 500;
  color: #6A7584;
}
.ant-fullcalendar-value {
  display: block;
  margin: 0 auto;
  color: #111418;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.ant-fullcalendar-value:active {
  background: var(--brand-primary);
  color: #fff;
}
.ant-fullcalendar-value:hover {
  background: hsla(var(--brand-primary-h), var(--brand-primary-s), var(--brand-primary-l), 0.1);
}
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px var(--brand-primary) inset;
}
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-selected-day .ant-fullcalendar-value {
  background: var(--brand-primary);
  color: #fff;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: right;
  padding-right: 12px;
  padding-bottom: 5px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-month {
  text-align: left;
  margin: 0 4px;
  display: block;
  color: var(--brand-primary);
  height: 116px;
  padding: 4px 8px;
  border-top: 2px solid #CBD0D7;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover {
  background-color: #F3F3F3;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active {
  background-color: #f8f8f8;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(17, 20, 24, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month {
  background-color: #F3F3F3;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background-color: #F3F3F3;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: var(--brand-primary);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month {
  border-top-color: var(--brand-primary);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  border-top-color: var(--brand-primary);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  background: 0 0;
}
.events {
  list-style: none;
  margin: 0;
  padding: 0;
}
.events .ant-badge-status {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 12px;
}
.notes-month {
  text-align: center;
  font-size: 28px;
}
.notes-month section {
  font-size: 28px;
}
.ant-checkbox,
.ant-checkbox-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-sm);
  line-height: 1;
}
.ant-checkbox-wrapper {
  color: #111418;
}
.ant-checkbox {
  color: #111418;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: var(--brand-primary);
}
.ant-checkbox-inner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #CBD0D7;
  border-radius: 3px;
  background-color: transparent;
  border-collapse: separate;
}
.ant-checkbox-inner:after {
  left: 0.25rem;
  top: 0.4375rem;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}
.ant-checkbox-checked:after {
  border: 1px solid var(--brand-primary);
  border-radius: 3px;
}
.ant-checkbox-input:focus + .ant-checkbox-inner, .ant-checkbox-input:hover + .ant-checkbox-inner {
  border-color: var(--brand-primary);
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: var(--brand-primary);
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #CBD0D7 !important;
  background-color: #f0f0f0;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  border-color: rgba(17, 20, 24, 0.5);
}
.ant-radio,
.ant-radio-group,
.ant-radio-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #111418;
}
.ant-radio:hover .ant-radio-inner {
  border-color: var(--brand-primary);
}
.ant-radio-wrapper {
  line-height: 1.4;
  margin-right: 0.625rem;
}
.ant-radio-wrapper:hover .ant-radio {
  border-color: var(--brand-primary);
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner {
  border-color: var(--brand-primary);
}
.ant-radio-inner {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: #CBD0D7;
  background-color: transparent;
}
.ant-radio-inner:after {
  height: 0.625rem;
  width: 0.625rem;
  left: 0.1875rem;
  top: 0.1875rem;
  background-color: var(--brand-primary);
}
.ant-radio-checked .ant-radio-inner {
  border-color: var(--brand-primary);
}
.ant-radio-focused .ant-radio-inner {
  border-color: var(--brand-primary);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: #CBD0D7 !important;
  background-color: #CBD0D7;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: rgba(17, 20, 24, 0.5);
}
.ant-radio-button-wrapper {
  font-size: var(--font-size-base);
  height: 40px;
  padding: 0 25px;
  border-color: #0067B1;
  color: #0067B1;
  line-height: 40px;
  background: #ffffff;
}
.ant-radio-button-wrapper:hover {
  background-color: transparent;
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: var(--brand-primary);
  color: #fff !important;
  border-color: var(--brand-primary);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  border-color: #0067B1 !important;
  background-color: var(--brand-primary);
  box-shadow: 0px 3px 12px 0px rgba(var(--brand-primary), 0.5);
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  font-size: 16px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 34px;
  padding: 0 15px;
  line-height: 34px;
}
.ant-radio-button-wrapper-checked {
  background: transparent;
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary);
  box-shadow: -1px 0 0 0 var(--brand-primary);
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: var(--brand-primary);
}
.ant-radio-button-wrapper-checked:hover {
  background: transparent;
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  box-shadow: -1px 0 0 0 var(--brand-primary);
}
.ant-radio-button-wrapper-disabled {
  background-color: #F3F3F3;
  color: rgba(17, 20, 24, 0.5);
  border-color: #CBD0D7;
}
.ant-radio-button-wrapper-disabled:first-child, .ant-radio-button-wrapper-disabled:hover {
  background-color: #F3F3F3;
  color: rgba(17, 20, 24, 0.5);
  border-color: #CBD0D7;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: white;
  border-color: #CBD0D7;
}
.theme-selector input:checked ~ .theme-color:after,
.color-selector input:checked ~ .theme-color:after .color-selector {
  padding-bottom: 20px;
}
.theme-selector input:checked ~ .theme-color::afterlabel, .theme-selector input:checked ~ .theme-color:after .color-label,
.color-selector input:checked ~ .theme-color:after .color-selectorlabel,
.color-selector input:checked ~ .theme-color:after .color-selector .color-label {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.theme-selector input:checked ~ .theme-color::afterlabelinput,
.theme-selector input:checked ~ .theme-color::afterlabel .color-input, .theme-selector input:checked ~ .theme-color:after .color-labelinput,
.theme-selector input:checked ~ .theme-color:after .color-label .color-input,
.color-selector input:checked ~ .theme-color:after .color-selectorlabelinput,
.color-selector input:checked ~ .theme-color:after .color-selectorlabel .color-input,
.color-selector input:checked ~ .theme-color:after .color-selector .color-labelinput,
.color-selector input:checked ~ .theme-color:after .color-selector .color-label .color-input {
  opacity: 0;
}
.theme-selector input:checked ~ .theme-color::afterlabelspan,
.theme-selector input:checked ~ .theme-color::afterlabel .theme-color, .theme-selector input:checked ~ .theme-color:after .color-labelspan,
.theme-selector input:checked ~ .theme-color:after .color-label .theme-color,
.color-selector input:checked ~ .theme-color:after .color-selectorlabelspan,
.color-selector input:checked ~ .theme-color:after .color-selectorlabel .theme-color,
.color-selector input:checked ~ .theme-color:after .color-selector .color-labelspan,
.color-selector input:checked ~ .theme-color:after .color-selector .color-label .theme-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.theme-selector input:checked ~ .theme-color:after input:checked ~ .theme-color:after,
.color-selector input:checked ~ .theme-color:after .color-selector input:checked ~ .theme-color:after {
  content: "";
  font-family: themify;
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ant-rate {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #FF6600;
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #f0f0f0;
}
.ant-slider {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  color: #111418;
  height: 1rem;
  margin: 0.75rem 0.3125rem;
}
.ant-slider:hover .ant-slider-track {
  background-color: var(--brand-primary);
}
.ant-slider:hover .ant-slider-rail {
  background-color: #f0f0f0;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: var(--brand-primary);
}
.ant-slider:hover .ant-slider-dot {
  border-color: #f0f0f0;
}
.ant-slider:hover .ant-slider-dot-active {
  border-color: var(--brand-primary);
}
.ant-slider-rail {
  width: 100%;
  height: 0.3125rem;
  border-radius: 5px;
  background-color: rgba(240, 240, 240, 0.8);
}
.ant-slider-track {
  height: 0.25rem;
  border-radius: 5px;
  background-color: hsla(var(--brand-primary-h), var(--brand-primary-s), var(--brand-primary-l), 0.8);
}
.ant-slider-handle {
  position: absolute;
  margin-left: -0.4375rem;
  margin-top: -0.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid hsla(var(--brand-primary-h), var(--brand-primary-s), var(--brand-primary-l), 0.8);
}
.ant-slider-dot {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid rgba(240, 240, 240, 0.8);
  background-color: #fff;
}
.ant-slider-dot-active {
  border: 2px solid hsla(var(--brand-primary-h), var(--brand-primary-s), var(--brand-primary-l), 0.8);
}
.ant-slider-mark {
  top: -1.25rem;
}
.ant-slider-mark-text {
  color: #111418;
}
.ant-slider-mark-text-active {
  color: #6A7584;
}
.ant-slider-vertical {
  height: 100%;
}
.ant-slider-vertical .ant-slider-handle {
  margin-left: -0.4375rem;
  margin-bottom: -0.3125rem;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 0.625rem;
}
.ant-switch {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  color: #111418;
  line-height: 1.4;
  height: 25px;
  min-width: 50px;
}
.ant-switch:after {
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: #fff;
}
.ant-switch:before {
  width: 21px;
  height: 21px;
  font-size: 15px;
}
.ant-switch-checked {
  background-color: var(--brand-primary);
}
.ant-switch-checked:after {
  left: 100%;
  margin-left: -1px;
}
.ant-switch-checked:before {
  margin-left: -22px;
}
.ant-switch-small {
  height: 15px;
  min-width: 30px;
  line-height: 1.4;
}
.ant-switch-small:after {
  width: 11px;
  height: 11px;
  border-radius: 11px;
}
.ant-switch-small:before {
  width: 11px;
  height: 11px;
  font-size: 8px;
}
.ant-switch-small.ant-switch-checked:after, .ant-switch-small.ant-switch-checked:before {
  left: 100%;
  margin-left: -1px;
}
.ant-switch-inner {
  color: #fff;
  font-size: 15px;
  margin-left: 27px;
  margin-right: 8px;
  line-height: 21px;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 27px;
}
.ant-upload {
  color: #111418;
}
.ant-upload.ant-upload-select-picture-card {
  width: 110px;
  height: 110px;
  border: 1px dashed #CBD0D7;
  border-radius: 10px;
  background-color: #fafafa;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: var(--brand-info);
}
.ant-upload.ant-upload-drag {
  border: 1px dashed #CBD0D7;
  border-radius: 10px;
  padding: 30px 0;
  background: #fafafa;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: var(--brand-info);
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: var(--brand-info);
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  color: #111418;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: #6A7584;
}
.ant-upload-list {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #111418;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #CBD0D7;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  width: 110px;
  height: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #F3F3F3;
}
.ant-upload-list-item .anticon-close {
  color: #111418;
}
.ant-upload-list-item-error .ant-upload-list-item-name,
.ant-upload-list-item-error [class*=anticon-] {
  color: #FF6600;
}
.upload-list-inline .ant-upload-list-item {
  float: left;
  width: 200px;
  margin-right: 8px;
}
.ant-upload .ant-upload-drag {
  height: 180px;
}
.ant-mention-dropdown {
  line-height: 1.4;
  color: #CBD0D7;
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
  max-height: 15.625rem;
  min-width: 10rem;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1000;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 0.5rem 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  color: #CBD0D7;
}
.ant-mention-dropdown-item-active,
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item:hover {
  background-color: #F3F3F3;
}
.ant-mention-dropdown,
.ant-menu {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}
.ant-table {
  border: 0;
}
.ant-table table {
  border-radius: 0 0 0 0;
  font-size: var(--font-size-sm);
  color: #111418;
  background: #fff;
}
.ant-table-thead > tr > th {
  color: #111418;
  font-weight: 600;
  background: #F3F3F3;
  border-bottom: 3px solid var(--brand-primary);
}
.ant-table-thead > tr > th .iconfont-css-prefix-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  color: #bfbfbf;
  font-size: var(--font-size-sm);
}
.ant-table-thead > tr > th .ant-table-filter-selected.iconfont-css-prefix-filter {
  color: var(--brand-primary);
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  color: #bfbfbf;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: var(--brand-primary);
}
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-actions.ant-table-column-has-filters .iconfont-css-prefix-filter.ant-table-filter-open,
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: #6A7584;
  background: css-lightness(css-lightness(#F3F3F3, -5%), -5%);
}
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-actions.ant-table-column-has-filters:hover .iconfont-css-prefix-filter:hover,
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: #6A7584;
  background: css-lightness(css-lightness(#F3F3F3, -5%), -5%);
}
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-actions.ant-table-column-has-filters:hover:active {
  color: #6A7584;
}
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-sorters:hover {
  background: css-lightness(#F3F3F3, -5%);
}
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-sorters:hover .iconfont-css-prefix-filter,
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: css-lightness(#F3F3F3, -5%);
}
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th .ant-table-column-sorter.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: #6A7584;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 0;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #CBD0D7;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td, .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: var(--component-selected-color) !important;
}
.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort, .ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #f0f0f0 !important;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td, .ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: var(--component-selected-color) !important;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort, .ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #f0f0f0 !important;
}
.ant-table-footer {
  padding: 12px 8px;
  color: #6A7584;
  background: #EBEDF0;
  border-top: 1px solid #CBD0D7;
  border-radius: 0 0 0 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #CBD0D7;
}
.ant-table-title {
  padding: 12px 0;
  border-radius: 0 0 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #CBD0D7;
}
.ant-table-title + .ant-table-content {
  border-radius: 0 0 0 0;
}
.ant-table-without-column-header .ant-table-bordered .ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #CBD0D7;
  border-radius: 10px;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  color: #CBD0D7;
  background: #EBEDF0;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: css-lightness(#F3F3F3, -5%);
}
.ant-table-tbody > tr > td.ant-table-column-sort {
  background: #f0f0f0;
}
.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-header {
  background: #F3F3F3;
}
.ant-table-header table {
  border-radius: 0 0 0 0;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #CBD0D7;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #CBD0D7;
  border-left: 1px solid #CBD0D7;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #CBD0D7;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #CBD0D7;
}
.ant-table-placeholder {
  padding: 12px 8px;
  font-size: var(--font-size-base);
  text-align: center;
  border-top: 1px solid #CBD0D7;
  border-bottom: 1px solid #CBD0D7;
  border-radius: 0 0 10px 10px;
}
.ant-table-filter-dropdown {
  background: #fff;
  border-radius: 10px;
}
.ant-table-filter-dropdown .ant-prefix-dropdown-menu {
  border-radius: 10px 10px 0 0;
}
.ant-table-filter-dropdown .ant-prefix-dropdown-menu-sub {
  border-radius: 10px;
}
.ant-table-filter-dropdown-btns {
  border-top: 1px solid #CBD0D7;
}
.ant-table-filter-dropdown-link {
  color: var(--brand-info);
}
.ant-table-filter-dropdown-link:hover {
  color: css-lightness(var(--brand-info), -10%);
}
.ant-table-filter-dropdown-link:active {
  color: css-lightness(var(--brand-info), -10%);
}
.ant-table-selection .iconfont-css-prefix-down {
  color: #bfbfbf;
}
.ant-table-selection-menu {
  background: #fff;
  border-radius: 10px;
}
.ant-table-selection-menu .ant-prefix-action-down {
  color: #bfbfbf;
}
.ant-table-row-expand-icon {
  width: 1.0625rem;
  height: 1.0625rem;
  background: #fff;
  border: 1px solid #CBD0D7;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  background: #fff;
}
.ant-table-bordered .ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #CBD0D7;
}
.ant-table-middle {
  border: 0;
}
.ant-table-middle table {
  font-size: var(--font-size-sm)-1px;
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 10px 6px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 10px 6px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -25px;
}
.ant-table-small {
  border: 0;
}
.ant-table-small table {
  font-size: var(--font-size-xs);
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 6px 6px;
}
.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #CBD0D7;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 6px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 6px 6px !important;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: #F3F3F3;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #CBD0D7;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: css-lightness(#F3F3F3, -5%);
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: #fff;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -17px;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: #F3F3F3;
}
.ant-table-td-left-sticky,
.ant-table-td-right-sticky {
  background: #fff !important;
}
.table-prefix-cls-tbody > tr:hover > td.ant-table-td-left-sticky {
  background: var(--component-selected-color);
}
.table-prefix-cls-tbody > tr:hover > td.ant-table-td-left-sticky {
  background: var(--component-selected-color);
}
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr > td {
  padding: 10px 6px !important;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child {
  border-right: 1px solid #CBD0D7;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-th-left-sticky, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-th-right-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-th-left-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-th-right-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th.ant-table-th-left-sticky,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th.ant-table-th-right-sticky {
  background: #F3F3F3;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr > td {
  padding: 6px 6px !important;
}
.ant-avatar {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #EBEDF0;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  border-radius: 50%;
}
.ant-avatar > * {
  line-height: 2.3rem;
}
.ant-avatar.ant-avatar-icon, .ant-avatar.ant-avatar-string {
  font-size: 1.125rem;
}
.ant-avatar-lg {
  width: 3.625rem;
  height: 3.625rem;
  line-height: 3.625rem;
}
.ant-avatar-lg > * {
  line-height: 3.625rem;
}
.ant-avatar-lg.ant-avatar-icon, .ant-avatar-lg.ant-avatar-string {
  font-size: 1.5rem;
}
.ant-avatar-sm {
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
}
.ant-avatar-sm > * {
  line-height: 1.9rem;
}
.ant-avatar-sm.ant-avatar-icon, .ant-avatar-sm.ant-avatar-string {
  font-size: 0.875rem;
}
.ant-avatar-square {
  border-radius: 10px;
}
.avatar-adjuster .ant-avatar-string {
  position: static !important;
}
.ant-spin {
  font-size: var(--font-size-base);
  color: var(--brand-primary);
}
.ant-spin-dot i {
  background-color: var(--brand-primary);
}
.load-more-wrapper {
  height: 46px;
}
.ant-carousel .slick-slider .ant-arrow {
  color: white;
  font-size: 14px;
}
.ant-carousel .slick-slider .ant-arrow .next,
.ant-carousel .slick-slider .ant-arrow .prev {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.ant-carousel .slick-slider .ant-arrow .next {
  right: 10px;
}
.ant-carousel .slick-slider .ant-arrow .prev {
  left: 10px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  content: "";
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  content: "";
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  content: "";
}
.ant-notification-notice-close-x:after {
  content: "%";
  display: none;
}
.ant-skeleton-header {
  padding-right: 0px;
}
.ant-skeleton-header .ant-skeleton-avatar {
  margin-right: 15px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding-left: 0px;
}
.ant-skeleton-active .ant-skeleton-avatar {
  margin-right: 15px;
}
.ant-descriptions-title {
  margin-bottom: 10px;
  color: fade(#000, 85%);
  font-weight: bold;
  font-size: var(--font-size-xs);
  line-height: var(--font-size-xs)0.25;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: fade(#000, 85%);
  font-weight: normal;
  font-size: var(--font-size-xs);
  line-height: var(--font-size-xs)0.25;
  white-space: nowrap;
}
.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ":";
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: "";
}
.ant-descriptions-item-content {
  display: table-cell;
  color: fade(#000, 65%);
  font-size: var(--font-size-xs);
  line-height: var(--font-size-xs)0.25;
}
.ant-descriptions-item {
  padding-bottom: 0;
}
.ant-descriptions-item > span {
  display: inline-block;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #CBD0D7;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 12px 24px;
  border-right: 1px solid #CBD0D7;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #CBD0D7;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 4px 8px;
}
@-webkit-keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes amSlideUpIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes amSlideUpIn {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes amSlideUpOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes amSlideUpOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes amZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes amZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@-webkit-keyframes amSlideDownIn {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes amSlideDownIn {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes amSlideDownOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes amSlideDownOut {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  -webkit-animation-name: amFadeIn;
          animation-name: amFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  -webkit-animation-name: amFadeOut;
          animation-name: amFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-up-enter,
.am-slide-up-appear {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  -webkit-animation-name: amSlideUpIn;
          animation-name: amSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  -webkit-animation-name: amSlideUpOut;
          animation-name: amSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  -webkit-animation-name: amZoomIn;
          animation-name: amZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  -webkit-animation-name: amZoomOut;
          animation-name: amZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-down-enter,
.am-slide-down-appear {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
          animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  -webkit-animation-name: amSlideDownIn;
          animation-name: amSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  -webkit-animation-name: amSlideDownOut;
          animation-name: amSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.am-badge {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}
.am-badge a {
  color: #fff;
}
.am-badge p {
  margin: 0;
  padding: 0;
}
.am-badge-dot {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
  top: -4px;
  height: 0.4375rem;
  width: 0.4375rem;
  border-radius: 100%;
  background-color: #f5222d;
  z-index: 10;
}
.am-badge-dot-large {
  height: 0.65625rem;
  width: 0.65625rem;
}
.am-badge-corner {
  width: 75px;
  padding: 7.5px;
  position: absolute;
  right: -30px;
  top: 7.5px;
  background-color: #f5222d;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  font-size: 15px;
}
.am-badge-corner-wrapper {
  overflow: hidden;
}
.am-badge-text {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -6px;
  height: 18px;
  line-height: 18px;
  min-width: 9px;
  border-radius: 20px;
  padding: 0 5px;
  text-align: center;
  font-size: var(--font-size-sm);
  color: #fff;
  background-color: #f5222d;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  -webkit-transform-origin: -10% center;
          transform-origin: -10% center;
  z-index: 10;
}
.am-badge-not-a-wrapper .am-badge-dot,
.am-badge-not-a-wrapper .am-badge-text {
  top: auto;
  display: block;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.am-badge-hot .am-badge-text {
  background-color: #f5222d;
}
.special-badge .am-badge {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  right: 0px;
  top: 13px;
  width: 50px;
}
.am-carousel {
  position: relative;
  background: var(--brand-theme);
  color: #fff;
  font-size: var(--font-size-base);
}
.am-carousel-wrap {
  font-size: var(--font-size-base);
  color: #fff;
  background: none;
  text-align: center;
  zoom: 1;
  width: 100%;
}
.am-carousel-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-carousel-wrap-dot > span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background: #E0E0E0;
}
.am-carousel-wrap-dot-active > span {
  background: #888;
}
dotindicator {
  display: block;
}
carouselslide {
  display: block;
}
.carousel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  visibility: visible;
}
.slider-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  cursor: inherit;
  box-sizing: border-box;
}
.slider-frame {
  position: relative;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-sizing: border-box;
}
.carousel-container {
  position: absolute;
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
}
.carousel-slide {
  background: white;
}
.dot-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.am-navbar {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: var(--brand-theme);
  color: #fff;
}
.am-navbar-left, .am-navbar-title, .am-navbar-right {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.am-navbar-left {
  padding-left: 15px;
  font-size: var(--font-size-base);
}
.am-navbar-left-icon {
  margin-right: 5px;
  display: inherit;
}
.am-navbar-title {
  justify-content: center;
  font-size: var(--font-size-base);
  font-weight: 500;
  white-space: nowrap;
}
.am-navbar-right {
  justify-content: flex-end;
  font-size: var(--font-size-base);
  margin-right: 15px;
}
.am-navbar-light {
  background-color: #fff;
  color: var(--brand-primary);
}
.am-navbar-light .am-navbar-title {
  color: var(--brand-primary);
}
.am-list-header {
  padding: 15px 15px 9px 15px;
  font-size: var(--font-size-base);
  font-weight: 400;
  color: #111418;
  width: 100%;
  box-sizing: border-box;
}
.am-list-footer {
  padding: 9px 15px 15px 15px;
  font-size: var(--font-size-base);
  color: #111418;
}
.am-list.card .am-list-body {
  border-radius: 20px;
  border: 1px solid #ddd;
}
.am-list.card .am-list-body .am-list-item .am-list-line {
  border-bottom: 0;
}
.am-list.card .am-list-body .am-list-item .am-list-line:before {
  display: none !important;
}
.am-list.card .am-list-body .am-list-item .am-list-line .am-list-content {
  line-height: 1;
}
.am-list-body {
  position: relative;
  background-color: white;
  border-top: 1px solid #ddd;
  box-shadow: 0 1px 5px 0px rgba(189, 189, 189, 0.3);
  border-right: 0px;
  border-left: 0px;
}
.am-list-body .am-list-item:not(:last-child) .am-list-line {
  border-bottom: 1px solid #ddd;
}
.am-list:last-child .am-list-body {
  border-bottom: 1px solid #ddd;
}
.am-list-item {
  position: relative;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 60px;
  vertical-align: middle;
  overflow: hidden;
  transition: background-color 200ms;
  align-items: center;
  /* list左图片显示*/
}
.am-list-item .am-list-ripple {
  position: absolute;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.am-list-item .am-list-ripple.am-list-ripple-animate {
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-animation: ripple 1s linear;
          animation: ripple 1s linear;
}
.am-list-item.am-list-item-top .am-list-line {
  align-items: flex-start;
}
.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
  margin-top: 2px;
}
.am-list-item.am-list-item-middle .am-list-line {
  align-items: center;
}
.am-list-item.am-list-item-bottom .am-list-line {
  align-items: flex-end;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra {
  color: #f50;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief {
  color: #f50;
}
.am-list-item.am-list-item-active {
  background-color: #ddd;
}
.am-list-item.am-list-item-disabled .am-list-line .am-list-content,
.am-list-item.am-list-item-disabled .am-list-line .am-list-extra,
.am-list-item.am-list-item-disabled .am-list-line .am-list-brief {
  color: #CBD0D7;
}
.am-list-item img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}
.am-list-item .am-list-thumb:first-child {
  margin-right: 15px;
}
.am-list-item .am-list-thumb:last-child {
  margin-left: 8px;
}
.am-list-item .am-list-line {
  position: relative;
  display: flex;
  flex: 1;
  align-self: stretch;
  overflow: hidden;
  /* list左侧主内容*/
  /* list右补充内容*/
  /* 辅助性文字*/
  /* list右侧箭头*/
}
.am-list-item .am-list-line .am-list-content {
  flex: 1;
  color: #000;
  font-size: var(--font-size-base);
  line-height: 1.5;
  text-align: left;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.am-list-item .am-list-line .am-list-extra {
  flex-basis: 36%;
  color: var(--brand-info);
  font-size: var(--font-size-sm);
  line-height: 1.5;
  text-align: right;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.am-list-item .am-list-line .am-list-title {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-brief {
  color: #424B57;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  margin-top: 6px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-arrow {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='26' viewBox='0 0 16 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='UI-KIT_基础元件' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='9.9基础元件' transform='translate(-5809.000000, -8482.000000)' fill='%23C7C7CC'%3E%3Cpolygon id='Disclosure-Indicator' points='5811 8482 5809 8484 5820.5 8495 5809 8506 5811 8508 5825 8495'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  visibility: hidden;
}
.am-list-item .am-list-line .am-list-arrow-horizontal {
  visibility: visible;
}
.am-list-item .am-list-line .am-list-arrow-vertical {
  visibility: visible;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.am-list-item .am-list-line .am-list-arrow-vertical-up {
  visibility: visible;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.am-list-item .am-list-line-multiple {
  padding: 15px 0 15px 0;
}
.am-list-item .am-list-line-multiple .am-list-content {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-multiple .am-list-extra {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-wrap .am-list-content {
  white-space: normal;
}
.am-list-item .am-list-line-wrap .am-list-extra {
  white-space: normal;
}
.am-list-item select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: var(--font-size-base);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
.am-tabs {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.am-tabs * {
  box-sizing: border-box;
}
.am-tabs-content-wrap {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.am-tabs-content-wrap-animated {
  transition: left 0.2s cubic-bezier(0.35, 0, 0.25, 1), top 0.2s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), left 0.2s cubic-bezier(0.35, 0, 0.25, 1), top 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), left 0.2s cubic-bezier(0.35, 0, 0.25, 1), top 0.2s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform, left, top;
}
.am-tabs-pane-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow-y: auto;
}
.am-tabs-tab-bar-wrap {
  flex-shrink: 0;
}
.am-tabs-horizontal .am-tabs-pane-wrap-active {
  height: auto;
}
.am-tabs-horizontal .am-tabs-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.am-tabs-vertical .am-tabs-content-wrap {
  flex-direction: column;
}
.am-tabs-vertical .am-tabs-tab-bar-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap-active {
  overflow: auto;
}
.am-tabs-vertical .am-tabs-pane-wrap-inactive {
  overflow: hidden;
}
.am-tabs-top, .am-tabs-bottom {
  flex-direction: column;
}
.am-tabs-left, .am-tabs-right {
  flex-direction: row;
}
.am-tabs-default-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.am-tabs-default-bar-tab {
  color: #fff;
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-xs);
  height: 43.5px;
  line-height: 43.5px;
}
.am-tabs-default-bar-tab .am-badge .am-badge-text {
  top: -13px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.am-tabs-default-bar-tab .am-badge .am-badge-dot {
  top: -6px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.am-tabs-default-bar-tab a {
  color: #fff;
}
.am-tabs-default-bar-tab-active {
  color: #fff;
  font-weight: bold;
}
.am-tabs-default-bar-tab-active a:hover {
  color: #fff;
}
.am-tabs-default-bar-underline {
  position: absolute;
  border: 1px #fff solid;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.am-tabs-default-bar-animated .am-tabs-default-bar-content {
  transition: -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.am-tabs-default-bar-animated .am-tabs-default-bar-underline {
  transition: top 0.2s cubic-bezier(0.35, 0, 0.25, 1), left 0.2s cubic-bezier(0.35, 0, 0.25, 1), color 0.2s cubic-bezier(0.35, 0, 0.25, 1), width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
}
.am-tabs-default-bar-top, .am-tabs-default-bar-bottom {
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-content, .am-tabs-default-bar-bottom .am-tabs-default-bar-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-prevpage, .am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: " ";
  z-index: 990;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.am-tabs-default-bar-top .am-tabs-default-bar-nextpage, .am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: " ";
  z-index: 990;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab, .am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  padding: 8px 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-underline, .am-tabs-default-bar-bottom .am-tabs-default-bar-underline {
  bottom: 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab {
  border-bottom: 1px solid #ddd;
}
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  border-top: 1px solid #ddd;
}
.am-tabs-default-bar-left, .am-tabs-default-bar-right {
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-content, .am-tabs-default-bar-right .am-tabs-default-bar-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab, .am-tabs-default-bar-right .am-tabs-default-bar-tab {
  padding: 0 8px;
}
.am-tabs-default-bar-left .am-tabs-default-bar-underline {
  right: 0;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab {
  border-right: 1px solid #ddd;
}
.am-tabs-default-bar-right .am-tabs-default-bar-underline {
  left: 0;
}
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  border-left: 1px solid #ddd;
}
.am-tabs-pane-wrap {
  touch-action: pan-x pan-y;
}
.am-tabs-default-bar-top-underline, .am-tabs-default-bar-bottom-underline {
  left: 0;
}
.am-tabs-default-bar-top {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
  height: 0 !important;
}
.am-tabs-default-bar-bottom {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
  height: 0 !important;
}
.am-tabs-default-bar-left {
  border-right: 1px solid rgba(217, 217, 217, 0.5);
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
  width: 0 !important;
}
.am-tabs-default-bar-right {
  border-left: 1px solid rgba(217, 217, 217, 0.5);
}
.am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
  width: 0 !important;
}
.am-tabs-default-bar-left .am-tabs-default-bar-underline,
.am-tabs-default-bar-right .am-tabs-default-bar-underline {
  top: 0;
}
.am-tab-bar {
  height: 100%;
  overflow: hidden;
}
.am-tab-bar-bar {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  border-top: 1px solid #ddd;
  width: 100%;
  display: flex;
  transition-duration: 0.2s;
  transition-property: height bottom;
  z-index: 100;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tab-bar-bar {
    border-top: none;
  }

  html:not([data-scale]) .am-tab-bar-bar::before {
    content: "";
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tab-bar-bar::before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-tab-bar-bar-hidden-top {
  bottom: 50px;
  height: 0;
}
.am-tab-bar-bar-hidden-bottom {
  bottom: -50px;
  height: 0;
}
.am-tab-bar-bar .am-tab-bar-tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.am-tab-bar-bar .am-tab-bar-tab-image {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.am-tab-bar-bar .am-tab-bar-tab-title {
  font-size: 10px;
  margin: 3px 0 0 0;
  line-height: 1;
  text-align: center;
}
.am-tab-bar-bar .am-tab-bar-tab-icon {
  display: flex;
  justify-content: center;
}
.am-tab-bar-bar .am-tab-bar-tab-icon .tab-badge :last-child {
  margin-top: 4px;
  left: 22px;
}
.am-tab-bar-bar .am-tab-bar-tab-icon .tab-dot :last-child {
  margin-top: 4px;
  left: 22px;
}
.am-tab-bar-item {
  height: 100%;
}
.am-tab-bar {
  display: block;
}
.am-tab-bar .am-tab-bar-bar > div {
  display: flex;
  flex: 1;
}
.am-tabs-default-bar {
  background-color: #d85231 !important;
}
.am-modal {
  position: relative;
}
.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
  width: 100%;
  height: 100%;
}
.am-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
  display: none;
}
.am-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-modal-wrap-popup {
  display: block;
}
.am-modal-transparent {
  width: 270px;
}
.am-modal-transparent .am-modal-content {
  border-radius: 20px;
  padding-top: 15px;
}
.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0 15px 15px;
}
.am-modal-popup {
  position: fixed;
  left: 0;
  width: 100%;
}
.am-modal-popup-slide-down {
  top: 0;
}
.am-modal-popup-slide-up {
  bottom: 0;
}
.am-modal-popup .am-modal-content {
  padding-bottom: env(safe-area-inset-bottom);
}
.am-modal-title {
  margin: 0;
  font-size: var(--font-size-md);
  line-height: 1.4;
  color: #111418;
  text-align: center;
}
.am-modal-header {
  padding: 6px 15px 15px;
}
.am-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.am-modal-content > div:first-child {
  color: #111418;
}
.am-modal-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 15px;
  z-index: 999;
  height: 21px;
  width: 21px;
}
.am-modal-close-x {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E %3Cdefs%3E%3C/defs%3E %3Cg id='ALL-ICON' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Rectangle-283-+-Rectangle-283' fill='%23888888'%3E %3Crect id='Rectangle-283' transform='translate(14.849242, 14.849242) rotate(-315.000000) translate(-14.849242, -14.849242) ' x='-5.1507576' y='13.8492424' width='40' height='2'%3E%3C/rect%3E %3Crect id='Rectangle-283' transform='translate(14.849242, 14.849242) scale(-1, 1) rotate(-315.000000) translate(-14.849242, -14.849242) ' x='-5.1507576' y='13.8492424' width='40' height='2'%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.am-modal-body {
  font-size: var(--font-size-base)1px;
  color: #6A7584;
  height: 100%;
  line-height: 1.4;
  overflow: auto;
}
.am-modal-button-group-h {
  position: relative;
  border-top: 1px solid #ddd;
  display: flex;
}
.am-modal-button-group-h .am-modal-button {
  -webkit-touch-callout: none;
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: var(--brand-primary);
  font-size: var(--font-size-base);
  height: 50px;
  line-height: 50px !important;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0px;
  border: 0px;
}
.am-modal-button-group-h .am-modal-button:first-child {
  color: #424B57;
}
.am-modal-button-group-h .am-modal-button:last-child {
  position: relative;
  border-left: 1px solid #ddd;
}
.am-modal-button-group-v .am-modal-button {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: var(--brand-primary);
  font-size: var(--font-size-base);
  height: 50px;
  line-height: 50px !important;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0px;
  border: 0px;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 0px;
}
.am-modal-button-active {
  background-color: #CBD0D7;
}
.am-modal-input-container {
  margin-top: 9px;
  border: 1px solid #ddd;
}
.am-modal-input {
  height: 36px;
  line-height: 1.4;
}
.am-modal-input:nth-child(2) {
  position: relative;
  border-top: 1px solid #ddd;
}
.am-modal-input input {
  position: relative;
  border: 0;
  width: 98%;
  height: 34px;
  top: 1PX;
  box-sizing: border-box;
  margin: 0;
}
.am-modal-input input::-webkit-input-placeholder {
  font-size: var(--font-size-base);
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::-moz-placeholder {
  font-size: var(--font-size-base);
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::-ms-input-placeholder {
  font-size: var(--font-size-base);
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::placeholder {
  font-size: var(--font-size-base);
  color: #ccc;
  padding-left: 8px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
  border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
  padding: 9px 24px 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  text-align: left;
  font-size: 21px;
  color: #111418;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
  color: #111418;
  text-align: left;
  padding: 0 24px 15px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
  border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
  padding-bottom: 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
  overflow: hidden;
  border-top: 0;
  justify-content: flex-end;
  padding: 0 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
  flex: initial;
  margin-left: 3px;
  padding: 0 15px;
  height: 48px;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
  color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
  border-left: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
  border-top: 0;
  padding: 0 15px;
  margin-left: 3px;
  height: 48px;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
  text-align: start;
  padding-left: 15px;
}
.am-modalam-modal-operation .am-modal-content {
  border-radius: 20px;
  height: auto;
  padding-top: 0;
}
.am-modalam-modal-operation .am-modal-content .am-modal-body {
  padding: 0 !important;
}
.am-modalam-modal-operation .am-modal-content .am-modal-button {
  color: #111418;
  text-align: left;
  padding-left: 15px;
}
.am-modal-alert-content, .am-modal-propmt-content {
  zoom: 1;
  overflow: hidden;
}
.am-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: white;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-picker-popup-mask-hidden {
  display: none;
}
.am-picker-popup-header {
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1PX;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.am-picker-popup-header .am-picker-popup-header-right {
  text-align: right;
}
.am-picker-popup-item {
  color: var(--brand-primary);
  font-size: var(--font-size-sm);
  padding: 9px 15px;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-picker-popup-item-active {
  background-color: #ddd;
}
.am-picker-popup-title {
  flex: 1;
  text-align: center;
  color: #000;
  font-size: var(--font-size-sm);
}
.am-picker-popup .am-picker-popup-close {
  display: none;
}
.am-picker-col {
  flex: 1;
}
picker {
  display: block;
}
.am-picker-popup-wrap {
  top: inherit;
}
.am-picker-popup-mask {
  -webkit-transform: none;
          transform: none;
}
.am-picker {
  display: flex;
  align-items: center;
}
.am-picker-item {
  flex: 1;
  text-align: center;
}
.am-picker-col {
  display: block;
  position: relative;
  height: 238px;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 102px 0;
}
.am-picker-col-item {
  touch-action: manipulation;
  text-align: center;
  font-size: var(--font-size-base);
  height: 34px;
  line-height: 34px;
  color: #111418;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: var(--font-size-lg);
}
.am-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 102px;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  border-top: 1px solid #CBD0D7;
  border-bottom: 1px solid #CBD0D7;
}
.am-calendar .animate {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.am-calendar .fade-enter {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.am-calendar .fade-leave {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.am-calendar .slideV-enter {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
.am-calendar .slideV-leave {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}
.am-calendar .slideH-enter {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.am-calendar .slideH-leave {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
.am-calendar .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.4);
}
.am-calendar .content {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1050;
  background: #fff;
}
.am-calendar .header {
  margin: 5px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.am-calendar .header .title {
  text-align: center;
  width: 100%;
  font-size: var(--font-size-base);
  font-weight: bold;
}
.am-calendar .header .left {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8px;
  height: 24px;
  left: 5px;
  top: 5px;
  color: var(--brand-primary);
}
.am-calendar .header .right {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8px;
  height: 24px;
  right: 5px;
  top: 5px;
  color: var(--brand-primary);
  font-size: var(--font-size-base);
}
.am-calendar .timePicker {
  border-top: 1px solid #CBD0D7;
}
.am-calendar .date-picker {
  flex: 1;
  overflow: scroll;
}
.am-calendar .week-panel {
  background: #fff;
  display: flex;
  flex-shrink: 0;
  padding: 0 2px;
  border-bottom: 1px solid #CBD0D7;
}
.am-calendar .week-panel .cell {
  height: 24px;
  display: flex;
  width: 14.2857142857%;
  justify-content: center;
  align-items: center;
  color: #111418;
  font-size: var(--font-size-base);
}
.am-calendar .week-panel .cell-grey {
  color: #CBD0D7;
}
.am-calendar .date-picker {
  display: flex;
  flex-direction: column;
  background: #eee;
}
.am-calendar .date-picker .wrapper {
  height: auto;
  position: relative;
}
.am-calendar .date-picker .months {
  background: #fff;
}
.am-calendar .date-picker .load-tip {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  left: 0;
  right: 0;
  padding: 10px 0;
  top: -40px;
  color: #bbb;
}
.am-calendar .confirm-panel {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  background: #F3F3F3;
  padding: 8px 15px;
  border-top: 1p solid #CBD0D7;
}
.am-calendar .confirm-panel .info {
  font-size: var(--font-size-sm);
}
.am-calendar .confirm-panel .info p {
  margin: 0;
}
.am-calendar .confirm-panel .info p + p {
  margin-top: 8px;
}
.am-calendar .confirm-panel .info .grey {
  color: #CBD0D7;
}
.am-calendar .confirm-panel .button {
  text-align: center;
  width: 80px;
  margin: 0 0 0 auto;
  padding: 8px 0;
  border-radius: 20px;
  color: #fff;
  font-size: var(--font-size-base);
  background: var(--brand-primary);
}
.am-calendar .confirm-panel .button-disable {
  color: #CBD0D7;
  background: #f0f0f0;
}
.am-calendar .confirm-panel .button-full {
  width: 100%;
  text-align: center;
}
.am-calendar .time-picker {
  flex-shrink: 0;
  text-align: center;
  background: #fff;
}
.am-calendar .time-picker .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: var(--font-size-base);
  border-top: 1px solid #CBD0D7;
  border-bottom: 1px solid #CBD0D7;
}
.am-calendar .single-month {
  padding: 0;
}
.am-calendar .single-month .month-title {
  margin: 0;
  padding: 21px 0 6px 15px;
}
.am-calendar .single-month .row {
  display: flex;
  align-items: baseline;
}
.am-calendar .single-month .row .cell {
  display: flex;
  flex-direction: column;
  width: 14.2857142857%;
  justify-content: center;
  align-items: center;
}
.am-calendar .single-month .row .cell .date-wrapper {
  display: flex;
  height: 35px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}
.am-calendar .single-month .row .cell .date-wrapper .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  color: #111418;
  font-size: var(--font-size-md);
  font-weight: 500;
}
.am-calendar .single-month .row .cell .date-wrapper .disable {
  color: #CBD0D7;
  background: #f0f0f0;
  border: none;
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .grey {
  color: #CBD0D7;
}
.am-calendar .single-month .row .cell .date-wrapper .important {
  border: 1px solid #CBD0D7;
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .left,
.am-calendar .single-month .row .cell .date-wrapper .right {
  border: none;
  width: 100%;
  height: 35px;
}
.am-calendar .single-month .row .cell .date-wrapper .date-selected {
  border: none;
  background: var(--brand-primary);
  color: #fff;
  font-size: var(--font-size-base);
}
.am-calendar .single-month .row .cell .date-wrapper .selected-start {
  border-radius: 100% 0 0 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-single {
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-middle {
  border-radius: 0;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-end {
  border-radius: 0 100% 100% 0;
}
.am-calendar .single-month .row .cell .info {
  height: 15px;
  width: 100%;
  padding: 0 5px;
  font-size: 10px;
  color: #6A7584;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.am-calendar .single-month .row .cell .date-selected {
  color: var(--brand-primary);
}
.am-calendar .single-month .row + .row {
  margin-top: 6px;
}
.am-calendar .single-month .row-xl + .row-xl {
  margin-top: 21px;
}
.am-calendar .shortcut-panel {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  border-top: 1px solid #CBD0D7;
  height: 42px;
}
.am-calendar .shortcut-panel .item {
  display: inline-block;
  color: var(--brand-primary);
  font-size: var(--font-size-base);
}
.bg-light {
  background-color: #F3F3F3 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-theme {
  background-color: var(--brand-theme) !important;
}
a.bg-theme:hover, a.bg-theme:focus {
  opacity: 0.85;
}
.bg-primary {
  background-color: var(--brand-primary) !important;
}
a.bg-primary:hover, a.bg-primary:focus {
  opacity: 0.85;
}
.bg-success {
  background-color: var(--brand-primary) !important;
}
a.bg-success:hover, a.bg-success:focus {
  opacity: 0.85;
}
.bg-info {
  background-color: var(--brand-info) !important;
}
a.bg-info:hover, a.bg-info:focus {
  opacity: 0.85;
}
.bg-warning {
  background-color: #FF6600 !important;
}
a.bg-warning:hover, a.bg-warning:focus {
  opacity: 0.85;
}
.bg-alert {
  background-color: #FF6600 !important;
}
a.bg-alert:hover, a.bg-alert:focus {
  opacity: 0.85;
}
.bg-danger {
  background-color: #FF6600 !important;
}
a.bg-danger:hover, a.bg-danger:focus {
  opacity: 0.85;
}
.bg-accent {
  background-color: var(--brand-accent-1) !important;
}
a.bg-accent:hover, a.bg-accent:focus {
  opacity: 0.85;
}
.bg-accent-1 {
  background-color: var(--brand-accent-1) !important;
}
a.bg-accent-1:hover, a.bg-accent-1:focus {
  opacity: 0.85;
}
.bg-accent-2 {
  background-color: #FABF3A !important;
}
a.bg-accent-2:hover, a.bg-accent-2:focus {
  opacity: 0.85;
}
.bg-fund {
  background-color: #B72e39 !important;
}
a.bg-fund:hover, a.bg-fund:focus {
  opacity: 0.85;
}
.bg-stock {
  background-color: #3F42B5 !important;
}
a.bg-stock:hover, a.bg-stock:focus {
  opacity: 0.85;
}
.bg-etf {
  background-color: #61c1c5 !important;
}
a.bg-etf:hover, a.bg-etf:focus {
  opacity: 0.85;
}
.bg-bond {
  background-color: #F5Ad00 !important;
}
a.bg-bond:hover, a.bg-bond:focus {
  opacity: 0.85;
}
.bg-map {
  background-color: #005071 !important;
}
a.bg-map:hover, a.bg-map:focus {
  opacity: 0.85;
}
.bg-insurance {
  background-color: #00cb6c !important;
}
a.bg-insurance:hover, a.bg-insurance:focus {
  opacity: 0.85;
}
.bg-ndpms {
  background-color: #A9A9A9 !important;
}
a.bg-ndpms:hover, a.bg-ndpms:focus {
  opacity: 0.85;
}
.bg-dpms-cash {
  background-color: #4F738C !important;
}
a.bg-dpms-cash:hover, a.bg-dpms-cash:focus {
  opacity: 0.85;
}
.bg-research {
  background-color: #10BDA8 !important;
}
a.bg-research:hover, a.bg-research:focus {
  opacity: 0.85;
}
.bg-black-7 {
  background-color: #111418 !important;
}
a.bg-black-7:hover, a.bg-black-7:focus {
  opacity: 0.85;
}
.bg-black-6 {
  background-color: #424B57 !important;
}
a.bg-black-6:hover, a.bg-black-6:focus {
  opacity: 0.85;
}
.bg-black-5 {
  background-color: #6A7584 !important;
}
a.bg-black-5:hover, a.bg-black-5:focus {
  opacity: 0.85;
}
.bg-black-4 {
  background-color: #CBD0D7 !important;
}
a.bg-black-4:hover, a.bg-black-4:focus {
  opacity: 0.85;
}
.bg-black-3 {
  background-color: #EBEDF0 !important;
}
a.bg-black-3:hover, a.bg-black-3:focus {
  opacity: 0.85;
}
.bg-black-2 {
  background-color: #f0f0f0 !important;
}
a.bg-black-2:hover, a.bg-black-2:focus {
  opacity: 0.85;
}
.bg-black-1 {
  background-color: #F3F3F3 !important;
}
a.bg-black-1:hover, a.bg-black-1:focus {
  opacity: 0.85;
}
.bg-darkest {
  background-color: #111418 !important;
}
a.bg-darkest:hover, a.bg-darkest:focus {
  opacity: 0.85;
}
.bg-darker {
  background-color: #424B57 !important;
}
a.bg-darker:hover, a.bg-darker:focus {
  opacity: 0.85;
}
.bg-dark {
  background-color: #6A7584 !important;
}
a.bg-dark:hover, a.bg-dark:focus {
  opacity: 0.85;
}
.bg-gray {
  background-color: #CBD0D7 !important;
}
a.bg-gray:hover, a.bg-gray:focus {
  opacity: 0.85;
}
.bg-light {
  background-color: #EBEDF0 !important;
}
a.bg-light:hover, a.bg-light:focus {
  opacity: 0.85;
}
.bg-lighter {
  background-color: #f0f0f0 !important;
}
a.bg-lighter:hover, a.bg-lighter:focus {
  opacity: 0.85;
}
.bg-lightest {
  background-color: #F3F3F3 !important;
}
a.bg-lightest:hover, a.bg-lightest:focus {
  opacity: 0.85;
}
.body-bg {
  background-color: #F3F3F3 !important;
}
a.body-bg:hover, a.body-bg:focus {
  opacity: 0.85;
}
.body-color {
  background-color: #111418 !important;
}
a.body-color:hover, a.body-color:focus {
  opacity: 0.85;
}
.link-color {
  background-color: var(--brand-info) !important;
}
a.link-color:hover, a.link-color:focus {
  opacity: 0.85;
}
.link-hover-color {
  background-color: css-lightness(var(--brand-info), -10%) !important;
}
a.link-hover-color:hover, a.link-hover-color:focus {
  opacity: 0.85;
}
.bg-profit {
  background-color: #10BDA8 !important;
}
a.bg-profit:hover, a.bg-profit:focus {
  opacity: 0.85;
}
.bg-loss {
  background-color: #FF3B49 !important;
}
a.bg-loss:hover, a.bg-loss:focus {
  opacity: 0.85;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.border {
  border: 1px solid #CBD0D7 !important;
}
.border-top {
  border-top: 1px solid #CBD0D7 !important;
}
.border-right {
  border-right: 1px solid #CBD0D7 !important;
}
.border-bottom {
  border-bottom: 1px solid #CBD0D7 !important;
}
.border-left {
  border-left: 1px solid #CBD0D7 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.rounded {
  border-radius: 10px !important;
}
.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.rounded-circle {
  border-radius: 50px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 920px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 980px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1580px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-first {
  order: -1;
}
.flex-last {
  order: 1;
}
.flex-unordered {
  order: 0;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (min-width: 920px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 980px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1080px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1580px) {
  .flex-xxl-first {
    order: -1;
  }

  .flex-xxl-last {
    order: 1;
  }

  .flex-xxl-unordered {
    order: 0;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 920px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 980px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1080px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1580px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
  }
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 3.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 3.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 3.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 3.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 3.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 3.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 3.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 3.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 3.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 3.5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n6 {
  margin: -3.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -3.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -3.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -3.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -3.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 920px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 3.5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 3.5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 3.5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 3.5rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n6 {
    margin: -3.5rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -3.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 980px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 3.5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 3.5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 3.5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 3.5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 3.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 3.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 3.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 3.5rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -3.5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -3.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1080px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 3.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 3.5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 3.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 3.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n6 {
    margin: -3.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -3.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 3.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 3.5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 3.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 3.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -3.5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -3.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1580px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-6 {
    margin: 3.5rem !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 3.5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-6 {
    padding: 3.5rem !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 3.5rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-underline {
  text-decoration: underline;
}
.text-hover-underline:hover {
  text-decoration: underline;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 920px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 980px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1080px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1580px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-link:hover {
  text-decoration: underline;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-semibold {
  font-weight: 500 !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-weight-black {
  font-weight: 800 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-black-7 {
  color: #111418 !important;
}
.text-black-6 {
  color: #424B57 !important;
}
.text-black-5 {
  color: #6A7584 !important;
}
.text-black-4 {
  color: #CBD0D7 !important;
}
.text-black-3 {
  color: #EBEDF0 !important;
}
.text-black-2 {
  color: #f0f0f0 !important;
}
.text-black-1 {
  color: #F3F3F3 !important;
}
.text-darkest {
  color: #111418 !important;
}
.text-darker {
  color: #424B57 !important;
}
.text-dark {
  color: #6A7584 !important;
}
.text-gray {
  color: #CBD0D7 !important;
}
.text-gray-light {
  color: #EBEDF0 !important;
}
.text-gray-lighter {
  color: #EBEDF0 !important;
}
.text-body-color {
  color: #111418 !important;
}
.text-primary {
  color: var(--brand-primary) !important;
}
.text-theme {
  color: var(--brand-theme) !important;
}
.text-info {
  color: var(--brand-info) !important;
}
.text-success {
  color: var(--brand-primary) !important;
}
.text-warning {
  color: #FF6600 !important;
}
.text-profit {
  color: #10BDA8 !important;
}
.text-loss {
  color: #FF3B49 !important;
}
.text-danger {
  color: #FF6600 !important;
}
.text-body {
  color: #111418 !important;
}
.text-muted {
  color: #EBEDF0 !important;
}
.text-accent-1 {
  color: var(--brand-accent-1) !important;
}
.text-accent-2 {
  color: #FABF3A !important;
}
.text-fund {
  color: #B72e39 !important;
}
.text-stock {
  color: #3F42B5 !important;
}
.text-bond {
  color: #F5Ad00 !important;
}
.text-etf {
  color: #61c1c5 !important;
}
.text-map {
  color: #005071 !important;
}
.text-insurance {
  color: #00cb6c !important;
}
.text-ndpms {
  color: #A9A9A9 !important;
}
.text-dpms-cash {
  color: #4F738C !important;
}
.text-research {
  color: #10BDA8 !important;
}
.text-accent1 {
  color: var(--brand-accent-1) !important;
}
.text-accent2 {
  color: #FABF3A !important;
}
.background-primary {
  background-color: var(--brand-primary);
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.line-height-base {
  line-height: 1.4;
}
.media {
  display: flex;
  align-items: flex-start;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-0-1 {
  opacity: 0.1;
}
.opacity-0-2 {
  opacity: 0.2;
}
.opacity-0-3 {
  opacity: 0.3;
}
.opacity-0-4 {
  opacity: 0.4;
}
.opacity-0-5 {
  opacity: 0.5;
}
.opacity-0-6 {
  opacity: 0.6;
}
.opacity-0-7 {
  opacity: 0.7;
}
.opacity-0-8 {
  opacity: 0.8;
}
.opacity-0-9 {
  opacity: 0.9;
}
.opacity-1 {
  opacity: 1;
}
.section-1 {
  padding: 100px 0px;
}
.section-2 {
  padding: 80px 0px;
}
.section-3 {
  padding: 60px 0px;
}
.section-4 {
  padding: 40px 0px;
}
.pointer {
  cursor: pointer !important;
}
.not-allow {
  cursor: not-allowed !important;
}
.pointer-events-none {
  pointer-events: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
/* Overflow */
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #CBD0D7;
  -webkit-text-fill-color: #111418;
  transition: background-color 5000s ease-in-out 0s;
}
/** Colors variables */
/** share button variables */
/** share buttons colors */
.sb-material-dark .sb-wrapper {
  background-color: #2E4057;
  background-color: var(--button-color) !important;
  font-family: "Roboto", sans-serif;
  color: #fff;
  border-radius: 2px;
  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);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sb-material-dark .sb-wrapper.sb-facebook {
  background-color: #4267B2;
}
.sb-material-dark .sb-wrapper.sb-twitter {
  background-color: #00acee;
}
.sb-material-dark .sb-wrapper.sb-google {
  background-color: #db4437;
}
.sb-material-dark .sb-wrapper.sb-mix {
  background-color: #ff8226;
}
.sb-material-dark .sb-wrapper.sb-line {
  background-color: #00b900;
}
.sb-material-dark .sb-wrapper.sb-linkedin {
  background-color: #006fa6;
}
.sb-material-dark .sb-wrapper.sb-pinterest {
  background-color: #bd081c;
}
.sb-material-dark .sb-wrapper.sb-reddit {
  background-color: #ff4006;
}
.sb-material-dark .sb-wrapper.sb-tumblr {
  background-color: #36465d;
}
.sb-material-dark .sb-wrapper.sb-whatsapp {
  background-color: #25d366;
}
.sb-material-dark .sb-wrapper.sb-messenger {
  background-color: #0080FF;
}
.sb-material-dark .sb-wrapper.sb-telegram {
  background-color: #0088cc;
}
.sb-material-dark .sb-wrapper.sb-xing {
  background-color: #006567;
}
.sb-material-dark .sb-wrapper.sb-sms {
  background-color: #20c16c;
}
.sb-material-dark .sb-wrapper.sb-email {
  background-color: #FF961C;
}
.sb-material-dark .sb-wrapper.sb-vk {
  background-color: #4C75A3;
}
.sb-material-dark .sb-wrapper.sb-copy {
  background-color: #607D8B;
}
.sb-material-dark .sb-wrapper.sb-print {
  background-color: #765AA2;
}
.sb-material-dark .sb-wrapper.sb-expand {
  background-color: #FF6651;
}
.sb-material-dark .sb-wrapper:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.sb-material-dark .sb-wrapper.sb-show-icon.sb-show-text {
  padding-left: 0.3em;
}
.sb-material-dark .sb-wrapper.sb-show-icon.sb-show-text .sb-text {
  padding-right: 1em;
  padding-left: 0;
}
.sb-material-dark .sb-wrapper.sb-show-icon.sb-show-count {
  padding-left: 0.3em;
}
.sb-material-dark .sb-wrapper.sb-show-icon.sb-show-count .sb-count {
  padding-right: 1em;
  padding-left: 0;
}
.sb-material-dark .sb-wrapper.sb-show-text.sb-show-count .sb-text {
  padding-right: 0.5em;
}
.ngx-tour_backdrop {
  box-shadow: rgba(66, 75, 87, 0.5) 0px 0px 0px 9999px !important;
  z-index: 990 !important;
}
.mat-menu-panel {
  max-width: 460px !important;
}
.tour-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  margin: 0 auto;
  position: relative;
}
.tour-arrow.tour-arrow-left {
  margin-left: 10%;
}
.tour-arrow.tour-arrow-right {
  margin-left: 90%;
}
.tour-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media only screen and (max-width: 767px) {
  .mat-menu-panel {
    padding: 10px;
  }
  .mat-menu-panel .ant-card-body {
    padding: 20px;
  }
  .mat-menu-panel .ant-btn-default {
    padding: 0 10px;
  }
}
:root {
  --brand-info-client: rgba(31, 138, 181, 1);
  --brand-info-client-10: rgba(31, 138, 181, 0.1);
}
.theme-igp {
  --brand-info-client: rgba(31, 138, 181, 1);
  --brand-info-client-10: rgba(31, 138, 181, 0.1);
}
@media only screen and (max-width: 992px) {
  .mt-tablet-1 {
    margin-top: 0.25rem;
  }

  .mt-tablet-2 {
    margin-top: 5rem;
  }

  .mt-tablet-3 {
    margin-top: 1rem;
  }

  .mt-tablet-4 {
    margin-top: 1.5rem;
  }

  .mt-tablet-5 {
    margin-top: 3rem;
  }

  .mr-tablet-1 {
    margin-right: 0.25rem;
  }

  .mr-tablet-2 {
    margin-right: 5rem;
  }

  .mr-tablet-3 {
    margin-right: 1rem;
  }

  .mr-tablet-4 {
    margin-right: 1.5rem;
  }

  .mr-tablet-5 {
    margin-right: 3rem;
  }

  .ml-tablet-1 {
    margin-left: 0.25rem;
  }

  .ml-tablet-2 {
    margin-left: 5rem;
  }

  .ml-tablet-3 {
    margin-left: 1rem;
  }

  .ml-tablet-4 {
    margin-left: 1.5rem;
  }

  .ml-tablet-5 {
    margin-left: 3rem;
  }

  .mb-tablet-1 {
    margin-bottom: 0.25rem;
  }

  .mb-tablet-2 {
    margin-bottom: 5rem;
  }

  .mb-tablet-3 {
    margin-bottom: 1rem;
  }

  .mb-tablet-4 {
    margin-bottom: 1.5rem;
  }

  .mb-tablet-5 {
    margin-bottom: 3rem;
  }
}
body a:active, body a:hover, body a:focus {
  color: var(--brand-info);
}
.view-overlay {
  height: 100vh;
  width: 100%;
  z-index: 1080;
  text-align: center;
  padding: 50px 30px;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blured-content {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.no-gutters {
  margin-left: -24px;
  margin-right: -24px;
}
@media only screen and (max-width: 920px) {
  hr.no-gutters {
    margin-left: -10px;
    margin-right: -10px;
  }
  hr.no-gutters-t {
    margin-top: -10px;
  }
}
.no-gutters {
  margin-left: -24px;
  margin-right: -24px;
}
.no-gutters.bg-light {
  padding: 24px;
}
.no-gutters-b {
  margin-bottom: -24px;
}
@media only screen and (max-width: 920px) {
  .no-gutters {
    margin-left: -10px;
    margin-right: -10px;
  }
  .no-gutters.bg-light {
    padding: 16px 10px;
  }

  .no-gutters-t {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 920px) {
  .no-gutters-t {
    margin-top: -10px;
  }
}
.ant-divider-horizontal {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ant-divider-vertical {
  width: 1.1px;
  height: 100%;
}
.ant-divider-vertical .ant-divider-inner-text {
  position: absolute;
  padding-top: 14px;
  padding-bottom: 14px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  background: #fff;
}
.bottom-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1031;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
@media only screen and (max-width: 980px) {
  .bottom-fixed-bar-wrapper > div {
    display: flex;
  }
  .bottom-fixed-bar-wrapper > div button {
    flex-grow: 1;
  }
}
.ant-spin-blur {
  border-radius: 10px;
}
.ant-spin-nested-loading > div > .ant-spin {
  max-height: none;
  display: flex;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
a:focus {
  color: inherit;
}
.no-records-text {
  font-weight: normal;
  color: #111418;
  margin: 14px auto 14px;
}
.no-record-small no-record .my-4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-record-small no-record svg {
  padding-bottom: 20px;
  width: 200px;
}
.no-record-small no-record .no-record-img-wrapper {
  height: 200px;
}
.no-record-small no-record .no-record-img-wrapper.mb-3 {
  margin-bottom: 0 !important;
}
.no-record-small no-record .no-records-text {
  margin-top: 0;
  margin-bottom: 0;
}
.highcharts-container {
  width: 100% !important;
}
.highcharts-container .highcharts-title {
  left: 50% !important;
  top: 50% !important;
  padding-bottom: 15px;
}
.highcharts-root {
  width: 100% !important;
}
.declaration-form {
  font-size: var(--font-size-sm);
}
.declaration-form .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.declaration-form .ant-radio-wrapper, .declaration-form .ant-checkbox-wrapper {
  display: flex;
}
.declaration-form .ant-checkbox {
  top: 0;
  height: 20px;
}
.declaration-form .ant-checkbox + span {
  line-height: 20px;
}
.declaration-form .ant-radio-wrapper, .declaration-form .ant-checkbox-wrapper {
  margin-bottom: 14px;
  white-space: normal;
}
signature-pad {
  border: 1px solid #CBD0D7;
  border-radius: 5px;
  display: inline-block;
}
.sb-button .sb-wrapper {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  min-width: auto !important;
}
.tour-section .uic-search {
  margin: 0;
  padding: 0;
}
.text-break {
  overflow-wrap: break-word;
}
.loading-bar-fixed > div#loading-bar-spinner {
  left: 3px !important;
}
.loading-bar-fixed.loading-bar-with-notification > div#loading-bar-spinner {
  top: 40px !important;
}
nz-back-top .ant-back-top {
  bottom: 90px;
}
.select-empty svg {
  width: 120px;
  height: 110px;
}
.ant-table .select-empty svg {
  width: 220px !important;
  height: 200px !important;
}
.login-bg-img {
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: cover;
}
.login-bg-img:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 5;
}
.login-page-wrapper {
  height: 100%;
}
.small-container {
  max-width: 900px;
  width: 100%;
}
nz-pagination ul.ant-pagination.ant-table-pagination li.ant-pagination-item {
  width: auto;
  min-width: 32px;
}
.timeline-dot {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: -5px;
  margin-top: -3px;
  border-radius: 15px;
}
.timeline-dot.bg-moderate {
  background-color: #F6F7C9;
}
.timeline-dot.bg-balanced {
  background-color: #FFE593;
}
.timeline-dot.bg-aggressive {
  background-color: #FF0000;
}
.timeline-dot.bg-extreme-aggressive {
  background-color: #8B0000;
}
.fix-gutter-10 {
  padding-left: 5px;
  padding-right: 5px;
}
.login-video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.video-bg-wordings {
  width: 300px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.login-header {
  text-align: center;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .video-bg-wordings {
    width: 250px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .video-bg-wordings {
    width: 250px !important;
    margin-top: 32px !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .video-bg-wordings {
    margin-top: 32px !important;
    margin-bottom: 0 !important;
  }
}
.light-gray-container {
  background: #f3f3f3;
  border-radius: 10px;
}
.light-yellow-container {
  background: #fdfbf8;
  border-radius: 10px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collapsible-icon {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 992px) {
  body .uic-page > .container,
body .uic-page > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  body .container > div, body .container-fluid > div {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .container > div .uic-main-content, body .container-fluid > div .uic-main-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.container-fluid {
  max-width: 1880px;
  padding-left: 20px;
  padding-right: 20px;
}
.ant-btn-default.ant-btn-default:focus {
  box-shadow: none;
  background-color: #EBEDF0;
}
.dev-view-only .dev-color-box {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.dev-view-only.dev-guideline em {
  background: #CBD0D7;
  padding: 2px 5px;
}
.breadcrumb-wrapper.breadcrumb-white {
  background-color: #fff;
}
.breadcrumb-wrapper.breadcrumb-white .ant-breadcrumb {
  padding: 10px 0 2px 20px;
}
.breadcrumb-wrapper .ant-breadcrumb {
  padding: 16px 0;
}
.breadcrumb-wrapper nz-breadcrumb-item:first-child {
  pointer-events: none;
}
.breadcrumb-wrapper nz-breadcrumb-item:last-child {
  pointer-events: none;
}
.breadcrumb-wrapper nz-breadcrumb nz-breadcrumb-item:last-child a {
  color: #424B57;
}
@media only screen and (min-width: 992px) {
  .breadcrumb-wrapper .ant-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.general-search .ant-drawer-body {
  padding: 0;
}
.general-search .toggle {
  align-items: center;
}
.general-search .search-wrapper {
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .general-search .search-wrapper {
    min-width: 400px;
  }
}
.general-search .search-wrapper .ant-input {
  border: 0;
  background-color: #f0f0f0;
  border-radius: 50px;
  font-size: 18px;
  padding-left: 40px;
  height: 50px;
}
.general-search .search-wrapper .ant-input-prefix {
  font-size: 18px;
}
.general-search .search-wrapper .ant-input:focus:not([disabled]),
.general-search .search-wrapper .ant-input-sm:focus:not([disabled]) {
  box-shadow: none;
}
.general-search .search-wrapper .ant-input-suffix .anticon {
  font-size: 20px;
}
.content-above-footer {
  min-height: calc(100vh - 100px - 178px);
}
#footer {
  padding: 15px;
  margin-top: 100px;
  background: #06223F;
  font-size: var(--font-size-xs);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  min-height: 178px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p, #footer .footer-links {
  color: #fff;
  opacity: 0.7;
}
#footer .footer-links {
  padding-top: 10px;
}
#footer .footer-links ul > li {
  display: inline-block;
  list-style: none;
}
#footer .footer-links ul > li:last-child a:after {
  display: none;
}
#footer .footer-links ul > li a {
  color: #fff;
}
#footer .footer-links ul > li a:after {
  content: "|";
  margin: 0 8px;
}
@page {
  margin: 5mm 5mm 1cm 5mm;
}
@page :left {
  @bottom-left {
    content: "Page " counter(page) " of " counter(pages);
  }
}
.print-only {
  display: none;
}
@media print {
  .print-only {
    display: block;
  }
}
@media print {
  .ant-drawer {
    display: none;
  }

  .uic-info-label .text-xs,
.print-two-cols .text-xs {
    font-size: 8pt !important;
  }
  .uic-info-label nz-col:first-child,
.print-two-cols nz-col:first-child {
    width: 33.33333333%;
  }
  .uic-info-label nz-col:last-child,
.print-two-cols nz-col:last-child {
    width: 66.66666667%;
  }

  .account-info-section-item-widget nz-col:first-child {
    width: 33.33333333%;
  }
  .account-info-section-item-widget nz-col:last-child {
    width: 66.66666667%;
  }

  .account-info-display-widget > h6 {
    width: 33.33333333%;
  }
  .account-info-display-widget > p {
    width: 66.66666667%;
  }

  .flex-column.flex-lg-row {
    flex-direction: row !important;
  }

  body {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    counter-reset: pageNumber;
  }

  .container,
.container-fluid {
    min-width: 730px;
  }

  .print-template table {
    width: 100%;
  }
  .print-template .header {
    width: 100%;
  }
  .print-template .footer {
    width: 100%;
  }

  uim-nav-bar,
app-header-mobile,
header,
uic-checkbox-filter-dropdown,
uic-icon-btn-ext,
uic-table-size-changer,
.nav-wrapper {
    display: none;
  }

  .page-break-after {
    page-break-after: always;
    text-align: center;
  }
  .page-break-after:before {
    counter-increment: pageNumber;
    content: " ";
  }

  .no-print, #desktop header .sub-menu-back {
    display: none;
  }

  .full-width-print {
    width: 100% !important;
  }

  .ant-drawer-body {
    display: none;
  }

  .uic-list-item .ant-table-tbody > tr:first-child td {
    border-top: 1px solid #CBD0D7;
  }

  .ant-table table {
    font-size: 8pt;
    page-break-after: auto;
  }
  .ant-table table th,
.ant-table table td {
    border-right: 1px solid #CBD0D7;
    word-wrap: break-word;
  }
  .ant-table table th:first-child,
.ant-table table td:first-child {
    border-left: 1px solid #CBD0D7;
    word-wrap: break-word;
  }
  .ant-table table .ant-table-thead > tr > th {
    border-bottom: 1px solid #CBD0D7;
    border-top: 1px solid #CBD0D7;
  }
  .ant-table table tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .ant-table table td {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  body {
    background-color: #fff;
    line-height: 1;
  }
  body app-root {
    display: block;
  }
  body app-root app-print-layout {
    display: block;
    margin-bottom: 50px;
  }
  body app-root app-print-layout .ant-drawer {
    display: none;
  }

  .print-logo {
    width: 38mm;
  }

  .ant-btn, .uic-table-action-button a,
.uic-table-action-button button {
    -webkit-print-color-adjust: exact !important;
    height: 34px !important;
    line-height: 34px !important;
  }
  .ant-btn.ant-btn-sm, .uic-table-action-button a.ant-btn-sm,
.uic-table-action-button button.ant-btn-sm {
    height: 26px !important;
    line-height: 26px !important;
  }
  .ant-btn.ant-btn-lg, .uic-table-action-button a.ant-btn-lg,
.uic-table-action-button button.ant-btn-lg {
    height: 48px !important;
    line-height: 48px !important;
  }

  .print-title-row {
    background-color: var(--brand-theme);
    padding: 5px 5px;
    margin-bottom: 10px;
  }
  .print-title-row h1,
.print-title-row h2,
.print-title-row h3,
.print-title-row h4,
.print-title-row h5,
.print-title-row h6 {
    margin-bottom: 0;
    color: #fff;
  }

  .print-title-section-row {
    background-color: var(--brand-primary);
    padding: 5px 5px;
    margin-bottom: 10px;
  }
  .print-title-section-row h1,
.print-title-section-row h2,
.print-title-section-row h3,
.print-title-section-row h4,
.print-title-section-row h5,
.print-title-section-row h6 {
    margin-bottom: 0;
    color: #fff;
  }

  .print-address {
    line-height: 1.2;
    font-size: 8pt;
  }

  .print-footer {
    font-size: 8pt;
  }

  .page-break-after {
    page-break-after: always;
  }

  table,
figure {
    page-break-inside: auto;
  }

  .ant-tag {
    font-size: 8pt;
  }

  .info-row {
    display: flex;
    border-bottom: 1px dotted #111418;
    padding: 5px 5px;
    border-radius: 0;
    align-items: center;
  }
  .info-row.bg-black-1 {
    border-bottom: none;
  }
  .info-row.info-row-sm .info-row-title {
    width: 100px;
  }
  .info-row.text-title {
    font-size: 9pt;
  }
  .info-row .info-row-title {
    width: 150px;
    display: inline-block;
  }

  h6 {
    font-size: 8pt;
  }

  .ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
    padding: 4px 5px;
  }

  .text-base {
    font-size: 8pt !important;
  }

  .text-md {
    font-size: 10pt !important;
  }

  .text-sm {
    font-size: 8pt !important;
  }

  .text-xs {
    font-size: 8pt !important;
  }

  .adviser-details {
    display: inline-block;
    font-size: 8pt;
  }

  .uic-statistic-bot .text-xs,
.uic-statistic-bot .text-md,
.uic-label .text-xs,
.uic-label .text-md {
    font-weight: bold;
    font-size: 8pt !important;
  }

  uic-static-notes .uic-static-notes {
    box-shadow: none;
    background-color: white;
  }
  uic-static-notes .uic-static-notes .ant-card-body {
    padding: 10px;
  }

  .profit-loss-table {
    padding: 0 0 14px;
  }
  .profit-loss-table .ant-table {
    margin-bottom: 0;
  }
  .profit-loss-table .ant-table table {
    background-color: transparent !important;
  }
  .profit-loss-table .ant-table-thead > tr > th {
    border-width: 1px;
    background: none;
  }

  .table-print-xs .ant-table-thead > tr > th,
.table-print-xs .ant-table-tbody > tr > td {
    padding: 4px 1px;
  }

  .uic-colour-bullet,
.chart-bullet {
    -webkit-print-color-adjust: exact !important;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
  }

  .ant-tag.tag-profit,
.ant-tag.tag-loss {
    min-width: 40px !important;
  }

  .section {
    page-break-inside: avoid;
  }

  .fixed-header, .header-space {
    height: 80px;
  }

  .fixed-footer, .footer-space {
    height: 50px;
    margin-top: 20px;
  }

  .fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid black;
  }

  .section-header {
    font-weight: bold;
    font-size: 14pt !important;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid black;
    width: 100%;
  }

  .ant-card {
    box-shadow: none !important;
  }

  .ant-tabs-tab {
    -webkit-print-color-adjust: exact !important;
    height: 35px !important;
    padding: 0 35px !important;
    line-height: 35px !important;
  }

  .ant-tabs-nav-container {
    height: 35px !important;
  }

  uic-sidebar {
    display: none;
  }

  .ant-table-pagination {
    display: none;
  }

  .print-directive-layout {
    padding: 3pt;
  }

  h5 {
    font-size: 8pt;
  }

  .table-print-align-left th {
    text-align: left !important;
  }
  .table-print-align-left td {
    text-align: left !important;
  }

  .d-nz-lg-inline {
    display: inline !important;
  }

  g path {
    stroke-width: 3;
  }
  g text {
    font-size: 9pt !important;
    font-weight: 300 !important;
  }

  .print-table-style tr {
    font-size: 9pt !important;
  }
  .print-table-style nz-tag {
    font-size: 9pt !important;
  }
  .print-table-style th {
    border: 1px solid #CBD0D7 !important;
    line-height: 90%;
  }
  .print-table-style td {
    border: 1px solid #CBD0D7 !important;
    line-height: 100%;
  }

  #chart-id {
    zoom: 70%;
  }

  #bond-chart-id {
    zoom: 65%;
  }

  #performance-chart-id {
    zoom: 70%;
  }

  hr {
    display: block;
    height: 1px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 1px black;
  }

  .template-margin {
    margin: 0mm 11mm 0mm 11mm;
  }

  .co-gap-t-p {
    margin-top: 48px;
  }

  .background-note {
    background-color: #f5f5f5 !important;
  }

  .el-lg-gap-bot {
    margin-bottom: 14px;
  }

  .el-lg-gap-top {
    margin-top: 14px;
  }

  .break-inside-avoid {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
#user-guide .ant-menu-inline .ant-menu-submenu > .ant-menu-submenu-title {
  font-weight: bold;
  font-size: 15px;
}
#user-guide .ant-menu-inline .ant-menu-item {
  font-size: 14px;
}
#user-guide .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 6px !important;
}
.disclaimer-wrapper blockquote {
  margin-left: 1.5rem;
  text-align: justify;
}
.disclaimer-wrapper blockquote table {
  border-collapse: collapse;
  height: 1px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.disclaimer-wrapper blockquote table tr {
  border: 1px solid #CBD0D7;
}
.disclaimer-wrapper blockquote table tr td {
  padding: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}
.disclaimer-wrapper blockquote table tr td:nth-child(n+3) {
  text-align: right;
}
.description-detail span p {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 767px) {
  .text-center-mobile-above {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1199px) {
  .text-center-mobile-above {
    text-align: center !important;
  }
}
.move-layout-middle .content-above-footer {
  min-height: calc(100vh);
  display: flex;
  flex-direction: column;
}
.move-layout-middle ng-component {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.move-layout-middle ng-component uic-page .uic-page {
  margin-top: 0px;
}
.move-layout-middle app-footer #footer {
  margin-top: 0px;
}
.ant-affix {
  z-index: 1030;
}
.nz-affix-hack {
  padding-top: 1px;
}
#desktop .nav-offset {
  margin-left: -240px;
}
#desktop header .logo img {
  max-height: 40px;
  max-width: 180px;
  margin: 5px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  #desktop header .logo img {
    max-width: 130px;
  }
}
#desktop header .nav-bsm-logo {
  position: absolute;
  right: 0;
  bottom: 20px;
}
#desktop header .sub-menu-back {
  margin-bottom: 0;
  background: #fff;
  color: #111418;
}
#desktop header .sub-menu-back:hover {
  box-shadow: none;
}
#desktop header .sub-menu-back-text {
  vertical-align: 1px;
}
#desktop header .title {
  color: white;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0;
}
#desktop header .bg-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  height: 180px;
  background-size: cover;
}
#desktop header .bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.38);
  top: 0;
}
@media print {
  #desktop header .bg-image:before {
    height: 140px;
  }
}
#desktop header .bg-gradient {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  position: fixed;
  width: 100%;
  height: 65px;
}
@media print {
  #desktop header .bg-gradient {
    background: transparent;
  }
}
#desktop header .nav-bar {
  height: 50px;
  position: fixed;
  width: 100%;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
#desktop header .nav-bar nav {
  width: 100%;
  height: 50px;
}
#desktop header .nav-bar nav > ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  float: right;
}
#desktop header .nav-bar li {
  position: relative;
  height: 100%;
}
#desktop header .nav-bar li small {
  font-size: var(--font-size-xs);
  display: block;
  color: #6A7584;
}
#desktop header .nav-bar li:hover {
  background: rgba(255, 255, 255, 0.075);
}
#desktop header .nav-bar li:hover .anticon.anticon-down svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#desktop header .nav-bar li > a {
  color: white;
  display: flex;
  height: 50px;
  align-items: center;
  font-size: calc(var(--font-size-base) - 2px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  padding: 0px 11px;
  border-bottom: 3px solid transparent;
}
#desktop header .nav-bar li > a .ant-avatar {
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.2);
}
#desktop header .nav-bar li > a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  border-color: #fff;
}
#desktop header .nav-bar li:hover .dropdown-menu, #desktop header .nav-bar li.hover .dropdown-menu {
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  opacity: 1;
}
#desktop header .nav-bar li.notification a, #desktop header .nav-bar li.search a {
  padding: 0 15px;
}
#desktop header .nav-bar li.notification a .anticon, #desktop header .nav-bar li.search a .anticon {
  color: #fff;
  font-size: 20px;
  margin-bottom: -10px;
}
#desktop header .nav-bar li.notification a .ant-badge, #desktop header .nav-bar li.search a .ant-badge {
  margin: 0;
}
#desktop header .nav-bar .anticon.anticon-down {
  font-size: 10px;
}
#desktop header .nav-bar .anticon.anticon-down svg {
  margin-bottom: -3px;
  margin-left: 4px;
}
#desktop header .nav-bar .dropdown-menu {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  visibility: hidden;
  cursor: default;
  opacity: 0;
  padding: 15px 15px 25px 15px;
  left: -10px;
  transform: scaleY(0.6);
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
  top: 51px;
  z-index: 1030;
  min-width: 220px;
}
#desktop header .nav-bar .dropdown-menu h6 {
  margin: 8px 15px 0;
  font-size: var(--font-size-sm);
}
#desktop header .nav-bar .dropdown-menu .nav-line {
  width: 25px;
  height: 3px;
  margin: 10px 15px;
  background-color: var(--brand-primary);
}
#desktop header .nav-bar .dropdown-menu a {
  display: block;
  font-size: var(--font-size-sm);
  padding: 8px 15px 8px;
  color: #111418;
}
#desktop header .nav-bar .dropdown-menu a:hover {
  color: var(--brand-primary);
}
#desktop header .nav-bar .dropdown-menu a.active {
  color: var(--brand-primary);
  font-weight: bold;
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab {
  display: flex;
  padding: 0;
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab .tab-wrapper {
  background: #f0f0f0;
  width: 270px;
  min-height: 250px;
  padding: 15px 0 20px;
  border-radius: 10px 0 0 10px;
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab .tab-wrapper .tab-item {
  cursor: pointer;
  font-size: var(--font-size-sm);
  padding: 10px 10px 10px 20px;
  background-color: #f0f0f0;
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab .tab-wrapper .tab-item.active, #desktop header .nav-bar .dropdown-menu.megamenu-with-tab .tab-wrapper .tab-item:hover {
  color: white;
  background: var(--brand-info);
  background: linear-gradient(to right, var(--brand-info) 0%, var(--brand-primary) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab .tab-wrapper .tab-item.active .anticon, #desktop header .nav-bar .dropdown-menu.megamenu-with-tab .tab-wrapper .tab-item:hover .anticon {
  color: white;
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab .tab-wrapper .tab-item .anticon {
  float: right;
  font-size: var(--font-size-xs);
  color: #6A7584;
  margin-top: 3px;
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab > div {
  padding: 15px 15px 25px 15px;
  width: 100%;
}
#desktop header .nav-bar .dropdown-menu.megamenu-with-tab > div a:hover, #desktop header .nav-bar .dropdown-menu.megamenu-with-tab > div a.active {
  background-color: unset;
}
#desktop header li.header-lang-select:hover {
  background: none;
}
#desktop header li.header-lang-select .uic-language-select {
  margin: 0 14px;
  height: 50px;
  display: flex;
  align-items: center;
  color: white;
  border-bottom: 3px solid transparent;
}
#desktop header li.header-lang-select .uic-language-select a {
  color: rgba(255, 255, 255, 0.5);
}
#desktop header li.header-lang-select .uic-language-select a.active {
  color: #fff;
}
#desktop header li.profile .profile-details {
  padding: 6px 17px 8px;
  display: flex;
}
#desktop header li.profile .profile-details .ant-avatar {
  background-color: var(--brand-accent-1);
}
#desktop header li.profile .ant-divider-horizontal.ant-divider-with-text-center,
#desktop header li.profile hr {
  margin: 8px 0;
}
#desktop header li.profile .ant-divider-horizontal.ant-divider-with-text-center .ant-divider-inner-text,
#desktop header li.profile hr .ant-divider-inner-text {
  font-size: var(--font-size-xs);
  color: #6A7584;
}
#desktop header li.profile .ant-avatar-sm > * {
  line-height: 1.8rem;
}
#desktop header li.profile .dropdown-menu {
  margin-left: -90px;
}
#desktop header li.profile .dropdown-menu a {
  padding: 6px 23px;
}
#desktop header li.profile .dropdown-menu .anticon {
  margin-right: 12px;
  margin-top: -1px;
}
#desktop header.is-scrolled .nav-bar, #desktop header.always-scrolled .nav-bar {
  background: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#desktop header.is-scrolled .nav-bar li > a, #desktop header.always-scrolled .nav-bar li > a {
  color: var(--brand-theme);
}
#desktop header.is-scrolled .nav-bar li > a:hover, #desktop header.is-scrolled .nav-bar li > a.active, #desktop header.always-scrolled .nav-bar li > a:hover, #desktop header.always-scrolled .nav-bar li > a.active {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
#desktop header.is-scrolled .nav-bar li.notification a .anticon, #desktop header.is-scrolled .nav-bar li.search a .anticon, #desktop header.always-scrolled .nav-bar li.notification a .anticon, #desktop header.always-scrolled .nav-bar li.search a .anticon {
  color: var(--brand-theme);
}
#desktop header.is-scrolled .nav-bar li > a .ant-avatar, #desktop header.always-scrolled .nav-bar li > a .ant-avatar {
  color: #6A7584;
  background: #EBEDF0;
}
#desktop header.is-scrolled .nav-bar li:hover.notification a .anticon, #desktop header.is-scrolled .nav-bar li:hover.search a .anticon, #desktop header.always-scrolled .nav-bar li:hover.notification a .anticon, #desktop header.always-scrolled .nav-bar li:hover.search a .anticon {
  color: var(--brand-primary);
}
#desktop header.is-scrolled .nav-bar li.header-lang-select .uic-language-select, #desktop header.always-scrolled .nav-bar li.header-lang-select .uic-language-select {
  color: var(--brand-theme);
}
#desktop header.is-scrolled .nav-bar li.header-lang-select .uic-language-select a, #desktop header.always-scrolled .nav-bar li.header-lang-select .uic-language-select a {
  color: rgba(var(--brand-theme), 0.3);
}
#desktop header.is-scrolled .nav-bar li.header-lang-select .uic-language-select a:hover, #desktop header.is-scrolled .nav-bar li.header-lang-select .uic-language-select a.active, #desktop header.always-scrolled .nav-bar li.header-lang-select .uic-language-select a:hover, #desktop header.always-scrolled .nav-bar li.header-lang-select .uic-language-select a.active {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
#desktop header.is-scrolled .nav-tab, #desktop header.always-scrolled .nav-tab {
  background: var(--brand-theme);
}
#desktop header.is-scrolled .nav-tab ul li.back-btn-affix, #desktop header.always-scrolled .nav-tab ul li.back-btn-affix {
  display: inline-block !important;
}
#desktop header.always-scrolled .bg-gradient {
  background: transparent;
}
#desktop header .sub-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#desktop header .sub-menu .btn-submenu {
  height: 51px;
}
#desktop header .sub-menu .nav-tab ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  margin-left: -10px;
}
#desktop header .sub-menu .nav-tab ul li {
  margin-left: -15px;
}
#desktop header .sub-menu .nav-tab ul li a {
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.9);
  padding: 15px 25px;
  font-size: var(--font-size-sm);
  text-transform: capitalize;
}
#desktop header .sub-menu .nav-tab ul li a:hover, #desktop header .sub-menu .nav-tab ul li a.active {
  color: white;
  position: relative;
}
#desktop header .sub-menu .nav-tab ul li a.active:after {
  border-left: solid transparent 8px;
  border-right: solid transparent 8px;
  border-bottom: solid #F3F3F3 8px;
  bottom: -2px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}
#desktop header .sub-menu .nav-tab ul li.back-btn-affix {
  display: none;
}
#desktop header .sub-menu .nav-tab ul li.back-btn-affix a {
  color: #fff;
}
#desktop header .sub-menu .nav-tab ul li.back-btn-affix a span::after {
  content: " ";
  margin-left: 20px;
  border-right: 1px solid #fff;
}
#desktop header .sub-menu .ant-checkbox + span {
  padding-right: 4px;
}
#desktop header .sub-menu .uic-icon-tooltip-text {
  color: #fff;
}
#desktop header app-nav-desktop .ant-affix, #desktop header app-nav-desktop nz-affix div {
  z-index: 1031;
}
#desktop header .ant-checkbox-inner {
  border-color: #fff;
}
#desktop header .ant-checkbox-checked .ant-checkbox-inner {
  border-color: #fff;
  background-color: transparent;
}
.title-hr {
  position: relative;
  margin-bottom: 20px;
}
.title-hr::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #CBD0D7;
  color: #CBD0D7;
  top: -10px;
  left: -20px;
  right: -20px;
}
.pre-login-layout .header-wrapper {
  min-height: 50px;
}
.pre-login-layout .header-wrapper .nav-bar {
  height: unset !important;
}
.pre-login-layout .logout a {
  border: none;
  display: block;
  line-height: 50px;
  margin-top: 2px;
  color: var(--brand-theme);
}
@media only screen and (max-width: 992px) {
  .pre-login-layout .logout a {
    margin-top: -3px;
  }
}
#desktop.pre-login-info-layout header .bg-image {
  width: 100%;
  z-index: 990;
  height: auto;
}
#desktop.pre-login-info-layout header .bg-image::before {
  display: none;
}
#desktop.pre-login-info-layout #footer {
  min-height: auto;
}
.top-content-bg-image {
  padding: 90px 0 50px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-content-bg-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  top: 0;
}
@media only screen and (max-width: 1199px) {
  pre-login-info-header {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  app-pre-login-info-header-mobile {
    display: none;
  }

  #desktop.pre-login-info-layout .top-content-bg-image {
    margin-top: -65px;
  }
}
.uic-grid-widget {
  padding-bottom: 16px;
}
.uic-grid-widget .ant-card-cover {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .uic-grid-widget .ant-card-cover {
    max-height: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .uic-grid-widget .ant-card-cover {
    max-height: 275px;
  }
}
.uic-grid-widget .bg-image {
  background-position: center;
  min-height: 66px;
}
.uic-grid-widget .ant-card-head-title .uic-toggle-btn {
  margin-bottom: 0;
}
.uic-grid-widget .ant-tabs-nav {
  padding-left: 2px;
}
.uic-grid-widget.grid-flex {
  height: 100%;
}
.uic-grid-widget.grid-flex .uic-card {
  height: 100%;
}
.uic-grid-widget.grid-flex .uic-card > .ant-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.uic-grid-widget.grid-flex .uic-card > .ant-card .ant-card-body {
  flex-grow: 1;
}
.uic-grid-widget.grid-flex .uic-grid-widget-content {
  height: 100%;
}
.uic-grid-widget.grid-600px .uic-grid-widget-content {
  max-height: 420px;
  overflow-y: auto;
}
.uic-grid-widget .ant-tag {
  margin-bottom: 0;
}
.uic-grid-widget .ant-list-split .ant-list-item {
  margin-top: 0;
  padding: 14px 0;
}
.uic-grid-widget .ant-list-split .ant-list-item:not(:first-child) {
  margin-top: 0;
}
.uic-grid-widget .ant-list-items > nz-list-item:first-child.ant-list-item {
  padding-top: 0;
}
.uic-grid-widget .ant-steps-vertical .ant-steps-item-content {
  width: auto;
  padding-top: 2px;
}
.uic-grid-widget .ant-steps-vertical .ant-steps-item-content h5 {
  margin-bottom: 0;
}
.dashboard-container-hack {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .dashboard-container-hack {
    max-width: 1880px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .dashboard-container-hack .client-number .uic-statistic {
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 1360px) and (max-width: 1579px) {
  .dashboard-container-hack .client-number .uic-statistic {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  app-header-desktop {
    display: none;
  }

  header .logo img {
    max-height: 40px;
    max-width: 130px;
    margin: 5px 0;
  }
  header .nav-bar {
    background: #fff;
    height: 50px;
    position: fixed;
    width: 100%;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
  }
  header .nav-bar nav {
    width: 100%;
    height: 50px;
  }
  header .nav-bar nav > ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  app-header-mobile {
    display: none;
  }

  app-nav-mobile {
    display: none;
  }
}
#mobile-tab-bar {
  justify-content: space-around !important;
  display: flex !important;
  background: white;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 68px;
}
#mobile-tab-bar div {
  text-align: center;
  padding: 10px;
  color: #111418;
}
#mobile-tab-bar div i {
  font-size: var(--font-size-lg);
}
#mobile-tab-bar div span {
  display: block;
  text-transform: uppercase;
  font-size: var(--font-size-xs)-2px;
}
#mobile-tab-bar div.active {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}
.am-navbar {
  height: auto;
  min-height: 50px;
  align-items: start;
}
.am-navbar .am-navbar-left,
.am-navbar .am-navbar-right,
.am-navbar .am-navbar-title {
  margin-top: 13px;
}
.am-navbar .am-navbar-left .anticon,
.am-navbar .am-navbar-right .anticon,
.am-navbar .am-navbar-title .anticon {
  font-size: 20px;
}
.am-navbar .m-back-btn {
  color: #fff;
}
.am-navbar + .bg-theme {
  height: 43.5px;
  line-height: 43.5px;
  font-size: var(--font-size-xs);
  -webkit-transform: translateY(-0.5px);
          transform: translateY(-0.5px);
}
.am-navbar + .bg-theme a {
  color: #fff;
}
.left-only-am-navbar {
  align-items: center;
}
.left-only-am-navbar .am-navbar-left {
  flex: unset !important;
  margin-top: 0;
}
.left-only-am-navbar .am-navbar-right {
  margin-top: 0;
  font-size: 14px;
}
.mobile-sub-menu-tab .am-tabs-default-bar-tab {
  position: relative;
}
.mobile-sub-menu-tab .am-tabs-default-bar-tab a {
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 14px 0;
}
.mobile-sub-menu-tab .am-tabs-default-bar-tab a.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mobile-sub-menu-tab .am-tabs-default-bar-underline {
  border: 1px solid transparent;
}
.am-tabs-default-bar-tab {
  position: relative;
  line-height: 1.2;
}
.am-tabs-default-bar-tab.am-tabs-default-bar-tab-active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px !important;
  width: 100%;
  background: #fff;
  transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.am-tabs-default-bar-top .am-tabs-default-bar-nextpage {
  background: linear-gradient(to right, hsla(var(--brand-theme-h), var(--brand-theme-s), var(--brand-theme-l), 10%), hsla(var(--brand-theme-h), var(--brand-theme-s), var(--brand-theme-l), 100%));
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab {
  border-bottom-width: 0px;
}
.tab-prev {
  position: absolute;
  color: white;
  top: 9px;
  z-index: 990;
  left: 15px;
}
.tab-next {
  position: absolute;
  color: white;
  top: 9px;
  z-index: 990;
  right: 15px;
}
@media only screen and (max-width: 1199px) {
  .m-sidebar small {
    color: #fff;
  }
  .m-sidebar .uic-language-select a {
    color: rgba(255, 255, 255, 0.5);
  }
  .m-sidebar .uic-language-select a::after {
    color: rgba(255, 255, 255, 0.5);
  }
  .m-sidebar .uic-language-select a.active {
    color: #fff;
  }
  .m-sidebar .ant-drawer-content {
    color: #fff;
    background-color: var(--brand-theme);
  }
  .m-sidebar .ant-drawer-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    height: 100%;
  }
  .m-sidebar .ant-menu-dark.ant-menu-inline .profile-section {
    position: relative;
  }
  .m-sidebar .ant-menu-dark.ant-menu-inline .profile-section .ant-avatar {
    background: rgba(255, 255, 255, 0.2);
  }
  .m-sidebar .ant-menu-dark.ant-menu-inline .profile-section .icon-down {
    font-size: 9px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  .m-sidebar .ant-menu-dark.ant-menu-inline .profile-section .ant-menu-submenu-arrow {
    display: none;
  }
  .m-sidebar .ant-menu-dark.ant-menu-inline .profile-section .ant-menu-item {
    padding: 19px 10px 10px 33px;
  }
  .m-sidebar .ant-menu-submenu-open.profile-section .icon-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .m-sidebar .ant-menu-submenu-open .ant-menu-submenu-title .active {
    opacity: 0.5;
  }
  .m-sidebar .ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  .m-sidebar .ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
    -webkit-transform: rotate(-45deg) translateX(2px);
            transform: rotate(-45deg) translateX(2px);
  }
  .m-sidebar .ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
    -webkit-transform: rotate(45deg) translateX(-2px);
            transform: rotate(45deg) translateX(-2px);
  }
  .m-sidebar .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
    opacity: 0.8;
    -webkit-transform-origin: 30%;
            transform-origin: 30%;
  }
  .m-sidebar .m-notification {
    position: absolute;
    top: 0;
    right: 0;
  }
  .m-sidebar .m-notification .anticon {
    color: #fff;
    font-size: 20px;
  }
  .m-sidebar .m-notification .ant-badge {
    margin: 0;
  }
  .m-sidebar .m-notification .ant-badge .ant-badge-dot {
    right: 0;
    left: 8px;
  }
  .m-sidebar .m-logout {
    margin-top: 30px;
    color: #fff;
    padding: 20px 0px;
  }
  .m-sidebar .fixed-bottom {
    padding: 10px 20px;
    right: calc(100vw - 256px);
    background-color: var(--brand-primary);
  }
  .m-sidebar div.m-sidebar-id {
    font-size: 18px !important;
  }
  .m-sidebar .ant-drawer-body {
    padding: 10px 0 10px 10px;
  }
  .m-sidebar .ant-menu-dark.ant-menu .ant-menu-item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 10px;
    height: auto;
  }
  .m-sidebar .ant-menu-dark.ant-menu .side-menu-lvl1-item.ant-menu-item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 10px;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .m-sidebar .side-menu-lvl1-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .m-sidebar .ant-menu .side-menu-lvl1-item.ant-menu-submenu > .ant-menu-submenu-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 10px;
    height: auto;
    padding-left: 10px !important;
  }
  .m-sidebar .ant-menu .side-menu-lvl1-item.ant-menu-submenu .ant-menu-sub .ant-menu-sub .ant-menu-item {
    padding-left: 55px;
    overflow: visible;
    white-space: initial;
  }
  .m-sidebar .ant-menu .side-menu-lvl1-item.ant-menu-submenu .ant-menu-sub .ant-menu-submenu-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 10px;
    height: auto;
    padding-left: 40px !important;
  }
  .m-sidebar .ant-menu .side-menu-lvl1-item.ant-menu-submenu .ant-menu-sub .ant-menu-item {
    border-bottom: none;
    padding-left: 40px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .m-sidebar .ant-menu .ant-menu-item {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-wrapper {
    background-color: #fff;
  }
  .breadcrumb-wrapper .ant-breadcrumb {
    padding: 10px 10px 5px;
  }
  .breadcrumb-wrapper.breadcrumb-white .ant-breadcrumb {
    padding: 10px 10px 5px;
  }
  .breadcrumb-wrapper.breadcrumb-white.m-breadcrumb-transparent, .breadcrumb-wrapper.m-breadcrumb-transparent {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-wrapper.breadcrumb-white {
    background-color: #fff;
  }
  .breadcrumb-wrapper.breadcrumb-white .ant-breadcrumb {
    padding: 10px 20px 2px;
  }
}
@media only screen and (max-width: 992px) {
  .content-above-footer {
    min-height: calc(100vh - 131px - 100px);
  }

  #footer {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: auto;
  }
  #footer a {
    margin-left: 0;
    color: var(--brand-accent-1);
  }

  .footer-links {
    margin-top: 14px;
  }
  .footer-links ul {
    padding-left: 0;
  }
  .footer-links ul > li {
    display: block;
    margin-bottom: 10px;
  }
  .footer-links ul > li a {
    margin-left: 0;
    color: var(--brand-accent-1);
  }
}
@media only screen and (max-width: 992px) {
  .uic-grid-widget .ant-card-cover {
    max-height: none;
    overflow: visible;
  }
}
.m-general-search .ant-drawer-body {
  padding: 0;
}
.m-general-search .general-search .search-wrapper .ant-input {
  background-color: #fff;
  height: 45px;
}
.stock-permission-info {
  width: 100%;
  background: white;
  border: 1px solid #CBD0D7;
  border-radius: 5px;
}
.stock-permission-info.full-screen {
  border: none;
}
.stock-permission-info.stock-permission-info-dropdown {
  box-shadow: 0 0 10px #00000029;
  max-width: 464px;
}
.stock-permission-info .divider {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #EBEDF0;
}
.stock-menu ul {
  margin-bottom: 0;
}
.stock-menu ul .ant-dropdown-menu-submenu-title {
  color: #424B57;
  font-size: var(--font-size-xs);
}
.stock-menu ul .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  content: none;
}
.stock-menu ul .ant-dropdown-menu-item {
  color: #424B57;
  font-size: var(--font-size-xs);
  margin-top: 0;
  margin-bottom: 0;
}
.stock-submenu .ant-dropdown-menu-item {
  color: #424B57;
  font-size: var(--font-size-xs);
}
.centered-container {
  margin-left: auto;
  margin-right: auto;
  min-width: 350px;
  max-width: 650px;
}
.order-success .ant-card {
  box-shadow: none !important;
}
.order-success .ant-btn, .order-success .uic-table-action-button a, .uic-table-action-button .order-success a,
.order-success .uic-table-action-button button,
.uic-table-action-button .order-success button {
  margin-bottom: 0px;
}
.order-success .order-detail-container {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.order-success .order-detail-container::-webkit-scrollbar {
  width: 0;
  /* For Chrome, Safari, and Opera */
  height: 0;
}
.order-success .order-detail-container .order-detail {
  padding-top: 20px;
  padding-bottom: 30px;
}
.order-success .order-detail-container .order-detail:not(:last-child) {
  border-bottom: 1px solid #EBEDF0;
}
.input-form nz-select-top-control {
  border: #F3F3F3 solid 1px !important;
}
.stock-table-display-config .uic-search,
.stock-table-display-config .uic-toggle-btn,
.stock-table-display-config .uic-overflow-input,
.stock-table-display-config .uic-radio-filter-dropdown-wrapper,
.stock-table-display-config .uic-icon-btn-ext,
.stock-table-display-config .uic-reset-filter-wrapper,
.stock-table-display-config .uic-checkbox-filter-dropdown-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
.stock-table-display-config .uic-table-size-changer .show-text {
  margin-bottom: 0px !important;
}
.stock-table-display-config.mobile-config .ant-btn, .stock-table-display-config.mobile-config .uic-table-action-button a, .uic-table-action-button .stock-table-display-config.mobile-config a,
.stock-table-display-config.mobile-config .uic-table-action-button button,
.uic-table-action-button .stock-table-display-config.mobile-config button {
  margin-bottom: 0px;
}
.stock-table-display-config.mobile-config .uic-icon-btn.ant-btn, .stock-table-display-config.mobile-config .uic-table-action-button a.uic-icon-btn, .uic-table-action-button .stock-table-display-config.mobile-config a.uic-icon-btn,
.stock-table-display-config.mobile-config .uic-table-action-button button.uic-icon-btn,
.uic-table-action-button .stock-table-display-config.mobile-config button.uic-icon-btn {
  margin-right: 0px;
}
.stock-table-display-config.mobile-config .uic-search {
  margin-bottom: 16px !important;
}
.stock-table-display-config.mobile-config .uic-icon-btn-ext {
  margin-right: 0px;
}
.stock-information-container {
  position: fixed;
  z-index: 1050;
  background-color: #fff;
  display: grid;
  right: 0;
  bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  border-collapse: collapse;
}
.stock-information-container .stock-information-container-logo {
  display: none;
}
.stock-information-container .watchlist-section {
  overflow-y: auto;
}
.stock-information-container .info-section {
  overflow-y: hidden;
  border-width: 0;
}
.stock-information-container:not(.stock-information-container-mobile).collapsed {
  height: 800px;
  max-height: 90vh;
  max-width: 90vw;
  box-shadow: 0 0 20px #00000059;
  border-radius: 10px;
  grid-template-columns: minmax(auto, 1000px);
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
  padding-left: 24px;
  padding-right: 12px;
}
.stock-information-container:not(.stock-information-container-mobile).collapsed .watchlist-section {
  display: none;
}
.stock-information-container:not(.stock-information-container-mobile).collapsed .stock-information-control-header {
  display: none;
}
.stock-information-container:not(.stock-information-container-mobile).expanded {
  width: 100vw;
  height: 100%;
  max-height: 100vh;
  top: 0;
  left: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
  padding-left: 16px;
  padding-right: 16px;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
}
.stock-information-container:not(.stock-information-container-mobile).expanded .stock-information-container-logo {
  display: block;
  grid-column: span 8/span 8;
}
.stock-information-container:not(.stock-information-container-mobile).expanded .stock-information-control-header {
  grid-column: span 4/span 4;
}
.stock-information-container:not(.stock-information-container-mobile).expanded .watchlist-section, .stock-information-container:not(.stock-information-container-mobile).expanded .info-section {
  display: block;
}
.stock-information-container:not(.stock-information-container-mobile).expanded .watchlist-section {
  padding-right: 16px;
  border-right: 1px solid #EBEDF0;
  grid-column: span 3/span 3;
}
.stock-information-container:not(.stock-information-container-mobile).expanded .watchlist-section .ant-table-header-column {
  width: 100%;
}
.stock-information-container:not(.stock-information-container-mobile).expanded .info-section {
  margin-right: 16px;
  grid-column: span 9/span 9;
}
.stock-information-container:not(.stock-information-container-mobile).expanded .info-section stock-information-control-header {
  display: none;
}
.stock-information-container.stock-information-container-mobile {
  width: 100vw;
  max-height: 100vh;
  height: 100%;
  grid-template-columns: 1fr;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
  padding-top: 12px;
  padding-bottom: 12px;
}
.stock-information-container.stock-information-container-mobile .watchlist-section {
  display: none;
}
.stock-information-container.stock-information-container-mobile.collapsed {
  padding-left: 16px;
  padding-right: 8px;
}
.stock-information-container.stock-information-container-mobile.collapsed .orderpad-section {
  display: block;
}
.stock-information-container.stock-information-container-mobile.collapsed .info-section {
  display: none;
}
.stock-information-container.stock-information-container-mobile.expanded {
  grid-template-rows: auto;
}
.stock-information-container.stock-information-container-mobile.expanded .info-section {
  display: block;
}
.stock-information-expand-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -24px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px 7px;
  width: 24px;
  border: none;
  cursor: pointer;
}
.stock-information-expand-btn .uic-icon-btn {
  padding: 0;
  border: none;
  margin: 0;
  line-height: 0 !important;
  box-shadow: none;
  background-color: transparent !important;
  cursor: pointer;
  left: -10px;
}
.stock-information-expand-btn .uic-icon-btn .anticon {
  color: var(--brand-primary);
}
.stock-information-expand-btn .uic-icon-btn:hover {
  background-color: transparent;
  box-shadow: none;
}
.btn-transparent.uic-icon-btn {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
  background: transparent !important;
}
.btn-transparent.uic-icon-btn.ant-btn:not(.ant-btn-primary):hover, .uic-table-action-button a.btn-transparent.uic-icon-btn:not(.ant-btn-primary):hover,
.uic-table-action-button button.btn-transparent.uic-icon-btn:not(.ant-btn-primary):hover, .btn-transparent.uic-icon-btn.ant-btn:not(.ant-btn-primary):focus, .uic-table-action-button a.btn-transparent.uic-icon-btn:not(.ant-btn-primary):focus,
.uic-table-action-button button.btn-transparent.uic-icon-btn:not(.ant-btn-primary):focus {
  background: transparent;
  box-shadow: none;
  color: unset !important;
}
.stock-info-popover-expand {
  max-width: 300px;
}
.stock-info-popover-expand .ant-popover-arrow {
  border-color: hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) + 10%)) !important;
}
.stock-info-popover-expand .ant-popover-inner {
  background: transparent linear-gradient(106deg, var(--brand-primary) 0%, hsl(var(--brand-primary-h), var(--brand-primary-s), calc(var(--brand-primary-l) + 10%)) 100%) 0% 0% no-repeat padding-box;
}
.stock-info-popover-expand .ant-popover-inner .ant-popover-inner-content {
  color: white;
}
.live-trade-card.upper-header-card.ant-card {
  border: none;
}
.live-trade-card.upper-header-card.ant-card > .ant-card-body {
  padding: 0;
  margin: 0;
}
.live-trade-card.lower-content-card.ant-card {
  border: none;
}
.live-trade-card.lower-content-card.ant-card > .ant-card-body {
  padding: 10px 20px 10px 20px;
  margin: 0;
}
.live-trade-card.ant-card-contain-tabs {
  border: none;
}
.live-trade-card.ant-card-contain-tabs.ant-card {
  background: transparent;
  box-shadow: none !important;
}
.live-trade-card.ant-card-contain-tabs.ant-card > .ant-card-head {
  border: none;
  padding: 0;
  background: transparent;
}
.live-trade-card.ant-card-contain-tabs.ant-card > .ant-card-head .ant-tabs-bar {
  border: none;
}
.live-trade-card.ant-card-contain-tabs.ant-card > .ant-card-body {
  border-radius: 0 8px 8px 8px;
  background: white;
}
.live-trade-card.mobile-trade-card.ant-card,
.live-trade-card.mobile-trade-card .ant-card-body {
  border-radius: 0 !important;
}
.live-trade-card.mobile-trade-card.lower-content-card .ant-card-body {
  padding: 14px !important;
}
.highlight-green uic-format-value,
.highlight-green .trade-btn-buy-wrapper {
  background: #10BDA8;
  color: #FFF;
  border-radius: 4px;
  padding: 2px;
}
.highlight-green.text-loss, .highlight-green.text-profit,
.highlight-green .text-loss,
.highlight-green .text-profit {
  color: #FFF !important;
}
.highlight-red uic-format-value,
.highlight-red .trade-btn-sell-wrapper {
  background: #FF3B49;
  color: #FFF;
  border-radius: 4px;
  padding: 2px;
}
.highlight-red.text-loss, .highlight-red.text-profit,
.highlight-red .text-loss,
.highlight-red .text-profit {
  color: #FFF !important;
}
.input-stock-search {
  min-width: 304px;
  max-width: 380px;
  flex-basis: 380px;
}
.input-stock-exchange {
  min-width: 160px;
  max-width: 200px;
  flex-basis: 200px;
}
.input-stock-account {
  min-width: 208px;
  max-width: 260px;
  flex-basis: 260px;
}
.input-stock-order-status {
  min-width: 208px;
  max-width: 260px;
  flex-basis: 260px;
}
.stock-portfolio-table tr.group-row td {
  background: #F8F4EF !important;
  border-bottom: 2px solid var(--brand-theme) !important;
  border-left: none;
  border-right: none;
  padding: 12px;
}
.stock-portfolio-table td.group-row-label {
  font-weight: bold;
  color: #232D40;
}
.stock-portfolio-table tr.group-summary-row td {
  background: white !important;
  border-top: 2px solid var(--brand-theme) !important;
  border-bottom: 2px solid var(--brand-theme) !important;
  border-left: none;
  border-right: none;
  padding: 12px;
  font-weight: bold;
}
.stock-client-group-table uic-radio-filter-dropdown .uic-radio-filter-dropdown-wrapper {
  margin: 0px 5px;
}
.stock-client-group-table uic-radio-filter-dropdown .uic-radio-filter-dropdown-wrapper .ant-dropdown-trigger {
  color: var(--brand-info) !important;
  font-size: 12px;
}
.stock-client-group-table .table-row {
  background-color: var(--component-selected-color) !important;
}
.stock-client-group-table .expanded-row > td:first-child {
  border-left: 4px solid var(--brand-primary);
}
.stock-client-group-table .expanded-row + tr > td:first-child.ant-table-expanded-row-fixed {
  padding: 0 !important;
  border: 1px solid var(--brand-primary);
  border-left: 4px solid var(--brand-primary);
}
.stock-client-group-table .expanded-row + tr > td:first-child.ant-table-expanded-row-fixed .ant-table {
  margin: 0 !important;
}
.stock-client-group-table .expanded-row + tr > td:first-child.ant-table-expanded-row-fixed .ant-table tr > td {
  background-color: var(--component-selected-color) !important;
}
.uic-divide-compact {
  --border-radius: 4px;
  --top-padding: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: white;
}
.uic-divide-compact *,
.uic-divide-compact *::before,
.uic-divide-compact *::after {
  border: 0 solid #CBD0D7;
}
.uic-divide-compact.compact-padding {
  --top-padding: 8px;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]) {
  border: 0 solid #CBD0D7;
  border-right-width: 1px;
  border-left-width: 1px;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]):first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-width: 1px;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]):last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-width: 1px;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]) ~ :not([hidden]) {
  border-top-width: 1px;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]):hover:not(:has([disabled])):not(.no-hover) {
  border-color: var(--brand-primary);
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]):hover:not(:has([disabled])):not(.no-hover) + :not([hidden]) {
  border-top-color: var(--brand-primary);
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]) .uic-overflow-input {
  margin: 0px;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]) .ant-select-open .ant-select-selection {
  box-shadow: none;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]) .uic-search {
  margin-bottom: 0px;
}
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]) .ant-input,
.uic-divide-compact:not(.uic-divide-dashed) > :not([hidden]) .ant-select-selection {
  border-radius: 10px;
  border: none;
  box-shadow: none !important;
}
.uic-divide-compact.uic-divide-dashed > :not([hidden]) {
  padding-top: var(--top-padding);
  padding-bottom: 8px;
  border-style: dashed;
}
.uic-divide-compact.uic-divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.uic-divide-compact.uic-divide-dashed.show-bottom-border > *:not([hidden]):last-child {
  border-bottom-width: 1px;
}
.uic-divide-compact .uic-divide-item {
  display: flex;
  justify-content: space-between;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.uic-divide-compact .uic-divide-item *:last-child {
  font-weight: 700;
  color: #111418;
}
.uic-chipbar {
  display: inline-block;
}
.uic-chipbar .chip {
  cursor: pointer;
  background: #f0f0f0;
  color: #424B57;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 21px;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.uic-chipbar .chip:not(.chip-active):hover {
  background: css-lightness(var(--brand-info), -10%);
}
.uic-chipbar .chip.chip-active {
  background: var(--brand-theme);
  color: #fff;
}
.uic-chipbar .chip.chip-disabled {
  background-color: #F2F2F2;
  color: #424B57;
  cursor: not-allowed;
}
.uic-chipbar .chip.chip-disabled-active {
  background-color: #DADADA;
}
.uic-chipbar .chip.uic-chipbar-round {
  border-radius: 9999px;
}
.uic-chipbar .chip.uic-chipbar-square {
  border-radius: 5px;
}
.uic-chipbar .chip.uic-chipbar-small {
  padding: 4px 16px;
  font-size: 14px;
  line-height: 19px;
}
.uic-chipbar .chip.uic-chipbar-xs {
  padding: 4px 16px;
  font-size: 12px;
  line-height: 19px;
}
uic-table-action-dropdown {
  display: inline-block;
}
.uic-table-action-button {
  margin: 0;
  display: inline;
}
.uic-table-action-button nz-button-group.ant-btn-group-sm .ant-btn, .uic-table-action-button nz-button-group.ant-btn-group-sm a, .uic-table-action-button nz-button-group.ant-btn-group-sm button {
  line-height: 30px !important;
}
.uic-table-action-button .ant-btn, .uic-table-action-button a,
.uic-table-action-button button {
  line-height: 30px !important;
  height: 30px !important;
  margin-bottom: 0;
}
.uic-table-action-button a,
.uic-table-action-button button {
  font-size: var(--font-size-xs) !important;
  text-transform: capitalize;
  margin-left: 10px;
  line-height: 30px !important;
  height: 30px !important;
  min-width: 50px;
  padding: 0 8px !important;
}
.uic-table-action-button a:hover,
.uic-table-action-button button:hover {
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}
.uic-table-action-button a.ant-dropdown-trigger,
.uic-table-action-button button.ant-dropdown-trigger {
  white-space: nowrap;
}
.uic-table-action-button a.text-transform-none,
.uic-table-action-button button.text-transform-none {
  text-transform: none;
}
.uic-table-action-dropdown a {
  display: block;
  color: #111418;
  padding: 7px 14px;
  font-size: var(--font-size-sm);
}
.uic-table-action-dropdown a:hover {
  color: css-lightness(var(--brand-info), -10%);
}
.uic-toggle-btn {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 16px;
  line-height: 29px;
}
.uic-toggle-btn.uic-toggle-btn-small label.ant-radio-button-wrapper {
  padding: 0 10px;
}
.uic-toggle-btn label.ant-radio-button-wrapper {
  margin-bottom: -1px;
  font-size: var(--font-size-sm);
  color: #6A7584;
  line-height: 30px;
  height: auto;
  padding: 0 15px;
  border: none;
  border-radius: 20px;
}
.uic-toggle-btn label.ant-radio-button-wrapper:not(:first-child)::before {
  display: none;
}
.uic-toggle-btn label.ant-radio-button-wrapper:not(.ant-radio-button-wrapper-checked) {
  border: none;
  background: transparent;
}
.uic-toggle-btn label.ant-radio-button-wrapper .anticon {
  color: var(--brand-info);
}
.uic-toggle-btn label.ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background: var(--brand-primary);
  font-weight: bold;
  color: #fff;
}
.uic-toggle-btn label.ant-radio-button-wrapper.ant-radio-button-wrapper-checked .anticon {
  color: #fff;
}
.uic-country-flag svg {
  height: 23px;
}
.uic-icon-btn.ant-btn, .uic-table-action-button a.uic-icon-btn,
.uic-table-action-button button.uic-icon-btn {
  height: 32px;
  border: none;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 2 !important;
  min-width: 32px;
}
.uic-icon-btn.ant-btn i, .uic-table-action-button a.uic-icon-btn i,
.uic-table-action-button button.uic-icon-btn i {
  font-size: var(--font-size-sm);
}
.uic-icon-btn.ant-btn:not(.ant-btn-primary), .uic-table-action-button a.uic-icon-btn:not(.ant-btn-primary),
.uic-table-action-button button.uic-icon-btn:not(.ant-btn-primary) {
  color: #111418;
  background: #EBEDF0;
}
.uic-icon-btn.ant-btn:not(.ant-btn-primary):hover, .uic-table-action-button a.uic-icon-btn:not(.ant-btn-primary):hover,
.uic-table-action-button button.uic-icon-btn:not(.ant-btn-primary):hover, .uic-icon-btn.ant-btn:not(.ant-btn-primary).active, .uic-table-action-button a.uic-icon-btn:not(.ant-btn-primary).active,
.uic-table-action-button button.uic-icon-btn:not(.ant-btn-primary).active {
  color: #fff !important;
  background: var(--brand-theme);
}
.uic-icon-btn-ext {
  margin-bottom: 14px;
  margin-right: -10px;
}
uic-radio-filter-dropdown:first-child .uic-radio-filter-dropdown-wrapper {
  margin-left: 14px;
}
.uic-radio-filter-dropdown-wrapper {
  margin-top: 7px;
  margin-bottom: 14px;
  margin-right: 14px;
  display: inline-block;
}
.ant-dropdown-trigger:hover {
  color: #111418;
}
.uic-radio-filter-dropdown {
  padding: 14px;
  border-radius: 5px;
}
.uic-radio-filter-dropdown label.ant-radio-wrapper {
  margin-bottom: 10px;
}
.uic-radio-filter-dropdown label.ant-radio-wrapper:last-child {
  margin-bottom: 0;
}
.uic-radio-filter-dropdown.radio-filter-dropdown-none.ant-dropdown-menu {
  display: none;
}
uic-checkbox-filter-dropdown:first-child .checkbox-filter-dropdown-wrapper {
  margin-left: 14px;
}
.ant-checkbox-wrapper.d-flex {
  line-height: 1.8;
  font-size: var(--font-size-sm);
}
.ant-checkbox-wrapper.d-flex .ant-checkbox {
  margin-top: 3px;
}
.uic-checkbox-filter-dropdown.ant-dropdown-menu {
  max-width: 30rem;
}
.uic-checkbox-filter-dropdown-wrapper {
  margin-top: 7px;
  margin-bottom: 14px;
  margin-right: 14px;
  display: inline-block;
}
.uic-checkbox-filter-dropdown-wrapper .uic-checkbox-filter-numbering {
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 20px !important;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.uic-checkbox-filter-dropdown {
  padding: 14px;
}
.uic-checkbox-filter-dropdown .ant-input-prefix {
  margin-left: -5px;
}
.uic-checkbox-filter-dropdown .checkbox-filter-search input.ant-input {
  border: none;
  border-bottom: 1px solid #CBD0D7;
  border-radius: 0;
  padding-left: 35px;
}
.uic-checkbox-filter-dropdown .checkbox-filter-search input.ant-input:hover, .uic-checkbox-filter-dropdown .checkbox-filter-search input.ant-input:focus, .uic-checkbox-filter-dropdown .checkbox-filter-search input.ant-input:active {
  box-shadow: none;
}
.uic-checkbox-filter-dropdown .checkbox-filter-search input.ant-input:hover, .uic-checkbox-filter-dropdown .checkbox-filter-search input.ant-input:active {
  border-color: css-lightness(var(--brand-info), -10%);
}
.uic-checkbox-filter-dropdown label.ant-checkbox-wrapper {
  margin-left: 0;
  margin-bottom: 10px;
}
.uic-checkbox-filter-dropdown hr {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -14px;
  margin-right: -14px;
}
.uic-checkbox-filter-dropdown .filter-clear-btn-wrapper {
  margin-top: 10px;
}
.uic-checkbox-filter-dropdown .checkbox-options-wrapper {
  max-height: 210px;
  padding-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.uic-checkbox-filter-dropdown .ant-checkbox-group {
  width: 100%;
}
.uimc-advanced-filter {
  padding-bottom: 14px;
}
.uimc-advanced-filter > .ant-checkbox-group {
  padding: 10px;
}
.uimc-advanced-filter > .ant-checkbox-group .ant-checkbox-wrapper:not(:last-child) {
  margin-bottom: 14px;
}
.uimc-advanced-filter:not(:last-child) {
  margin-bottom: 14px;
}
.ant-tabs-bar {
  border: none;
  margin-bottom: 0;
}
.uic-tab-numbering-selected {
  color: var(--brand-primary);
  background-color: #fff;
  font-size: var(--font-size-xs);
  min-height: 22px;
  min-width: 22px;
  border-radius: 22px;
  line-height: 1;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.uic-tab-numbering-selected:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.uic-tab-numbering-not-selected {
  color: #fff;
  background-color: #6A7584;
  font-size: var(--font-size-xs);
  min-height: 22px;
  min-width: 22px;
  border-radius: 22px;
  line-height: 1;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.uic-tab-numbering-not-selected:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.uic-search {
  padding-right: 14px;
  margin-bottom: 14px;
}
.uic-search .ant-input {
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.uic-search .ant-select-selection {
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.uic-search .ant-select-selection:hover {
  border-color: var(--brand-primary);
}
.uic-search .ant-tooltip-content .ant-tooltip-inner {
  color: #000;
  background-color: #fff;
}
.uic-search .ant-tooltip-content .ant-tooltip-arrow {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.uic-search-autocomplete .ant-select-dropdown-menu-item .uic-search-tick {
  display: none;
}
.uic-search-autocomplete .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected .uic-search-tick {
  display: flex;
}
.uic-search-autocomplete .ant-select-dropdown-menu-item:hover.ant-select-dropdown-menu-item-selected .uic-search-tick {
  display: none;
}
.uic-section-title {
  margin-bottom: 14px;
}
.uic-section-title .uic-anticon {
  margin-top: 2px;
  margin-right: 14px;
}
.uic-section-title h4, .uic-section-title p {
  margin-bottom: 0;
}
.uic-section-title .uic-icon-btn-ext {
  margin: 0;
}
.uic-section-title .uic-overflow-input {
  margin-top: 10px;
}
.text-center .uic-section-title-inner {
  justify-content: center;
}
.uic-overflow-input {
  margin-bottom: 14px;
  margin-right: 14px;
  margin-left: 0;
}
.uic-overflow-input .ant-input-group > .ant-input-cover:only-child > .ant-input {
  border-radius: 5px;
}
.mb-0 > .uic-overflow-input {
  margin-bottom: 0;
}
.vertical-input-group .uic-overflow-input {
  margin-right: 0;
}
.ant-form-item-control.has-error .uic-overflow-input {
  margin-bottom: 0;
}
.ant-form-item-control.has-error .ant-form-explain {
  margin-bottom: 14px;
}
.form-error-m-0 .ant-form-item-control .ant-form-explain {
  margin: 0px;
}
.uic-overflow-input-prefix .ant-input-affix-wrapper > .ant-input-cover:not(:first-child) .ant-input {
  padding-left: 45px;
}
.uic-overflow-input-number {
  margin-bottom: 0;
  margin-right: 0;
}
.uic-overflow-input-number.text-right {
  float: right;
}
.uic-overflow-input-number.small input {
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
  font-size: 12px;
  margin: 0px;
}
ui-select.uic-overflow-input .ant-select-selection:hover .ant-select-selection__clear {
  display: none;
}
.more-filters {
  height: 28px;
  padding: 0 8px;
}
.more-filters .uic-checkbox-filter-numbering {
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 20px !important;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.uic-reset-filter-wrapper {
  margin-top: 7px;
  margin-bottom: 14px;
  margin-right: 14px;
  display: inline-block;
}
.uic-icon-tooltip-text {
  margin-left: 5px;
  color: var(--brand-primary);
}
.uic-icon-tooltip-text.anticon {
  vertical-align: -0.162em;
}
.event-datepicker .ant-calendar-picker {
  width: 100%;
}
datepicker-dropdown-wrapper:first-child .uic-datepicker-dropdown-wrapper {
  margin-left: 14px;
}
.uic-datepicker-dropdown-wrapper {
  margin-top: 7px;
  margin-bottom: 14px;
  margin-right: 14px;
  display: inline-block;
}
.uic-datepicker-select-wrapper {
  margin-top: 1.4px;
  margin-bottom: 14px;
  margin-right: 14px;
  display: inline-block;
}
.uic-calendar-picker {
  width: 100%;
}
.uic-sidebar .ant-anchor-wrapper {
  margin-left: 0;
  padding-left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.uic-sidebar .ant-anchor {
  padding-left: 0;
}
.uic-sidebar .ant-anchor-link {
  padding: 0;
}
.uic-sidebar .ant-anchor-ink {
  display: none;
}
.uic-sidebar .uic-sidebar-item-wrapper {
  padding: 14px;
  white-space: normal;
  display: flex;
}
.uic-sidebar .ant-anchor-link-active .uic-sidebar-item-wrapper {
  background-color: #f0f0f0;
  border-left: 3px solid var(--brand-primary);
}
.uic-sidebar .ant-anchor-link-active > .ant-anchor-link-title {
  color: var(--brand-primary);
  font-weight: bold;
}
.uic-section-secondary-title h5 {
  margin-bottom: 0;
}
.uic-section-secondary-title .ant-tag.status-tag-pending {
  margin-bottom: 0;
}
.uic-section-secondary-title .ant-tag.status-tag-active {
  margin-bottom: 0;
}
.uic-section-secondary-title .ant-tag.status-tag-rejected {
  margin-bottom: 0;
}
.uic-section-secondary-title .ant-tag.status-tag-processing {
  margin-bottom: 0;
}
.uic-section-secondary-title .ant-tag.status-tag-terminated {
  margin-bottom: 0;
}
.uic-section-secondary-title .ant-tag.tag-buy {
  margin-bottom: 0;
}
.uic-section-secondary-title .ant-tag.tag-sell {
  margin-bottom: 0;
}
.uic-section-secondary-title .uic-icon-btn-ext {
  margin-top: 0;
  margin-bottom: 0;
}
.uic-section-secondary-title uic-country-flag ~ div {
  margin-left: 14px;
  margin-bottom: 4px;
}
.uic-notes .ant-collapse {
  border: none;
}
.uic-notes .ant-collapse .text-sm {
  line-height: 1.5;
}
.uic-notes .ant-collapse .ant-collapse-item {
  border: none;
}
.uic-notes .ant-collapse > .ant-collapse-item:last-child .ant-collapse-header {
  background-color: #F3F3F3;
  border-radius: 10px;
}
.uic-notes .ant-collapse > .ant-collapse-item:last-child .ant-collapse-header[aria-expanded=true] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.uic-notes .ant-collapse-content {
  border: none;
}
.uic-notes .ant-collapse-content-box {
  background-color: #F3F3F3;
}
.uic-notes ol {
  margin-bottom: 0;
  padding-left: 14px;
}
.uic-notes p {
  margin-bottom: 10px;
}
.uic-drawer .ant-drawer-close {
  pointer-events: none;
}
.uic-drawer .ant-drawer-close .ant-drawer-close-x {
  display: none;
}
.uic-drawer .uic-drawer-action-btn {
  position: absolute;
  top: 16px;
  right: 24px;
}
.ant-drawer-content {
  position: relative;
}
.uic-drawer-header {
  padding-left: 15px;
  border-left: 4px solid var(--brand-primary);
}
.uic-drawer-body {
  position: relative;
  min-height: 78vh;
  padding-bottom: 75px;
}
.uic-drawer-body .uic-overflow-input {
  margin-left: 0;
}
.uic-drawer-body uic-section-secondary-title + uic-label .uic-label {
  margin-top: -8px;
}
.uic-drawer-footer {
  margin-top: 16px;
  border-top: 1px solid #EBEDF0;
  margin-left: -24px;
  margin-right: -24px;
  padding: 16px 24px;
  box-shadow: 0px -3px 3px 0 rgba(0, 0, 0, 0.085);
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 990;
}
.uic-drawer-footer .ant-btn, .uic-drawer-footer .uic-table-action-button a, .uic-table-action-button .uic-drawer-footer a,
.uic-drawer-footer .uic-table-action-button button,
.uic-table-action-button .uic-drawer-footer button {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.uic-drawer-footer .ant-btn.cancel-btn, .uic-drawer-footer .uic-table-action-button a.cancel-btn, .uic-table-action-button .uic-drawer-footer a.cancel-btn,
.uic-drawer-footer .uic-table-action-button button.cancel-btn,
.uic-table-action-button .uic-drawer-footer button.cancel-btn {
  margin-right: auto;
}
.uic-drawer-customise-wrapper .ant-drawer-body {
  padding-right: 40px;
}
.uic-drawer-row-drag {
  padding: 10px;
}
.uic-drawer-row-drag:hover {
  background: #EBEDF0;
}
.uic-drawer-row-drag.cdk-drag-placeholder {
  background: #EBEDF0;
  transition: -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
  border-left: 4px solid var(--brand-theme);
  border-radius: 5px;
}
.uic-drawer-row-drag.cdk-drag-preview {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
  border-left: 4px solid var(--brand-theme);
  border-radius: 5px;
}
.cdk-global-scrollblock {
  position: initial !important;
  overflow: hidden !important;
}
.uic-table-size-changer .uic-overflow-input {
  margin-right: 0;
  margin-left: 10px;
}
.uic-modal-alert .ant-avatar.ant-avatar-circle {
  flex-shrink: 0;
}
.uic-modal-alert .ant-btn, .uic-modal-alert .uic-table-action-button a, .uic-table-action-button .uic-modal-alert a,
.uic-modal-alert .uic-table-action-button button,
.uic-table-action-button .uic-modal-alert button {
  margin-bottom: 0;
}
.uic-modal-alert .ant-modal-body {
  border-top: 4px solid transparent;
  border-radius: 10px;
}
.uic-modal-alert .ant-modal-footer {
  border: none;
}
.uic-modal-alert .ant-modal-close-x {
  display: none;
}
.uic-modal-alert .alert-icon-shadow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-shrink: 0;
  background-color: #EBEDF0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-shrink: 0;
}
.uic-modal-alert .alert-icon-shadow .anticon {
  font-size: 30px;
  display: flex;
  align-self: center;
}
.uic-modal-alert .alert-discourage {
  line-height: 1;
}
.uic-modal-alert .alert-discourage .anticon {
  font-size: var(--font-size-md);
}
.uic-modal-alert.modal-compact .ant-modal-body {
  padding-bottom: 0;
}
.border-color-alert .ant-modal-body {
  border-color: #FF6600;
}
.border-color-warning .ant-modal-body {
  border-color: #FF6600;
}
.border-color-profit .ant-modal-body {
  border-color: #10BDA8;
}
.border-color-info .ant-modal-body {
  border-color: var(--brand-info);
}
.border-color-loss .ant-modal-body {
  border-color: #FF3B49;
}
.uic-modal .ant-modal {
  top: 25px;
}
.uic-modal .ant-modal-header {
  border-bottom: none;
  padding-top: 40px;
  padding-bottom: 10px;
}
.uic-modal .uic-modal-header {
  padding-left: 15px;
  border-left: 4px solid var(--brand-primary);
}
.uic-modal .ant-modal-body {
  padding-top: 0;
  overflow-y: auto;
  max-height: calc(100vh - 210px);
}
.uic-modal .uic-modal-footer {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.uic-modal .ant-btn, .uic-modal .uic-table-action-button a, .uic-table-action-button .uic-modal a,
.uic-modal .uic-table-action-button button,
.uic-table-action-button .uic-modal button {
  margin-bottom: 0;
}
.uic-modal .uic-modal-content {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.uic-modal .modal-compact .uic-modal-content {
  padding-bottom: 0;
}
.uic-modal .stock-watchlist-modal .uic-modal-content {
  padding-top: 0.8rem;
}
.uic-modal .uic-modal-content-scrollable .ant-modal-body {
  overflow: auto;
}
.uic-modal .ant-btn-default.ant-btn.outline, .uic-modal .uic-table-action-button a.ant-btn-default.outline, .uic-table-action-button .uic-modal a.ant-btn-default.outline,
.uic-modal .uic-table-action-button button.ant-btn-default.outline,
.uic-table-action-button .uic-modal button.ant-btn-default.outline {
  border-color: #CBD0D7 !important;
  color: #111418;
}
.uic-modal .ant-btn-default.ant-btn.outline:hover, .uic-modal .uic-table-action-button a.ant-btn-default.outline:hover, .uic-table-action-button .uic-modal a.ant-btn-default.outline:hover,
.uic-modal .uic-table-action-button button.ant-btn-default.outline:hover,
.uic-table-action-button .uic-modal button.ant-btn-default.outline:hover, .uic-modal .ant-btn-default.ant-btn.outline:active, .uic-modal .uic-table-action-button a.ant-btn-default.outline:active, .uic-table-action-button .uic-modal a.ant-btn-default.outline:active,
.uic-modal .uic-table-action-button button.ant-btn-default.outline:active,
.uic-table-action-button .uic-modal button.ant-btn-default.outline:active, .uic-modal .ant-btn-default.ant-btn.outline:focus, .uic-modal .uic-table-action-button a.ant-btn-default.outline:focus, .uic-table-action-button .uic-modal a.ant-btn-default.outline:focus,
.uic-modal .uic-table-action-button button.ant-btn-default.outline:focus,
.uic-table-action-button .uic-modal button.ant-btn-default.outline:focus {
  box-shadow: none;
  color: #111418 !important;
  background-color: #CBD0D7 !important;
}
.uic-modal .transaction-modal .ant-modal-close-x {
  display: none;
}
.uic-modal .transaction-modal .ant-modal-body {
  padding-bottom: 0;
}
.uic-modal .transaction-modal .ant-modal-footer {
  border: none;
}
.ant-modal-close-x .anticon {
  font-size: var(--font-size-lg);
  color: #6A7584;
  padding-top: 28px;
  margin-right: 20px;
}
.uic-static-notes {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  background: #F3F3F3;
  border: 1px solid #EBEDF0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.05) !important;
}
.uic-static-notes.shadow-none {
  box-shadow: none !important;
  border: none;
}
.uic-static-notes ol {
  margin-bottom: 0;
  padding-left: 14px;
}
.uic-static-notes button.outline {
  margin-bottom: 0;
}
.uic-static-notes-info .ant-card-body {
  padding: 14px;
  border-radius: 10px;
  background-color: #E5F6FD;
}
.uic-card-padding .ant-card-body {
  padding: 14px;
}
.revenue-notes {
  color: var(--brand-info) !important;
  background: #EFF7FC;
}
.theme-igp .revenue-notes {
  background: #FCF9F5;
}
.pre-login-layout .uic-page {
  margin-top: 50px;
}
.uic-language-select {
  white-space: nowrap;
  margin-bottom: 14px;
}
.uic-language-select a {
  color: rgba(106, 117, 132, 0.7);
  font-size: calc(var(--font-size-base) - 2px);
}
.uic-language-select a:after {
  content: "|";
  margin: 0 5px;
  color: rgba(106, 117, 132, 0.7);
}
.uic-language-select a:last-child:after {
  display: none;
}
.uic-language-select a.active {
  color: var(--brand-primary);
  pointer-events: none;
}
.header-wrapper .uic-language-select {
  margin-bottom: 0;
}
.uic-label {
  margin-bottom: 14px;
}
.uic-label .text-title {
  color: #111418;
  font-weight: bold;
}
.uic-label .text-desc {
  color: #6A7584;
}
.uic-label.text-right {
  text-align: end;
}
uic-label-list .uic-label-list {
  margin-bottom: 10px;
}
uic-label-list:last-child .uic-label-list {
  margin-bottom: 0;
}
.uic-card .tab-card {
  border-top-left-radius: 0;
}
.uic-card .tab-card .ant-body {
  font-size: var(--font-size-base);
}
.uic-card .ant-tabs-line .ant-tabs-nav-container {
  padding-left: 24px;
  padding-right: 24px;
}
.uic-card .ant-tabs-line .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.uic-card .header-no-border .ant-card-head {
  border-bottom: none;
}
.uic-card .header-no-border .ant-card-head-title {
  padding: 16px 0 0;
}
.uic-card-active .ant-card {
  border: 1px solid var(--brand-primary);
}
.d-flex .uic-card {
  height: 100%;
}
.d-flex .uic-card .ant-card {
  height: 100%;
}
.account-opening-draft .ant-card-body {
  padding: 20px 25px;
}
.uic-statistic {
  margin-bottom: 14px;
}
.uic-statistic.with-input {
  margin-top: -3px;
}
.uic-statistic .ant-avatar {
  color: #424B57;
}
.uic-datatype-tab {
  display: flex;
  margin-bottom: 30px;
}
.uic-datatype-tab-outline .uic-datatype-tab-item.active, .uic-datatype-tab-outline .uic-datatype-tab-item.hover {
  background: #fff;
  border: 1px solid var(--brand-info);
}
.uic-datatype-tab-outline .uic-datatype-tab-item.active .tab-item-value, .uic-datatype-tab-outline .uic-datatype-tab-item.hover .tab-item-value {
  color: #000;
}
.uic-datatype-tab-outline .uic-datatype-tab-item.active .user-icon, .uic-datatype-tab-outline .uic-datatype-tab-item.hover .user-icon {
  color: var(--brand-info);
  font-weight: 400;
}
.uic-datatype-tab-outline .uic-datatype-tab-item .anticon-check-circle {
  font-size: var(--font-size-md);
  color: #10BDA8;
}
.uic-datatype-tab-outline .uic-datatype-tab-item .user-icon {
  font-size: var(--font-size-md);
}
.uic-datatype-tab-item {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  color: #111418;
  cursor: pointer;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
  margin-right: 14px;
  border: 1px solid #EBEDF0;
}
.uic-datatype-tab-item.active, .uic-datatype-tab-item.hover, .uic-datatype-tab-item:hover {
  background: #f0f0f0;
  color: #111418;
  border: 1px solid #CBD0D7;
}
.uic-datatype-tab-item.active .tab-item-value, .uic-datatype-tab-item.hover .tab-item-value, .uic-datatype-tab-item:hover .tab-item-value {
  color: var(--brand-primary);
}
.uic-datatype-tab-item.active .user-icon, .uic-datatype-tab-item.hover .user-icon, .uic-datatype-tab-item:hover .user-icon {
  color: var(--brand-primary);
}
.uic-datatype-tab-item:last-child {
  margin-right: 0;
}
.uic-datatype-tab-item .user-icon {
  font-size: var(--font-size-lg);
  margin-bottom: -4px;
}
.uic-editable-dropdown-field {
  float: right;
}
.uic-editable-dropdown-field .anticon {
  margin-top: 2px;
}
.uic-editable-dropdown-field p {
  font-size: var(--font-size-xs);
  margin-bottom: 0;
}
.uic-editable-dropdown-field .ant-btn, .uic-editable-dropdown-field .uic-table-action-button a, .uic-table-action-button .uic-editable-dropdown-field a,
.uic-editable-dropdown-field .uic-table-action-button button,
.uic-table-action-button .uic-editable-dropdown-field button {
  margin-bottom: 0;
  padding: 0;
  margin-left: 10px;
}
.uic-editable-dropdown-field .uic-icon-btn {
  margin: 0;
}
.text-center .uic-editable-dropdown-inner {
  justify-content: center;
}
.uic-swiper {
  position: relative;
}
.uic-swiper .swiper-container {
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.uic-swiper .uic-swiper-nav-btn-wrapper {
  padding: 0;
}
.uic-swiper .uic-swiper-nav-btn-wrapper.absolute-swiper-next-btn {
  position: absolute;
  right: 0;
}
.uic-swiper .uic-swiper-nav-btn-wrapper.absolute-swiper-prev-btn {
  position: absolute;
  left: 0;
}
.uic-swiper .uic-swiper-nav-btn {
  padding: 0;
  margin-bottom: 0px;
  color: var(--brand-primary);
  align-items: center;
  z-index: 2;
}
.uic-swiper swiper > .swiper.s-wrapper {
  height: auto;
}
.uic-swiper swiper > .swiper.s-wrapper .swiper-pagination .swiper-pagination-handle .swiper-pagination-bullet.swiper-pagination-bullet-first {
  border: none;
}
.uic-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -7px;
}
.uic-swiper .swiper-pagination-bullet-active {
  background-color: var(--brand-primary);
}
.uic-swiper .swiper.s-wrapper {
  padding: 10px 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.uic-swiper .swiper.s-wrapper .swiper-wrapper .swiper-slide {
  overflow: visible;
}
.uic-swiper swiper > .swiper.s-wrapper .swiper-pagination .swiper-pagination-handle .swiper-pagination-bullet.swiper-pagination-bullet-last,
.uic-swiper swiper > .swiper.s-wrapper .swiper-pagination .swiper-pagination-handle .swiper-pagination-bullet.swiper-pagination-bullet-first {
  border: none;
}
.uic-header-below-breadcrumb {
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.085);
}
.uic-alert.bordered .ant-alert {
  box-shadow: none;
  border-radius: 10px;
  border-color: #d9dde2;
}
.uic-alert.unbordered .ant-alert {
  border: none;
}
.uic-alert.mobile .ant-alert {
  margin-left: 10px;
  margin-right: 10px;
}
.uic-alert .ant-alert .anticon {
  font-size: var(--font-size-base);
}
.stock-banner-alert .ant-alert {
  background-color: #258ed01a;
  box-shadow: none;
  border-radius: 10px;
}
.uic-image-card {
  padding: 14px;
}
.uic-image-card img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  text-align: center;
}
.uic-list-item {
  padding: 14px;
}
.uic-list-item .ant-table-scroll .ant-table-header {
  display: none;
}
.uic-list-item td {
  font-size: var(--font-size-sm)-1;
}
.uic-colour-bullet {
  height: 13px;
  width: 13px;
  border-radius: 13px;
  line-height: 13px;
  display: inline-block;
}
.uic-info-label {
  font-size: var(--font-size-sm);
  margin-bottom: 8px;
}
.uic-side-menu-selection .ant-anchor-wrapper {
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.uic-side-menu-selection .ant-menu .ant-menu-item {
  margin: 0;
  font-size: var(--font-size-base);
}
.uic-side-menu-selection .ant-menu-inline .ant-menu-item-selected::after {
  display: none;
}
.uic-side-menu-selection .ant-menu-inline .ant-menu-item {
  height: auto;
}
.uic-side-menu-selection .uic-side-menu-item-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  line-height: 1.4;
  white-space: normal;
}
.uic-side-menu-selection .ant-menu-item-selected.uic-side-menu-item-wrapper {
  background-color: #f0f0f0;
  border-left: 3px solid var(--brand-primary);
}
.uic-side-menu-selection .ant-menu-item-selected > .side-menu-title {
  color: var(--brand-primary);
  font-weight: bold;
}
.uic-side-menu-selection .ant-menu-item:hover,
.uic-side-menu-selection .ant-menu-item-active,
.uic-side-menu-selection .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.uic-side-menu-selection .ant-menu-submenu-active,
.uic-side-menu-selection .ant-menu-submenu-title:hover {
  color: var(--brand-info);
}
.uic-side-menu-selection .ant-anchor-ink {
  display: none;
}
.uic-icon-wrapper {
  height: 35px;
  width: 35px;
  line-height: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .uic-icon-wrapper .icon-rotate {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.uic-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 20px 25px;
}
.uic-collapse .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: unset;
}
.unset-border {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
  border-right: 1px solid;
}
.mleft-1 {
  margin-left: 1px;
}
uic-tag-product {
  padding-top: 1px 0;
  display: inline-block;
}
.clean-class-option-tag {
  border-radius: 16px;
  border: 1px solid #B72E39;
  background: #FFF;
  display: inline-block;
  font-weight: 500;
  padding: 2px 8px;
  color: #B72E39;
  font-size: 12px;
  line-height: 14px;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.uic-calculator .ant-radio-wrapper.d-flex {
  margin-right: 0;
  align-items: center;
}
.uic-calculator .ant-radio-wrapper.d-flex span:last-child {
  padding-right: 0;
  flex-grow: 1;
}
.ant-timeline .ant-timeline-item .ant-timeline-item-tail {
  left: 7px;
}
.ant-timeline .ant-timeline-item .ant-timeline-item-head,
.ant-timeline .ant-timeline-item .ant-timeline-item-head-custom,
.ant-timeline .ant-timeline-item .ant-timeline-item-head-blue {
  width: 18px;
  height: 18px;
}
.ant-timeline .ant-timeline-item .ant-timeline-item-head .anticon, .ant-timeline .ant-timeline-item .ant-timeline-item-head-custom .anticon {
  font-size: 20px;
  color: var(--brand-accent-1);
}
shared-approval-sequence > div {
  white-space: nowrap;
  text-align: center;
}
shared-approval-sequence > div.d-flex {
  text-align: left;
}
shared-approval-sequence span {
  font-size: var(--font-size-xs) !important;
}
shared-approval-sequence span i {
  font-size: var(--font-size-xs) !important;
}
.uic-datepicker-dropdown-wrapper-align-left .ant-calendar {
  position: absolute;
  right: -250px;
}
.ant-tag.click-tag {
  background-color: hsla(var(--brand-primary-h), var(--brand-primary-s), var(--brand-primary-l), 10%);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  cursor: pointer;
}
.ant-tag.click-tag.click-tag-lg {
  padding: 5px 10px;
}
.ant-tag.click-tag:hover {
  color: var(--brand-primary);
  background-color: hsla(var(--brand-primary-h), var(--brand-primary-s), var(--brand-primary-l), 20%);
}
.ant-tag.click-tag.ant-tag-checkable-checked {
  background-color: var(--brand-primary);
  color: #fff;
}
.uic-collapse-sidebar {
  background-color: var(--brand-theme);
}
.uic-collapse-sidebar .ant-menu-submenu > .ant-menu-submenu-title {
  font-weight: bold;
  height: auto;
  min-height: 37px;
  padding-right: 40px;
  white-space: normal;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.uic-collapse-sidebar.ant-menu-dark .ant-menu-item {
  min-height: 37px;
  height: auto;
  white-space: normal;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.uic-collapse-sidebar .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: var(--brand-primary);
}
.ant-transfer {
  display: block;
}
.ant-transfer-list {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .ant-transfer-list {
    width: 40%;
  }
}
.ant-transfer-list-header {
  border-radius: 10px 10px 0 0;
}
.ant-transfer-operation {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ant-transfer-operation {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .ant-transfer-operation {
    width: 200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
  }
}
.ant-transfer-list-content-item {
  overflow: visible;
  white-space: normal;
  word-break: normal;
}
.ant-transfer-list-content-item .ant-checkbox-wrapper {
  display: grid;
  grid-template-columns: 20px auto;
  line-height: 1.3em;
}
.ant-transfer-list-search {
  padding: 8px 40px 8px 16px;
  border-radius: 20px;
}
.ant-transfer-list-search-action {
  top: 16px;
  right: 21px;
  bottom: unset;
}
.ant-transfer-list-search-action.anticon {
  color: rgba(212, 96, 96, 0.65);
}
@media only screen and (max-width: 992px) {
  .ant-transfer-list-search-action {
    top: 18px;
  }
}
.month-range-picker {
  width: 100%;
}
.month-range-dropdown {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 3px;
}
.month-range-dropdown .month-panel {
  width: 280px;
}
.month-range-dropdown .month-panel .month-panel-header {
  display: flex;
  padding: 0 8px;
  color: #000000d9;
  border-bottom: 1px solid #CBD0D7;
}
.month-range-dropdown .month-panel .month-panel-header .month-panel-header-navigate-btn {
  padding: 0;
  color: #00000040;
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.month-range-dropdown .month-panel .month-panel-header .month-panel-header-navigate-btn:hover {
  color: #000000d9;
}
.month-range-dropdown .month-panel .month-panel-header .month-panel-header-navigate-btn.month-panel-header-prev-btn {
  float: left;
}
.month-range-dropdown .month-panel .month-panel-header .month-panel-header-navigate-btn.month-panel-header-next-btn {
  float: right;
}
.month-range-dropdown .month-panel .month-panel-header .month-panel-header-year-label {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.month-range-dropdown .month-panel .month-panel-body {
  padding: 5px 10px;
  border-bottom: 1px solid #CBD0D7;
}
.month-range-dropdown .month-panel .month-panel-body .month {
  padding: 10px;
  text-align: center;
}
.month-range-dropdown .month-panel .month-panel-body .month.month-in-range {
  color: var(--brand-info);
}
.month-range-dropdown .month-panel .month-panel-body .month.month-in-range:before {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.month-range-dropdown .month-panel .month-panel-body .month.month-in-range:has(.month-start-selected):before {
  left: 50%;
}
.month-range-dropdown .month-panel .month-panel-body .month.month-in-range:has(.month-end-selected):before {
  right: 50%;
}
.month-range-dropdown .month-panel .month-panel-body .month.month-temp-in-range {
  color: var(--brand-info);
}
.month-range-dropdown .month-panel .month-panel-body .month.month-temp-in-range:before {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.month-range-dropdown .month-panel .month-panel-body .month.month-temp-in-range:has(.month-start-selected):before {
  left: 50%;
}
.month-range-dropdown .month-panel .month-panel-body .month.month-temp-in-range:has(.month-end-selected):before {
  right: 50%;
}
.month-range-dropdown .month-panel .month-panel-body .month .month-inner {
  position: relative;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
}
.month-range-dropdown .month-panel .month-panel-body .month .month-inner:hover {
  background-color: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
  color: var(--brand-info);
}
.month-range-dropdown .month-panel .month-panel-body .month .month-inner.month-start-selected {
  background-color: var(--brand-info) !important;
  color: #fff !important;
}
.month-range-dropdown .month-panel .month-panel-body .month .month-inner.month-end-selected {
  background-color: var(--brand-info) !important;
  color: #fff !important;
}
.month-range-dropdown .month-panel .month-panel-body .month.month-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.month-range-dropdown .month-panel .month-panel-body .month.month-disabled:before {
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.month-range-dropdown .month-panel .month-panel-body .month.month-disabled .month-inner {
  pointer-events: none;
}
.month-range-dropdown .month-panel .month-panel-body .month.month-disabled .month-inner:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.month-range-dropdown .month-range-dropdown-footer {
  padding: 0px 10px;
  line-height: 40px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .uic-checkbox-filter-dropdown-wrapper {
    display: block;
  }

  .uic-checkbox-filter-dropdown {
    padding: 10px;
  }
  .uic-checkbox-filter-dropdown label.ant-checkbox-wrapper {
    margin-bottom: 18px;
  }
  .uic-checkbox-filter-dropdown hr {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .uic-drawer-footer.approval-button-group .ant-btn, .uic-drawer-footer.approval-button-group .uic-table-action-button a, .uic-table-action-button .uic-drawer-footer.approval-button-group a,
.uic-drawer-footer.approval-button-group .uic-table-action-button button,
.uic-table-action-button .uic-drawer-footer.approval-button-group button {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 992px) {
  .uic-drawer .ant-drawer-header {
    padding-top: 0;
  }
  .uic-drawer .ant-drawer-body {
    padding-top: 24px;
  }

  .uic-drawer-header {
    padding: 10px 20px;
    border-left: unset;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #CBD0D7;
    background-color: #fff;
    z-index: 1030;
  }
  .uic-drawer-header .uic-drawer-header-right {
    position: fixed;
    top: 11px;
    right: 10px;
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: #6A7584;
  }
  .uic-drawer-header .uic-drawer-header-right > a {
    font-weight: 400;
    color: #6A7584;
  }

  .uic-drawer-footer {
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px;
  }
  .uic-drawer-footer .ant-btn, .uic-drawer-footer .uic-table-action-button a, .uic-table-action-button .uic-drawer-footer a,
.uic-drawer-footer .uic-table-action-button button,
.uic-table-action-button .uic-drawer-footer button {
    padding: 0 10px;
  }
  .uic-drawer-footer .ant-btn.cancel-btn, .uic-drawer-footer .uic-table-action-button a.cancel-btn, .uic-table-action-button .uic-drawer-footer a.cancel-btn,
.uic-drawer-footer .uic-table-action-button button.cancel-btn,
.uic-table-action-button .uic-drawer-footer button.cancel-btn {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .uic-radio-filter-dropdown-wrapper {
    display: block;
  }

  .uic-radio-filter-dropdown {
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 14px;
  }
  .uic-radio-filter-dropdown label.ant-radio-wrapper {
    margin-bottom: 18px;
  }
  .uic-radio-filter-dropdown label.ant-radio-wrapper:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .ant-drawer-content .uic-reset-filter-wrapper {
    margin: 0;
    position: fixed;
    right: 24px;
    top: 11px;
    z-index: 1031;
  }
}
@media only screen and (max-width: 992px) {
  .uic-search {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .uic-overflow-input {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .drawer-table-action .ant-drawer-title {
    font-weight: bold;
  }
  .drawer-table-action .ant-drawer-header {
    text-align: center;
  }
  .drawer-table-action .ant-drawer-header::after {
    content: "";
    display: block;
    height: 1px;
    background: #CBD0D7;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 16px;
  }
  .drawer-table-action .ant-drawer-body {
    padding-top: 16px;
  }
  .drawer-table-action .ant-drawer-body > a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #111418;
  }
  .drawer-table-action .ant-drawer-close {
    width: calc(56px - 14px);
    height: calc(56px - 5px);
    line-height: calc(56px - 5px);
    z-index: 1031;
  }
}
@media only screen and (max-width: 992px) {
  .uic-section-title .uic-overflow-input {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .uic-static-notes .ant-card-body {
    padding: 20px;
  }
  .uic-static-notes .uic-static-notes-btn {
    width: 100%;
  }
  .uic-static-notes button.outline {
    margin-top: 14px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    padding: 20px;
  }

  .ant-collapse-content > .ant-collapse-content-box {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 992px) {
  uic-label-list .uic-label-list {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .uic-table-size-changer {
    display: none !important;
  }
  .uic-table-size-changer .ant-select .ant-select-selection--single {
    height: 32px;
  }
  .uic-table-size-changer .ant-select .ant-select-selection__rendered {
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .uic-datatype-tab {
    flex-direction: column;
  }
  .uic-datatype-tab .uic-datatype-tab-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .uic-card > .ant-card {
    border-radius: 0;
  }
  .uic-card .tab-card {
    border-top: none;
  }

  uic-card.rounded .uic-card > .ant-card {
    border-radius: 10px !important;
  }

  .ant-card-cover img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 992px) {
  .uic-info-label {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.uic-drawer-body .uic-modal-footer {
  background-color: #fff;
  border-top: 1px solid #CBD0D7;
  box-shadow: 0px -3px 3px 0 rgba(0, 0, 0, 0.085);
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.uic-drawer-body .uic-modal-footer > div:first-child {
  margin-left: 5px;
  margin-bottom: 5px;
}
.uic-drawer-body .uic-modal-drawer-footer {
  display: flex;
}
.uic-drawer-body .uic-modal-drawer-footer .ant-btn, .uic-drawer-body .uic-modal-drawer-footer .uic-table-action-button a, .uic-table-action-button .uic-drawer-body .uic-modal-drawer-footer a,
.uic-drawer-body .uic-modal-drawer-footer .uic-table-action-button button,
.uic-table-action-button .uic-drawer-body .uic-modal-drawer-footer button {
  margin-bottom: 0;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 992px) {
  .uic-side-menu-selection {
    padding: 16px 10px 1px;
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.085);
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .uic-swiper .swiper.s-wrapper {
    margin: 0;
  }
  .uic-swiper .uic-swiper-nav-btn-wrapper {
    padding: 0;
  }
  .uic-swiper .uic-swiper-nav-btn-wrapper.absolute-swiper-next-btn {
    position: absolute;
    right: 0;
  }
  .uic-swiper .uic-swiper-nav-btn-wrapper.absolute-swiper-prev-btn {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .uic-header-below-breadcrumb .container-fluid {
    padding: 0;
  }
  .uic-header-below-breadcrumb .container {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .uic-range-picker-dropdown {
    margin-bottom: -100px;
  }
  .uic-range-picker-dropdown .ant-calendar-range {
    width: 100%;
    height: 400px;
    overflow: scroll;
  }
  .uic-range-picker-dropdown .ant-calendar-range-part {
    width: 100%;
  }
  .uic-range-picker-dropdown .ant-calendar-range-middle {
    padding: 0 160px;
  }
  .uic-range-picker-dropdown .ant-calendar-range-right {
    float: left;
  }
  .uic-range-picker-dropdown .ant-calendar-range-right .ant-calendar-date-input-wrap {
    position: absolute;
    left: 60%;
    top: -350px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 920px) {
  .m-uic-collapse-sidebar {
    padding: 10px;
  }
}
uim-pagination button.ant-btn,
uim-pagination .uic-table-action-button button,
.uic-table-action-button uim-pagination button {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  uim-pagination {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .uimc-filter {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .uimc-filter uic-datepicker-dropdown nz-range-picker {
    margin-bottom: 34px;
  }
  .uimc-filter .uic-checkbox-filter-numbering {
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 20px !important;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
  }
}
uic-account-info-display-widget {
  width: 20%;
  margin-bottom: 14px;
}
uic-account-info-display-widget .account-info-display-widget p {
  margin-bottom: 0;
}
.account-info-section-item-widget {
  font-size: var(--font-size-sm);
  margin-bottom: 10px;
}
.two-cols uic-account-info-section-item-widget:last-child .account-info-section-item-widget {
  margin-bottom: 0;
}
uic-account-info-subsection-widget ~ uic-account-info-subsection-widget .uic-section-secondary-title-text {
  margin-top: 6px;
}
.two-cols .subsection-widget-content {
  margin-bottom: 0;
}
.uic-login {
  max-width: 480px;
  margin: 0 auto;
}
.uic-login .login-id .ant-input {
  text-transform: uppercase;
}
.uic-login .uic-card .inner {
  align-items: center;
  display: flex;
  min-height: 450px;
}
.uic-login uic-language-select {
  position: absolute;
  top: 20px;
  right: 20px;
}
.uic-logout {
  max-width: 640px;
  margin: 0 auto;
}
.login-frame {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  margin: auto 16px;
  padding: 0px;
}
.login-frame .login-id .ant-input {
  text-transform: uppercase;
}
.login-frame .ant-carousel {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.login-left-frame {
  background: black;
  color: white;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 762px;
}
.login-right-frame {
  background: white;
  color: black;
  flex: 1;
  padding: 90px 5px 50px;
  border-radius: 10px;
  min-width: 325px;
  max-width: 445px;
  margin: 20px 0;
}
.forgot-password-frame {
  background: white;
  color: black;
  flex: 1;
  padding: 70px 5px 50px;
  border-radius: 10px;
  min-width: 325px;
  max-width: 445px;
  margin: 20px 0;
}
.theme-igp .login-right-frame {
  padding: 70px 5px 50px;
}
.img-icon-group {
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  padding-left: 60px;
}
.img-separator {
  display: flex;
}
.img-separator img {
  padding-right: 20px;
  height: 35px;
}
@media screen and (min-width: 1200px) {
  .login-frame {
    margin: auto;
  }

  .login-right-frame {
    padding: 35px 5px 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 350px;
    margin: 0;
  }

  .without-banner .login-right-frame {
    padding: 90px 20px 90px;
    border-radius: 10px;
    min-width: 445px;
    max-width: 445px;
  }

  .theme-igm .login-logo {
    margin-top: 10px;
  }

  .theme-igp .login-right-frame {
    padding: 15px 5px 15px;
  }
  .theme-igp .login-logo {
    width: 180px;
  }
  .theme-igp .without-banner .login-right-frame {
    padding: 70px 20px 50px;
  }
  .theme-igp .without-banner .login-logo {
    width: 200px;
  }
}
.uic-account-select {
  height: 100%;
}
.uic-account-select .ant-card-body {
  padding: 20px 20px;
  width: 100%;
}
.uic-account-select.uic-account-select-summary {
  background: #f0f0f0;
}
.uic-account-select .uic-label {
  margin-bottom: 0;
}
.uic-account-select .uic-statistic {
  margin-bottom: 0;
}
.uic-account-select .uic-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uic-account-select-selected.ant-card {
  background: #f0f0f0;
  border: 1px solid #CBD0D7;
}
.account-select-icon-shadow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-shrink: 0;
  background: #f0f0f0;
}
.account-select-icon {
  color: #fff;
  font-size: var(--font-size-xs);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--brand-accent-1);
  border-radius: 50%;
  display: flex;
  align-self: center;
  justify-content: center;
}
.uic-account-select-modal .uic-account-select {
  height: auto;
}
.uic-switch-accounts-list.active {
  background-color: #f0f0f0;
}
.uic-switch-accounts-list:hover {
  background-color: #EBEDF0;
}
.uic-switch-accounts-list .uic-label {
  margin-bottom: 0;
}
.cash-account-table-currency-text .flag-text {
  margin-right: 10px;
}
.cash-account-table-currency-text.flex-row-reverse .flag-text {
  margin-right: 0;
  margin-left: 10px;
}
.uic-transaction-status .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr {
  border-bottom: none;
}
.uic-transaction-status .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background-color: transparent;
  border-bottom: none;
}
.uic-transaction-status td {
  font-size: var(--font-size-sm);
}
.uic-transaction-status .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr th:nth-child(n+3) {
  text-align: left;
}
.uic-transaction-status .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr td {
  padding: 17px 6px;
}
.uic-transaction-status .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr td:nth-child(n+3) {
  text-align: left;
}
.transaction-wrapper > ng-component:not(:last-child) .uic-transaction-form,
.transaction-wrapper > .transaction-component:not(:last-child) .uic-transaction-form {
  border-bottom: 1px solid #CBD0D7;
}
.uic-transaction-form {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}
.uic-transaction-form .hover {
  cursor: pointer;
  font-size: var(--font-size-lg);
}
.uic-transaction-form .co-gap-r {
  margin-right: 20px;
}
.uic-transaction-form .deleted-overlay a {
  position: absolute;
  left: 45%;
  top: 40%;
  z-index: 991;
}
.uic-transaction-form .deleted-overlay:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
.uic-transaction-form .switch-product-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.uic-transaction-form .product-input-wrapper .ant-form-explain {
  font-size: var(--font-size-xs) !important;
  line-height: calc($font-size-xs + 2px) !important;
  padding: 0;
  margin-top: 5px !important;
  margin-bottom: 8px !important;
}
.uic-transaction-form .product-input-wrapper .ant-form-explain p, .uic-transaction-form .product-input-wrapper .ant-form-explain span {
  font-size: var(--font-size-xs) !important;
  line-height: calc($font-size-xs + 2px) !important;
  padding: 0;
  margin: 0;
}
.uic-transaction-form .product-input-wrapper .ant-form-item-with-help {
  margin-bottom: 0 !important;
}
.uic-transaction-form .product-input-wrapper ol, .uic-transaction-form .product-input-wrapper ul {
  margin: 0;
  padding: 0;
}
.uic-transaction-form .product-input-wrapper ol li, .uic-transaction-form .product-input-wrapper ul li {
  margin: 0;
  padding: 0;
}
.uic-transaction-form .product-input-wrapper .container-inline-block {
  display: inline-block;
  margin-bottom: 13px;
}
.uic-transaction-form .product-input-wrapper .container-inline-block > .ant-form-item:not(:last-child) .ant-select-selection, .uic-transaction-form .product-input-wrapper .container-inline-block > .ant-form-item:not(:last-child) .ant-input, .uic-transaction-form .product-input-wrapper .container-inline-block > .ant-form-item:not(:last-child) .ant-calendar-picker-input {
  border-right-width: 0;
}
.uic-transaction-form .product-input-wrapper .container-inline-block .ant-select-selection:active, .uic-transaction-form .product-input-wrapper .container-inline-block .ant-select-selection:focus, .uic-transaction-form .product-input-wrapper .container-inline-block .ant-select-selection:hover {
  border-right-width: 1px !important;
}
.uic-transaction-form .product-input-wrapper .container-inline-block .has-error .ant-input {
  border-right-width: 1px !important;
}
.uic-transaction-form .product-input-wrapper .w-1 {
  min-width: 130px;
}
.uic-transaction-form .product-input-wrapper .w-2 {
  min-width: 165px;
}
.uic-transaction-form .product-input-wrapper .w-3 {
  min-width: 190px;
}
.uic-transaction-form .product-input-wrapper .w-4 {
  min-width: 225px;
}
.uic-transaction-form .product-input-wrapper .w-5 {
  min-width: 280px;
}
@media only screen and (min-width: 1440px) {
  .uic-transaction-form .product-input-wrapper .w-1 {
    min-width: 150px;
  }
  .uic-transaction-form .product-input-wrapper .w-2 {
    min-width: 190px;
  }
  .uic-transaction-form .product-input-wrapper .w-3 {
    min-width: 220px;
  }
  .uic-transaction-form .product-input-wrapper .w-4 {
    min-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .uic-transaction-form .product-input-wrapper .w-1, .uic-transaction-form .product-input-wrapper .w-2, .uic-transaction-form .product-input-wrapper .w-3, .uic-transaction-form .product-input-wrapper .w-4 {
    width: 100% !important;
  }
  .uic-transaction-form .product-input-wrapper .ant-select-selection, .uic-transaction-form .product-input-wrapper .ant-input {
    border-right-width: 1px !important;
  }
  .uic-transaction-form .product-input-wrapper .container-inline-block {
    display: block !important;
    margin: 0;
    margin-bottom: 10px;
  }
}
.uic-transaction-form .product-input-wrapper .ant-form-item {
  margin-right: 0;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-label-placeholder {
  z-index: 1000;
  text-overflow: ellipsis;
  padding-right: 5px;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-affix-wrapper .ant-input-prefix:not(:empty) ~ .ant-input-cover .ant-label-placeholder {
  padding-left: 40px;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-affix-wrapper .ant-input-prefix:not(:empty) ~ .ant-input-cover .ant-input {
  padding-left: 50px;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-affix-wrapper .ant-input-prefix:empty ~ .ant-input-cover .ant-label-placeholder, .uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-affix-wrapper .ant-input-prefix:empty ~ .ant-input-cover .ant-input {
  padding-right: 60px;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-affix-wrapper .anticon {
  color: #EBEDF0;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-select {
  width: 100%;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-select .ant-select-selection {
  border-radius: 0;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-select .ant-select-selection:focus {
  box-shadow: none;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-select .ant-select-selection__placeholder {
  font-size: var(--font-size-xs);
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-select .ant-select-arrow {
  right: 8px;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-select .ant-select-arrow .anticon {
  font-size: var(--font-size-xs);
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-calendar-picker-input {
  top: -1px;
  border-radius: 0;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-group-wrapper {
  top: 0;
  display: block;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-group-wrapper input {
  border-radius: 0;
}
.uic-transaction-form .product-input-wrapper .ant-form-item .ant-input-group > .ant-input-cover:only-child > .ant-input {
  border-radius: 0;
}
.uic-transaction-form .product-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder, .uic-transaction-form .product-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder {
  width: unset;
  padding-right: 5px;
  padding-left: 5px !important;
}
.uic-transaction-form .product-input-wrapper .ant-input:not([disabled]).ant-input-has-value ~ .ant-label-placeholder, .uic-transaction-form .product-input-wrapper .ant-input:not(.ant-input-disabled).ant-input-has-value ~ .ant-label-placeholder {
  width: unset;
  padding-right: 5px;
  padding-left: 5px !important;
}
.uic-transaction-form .product-input-wrapper .ant-input.ant-input-has-value ~ .ant-label-placeholder {
  width: unset;
  padding-right: 5px;
  padding-left: 5px !important;
}
.uic-transaction-form .product-info {
  display: flex;
}
.uic-transaction-form .product-info uic-statistic {
  margin-right: 20px;
  justify-content: flex-start;
}
.uic-transaction-form .horizontal-line {
  border-bottom: 1px solid #CBD0D7;
}
@media only screen and (max-width: 767px) {
  .uic-transaction-form h5 {
    margin-bottom: 10px;
  }
  .uic-transaction-form .ant-form-inline .ant-form-item {
    display: block;
  }
  .uic-transaction-form .ant-select, .uic-transaction-form .ant-input-group-wrapper {
    margin-bottom: 14px;
  }
  .uic-transaction-form table .ant-select {
    margin: 5px 0;
  }
  .uic-transaction-form .product-info {
    display: block;
  }
  .uic-transaction-form .product-info uic-statistic {
    margin-right: unset;
  }
}
.product-dropdown-item-fund {
  border-left: 2px solid #B72e39;
  padding-left: 8px;
}
.product-dropdown-item-bond {
  border-left: 2px solid #F5Ad00;
  padding-left: 8px;
}
.product-dropdown-item-stock {
  border-left: 2px solid #3F42B5;
  padding-left: 8px;
}
.product-dropdown-item-etf {
  border-left: 2px solid #61c1c5;
  padding-left: 8px;
}
.product-dropdown-item-map {
  border-left: 2px solid #005071;
  padding-left: 8px;
}
.product-dropdown-item-ndpms {
  border-left: 2px solid #A9A9A9;
  padding-left: 8px;
}
.link-colour-brand-primary {
  color: var(--brand-primary);
}
.link-colour-brand-info {
  color: var(--brand-info);
}
.uic-dda-form {
  font-size: 10px !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 99%;
  color: #373e5a !important;
}
.uic-dda-form .section-spacing {
  margin-bottom: 20px;
  margin-top: 30px;
}
.uic-dda-form .section-title {
  color: #373e5a;
  text-align: center;
}
.uic-dda-form .fill-field {
  border-bottom: 1px solid #373e5a;
  height: 20px;
  display: block !important;
  margin-bottom: 15px;
  margin-top: 5px;
}
.uic-dda-form .disclaim {
  display: block !important;
  padding-left: 30px;
  line-height: 0;
  list-style-type: decimal !important;
}
.uic-dda-form .disclaim li {
  font-size: 10px;
  line-height: 1.2;
  display: list-item !important;
}
.uic-dda-form .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.uic-dda-form .table th, .uic-dda-form .table td {
  border-top: 0;
}
.uic-dda-form .lattice-form.table-bordered thead th, .uic-dda-form .lattice-form.table-bordered thead td {
  border: 3px solid #373e5a;
  border-bottom-width: 3px;
}
.uic-dda-form .lattice-form.table-bordered th, .uic-dda-form .lattice-form.table-bordered td {
  border: 3px solid #373e5a;
  padding: 5px;
  font-size: 10px;
  color: #373e5a;
}
.uic-dda-form .tick-section {
  position: relative;
  margin-bottom: 10px;
}
.uic-dda-form .tick-section .tick-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12pt;
}
.uic-dda-form .tick-section .tick-box .two-row {
  top: 5px;
}
.uic-dda-form .tick-section .tick-text {
  padding-left: 30px;
  padding-top: 5px;
  display: block !important;
}
.uic-dda-form .tick-section .tick-text .reason-underline {
  width: 100pt;
  display: inline-block !important;
  border-bottom: 1px solid #373e5a !important;
}
.uic-dda-form .underline {
  width: 100%;
  display: block !important;
  border-bottom: 1px solid #373e5a !important;
}
.uic-dda-form .divine-gap {
  margin-top: 60px;
}
@media print {
  .uic-dda-form {
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .uic-dda-form .disclaim {
    display: block;
  }
  .uic-dda-form .disclaim li {
    display: list-item !important;
  }
  .uic-dda-form .lattice-form.table-bordered thead th, .uic-dda-form .lattice-form.table-bordered thead td {
    border-bottom-width: 2pt !important;
  }
  .uic-dda-form .lattice-form.table-bordered th, .uic-dda-form .lattice-form.table-bordered td {
    border: 2pt solid #373e5a !important;
    padding: 1px !important;
    font-size: 10px;
    color: #373e5a !important;
  }
}
.account-detail-descriptions.mobile .ant-descriptions .ant-descriptions-row .ant-descriptions-item-label {
  max-width: 150px;
  text-wrap: wrap;
}
.uic-otp-input .number-input-box input {
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
.uic-otp-input .number-input-box input::-webkit-inner-spin-button, .uic-otp-input .number-input-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ant-input-group-wrapper {
  vertical-align: top !important;
}
.has-error .ant-input-group {
  border-color: #FF6600 !important;
}
.has-error .ant-input-group:focus-within {
  box-shadow: 0px 0px 3px 0 #FF6600 !important;
}
.has-error .uic-dob-label-placeholder {
  position: absolute;
  left: 16px;
  top: 12px;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  color: #6A7584;
  z-index: 990;
  pointer-events: none;
  color: #FF6600 !important;
}
.has-error .uic-dob .ant-input {
  border: none !important;
}
.has-error .uic-dob .ant-input:focus:not([disabled]):focus, .has-error .uic-dob .ant-input:focus:not([disabled]):active,
.has-error .uic-dob .ant-input:focus:not([disabled]) .active {
  box-shadow: unset;
  border: none !important;
}
.uic-dob {
  position: relative;
  display: inline-block;
}
.uic-dob .focus-day {
  position: absolute;
  width: 100%;
  min-width: 120px;
  z-index: 991;
  display: block;
  height: 38px;
}
.uic-dob:focus-within .focus-day {
  display: none;
}
.uic-dob [type=number]::-webkit-inner-spin-button {
  display: none;
}
.uic-dob .uic-dob-label-placeholder {
  position: absolute;
  left: 16px;
  top: 12px;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  color: #6A7584;
  z-index: 990;
  pointer-events: none;
}
.uic-dob.uic-dob-has-value [type=number]::-webkit-inner-spin-button {
  display: inline-block;
}
.uic-dob.uic-dob-has-value .uic-dob-label-placeholder {
  top: -8px;
  z-index: 2;
  -webkit-transform: scale(0.8) translateX(0px);
          transform: scale(0.8) translateX(0px);
  padding: 0px 5px;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  background: #fff;
  pointer-events: none;
}
.uic-dob.uic-dob-has-value .ant-input-group > .uic-dob-input {
  position: relative;
}
.uic-dob.uic-dob-has-value .ant-input-group > .uic-dob-input:before {
  content: "/";
  line-height: 1.5;
  color: #6A7584;
  position: absolute;
  top: 8px;
  left: -1px;
  z-index: 2;
}
.uic-dob.uic-dob-has-value .ant-input-group > .uic-dob-input:after {
  content: "/";
  line-height: 1.5;
  color: #6A7584;
  position: absolute;
  top: 8px;
  right: 1px;
  z-index: 2;
}
.uic-dob.uic-dob-has-value .ant-input-input::-webkit-input-placeholder {
  color: #6A7584;
}
.uic-dob .ant-input-group-wrapper .ant-input-group {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #CBD0D7;
  display: flex;
  background: #fff;
}
.uic-dob .ant-input-group-wrapper .ant-input-group:hover {
  border-color: var(--brand-primary);
}
.uic-dob .ant-input-group-wrapper .ant-input-group:focus-within {
  box-shadow: 0px 0px 5px 0 var(--brand-primary);
  border-color: var(--brand-primary);
}
.uic-dob .ant-input-group-wrapper .ant-input-group .ant-input, .uic-dob .ant-input-group-wrapper .ant-input-group .ant-input-group-addon {
  border: none !important;
  box-shadow: unset !important;
  background: transparent !important;
  padding: 0;
}
.uic-dob .ant-input-group-wrapper .ant-input-group .ant-input:disabled {
  background-color: #f0f0f0 !important;
  cursor: not-allowed;
}
.uic-dob .ant-input-group-wrapper .ant-input-group .ant-input-group-addon {
  width: 30%;
  min-width: 30px;
}
.uic-dob .ant-input-group-wrapper .ant-input-group .ant-input-group-addon .ant-input {
  margin: unset !important;
}
.uic-dob .ant-input-group-wrapper .ant-input-group .ant-input-group-addon .ant-input {
  width: 100%;
  text-align: center;
  height: 38.2px;
}
.uic-dob .ant-input-group-wrapper .ant-input-group .uic-dob-input {
  width: 30%;
  min-width: 30px;
}
.uic-dob .ant-input-group-wrapper .ant-input-group .uic-dob-input .ant-input {
  width: 100%;
  text-align: center;
  height: 38.2px;
}
.uic-dob .ant-input-group-wrapper .ant-input-group > span:last-child {
  width: 40%;
  min-width: 50px;
}
.uic-dob .ant-input-group-wrapper:focus-within [type=number]::-webkit-inner-spin-button {
  display: inline-block;
}
.uic-dob .ant-input-group-wrapper:focus-within + .uic-dob-label-placeholder {
  top: -8px;
  z-index: 2;
  -webkit-transform: scale(0.8) translateX(0px);
          transform: scale(0.8) translateX(0px);
  padding: 0px 5px;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  background: #fff;
  color: var(--brand-primary);
  pointer-events: none;
}
.uic-dob .ant-input-group-wrapper:focus-within .ant-input-group > .uic-dob-input {
  position: relative;
}
.uic-dob .ant-input-group-wrapper:focus-within .ant-input-group > .uic-dob-input:before {
  content: "/";
  line-height: 1.5;
  color: #6A7584;
  position: absolute;
  top: 8px;
  left: -1px;
  z-index: 2;
}
.uic-dob .ant-input-group-wrapper:focus-within .ant-input-group > .uic-dob-input:after {
  content: "/";
  line-height: 1.5;
  color: #6A7584;
  position: absolute;
  top: 8px;
  right: 1px;
  z-index: 2;
}
.uic-dob .ant-input-group-wrapper:focus-within .ant-input-wrapper .ant-input::-webkit-input-placeholder {
  color: #6A7584 !important;
  opacity: 1;
}
.uic-dob .ant-input-group-wrapper:focus-within .ant-input-wrapper .ant-input::-moz-placeholder {
  color: #6A7584 !important;
  opacity: 1;
}
.uic-dob .ant-input-group-wrapper:focus-within .ant-input {
  border-color: var(--brand-primary);
}
.to-be-removed {
  position: relative;
  display: inline-block;
}
.to-be-removed:hover .ant-input {
  border-color: var(--brand-primary);
}
.to-be-removed [type=number]::-webkit-inner-spin-button {
  display: none;
}
.to-be-removed .ant-input, .to-be-removed .ant-input-group-addon {
  background: transparent;
}
.to-be-removed .ant-input-group {
  width: auto;
}
.to-be-removed .ant-input-group .ant-input-group-addon:first-child .ant-input,
.to-be-removed .ant-input-group > .uic-dob-input .ant-input {
  width: 70px;
  text-align: center;
}
.to-be-removed .ant-input-group .ant-input-group-addon:first-child .ant-input {
  border-right-color: transparent;
}
.to-be-removed .ant-input-group .ant-input-group-addon:first-child .ant-input:hover, .to-be-removed .ant-input-group .ant-input-group-addon:first-child .ant-input:focus {
  border-right-color: transparent;
}
.to-be-removed .ant-input-group > .uic-dob-input .ant-input {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0 !important;
  text-align: center;
}
.to-be-removed .ant-input-group > .uic-dob-input .ant-input:hover, .to-be-removed .ant-input-group > .uic-dob-input .ant-input:focus {
  border-right-color: transparent !important;
}
.to-be-removed .ant-input-group .ant-input-group-addon:last-child .ant-input {
  width: 85px;
  border-left-width: 0;
  text-align: center;
}
.to-be-removed .ant-input-group .ant-input-group-addon .ant-input:hover,
.to-be-removed .ant-input-group > .uic-dob-input .ant-input:hover {
  z-index: 0;
}
.to-be-removed .ant-input-group:focus-within .ant-input-group-addon:first-child .ant-input,
.to-be-removed .ant-input-group:focus-within > .uic-dob-input .ant-input {
  border-right-color: transparent;
}
.to-be-removed .ant-input-group:focus-within .ant-input-group-addon:first-child .ant-input:hover,
.to-be-removed .ant-input-group:focus-within > .uic-dob-input .ant-input:hover {
  border-right-color: transparent;
}
.to-be-removed .ant-input {
  text-align: left;
  font-size: var(--font-size-sm);
}
.to-be-removed .ant-input::-webkit-input-placeholder {
  color: transparent;
}
.to-be-removed .ant-input:focus::-webkit-input-placeholder {
  color: #111418;
}
.to-be-removed .ant-input:focus:not([disabled]):focus {
  box-shadow: unset;
}
.to-be-removed .uic-dob-label-placeholder {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  color: #6A7584;
  z-index: 990;
  pointer-events: none;
}
.to-be-removed.uic-dob-has-value [type=number]::-webkit-inner-spin-button {
  display: inline-block;
}
.to-be-removed.uic-dob-has-value .uic-dob-label-placeholder {
  top: -8px;
  z-index: 2;
  -webkit-transform: scale(0.8) translateX(0px);
          transform: scale(0.8) translateX(0px);
  padding: 0px 5px;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  background: #fff;
  pointer-events: none;
}
.to-be-removed.uic-dob-has-value .ant-input-group .ant-input-group-addon:first-child,
.to-be-removed.uic-dob-has-value .ant-input-group > .uic-dob-input {
  position: relative;
}
.to-be-removed.uic-dob-has-value .ant-input-group .ant-input-group-addon:first-child:after,
.to-be-removed.uic-dob-has-value .ant-input-group > .uic-dob-input:after {
  content: "/";
  line-height: 1.5;
  color: #6A7584;
  position: absolute;
  top: 8px;
  right: 2px;
  z-index: 2;
}
.to-be-removed.uic-dob-has-value .ant-input-group .ant-input-input::-webkit-input-placeholder {
  color: #6A7584;
}
.to-be-removed .ant-input-group-wrapper {
  border-radius: 5px;
}
.to-be-removed .ant-input-group-wrapper:focus-within {
  box-shadow: 0px 0px 5px 0 var(--brand-primary);
}
.to-be-removed .ant-input-group-wrapper:focus-within [type=number]::-webkit-inner-spin-button {
  display: inline-block;
}
.to-be-removed .ant-input-group-wrapper:focus-within + .uic-dob-label-placeholder {
  top: -8px;
  z-index: 2;
  -webkit-transform: scale(0.8) translateX(0px);
          transform: scale(0.8) translateX(0px);
  padding: 0px 5px;
  -webkit-transform-origin: -10px;
          transform-origin: -10px;
  background: #fff;
  color: var(--brand-primary);
  pointer-events: none;
}
.to-be-removed .ant-input-group-wrapper:focus-within .ant-input-group .ant-input-group-addon:first-child,
.to-be-removed .ant-input-group-wrapper:focus-within .ant-input-group > .uic-dob-input {
  position: relative;
}
.to-be-removed .ant-input-group-wrapper:focus-within .ant-input-group .ant-input-group-addon:first-child:after,
.to-be-removed .ant-input-group-wrapper:focus-within .ant-input-group > .uic-dob-input:after {
  content: "/";
  line-height: 1.5;
  color: var(--brand-primary);
  position: absolute;
  top: 8px;
  right: 2px;
  z-index: 2;
}
.to-be-removed .ant-input-group-wrapper:focus-within .ant-input-wrapper .ant-input::-webkit-input-placeholder {
  color: #6A7584;
}
.to-be-removed .ant-input-group-wrapper:focus-within .ant-input {
  border-color: var(--brand-primary);
}
uic-article .article-horizontal {
  padding: 5px;
}
uic-article .article-horizontal .article-img {
  max-width: 280px;
  margin-left: 30px;
}
uic-article .article-horizontal .article-title {
  font-size: 24px;
}
uic-article .article-grid .article-title {
  font-size: var(--font-size-md);
}
uic-article .article-grid.my-related {
  min-height: 380px;
}
uic-article .article-grid:hover .article-title, uic-article .article-horizontal:hover .article-title {
  color: var(--brand-primary);
}
uic-article .ant-tag {
  border-radius: 6px;
  border: 0px;
  font-size: 11px;
}
uic-article .article-page .article-title {
  font-size: var(--font-size-xl);
}
uic-article .article-page .article-img {
  width: 100%;
}
uic-article .article-title {
  font-family: Georgia, Times, "Microsoft JhengHei", "LiHei Pro Medium", sans-serif !important;
}
uic-article p {
  text-align: justify;
}
article-view .container-sticky {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
article-view .container-sticky .pirate {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
#article {
  font-size: var(--font-size-lg);
  line-height: var(--font-size-xl);
  word-wrap: break-word;
  padding-top: 15px;
  color: #111418;
  text-align: left;
  font-family: Georgia, Times, "Microsoft JhengHei", "LiHei Pro Medium", sans-serif !important;
}
#article p, #article div {
  text-align: justify;
  color: #111418;
  font-size: 18px;
  line-height: 30px;
  word-wrap: break-word;
  font-family: Georgia, Times, "Microsoft JhengHei", "LiHei Pro Medium", sans-serif !important;
}
@media (max-width: 1079px) {
  #article p, #article div {
    font-size: 18px;
    line-height: 26px;
  }
}
#article p {
  margin-bottom: 26px;
}
@media (max-width: 1079px) {
  #article {
    font-size: 18px;
    line-height: 26px;
  }
}
#article img {
  max-width: 100%;
}
#article ul li {
  font-size: 18px;
  line-height: 27px;
  color: #111418;
  text-align: justify;
}
#article h1, #article h2, #article h3, #article h4, #article h5 {
  margin: 20px 0 10px;
  font-weight: 500;
  font-family: Georgia, Times, "Microsoft JhengHei", "LiHei Pro Medium", sans-serif !important;
  line-height: 1.5;
}
#article h1 {
  line-height: 36px !important;
  font-size: 26px;
}
#article h2 {
  line-height: 32px !important;
  font-size: 26px;
}
#article h3 {
  line-height: 28px !important;
  font-size: 20px;
}
#article .text-info {
  color: var(--brand-info);
}
#article .text-primary {
  color: var(--brand-primary);
}
#article .text-success {
  color: var(--brand-primary);
}
#article .btn-success {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
#article table {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
  color: #111418;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 15px;
}
#article table img {
  max-width: 100%;
}
#article table tr:first-child {
  border-bottom: 2px solid var(--brand-primary);
  font-weight: 600;
  background: #f5f5f5;
}
#article table ul li {
  font-size: 15px;
  line-height: 18px;
  color: #222;
}
#article table td {
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  border-collpase: collpase;
}
#article table td a, #article table td p, #article table td span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}
#article table td small, #article table td sup, #article table td sub {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
#article table.table-bordered {
  border: 0px solid #eee;
}
.uic-attached-file .ant-card {
  box-shadow: unset !important;
}
.uic-attached-file .ant-card.card-dashed-border {
  border: 1px dashed #CBD0D7;
  background: #F3F3F3;
}
.uic-attached-file ol {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.section-title {
  line-height: 1.25;
  color: #111418;
  font-size: var(--font-size-base);
  font-weight: bold;
  margin-bottom: 10px;
}
app-fna-form .uic-card .child-card {
  margin-bottom: 14px;
}
app-fna-form ol > div {
  margin-left: -16px;
}
app-fna-form .step-progress-wrapper {
  position: absolute;
  height: 100%;
  border-right: 1px solid #CBD0D7;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  app-fna-form .fna-form-content {
    margin-left: 339px !important;
    padding-left: 20px;
  }
  app-fna-form .step-progress-wrapper {
    width: 339px !important;
  }
}
@media only screen and (min-width: 767px) {
  app-fna-form .fna-form-content {
    margin-left: 250px;
  }
  app-fna-form .step-progress-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 992px) {
  app-fna-form .fna-form-content {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  app-fna-form .ant-steps {
    display: none;
  }
  app-fna-form .step-progress-wrapper {
    position: unset;
    border-right: none;
    width: 100%;
    padding: unset;
    margin: unset;
  }
  app-fna-form .fna-form-content {
    margin-left: unset;
    padding-left: unset !important;
  }
}
@media only screen and (min-width: 1024px) {
  personal-information .personal-information-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  personal-information .personal-information-wrapper {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
  personal-information .personal-information-wrapper .w-200px {
    width: 30% !important;
  }
  personal-information .personal-information-wrapper .w-260px {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  personal-information .personal-information-wrapper .w-180px {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-20px {
    width: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-20px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-20px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-20px, app-personal-form .w-20 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-40px {
    width: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-40px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-40px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-40px, app-personal-form .w-40 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-60px {
    width: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-60px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-60px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-60px, app-personal-form .w-60 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-80px {
    width: 80px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-80px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-80px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-80px, app-personal-form .w-80 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-100px {
    width: 100px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-100px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-100px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-100px, app-personal-form .w-100 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-120px {
    width: 120px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-120px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-120px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-120px, app-personal-form .w-120 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-140px {
    width: 140px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-140px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-140px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-140px, app-personal-form .w-140 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-160px {
    width: 160px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-160px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-160px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-160px, app-personal-form .w-160 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-180px {
    width: 180px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-180px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-180px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-180px, app-personal-form .w-180 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-200px {
    width: 200px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-200px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-200px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-200px, app-personal-form .w-200 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-220px {
    width: 220px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-220px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-220px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-220px, app-personal-form .w-220 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-240px {
    width: 240px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-240px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-240px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-240px, app-personal-form .w-240 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-260px {
    width: 260px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-260px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-260px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-260px, app-personal-form .w-260 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-280px {
    width: 280px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-280px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-280px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-280px, app-personal-form .w-280 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-300px {
    width: 300px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-300px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-300px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-300px, app-personal-form .w-300 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-320px {
    width: 320px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-320px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-320px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-320px, app-personal-form .w-320 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-340px {
    width: 340px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-340px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-340px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-340px, app-personal-form .w-340 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-360px {
    width: 360px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-360px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-360px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-360px, app-personal-form .w-360 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-380px {
    width: 380px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-380px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-380px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-380px, app-personal-form .w-380 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-400px {
    width: 400px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-400px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-400px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-400px, app-personal-form .w-400 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-420px {
    width: 420px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-420px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-420px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-420px, app-personal-form .w-420 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-440px {
    width: 440px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-440px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-440px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-440px, app-personal-form .w-440 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-460px {
    width: 460px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-460px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-460px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-460px, app-personal-form .w-460 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-480px {
    width: 480px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-480px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-480px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-480px, app-personal-form .w-480 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-500px {
    width: 500px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-500px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-500px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-500px, app-personal-form .w-500 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-520px {
    width: 520px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-520px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-520px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-520px, app-personal-form .w-520 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-540px {
    width: 540px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-540px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-540px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-540px, app-personal-form .w-540 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-560px {
    width: 560px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-560px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-560px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-560px, app-personal-form .w-560 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-580px {
    width: 580px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-580px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-580px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-580px, app-personal-form .w-580 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-600px {
    width: 600px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-600px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-600px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-600px, app-personal-form .w-600 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-620px {
    width: 620px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-620px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-620px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-620px, app-personal-form .w-620 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-640px {
    width: 640px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-640px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-640px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-640px, app-personal-form .w-640 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-660px {
    width: 660px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-660px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-660px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-660px, app-personal-form .w-660 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-680px {
    width: 680px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-680px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-680px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-680px, app-personal-form .w-680 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-700px {
    width: 700px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-700px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-700px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-700px, app-personal-form .w-700 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-720px {
    width: 720px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-720px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-720px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-720px, app-personal-form .w-720 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-740px {
    width: 740px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-740px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-740px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-740px, app-personal-form .w-740 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-760px {
    width: 760px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-760px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-760px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-760px, app-personal-form .w-760 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-780px {
    width: 780px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-780px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-780px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-780px, app-personal-form .w-780 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-800px {
    width: 800px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-800px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-800px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-800px, app-personal-form .w-800 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-820px {
    width: 820px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-820px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-820px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-820px, app-personal-form .w-820 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-840px {
    width: 840px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-840px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-840px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-840px, app-personal-form .w-840 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-860px {
    width: 860px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-860px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-860px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-860px, app-personal-form .w-860 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-880px {
    width: 880px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-880px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-880px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-880px, app-personal-form .w-880 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-900px {
    width: 900px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-900px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-900px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-900px, app-personal-form .w-900 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-920px {
    width: 920px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-920px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-920px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-920px, app-personal-form .w-920 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-940px {
    width: 940px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-940px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-940px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-940px, app-personal-form .w-940 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-960px {
    width: 960px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-960px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-960px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-960px, app-personal-form .w-960 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-980px {
    width: 980px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-980px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-980px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-980px, app-personal-form .w-980 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  app-personal-form .w-1000px {
    width: 1000px !important;
  }
}
@media only screen and (min-width: 768px) {
  app-personal-form .d-flex.flex-wrap .w-1000px:not(:last-child) {
    margin-right: 14px;
  }
  app-personal-form .w-1000px {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  app-personal-form .w-1000px, app-personal-form .w-1000 {
    width: 100% !important;
  }
}
app-personal-form .flex-grow-1 {
  flex-grow: unset;
  flex: 1;
}
app-personal-form .ant-select-selection-selected-value {
  padding-right: 1px;
}
.uic-fna-row-action-btn {
  display: flex;
  justify-content: flex-end;
}
.uic-fna-row-action-btn .uic-icon-btn.ant-btn, .uic-fna-row-action-btn .uic-table-action-button a.uic-icon-btn, .uic-table-action-button .uic-fna-row-action-btn a.uic-icon-btn,
.uic-fna-row-action-btn .uic-table-action-button button.uic-icon-btn,
.uic-table-action-button .uic-fna-row-action-btn button.uic-icon-btn {
  position: relative;
  line-height: 1 !important;
  width: 36px;
  height: 36px;
}
.uic-fna-row-action-btn .uic-icon-btn.ant-btn:first-child, .uic-fna-row-action-btn .uic-table-action-button a.uic-icon-btn:first-child, .uic-table-action-button .uic-fna-row-action-btn a.uic-icon-btn:first-child,
.uic-fna-row-action-btn .uic-table-action-button button.uic-icon-btn:first-child,
.uic-table-action-button .uic-fna-row-action-btn button.uic-icon-btn:first-child {
  margin-left: 10px;
  margin-right: 10px;
}
.uic-fna-row-action-btn .uic-icon-btn.ant-btn:last-child, .uic-fna-row-action-btn .uic-table-action-button a.uic-icon-btn:last-child, .uic-table-action-button .uic-fna-row-action-btn a.uic-icon-btn:last-child,
.uic-fna-row-action-btn .uic-table-action-button button.uic-icon-btn:last-child,
.uic-table-action-button .uic-fna-row-action-btn button.uic-icon-btn:last-child {
  margin-right: 0;
}
.uic-fna-row-action-btn .uic-icon-btn.ant-btn .anticon, .uic-fna-row-action-btn .uic-table-action-button a.uic-icon-btn .anticon, .uic-table-action-button .uic-fna-row-action-btn a.uic-icon-btn .anticon,
.uic-fna-row-action-btn .uic-table-action-button button.uic-icon-btn .anticon,
.uic-table-action-button .uic-fna-row-action-btn button.uic-icon-btn .anticon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-20px {
    width: 20px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-20px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-40px {
    width: 40px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-40px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-60px {
    width: 60px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-60px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-80px {
    width: 80px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-80px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-100px {
    width: 100px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-100px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-120px {
    width: 120px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-120px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-140px {
    width: 140px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-140px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-160px {
    width: 160px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-160px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-180px {
    width: 180px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-180px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-200px {
    width: 200px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-200px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-220px {
    width: 220px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-220px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-240px {
    width: 240px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-240px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-260px {
    width: 260px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-260px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-280px {
    width: 280px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-280px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-300px {
    width: 300px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-300px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-320px {
    width: 320px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-320px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-340px {
    width: 340px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-340px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-360px {
    width: 360px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-360px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-380px {
    width: 380px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-380px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-400px {
    width: 400px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-400px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-420px {
    width: 420px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-420px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-440px {
    width: 440px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-440px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-460px {
    width: 460px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-460px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-480px {
    width: 480px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-480px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-500px {
    width: 500px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-500px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-520px {
    width: 520px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-520px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-540px {
    width: 540px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-540px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-560px {
    width: 560px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-560px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-580px {
    width: 580px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-580px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-600px {
    width: 600px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-600px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-620px {
    width: 620px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-620px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-640px {
    width: 640px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-640px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-660px {
    width: 660px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-660px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-680px {
    width: 680px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-680px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-700px {
    width: 700px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-700px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-720px {
    width: 720px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-720px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-740px {
    width: 740px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-740px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-760px {
    width: 760px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-760px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-780px {
    width: 780px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-780px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-800px {
    width: 800px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-800px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-820px {
    width: 820px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-820px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-840px {
    width: 840px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-840px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-860px {
    width: 860px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-860px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-880px {
    width: 880px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-880px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-900px {
    width: 900px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-900px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-920px {
    width: 920px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-920px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-940px {
    width: 940px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-940px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-960px {
    width: 960px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-960px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-980px {
    width: 980px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-980px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1365px) {
  .uic-fna-row-action .w-1000px {
    width: 1000px;
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uic-fna-row-action .ant-input-group-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 992px) {
  .uic-fna-row-action .w-1000px {
    width: 100%;
    flex-grow: unset !important;
  }
  .uic-fna-row-action .pr-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  financial-objective-need .w-80px {
    width: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  financial-objective-need .w-80px {
    width: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .step-progress-wrapper .ant-steps {
    display: none !important;
  }

  .progress-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .progress-wrapper {
    display: none;
  }
}
.uic-grid-widget .label-main-joint {
  color: #000;
  font-weight: bold;
}
.uic-grid-widget .content-right .ant-form-item:not(:last-child),
.uic-grid-widget .content-right > div:not(:last-child),
.uic-grid-widget .content-right > .ant-input:not(:last-child) {
  margin-right: 14px;
}
.uic-grid-widget .content-right .ant-form-item {
  display: inline-block;
}
.uic-grid-widget .content-right .ant-form-item .ant-input-number {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .uic-grid-widget .d-sm-none {
    display: none !important;
  }
}
.uic-risk-profile-desktop {
  width: 100%;
  height: 500px;
}
.uic-risk-profile-desktop .uic-risk-profile-item {
  position: relative;
  margin-top: 28px;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  border: 1px solid #CBD0D7;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type-label {
  color: #6A7584;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type {
  font-weight: bold;
  color: var(--brand-primary);
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(1) {
  height: 56%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(1) .uic-risk-profile-score {
  left: 50%;
  -webkit-transform: translate(-50%, 9%);
          transform: translate(-50%, 9%);
  top: -9%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:not(:last-child) {
  border-right: unset;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main {
  background: var(--brand-primary);
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint {
  background: #10BDA8;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both {
  background: #FABF3A;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-score {
  position: absolute;
  color: #111418;
  font-size: var(--font-size-xs);
  font-weight: bold;
}
.uic-risk-profile-desktop .uic-risk-profile-item {
  position: relative;
  margin-top: 28px;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  border: 1px solid #CBD0D7;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type-label {
  color: #6A7584;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type {
  font-weight: bold;
  color: var(--brand-primary);
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(2) {
  height: 64%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(2) .uic-risk-profile-score {
  left: 50%;
  -webkit-transform: translate(-50%, 8%);
          transform: translate(-50%, 8%);
  top: -8%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:not(:last-child) {
  border-right: unset;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main {
  background: var(--brand-primary);
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint {
  background: #10BDA8;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both {
  background: #FABF3A;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-score {
  position: absolute;
  color: #111418;
  font-size: var(--font-size-xs);
  font-weight: bold;
}
.uic-risk-profile-desktop .uic-risk-profile-item {
  position: relative;
  margin-top: 28px;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  border: 1px solid #CBD0D7;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type-label {
  color: #6A7584;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type {
  font-weight: bold;
  color: var(--brand-primary);
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(3) {
  height: 72%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(3) .uic-risk-profile-score {
  left: 50%;
  -webkit-transform: translate(-50%, 7%);
          transform: translate(-50%, 7%);
  top: -7%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:not(:last-child) {
  border-right: unset;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main {
  background: var(--brand-primary);
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint {
  background: #10BDA8;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both {
  background: #FABF3A;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-score {
  position: absolute;
  color: #111418;
  font-size: var(--font-size-xs);
  font-weight: bold;
}
.uic-risk-profile-desktop .uic-risk-profile-item {
  position: relative;
  margin-top: 28px;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  border: 1px solid #CBD0D7;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type-label {
  color: #6A7584;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type {
  font-weight: bold;
  color: var(--brand-primary);
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(4) {
  height: 80%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(4) .uic-risk-profile-score {
  left: 50%;
  -webkit-transform: translate(-50%, 6%);
          transform: translate(-50%, 6%);
  top: -6%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:not(:last-child) {
  border-right: unset;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main {
  background: var(--brand-primary);
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint {
  background: #10BDA8;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both {
  background: #FABF3A;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-score {
  position: absolute;
  color: #111418;
  font-size: var(--font-size-xs);
  font-weight: bold;
}
.uic-risk-profile-desktop .uic-risk-profile-item {
  position: relative;
  margin-top: 28px;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  border: 1px solid #CBD0D7;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type-label {
  color: #6A7584;
}
.uic-risk-profile-desktop .uic-risk-profile-item .uic-risk-profile-type {
  font-weight: bold;
  color: var(--brand-primary);
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(5) {
  height: 88%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:nth-child(5) .uic-risk-profile-score {
  left: 50%;
  -webkit-transform: translate(-50%, 5%);
          transform: translate(-50%, 5%);
  top: -5%;
}
.uic-risk-profile-desktop .uic-risk-profile-item:not(:last-child) {
  border-right: unset;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main {
  background: var(--brand-primary);
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-main .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint {
  background: #10BDA8;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-joint .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both {
  background: #FABF3A;
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type-label {
  color: #EBEDF0;
}
.uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-label, .uic-risk-profile-desktop .uic-risk-profile-item.uic-risk-profile-item-both .uic-risk-profile-type {
  color: #fff;
}
.uic-risk-profile-desktop .uic-risk-profile-score {
  position: absolute;
  color: #111418;
  font-size: var(--font-size-xs);
  font-weight: bold;
}
.uic-risk-profile-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .uic-risk-profile-desktop {
    height: 280px;
  }
  .uic-risk-profile-desktop .uic-risk-profile-item > div {
    display: none;
  }

  .uic-risk-profile-mobile {
    display: block;
  }
}
.uic-walkthrough-modal .ant-modal-body {
  padding: 0;
}
.uic-walkthrough-modal .uic-walkthrough-modal-img {
  border-radius: 10px 10px 0 0;
}
.uic-walkthrough-modal .uic-walkthrough-modal-content {
  padding: 45px;
  text-align: center;
}
.uic-walkthrough-modal .ant-modal-close-x .anticon {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  uic-account-info-display-widget {
    width: 100%;
    margin-bottom: 0;
  }
  uic-account-info-display-widget .account-info-display-widget h6 {
    display: inline-block;
    width: 50%;
  }
  uic-account-info-display-widget .account-info-display-widget p {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
  }
  uic-account-info-display-widget .ant-tag {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .account-info-section-item-widget {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .uic-account-info-subsection-widget {
    margin-bottom: 14px;
  }
  .uic-account-info-subsection-widget .uic-section-secondary-title-text {
    margin-top: 6px;
  }

  .two-cols nz-col:last-child .uic-account-info-subsection-widget {
    margin-bottom: 0;
  }
}
.uic-account-select {
  position: relative;
}
.uic-account-select .statistic-btn-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 920px) {
  .uic-walkthrough-modal .uic-walkthrough-modal-img {
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .uic-walkthrough-modal .uic-walkthrough-modal-content {
    padding: 20px;
  }
  .uic-walkthrough-modal .ant-modal-content {
    overflow: hidden;
  }
  .uic-walkthrough-modal .ant-modal-close-x .anticon {
    font-size: 18px;
    padding-top: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .uic-login .uic-main-content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .uic-login .ant-card-body {
    min-height: auto;
  }
  .uic-login .login-content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 992px) {
  uic-article .article-horizontal .article-img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  all-article .ant-table-body {
    overflow: hidden;
  }
}
/* BEGIN Regular */
@font-face {
  font-family: "Lato";
  src: url('Lato-Regular.2d36b1a925432bae7f3c.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url('Lato-Regular.2d36b1a925432bae7f3c.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Bold */
@font-face {
  font-family: "Lato";
  src: url('Lato-Bold.85d339d916479f729938.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url('Lato-Bold.85d339d916479f729938.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
.ant-table {
  line-height: 1.4;
  margin-bottom: 14px;
}
.ant-table p {
  margin-bottom: 0;
}
.ant-table p + uic-profit-loss-tag {
  margin-top: 5px;
  display: inline-block;
}
.ant-table .ant-table-thead th {
  font-family: Arial, Helvetica, sans-serif;
}
.ant-table .ant-table-thead th:nth-child(n+3) {
  text-align: right;
}
.ant-table .ant-table-thead th.ant-table-th-left-sticky {
  text-align: left;
}
.ant-table .ant-table-thead th.ant-table-th-right-sticky {
  text-align: left;
}
.ant-table .ant-table-tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}
.ant-table .ant-table-tbody tr:nth-child(even) .ant-table-td-left-sticky, .ant-table .ant-table-tbody tr:nth-child(even) .ant-table-td-right-sticky {
  background-color: #F3F3F3 !important;
  background: #F3F3F3 !important;
}
.ant-table .ant-table-tbody tr td {
  font-family: Arial, Helvetica, sans-serif;
}
.ant-table .ant-table-tbody tr td:nth-child(n+3) {
  text-align: right;
}
.ant-table .ant-table-tbody tr:hover:not(.ant-table-expanded-row) > td {
  background-color: var(--component-selected-color) !important;
}
.ant-table .ant-table-tbody tr .ant-table-td-left-sticky {
  text-align: left;
}
.ant-table .ant-table-tbody tr .ant-table-td-right-sticky uic-table-action-btn {
  text-align: left;
}
.dashed-border-table .ant-table-thead > tr > th {
  color: #6A7584;
  font-size: var(--font-size-xs);
  padding: 6px 0;
  border: none;
  background: none;
}
.dashed-border-table .ant-table-tbody > tr > td {
  border-bottom: 2px dashed #CBD0D7;
  padding: 6px 0;
}
.dashed-border-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: none !important;
}
.dashed-border-table .ant-table .ant-table-tbody tr:nth-child(2n) {
  background: none;
}
.dashed-border-table .ant-table-row:last-child td {
  border-bottom: none;
}
.dashed-border-table .ant-table-tbody .ant-table-row:last-child td:hover {
  border-bottom: none;
}
.dashed-border-table .ant-table {
  margin-bottom: 0;
}
.dashed-border-table .ant-table table {
  font-size: var(--font-size-sm);
}
.dashed-border-table .uic-label {
  margin-bottom: 0;
  line-height: 1;
}
.dashed-border-table .cash-account-table-currency-text .flag-text {
  font-weight: bold;
}
.ant-table-wrapper .ant-spin-dot {
  font-size: 30px !important;
  width: 2em !important;
  height: 2em !important;
}
.ant-table-wrapper .ant-spin-dot .ant-spin-dot-item {
  width: 18px !important;
  height: 18px !important;
  background-color: var(--brand-primary) !important;
  opacity: 0.5 !important;
}
.ant-table-body {
  overflow: auto;
  /* Buttons */
}
.ant-table-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #F3F3F3;
  border: 1px solid #f0f0f0;
}
.ant-table-body::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 20px;
}
.ant-table-body::-webkit-scrollbar-thumb {
  border: 1px solid #CBD0D7;
  background: #EBEDF0;
  background: linear-gradient(to bottom, #EBEDF0 0%, #CBD0D7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
}
.ant-table-body::-webkit-scrollbar-button {
  border-style: solid;
  height: 18px;
  width: 18px;
}
.ant-table-wrapper .ant-table-thead th {
  font-weight: bold;
}
.ant-table-thead > tr > th {
  border-bottom: 2px solid var(--brand-theme);
}
.ant-table .ant-tag {
  margin-bottom: 0;
}
.ant-table-wrapper.mb-0 .ant-table {
  margin-bottom: 0;
}
.table-no-records .ant-table-thead,
.table-no-records .ant-table-header {
  display: none;
}
.table-no-records .ant-table-placeholder {
  border-top: none;
}
.table-no-records uic-table-size-changer {
  display: none;
}
.table-no-records .uic-icon-btn-ext {
  display: none;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr th {
  padding: 6px 6px !important;
}
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr td {
  padding: 6px 6px !important;
}
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr td:nth-child(n+3) {
  text-align: right;
}
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background-color: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-body .ant-table-row:last-child td {
  border-bottom: 1px solid #CBD0D7;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body {
  margin: 0;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr th {
  padding: 6px 6px !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr td {
  padding: 6px 6px !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr td:nth-child(n+3) {
  text-align: right;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background-color: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body .ant-table-row:last-child td {
  border-bottom: 1px solid #CBD0D7;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper {
  margin: 0;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-thead > tr th {
  padding: 6px 6px !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr td {
  padding: 6px 6px !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr td:nth-child(n+3) {
  text-align: right;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background-color: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper > table > .ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: var(--component-selected-color) !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > .cdk-virtual-scroll-content-wrapper .ant-table-row:last-child td {
  border-bottom: 1px solid #CBD0D7;
}
.ant-table-small .anticon.anticon-file-pdf {
  margin: 2px 0;
}
.ant-table-small .ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-small .ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 10px !important;
}
table .ant-form-item-control {
  line-height: 30px;
}
table .ant-input-group .ant-input, table .ant-select {
  margin: 5px 0;
}
table .ant-select {
  font-size: var(--font-size-xs) !important;
  line-height: var(--font-size-xs) !important;
}
table .ant-select .ant-select-selection--single, table .ant-select .ant-select-selection-selected-value {
  height: 30px !important;
  line-height: 30px !important;
}
table .ant-select .ant-select-selection--multiple {
  min-height: 29px !important;
  padding-bottom: 0;
  height: auto;
}
table .ant-select .ant-select-selection--multiple .ant-select-arrow {
  top: 15px;
}
table .ant-select .ant-select-selection--multiple .ant-select-selection__rendered {
  line-height: 28px !important;
}
table .ant-select .ant-select-selection--multiple .ant-select-selection__rendered ul > li:first-child {
  margin-top: 0;
}
table .ant-select .ant-select-selection--multiple .ant-select-selection__rendered ul > li:first-child.ant-select-selection__choice {
  margin-top: 3px;
}
table .ant-select .ant-select-selection--multiple .ant-select-selection__rendered ul > li.ant-select-selection__choice {
  margin-top: 3px;
}
table .ant-select .ant-select-selection__rendered {
  line-height: 30px !important;
  font-size: var(--font-size-xs) !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
table .ant-select .ant-select-arrow .anticon {
  font-size: var(--font-size-xs) !important;
  margin-top: 2px;
  margin-right: -3px;
}
table .ant-input {
  font-size: var(--font-size-xs) !important;
  line-height: var(--font-size-xs) !important;
  height: 30px !important;
  padding: 8px 10px;
}
table textarea.ant-input {
  min-height: 30px !important;
  height: auto !important;
}
table .ant-input-group，.ant-input-affix-wrapper .ant-input {
  height: 30px !important;
  font-size: var(--font-size-xs) !important;
  line-height: var(--font-size-xs) !important;
  padding: 8px 10px;
}
table .ant-input-group {
  display: inline-block;
}
table .ant-input-group .ant-input {
  float: none;
}
table .ant-input-group .ant-input:last-child, table .ant-input-group .ant-input:first-child {
  border-radius: 5px;
}
table .ant-radio-group .ant-radio-wrapper {
  font-size: var(--font-size-xs);
}
table .ant-radio-inner {
  width: 1rem;
  height: 1rem;
}
table .ant-radio-inner:after {
  height: 8px;
  width: 8px;
  left: 2px;
  top: 2px;
}
.table-row-summary .ant-table {
  min-width: 320px;
}
.table-row-summary .ant-table-row:last-child td {
  border-bottom: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  color: #000;
  font-weight: bold;
}
.ant-table > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.text-left.el-pl, .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > td.text-left.el-pl, .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > th.text-left.el-pl, .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td.text-left.el-pl, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.text-left.el-pl, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > td.text-left.el-pl, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > th.text-left.el-pl, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td.text-left.el-pl {
  padding-left: 14px !important;
}
.ant-table > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.text-left.pl-4, .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > td.text-left.pl-4, .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > th.text-left.pl-4, .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td.text-left.pl-4, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.text-left.pl-4, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > td.text-left.pl-4, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > th.text-left.pl-4, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td.text-left.pl-4 {
  padding-left: 24px !important;
}
.switching-summary .switching-summary-arrow-col {
  background-color: #CBD0D7 !important;
}
.ant-table-bordered .ant-table-body > table {
  border: 1px solid #CBD0D7 !important;
}
.table-with-title-and-summary .ant-table-row:first-child td {
  border-bottom: 2px solid var(--brand-theme) !important;
  font-weight: bold;
}
.table-with-title-and-summary .ant-table-row:last-child td {
  border-bottom: 2px solid var(--brand-theme) !important;
  border-top: 2px solid var(--brand-theme) !important;
  font-weight: bold;
}
.bold-row-bottom {
  border-bottom: 2px solid var(--brand-theme) !important;
}
.bold-row-top-bottom {
  border-top: 2px solid var(--brand-theme) !important;
  border-bottom: 2px solid var(--brand-theme) !important;
}
.ant-table-expanded-row .ant-table {
  margin-bottom: 0;
}
.ant-table-expanded-row .ant-table .ant-table-thead th {
  border-bottom: 2px solid var(--brand-theme);
}
.ant-table-expanded-row > td:first-child {
  border-left: 2px solid #326392;
}
.ant-table-expanded-row .ant-table-tbody > tr {
  background: #f2f8fe;
}
.ant-table-expanded-row .ant-table-tbody > tr:nth-child(even) {
  background: #f2f8fe;
}
.table-expand .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody .ant-table-expanded-row > td {
  padding: 0 !important;
}
nz-badge .ant-badge-dot {
  background: #FF6600;
  box-shadow: none;
  top: 5px;
  right: 2px;
  width: 10px;
  height: 10px;
}
.ant-input[disabled] + .ant-label-placeholder {
  color: #CBD0D7;
}
.ant-input:focus:not([disabled]):focus, .ant-input:focus:not([disabled]).active, .ant-input:focus:not([disabled]):active {
  box-shadow: 0px 0px 5px 0 var(--brand-primary);
  border-color: var(--brand-primary);
}
.ant-input-number-input {
  text-align: right;
  padding-right: 25px;
}
.text-left .ant-input-number-input {
  text-align: left;
}
.ant-input-number-handler {
  display: block !important;
}
.has-error .ant-input-prefix, .has-error .ant-input-number {
  color: #FF6600;
  border-color: #FF6600;
}
.has-error .ant-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder,
.has-error .ant-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder {
  color: #FF6600;
}
.has-error .ant-input-wrapper .ant-input:not([disabled]).ant-input-has-value ~ .ant-label-placeholder,
.has-error .ant-input-wrapper .ant-input:not(.ant-input-disabled).ant-input-has-value ~ .ant-label-placeholder {
  color: #FF6600;
}
.has-error .ant-input-affix-wrapper .ant-input {
  border-color: #FF6600;
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #FF6600;
}
.has-error div.ant-form-explain {
  color: #FF6600;
}
.has-error .ant-input:focus:not([disabled]):focus, .has-error .ant-input:focus:not([disabled]).active, .has-error .ant-input:focus:not([disabled]):active {
  box-shadow: 0px 0px 5px 0 #FF6600;
  border-color: #FF6600;
}
.has-error .ant-input {
  border-color: #FF6600;
}
.ant-input-wrapper .ant-input:not([disabled]):focus ~ .ant-label-placeholder,
.ant-input-wrapper .ant-input:not(.ant-input-disabled):focus ~ .ant-label-placeholder .ant-input-affix-wrapper .ant-input {
  background: #fff;
  top: -8px;
}
.ant-input-wrapper .ant-input.ant-input-has-value ~ .ant-label-placeholder {
  top: -8px;
}
.ant-select-open .ant-select-selection:not([disabled]) {
  box-shadow: 0px 0px 5px 0 var(--brand-primary);
  border-color: var(--brand-primary);
}
.ant-select-label-placeholder .ant-select-selection .ant-select-placeholder-none, .ant-select-label-placeholder .ant-select-selection .ant-select-placeholder-block {
  background-color: #fff;
}
.ant-select-label-placeholder.no-float-placeholder .ant-select-selection .ant-select-placeholder-none {
  display: none;
}
.ant-select-label-placeholder.no-float-placeholder.ant-select-open .ant-select-placeholder-none, .ant-select-label-placeholder.no-float-placeholder.ant-select-open .ant-select-placeholder-block {
  display: none;
}
.ant-input-group > .ant-input:last-child, .ant-input-group > .ant-input:first-child {
  border-radius: 5px;
}
.ant-input-group > .ant-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group > .ant-input-number:not(:first-child):not(:last-child):hover, .ant-input-group > .ant-input-number:not(:first-child):not(:last-child):focus {
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-group-addon {
  background-color: #fff;
}
.ant-input-group-addon ui-select {
  border: 1px solid #CBD0D7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.ant-input-group-addon ui-select:hover {
  border-right: 1px solid #CBD0D7;
}
.ant-input-group-addon .ant-input, .ant-input-group-addon .ant-input-number {
  margin: -1px -12px;
}
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child .ant-input, .ant-input-group-addon:first-child .ant-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child .ant-input:hover, .ant-input-group-addon:first-child .ant-input:focus, .ant-input-group-addon:first-child .ant-input-number:hover, .ant-input-group-addon:first-child .ant-input-number:focus {
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-group-addon:last-child .ant-input, .ant-input-group-addon:last-child .ant-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-search-enter-button > .ant-input-group > .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  height: 40px;
  line-height: 40px !important;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 992px) {
  .ant-input-search-enter-button > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
    height: 45px;
  }
}
.ant-input-search-enter-button > .ant-input-group > .ant-input-cover + .ant-input-group-addon .ant-input-search-button {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
.ant-input-search-enter-button input {
  border-right: 1px solid #CBD0D7;
}
quill-editor {
  display: block;
}
quill-editor.ng-invalid.ng-dirty {
  border: 1px solid #FF6600;
}
quill-editor.ng-invalid.ng-dirty:focus:not([disabled]):focus, quill-editor.ng-invalid.ng-dirty:focus:not([disabled]).active, quill-editor.ng-invalid.ng-dirty:focus:not([disabled]):active {
  box-shadow: 0px 0px 5px 0 #FF6600;
  border-color: #FF6600;
}
.form-input-style .uic-overflow-input {
  margin-bottom: 0;
}
.form-input-style nz-form-control {
  margin-bottom: 14px;
}
.form-input-style nz-form-control .ant-form-item-children nz-form-control {
  margin-bottom: 0;
}
.form-input-style .ant-form-item-control.has-error .ant-form-explain {
  margin-bottom: 0;
}
.form-input-style ui-input-group.ant-input-group-wrapper {
  display: block;
}
.form-input-style ui-select {
  display: block;
}
.input-tick {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 990;
}
.ant-input-tag {
  padding: 8px 16px;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  color: #111418;
  min-height: 40px;
  border: 1px solid #CBD0D7;
  background-color: #fff;
  border-radius: 5px;
}
.ant-input-tag-no-margin {
  margin-left: -5px;
}
.input-tag {
  background-color: #ebedf0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 4px;
  -webkit-box-shadow: none;
  text-align: left;
  width: auto;
  height: 29px;
  padding: 4px 4px 4px 9px;
  margin: 0px 4px 4px 0px !important;
}
.input-add-tag {
  background-color: #fff;
  box-sizing: border-box;
  border-width: 1px;
  border-style: dashed;
  border-color: #d7d7d7;
  border-radius: 4px;
  -webkit-box-shadow: none;
  text-align: left;
  width: auto;
  height: 29px;
  padding: 4px 9px 4px 4px;
  margin: 0px 4px 0px 0px !important;
}
.ant-dropdown-trigger {
  color: #111418;
  font-size: var(--font-size-sm);
}
.ant-dropdown-trigger .anticon-down {
  color: #6A7584;
}
.ant-btn-default {
  color: #111418;
}
.ant-btn-default.ant-btn-default {
  color: #111418;
}
.ant-btn-default.ant-btn-default[nzBuy], .ant-btn-default.ant-btn-default[nzSell], .ant-btn-default.ant-btn-default[nzHighlight] {
  color: #fff;
}
.ant-btn-default.ant-btn-default[nzBuy], .ant-btn-default.ant-btn-default[nzSell] {
  padding: 0 8px;
  height: 30px;
  line-height: 30px !important;
}
.ant-btn-default.ant-btn.outline, .uic-table-action-button a.ant-btn-default.outline,
.uic-table-action-button button.ant-btn-default.outline {
  color: var(--brand-primary);
}
.ant-btn-default.btn-gray {
  background: #EBEDF0;
  border: none;
}
.ant-btn-default:hover, .ant-btn-default.active, .ant-btn-default:active {
  box-shadow: 0px 3px 12px 0px rgba(203, 208, 215, 0.5);
}
.ant-btn.outline:focus, .uic-table-action-button a.outline:focus,
.uic-table-action-button button.outline:focus {
  box-shadow: none;
}
.ant-btn.outline, .uic-table-action-button a.outline,
.uic-table-action-button button.outline {
  text-shadow: none;
}
button.ant-btn,
.uic-table-action-button button {
  margin-bottom: 14px;
  text-transform: capitalize;
}
button.ant-btn.ant-btn-highlight,
.uic-table-action-button button.ant-btn-highlight {
  border-radius: 20px;
}
.ant-btn-circle {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  padding: 0;
  border-radius: 32px;
}
.ant-btn-circle.ant-btn-sm {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px !important;
}
.ant-btn-circle > .anticon {
  margin: 0;
}
.button-group button.ant-btn,
.button-group .uic-table-action-button button,
.uic-table-action-button .button-group button {
  margin-right: 10px;
}
.button-group button.ant-btn:last-child,
.button-group .uic-table-action-button button:last-child,
.uic-table-action-button .button-group button:last-child {
  margin-right: 0;
}
.ant-btn-sm .anticon {
  font-size: var(--font-size-sm);
}
.ant-btn-danger {
  border-color: #FF6600 !important;
  color: #FF6600 !important;
  background: white !important;
}
.num-circle {
  color: #fff;
  background-color: var(--brand-primary);
  font-size: var(--font-size-xs);
  height: 22px;
  width: 22px;
  border-radius: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.ant-btn-group-sm > .ant-btn, .uic-table-action-button .ant-btn-group-sm > a,
.uic-table-action-button .ant-btn-group-sm > button {
  padding: 0 7px;
  line-height: 22px !important;
}
.btn-square {
  border-radius: 10px;
}
.btn-icon-only {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tag {
  text-align: center;
  margin-right: 0;
}
.ant-tag.status-tag-pending {
  color: #FF6600;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 102, 0, 0.1);
}
.ant-tag.status-tag-active {
  color: #10BDA8;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(16, 189, 168, 0.1);
}
.ant-tag.status-tag-rejected {
  color: #FF3B49;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(255, 59, 73, 0.1);
}
.ant-tag.status-tag-processing {
  color: var(--brand-info);
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: hsla(var(--brand-info-h), var(--brand-info-s), var(--brand-info-l), 0.1);
}
.ant-tag.status-tag-terminated {
  color: #6A7584;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(106, 117, 132, 0.1);
}
.ant-tag.tag-profit, .ant-tag.tag-loss {
  min-width: 76px;
}
.ant-tag.exchange-tag-sgx {
  color: #67B2DD;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(103, 178, 221, 0.1);
}
.ant-tag.exchange-tag-hkex {
  color: #A3B958;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(163, 185, 88, 0.1);
}
.ant-tag.exchange-tag-us {
  color: #F48B85;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(244, 139, 133, 0.1);
}
.ant-tag.exchange-tag-bursa {
  color: #687ABC;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(104, 122, 188, 0.1);
}
.ant-tag.exchange-tag-szse {
  color: #F87F18;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(248, 127, 24, 0.1);
}
.ant-tag.exchange-tag-lse {
  color: #1E3AAF;
  border: none;
  border-radius: 100px;
  padding: 2px 11px;
  background: rgba(30, 58, 175, 0.1);
}
.product-exchange-tag-wrapper {
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--font-size-xs);
  line-height: 1.4;
}
.product-exchange-tag-wrapper.stock-sgx .left {
  color: #fff;
  display: inline-block;
  background-color: #3F42B5;
  border: 1px solid #3F42B5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-sgx .right {
  color: #67B2DD;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #67B2DD;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-hkex .left {
  color: #fff;
  display: inline-block;
  background-color: #3F42B5;
  border: 1px solid #3F42B5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-hkex .right {
  color: #A3B958;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #A3B958;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-us .left {
  color: #fff;
  display: inline-block;
  background-color: #3F42B5;
  border: 1px solid #3F42B5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-us .right {
  color: #F48B85;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #F48B85;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-bursa .left {
  color: #fff;
  display: inline-block;
  background-color: #3F42B5;
  border: 1px solid #3F42B5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-bursa .right {
  color: #687ABC;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #687ABC;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-szse .left {
  color: #fff;
  display: inline-block;
  background-color: #3F42B5;
  border: 1px solid #3F42B5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-szse .right {
  color: #F87F18;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #F87F18;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-lse .left {
  color: #fff;
  display: inline-block;
  background-color: #3F42B5;
  border: 1px solid #3F42B5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.stock-lse .right {
  color: #1E3AAF;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #1E3AAF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-sgx .left {
  color: #fff;
  display: inline-block;
  background-color: #61c1c5;
  border: 1px solid #61c1c5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-sgx .right {
  color: #67B2DD;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #67B2DD;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-hkex .left {
  color: #fff;
  display: inline-block;
  background-color: #61c1c5;
  border: 1px solid #61c1c5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-hkex .right {
  color: #A3B958;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #A3B958;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-us .left {
  color: #fff;
  display: inline-block;
  background-color: #61c1c5;
  border: 1px solid #61c1c5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-us .right {
  color: #F48B85;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #F48B85;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-bursa .left {
  color: #fff;
  display: inline-block;
  background-color: #61c1c5;
  border: 1px solid #61c1c5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-bursa .right {
  color: #687ABC;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #687ABC;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-szse .left {
  color: #fff;
  display: inline-block;
  background-color: #61c1c5;
  border: 1px solid #61c1c5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-szse .right {
  color: #F87F18;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #F87F18;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-lse .left {
  color: #fff;
  display: inline-block;
  background-color: #61c1c5;
  border: 1px solid #61c1c5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 6px;
}
.product-exchange-tag-wrapper.etf-lse .right {
  color: #1E3AAF;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #1E3AAF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  padding: 2px 6px;
}
table .ant-tag {
  margin: 0;
}
.word-wrap {
  max-width: 200%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  white-space: pre-line;
  word-break: break-all;
  text-align: left;
}
.ant-radio-group .ant-radio-wrapper {
  font-size: var(--font-size-sm);
  height: 100%;
}
.ant-radio-group .ant-radio-wrapper span {
  display: inline-block;
  vertical-align: middle;
}
.ant-radio-wrapper-disabled span {
  color: #6A7584;
}
.ant-radio-inner {
  border: 1px solid var(--brand-primary);
}
.ant-radio-checked .ant-radio-inner {
  border: 2px solid var(--brand-primary);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #fff;
}
.d-block-radio .ant-radio-wrapper {
  white-space: normal;
  display: block;
  margin-bottom: 10px;
}
.d-block-radio.d-flex.flex-wrap .ant-radio-wrapper {
  display: flex;
}
.d-flex-radio .ant-radio-group, .d-flex-radio.ant-radio-group {
  display: flex;
}
.stock-action-radio-btn.ant-radio-group-solid {
  background-color: #f0f0f0;
  border-radius: 20px;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper {
  border-radius: 20px;
  border: none;
  line-height: 36px;
  background-color: #f0f0f0;
  color: #6A7584;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper:not(:first-child) {
  border-left: none;
  box-shadow: none;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: transparent !important;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  border-radius: 20px;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: white;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-buy {
  transition: all 0.4s ease-in-out;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-buy.ant-radio-button-wrapper-checked {
  background-color: #10BDA8;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-buy:not(.ant-radio-button-wrapper-checked):hover, .stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-buy:not(.ant-radio-button-wrapper-checked):focus {
  color: #10BDA8;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-sell {
  transition: all 0.4s ease-in-out;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-sell.ant-radio-button-wrapper-checked {
  background-color: #FF3B49;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-sell:not(.ant-radio-button-wrapper-checked):hover, .stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.radio-sell:not(.ant-radio-button-wrapper-checked):focus {
  color: #FF3B49;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-disabled {
  color: white;
  background-color: #EBEDF0;
}
.stock-action-radio-btn.ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  background-color: #CBD0D7 !important;
}
.stock-action-radio-btn.ant-radio-group-solid.w-full {
  display: flex;
}
.stock-action-radio-btn.ant-radio-group-solid.w-full .ant-radio-button-wrapper {
  text-align: center;
  flex-grow: 1;
}
.anticon {
  font-size: var(--font-size-base);
}
.anticon.anticon-file-pdf {
  color: #ED2224;
}
.anticon.anticon.anticon-download {
  font-size: 16px;
}
ul.ant-pagination.ant-table-pagination {
  margin-top: 0;
}
ul.ant-pagination.ant-table-pagination li.ant-pagination-item {
  background-color: var(--brand-primary);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: none;
}
ul.ant-pagination.ant-table-pagination li.ant-pagination-item.ant-pagination-item-active a {
  color: #fff;
}
ul.ant-pagination.ant-table-pagination li.ant-pagination-item a {
  color: #111418;
}
ul.ant-pagination.ant-table-pagination .anticon-left {
  margin-right: 14px;
  margin-left: 14px;
}
ul.ant-pagination.ant-table-pagination .anticon-right {
  margin-right: 14px;
  margin-left: 14px;
}
.ant-card {
  color: #111418;
  font-size: var(--font-size-base);
  line-height: 1.4;
  margin-bottom: 0;
  border: 1px solid #EBEDF0;
}
@media only screen and (max-width: 992px) {
  .ant-card {
    font-size: 15px;
  }
}
.ant-card.body-bg {
  box-shadow: unset !important;
}
.ant-tooltip {
  min-width: none;
  max-width: 316px;
}
.ant-tooltip .ant-tooltip-inner {
  font-size: var(--font-size-sm);
  max-width: 480px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
@media only screen and (max-width: 767px) {
  .ant-tooltip .ant-tooltip-inner {
    max-width: 300px;
  }
}
.ant-tooltip .ant-tooltip-inner ol, .ant-tooltip .ant-tooltip-inner ul {
  padding-left: 20px;
}
.ant-tooltip .ant-tooltip-inner p {
  margin-bottom: 5px;
}
.ant-checkbox-inner {
  border-radius: 5px;
  border: 1px solid var(--brand-primary);
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  margin: 1px 0 0 1px;
}
.d-block-checkbox > .ant-checkbox-wrapper {
  white-space: normal;
  display: block;
  margin-bottom: 10px;
}
.d-block-checkbox > .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.d-fill-checkbox > .ant-checkbox-wrapper {
  padding-right: 48px;
}
.ant-drawer-header {
  padding: 16px 24px 0;
  border-bottom: none;
}
.vertical-center-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-center-modal .ant-modal {
  top: 0;
}
.ant-modal-footer {
  position: relative;
}
.ant-modal-body {
  font-size: var(--font-size-base);
}
@media only screen and (max-width: 992px) {
  .ant-modal-body {
    font-size: 15px;
  }
}
@media only screen and (max-height: 600px) {
  .long-warning .ant-modal {
    max-height: 520px;
  }
}
@media (min-height: 601px) and (max-height: 730px) {
  .long-warning .ant-modal {
    max-height: 600px;
  }
}
.ant-form-item {
  margin-bottom: 0;
}
.ant-form-item.ant-form-item-icon-none .ant-form-item-children-icon {
  display: none;
}
.has-error .ant-form-explain {
  color: #FF3B49;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  top: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  border: none;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab.ant-tabs-tab-active {
  background-color: var(--brand-primary);
}
.ant-tabs {
  padding: 1px 0;
}
.ant-tabs-line .ant-tabs-nav-container {
  border-bottom: 1px solid #CBD0D7;
}
.ant-tabs-line .ant-tabs-nav-container .ant-tabs-nav-wrap {
  margin-bottom: -3px;
}
.ant-tabs-line .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  text-align: center;
}
.ant-tabs-line .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab-active {
  color: var(--brand-theme);
}
.ant-tabs-line .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
  background-color: var(--brand-theme);
}
@media only screen and (max-width: 992px) {
  .ant-tabs-line .ant-tabs-nav-container .ant-tabs-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .ant-tabs-line .ant-tabs-nav-container .ant-tabs-tab-next.ant-tabs-tab-arrow-show {
    width: 1.3rem;
  }
  .ant-tabs-line .ant-tabs-nav-container .ant-tabs-tab-prev.ant-tabs-tab-arrow-show {
    width: 1.3rem;
  }
  .ant-tabs-line .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.tab-full .ant-tabs-nav {
  display: block;
}
.tab-full .ant-tabs-nav > div:first-child {
  display: flex;
}
.tab-full .ant-tabs-nav .ant-tabs-tab {
  flex-grow: 1;
  text-align: center;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #f0f0f0;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #EBEDF0;
}
.ant-select-dropdown-menu-item-group-title {
  max-height: 32px;
  height: auto;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 12px;
}
.ant-select-dropdown-menu-item {
  font-size: var(--font-size-sm)-1;
}
.ant-select-dropdown-menu-item no-record .my-4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ant-select-dropdown-menu-item no-record svg {
  padding-bottom: 20px;
  width: 200px;
}
.ant-select-dropdown-menu-item no-record .no-record-img-wrapper {
  height: 200px;
}
.ant-select-dropdown-menu-item no-record .no-record-img-wrapper.mb-3 {
  margin-bottom: 0 !important;
}
.ant-select-dropdown-menu-item no-record .no-records-text {
  margin-top: 0;
  margin-bottom: 0;
}
.text-wrap .ant-select-dropdown-menu-item {
  white-space: normal;
}
.ant-select.ant-select-disabled .ant-select-selection {
  background: #f0f0f0;
  border-color: #d9d9d9;
}
.ant-select.ant-select-disabled .ant-select-selection .ant-select-selection__placeholder {
  background: #f0f0f0;
}
.ant-select.ant-select-disabled .ant-select-selection .ant-select-selection__placeholder:before {
  background: #f0f0f0;
}
.ant-select .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 26px;
}
.ant-select .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 26px;
  line-height: 22px;
  margin-top: 6px;
}
.ant-select .ant-select-selection--multiple .ant-select-selection__choice {
  margin-right: 6px;
  padding: 0 20px 0 8px;
  border-radius: 5px;
  background-color: #EBEDF0;
  border: 1px solid #CBD0D7;
}
.ant-select .ant-select-selection--multiple .ant-select-selection__choice__remove .anticon {
  font-size: 12px;
  line-height: inherit;
}
.ant-select .ant-select-arrow-icon {
  font-size: var(--font-size-sm);
}
.ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected {
  background-color: #f0f0f0;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #f0f0f0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon {
  color: var(--brand-info);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: transparent !important;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header {
  display: block;
  background: #fff;
  line-height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header .ant-select-dropdown-header-title {
  display: inline-block;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header .ant-select-dropdown-header-content-ext {
  float: right;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header .ant-select-dropdown-header-icon {
  padding: 0 12px;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-header + div .ant-select-dropdown-menu {
  margin-top: 50px;
}
.ant-select-dropdown-backdrop .ant-select-dropdown-menu-item {
  border-bottom: unset;
}
.has-error .ant-select .ant-select-selection {
  border-color: #FF6600;
}
.has-error .ant-select-arrow {
  color: #FF6600;
}
.has-error .ant-select-open .ant-select-selection:not([disabled]) {
  box-shadow: 0px 0px 5px 0 #FF6600;
}
.has-error .ant-select-label-placeholder .ant-select-open .ant-select-placeholder-block {
  color: #FF6600;
}
.has-error .ant-select-label-placeholder .ant-select-selection:hover .ant-select-placeholder-none, .has-error .ant-select-label-placeholder .ant-select-selection:focus .ant-select-placeholder-none {
  color: #FF6600;
}
.has-error .ant-select-selection__placeholder {
  color: #FF6600;
}
ui-select > .ant-select-selection--multiple > .ant-select-selection__rendered > input[type=text] {
  display: none;
}
@media only screen and (max-width: 767px) {
  ui-select > .ant-select-selection > .ant-select-selection__rendered > .ant-select-search .ant-select-search__field {
    caret-color: transparent;
  }
}
.ui-select-wrapper {
  display: block;
  position: relative;
}
.ui-select-wrapper.ui-select-with-prefix .ui-select-prefix-icon {
  position: absolute;
  left: 16px;
  z-index: 1;
  margin-top: 8px;
}
.ui-select-wrapper.ui-select-with-prefix .ui-select-prefix-icon.mobile {
  margin-top: 12px;
}
.ui-select-wrapper.ui-select-with-prefix .ant-select-selection__placeholder {
  left: 28px;
}
.ant-popover-inner {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: var(--brand-accent-1);
}
.progress-description {
  position: absolute;
  font-size: var(--font-size-xs);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  margin-top: 2px;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item,
.ant-steps-small:not(.ant-steps-vertical) .ant-steps-item {
  overflow: unset;
}
.ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item,
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 0;
}
.ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail,
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: block;
}
.ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail::after,
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail::after {
  height: 3px;
}
.ant-steps .step-item-title,
.ant-steps-small .step-item-title {
  text-align: center;
  white-space: normal;
  position: absolute;
  line-height: 1.2;
}
.ant-steps:not(.ant-steps-small) .ant-steps-item-title {
  font-size: var(--font-size-sm);
}
.ant-steps:not(.ant-steps-small):not(.ant-steps-vertical) .ant-steps-item {
  padding-top: 23px;
}
.ant-steps:not(.ant-steps-small).ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  top: 38px;
  left: 22px;
}
.ant-steps:not(.ant-steps-small).ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  margin-left: 46px;
}
.ant-steps:not(.ant-steps-small).ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 46px;
}
.ant-steps:not(.ant-steps-small).ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .step-item-title {
  padding-left: 22px;
}
.ant-steps:not(.ant-steps-small) .step-item-title {
  width: 150px;
  left: 68%;
  top: -110%;
  -webkit-transform: translate(-68%, -110%);
          transform: translate(-68%, -110%);
}
.ant-steps-small .ant-steps-item-icon .anticon {
  font-size: var(--font-size-xs);
}
.ant-steps-small .ant-steps-item-title {
  font-size: var(--font-size-xs);
}
.ant-steps-small:not(.ant-steps-vertical) .ant-steps-item {
  padding-top: 15px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  top: 25px;
  left: 16px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  margin-left: 50px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 50px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .step-item-title {
  padding-right: 12px;
}
.ant-steps-small .step-item-title {
  width: 125px;
  left: -55%;
  top: -113%;
  -webkit-transform: translate(-55%, -113%);
          transform: translate(-55%, -113%);
}
.ant-steps-item-finish > .ant-steps-item-tail::after {
  background-color: var(--brand-theme) !important;
}
.ant-steps-item-finish > .ant-steps-item-icon {
  border-color: var(--brand-theme);
  background-color: var(--brand-theme);
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title {
  color: var(--brand-theme);
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: var(--brand-theme);
}
.ant-steps-item-finish-body-color > .ant-steps-item-content > .ant-steps-item-title {
  color: #111418;
}
.ant-steps-item-finish-body-color > .ant-steps-item-content > .ant-steps-item-title::after {
  background: #111418 !important;
  height: 1px;
}
.ant-steps-item-finish-body-color .ant-steps-item-icon {
  background-color: #111418;
}
.ant-steps-item-finish-body-color .ant-steps-item-tail::after {
  background: #111418 !important;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  font-weight: 400;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #CBD0D7;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-icon {
  margin-right: 0;
}
.ant-steps .ant-steps-item-title::after,
.ant-steps-small .ant-steps-item-title::after {
  display: none;
  top: 10px;
  left: 0;
  height: 3px;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.dashboard-steps .ant-steps-item-icon {
  background-color: transparent;
}
.dashboard-steps .ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 8px;
  height: 8px;
}
.dashboard-steps.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: var(--brand-primary);
}
.dashboard-steps.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: var(--brand-primary) !important;
}
.dashboard-steps .ant-steps-item-tail::after {
  background-color: var(--brand-primary);
}
.dashboard-steps .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: var(--brand-primary);
}
@media (max-width: 575px) {
  .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
    padding-top: 0;
  }
  .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
    margin-right: 5px;
  }
  .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
    margin-left: 5px;
  }
  .ant-steps-small .step-item-title {
    display: none;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: flex;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: inline-block;
    overflow: hidden;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: unset;
    margin-right: 0;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: inline-block;
    min-height: unset;
    overflow: unset;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
    padding-right: 12px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail::after {
    display: none;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
    display: unset;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title::after {
    display: block;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-collapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header {
  font-size: 16px;
  font-weight: 600;
}
.ant-collapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
  right: 16px !important;
  left: unset;
}
.ant-collapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content {
  font-size: 14px;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 10px 10px;
}
.ant-alert .anticon {
  top: 20px;
  font-size: 30px;
  margin-top: 0;
}
.ant-message-notice .anticon {
  display: none;
}
.ant-message-notice .ant-message-notice-content {
  border-radius: 5px;
}
.ant-message-notice .msg-template-service .anticon {
  display: block;
}
.ant-message-notice .msg-template-service .anticon svg {
  width: 24px;
  height: 24px;
}
nz-slider .ant-slider {
  margin-right: 20px;
}
.ant-slider-handle {
  background: var(--brand-primary);
}
.ant-slider-mark .ant-slider-mark-text {
  color: #6A7584;
  width: unset !important;
  margin-left: unset !important;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, 0px, 0px);
          transform: translate3d(-50%, 0px, 0px);
}
.range-slider-with-input .ant-input-number {
  width: 100%;
}
.risk-rating .ant-slider-handle {
  background: #CBD0D7;
  border: 2px solid #fff;
  width: 2.2rem;
  height: 2.2rem;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.085);
}
.risk-rating .ant-slider-track {
  background-color: unset;
}
.risk-rating .ant-slider:hover .ant-slider-track {
  background-color: unset;
}
.risk-rating .ant-slider-rail {
  background-image: linear-gradient(to right, #30d4a5, #53d18c, #70ce72, #8bc958, #a4c240, #b7b82c, #caad1d, #dba116, #e98f1c, #f47c2b, #fb673c, #ff514e);
  height: 1.5rem;
  width: calc(100% + 20px);
  border-radius: 20px;
}
.risk-rating .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: white;
}
.ant-notification-notice {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08) !important;
}
.ant-notification-notice.bg-footer {
  color: #fff;
}
.ant-notification-notice.bg-footer .ant-notification-notice-message {
  color: #fff;
}
.ant-notification-notice.bg-footer .ant-notification-notice-close {
  color: #fff;
}
.ant-notification-notice.bg-footer a {
  color: #fff;
  text-decoration: underline;
}
.ant-tree li {
  padding: 8px 10px;
  white-space: initial;
}
.ant-tree li span .ant-tree-title {
  font-weight: bold;
  line-height: 1.7;
}
.ant-tree .ant-alert {
  padding: 15px 20px 15px 60px;
  margin-top: 10px;
  white-space: initial;
  overflow: hidden;
  text-overflow: clip;
}
.ant-tree .ant-alert .anticon {
  top: 50%;
  margin-top: -13px;
  font-size: 25px;
}
.ant-tree .ant-alert .ant-alert-message ul {
  list-style: square !important;
}
.ant-tree .ant-alert .ant-alert-message ul li:not(:last-child)::before {
  border-left: 0px;
}
.ant-tree.ant-tree-show-line nz-tree-node:not(:last-child) > li::before {
  left: 22px;
}
.template-tree-style .tree-block {
  float: left;
  width: 80%;
}
.template-tree-style .ant-tree-switcher {
  float: left;
}
.ant-list-item-meta-avatar {
  margin-right: 10px;
}
.ant-list-split .ant-list-item:not(:first-child) {
  margin-top: 0.8rem;
}
.ant-carousel .slick-slider .slick-list,
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-initialized .slick-slide {
  height: auto !important;
}
.ant-carousel {
  border-radius: 10px;
}
.carousel-next-btn,
.carousel-prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}
.carousel-next-btn .anticon,
.carousel-prev-btn .anticon {
  font-size: var(--font-size-lg);
}
.carousel-prev-btn {
  left: 4%;
}
.carousel-next-btn {
  right: 4%;
}
.bg-image-text {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.ant-menu-dark .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after {
  background: #fff;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before, .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .ant-drawer-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ant-drawer-body {
    padding: 24px 20px;
  }
}
#mobile .ant-tabs.ant-tabs-card .ant-tabs-card-bar {
  border: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
#mobile .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 35px;
}
#mobile .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 35px;
  margin-right: 0;
  padding: 0 15px;
  line-height: 33px;
  background: #fff;
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
  border-radius: 0;
  font-size: var(--font-size-sm);
}
#mobile .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:first-child {
  border-radius: 5px 0 0 5px;
}
#mobile .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:last-child {
  border-radius: 0 5px 5px 0;
}
#mobile .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:only-child {
  border-radius: 5px;
}
#mobile .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #fff;
  background: var(--brand-primary);
}
@media only screen and (max-width: 992px) {
  .ant-tabs-nav {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ant-tabs-nav > div {
    display: flex;
  }
  .ant-tabs-nav .ant-tabs-tab {
    flex-grow: 1;
  }

  .ant-tabs-nav-container-scrolling .ant-tabs-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .ant-table-body {
    max-width: 100%;
    overflow: auto;
    z-index: 1;
    position: relative;
  }

  .ant-pagination-simple {
    margin-top: 0;
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
  .ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next,
.ant-pagination-simple .ant-pagination-simple-pager {
    height: 40px !important;
    line-height: 20px !important;
  }
  .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-simple-pager .ant-pagination-item-link {
    height: 40px !important;
    font-size: var(--font-size-lg);
    padding: 10px;
    background: #EBEDF0;
    border: 1px solid #CBD0D7;
  }
  .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link .anticon,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link .anticon,
.ant-pagination-simple .ant-pagination-simple-pager .ant-pagination-item-link .anticon {
    vertical-align: 0;
  }
  .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:hover,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:hover,
.ant-pagination-simple .ant-pagination-simple-pager .ant-pagination-item-link:hover {
    background: #6A7584;
  }
}
@media print {
  .mobile-btn-wrapper {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-btn-wrapper {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    display: flex;
    box-shadow: 0px -3px 3px 0 rgba(0, 0, 0, 0.085);
    z-index: 990;
  }
  .mobile-btn-wrapper button.ant-btn,
.mobile-btn-wrapper .uic-table-action-button button,
.uic-table-action-button .mobile-btn-wrapper button {
    margin-bottom: 0;
    flex-grow: 1;
    padding: 0 10px;
    margin: 0 3px;
    line-height: 39px;
    height: 45px;
    border-radius: 100px;
  }
  .mobile-btn-wrapper button.ant-btn.mobile-btn-wider,
.mobile-btn-wrapper .uic-table-action-button button.mobile-btn-wider,
.uic-table-action-button .mobile-btn-wrapper button.mobile-btn-wider {
    flex-grow: 2;
  }
  .mobile-btn-wrapper button.ant-btn:last-child,
.mobile-btn-wrapper .uic-table-action-button button:last-child,
.uic-table-action-button .mobile-btn-wrapper button:last-child {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  button.ant-btn-sm .anticon {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}
@media only screen and (max-width: 992px) {
  .uic-card > .ant-card {
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.08) !important;
  }
  .uic-card > .ant-card > .ant-card-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  uic-main-content.border-top uic-card .ant-card {
    border-top: 1px solid #CBD0D7;
  }
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 15px;
  }

  .h1,
h1 {
    font-size: 31px;
  }

  .h2,
h2 {
    font-size: 27px;
  }

  .h3,
h3 {
    font-size: 20px;
  }

  .h4,
h4 {
    font-size: 18px;
  }

  .h5,
h5 {
    font-size: 16px;
  }

  .h6,
h6 {
    font-size: 14px;
  }

  .text-xs {
    font-size: 14px !important;
  }

  .text-sm {
    font-size: 15px !important;
  }

  .text-base {
    font-size: 15px !important;
  }

  .text-md {
    font-size: 18px !important;
  }

  .text-lg {
    font-size: 20px !important;
  }

  .text-xl {
    font-size: 27px !important;
  }

  .text-xxl {
    font-size: 31px !important;
  }

  small {
    font-size: 15px;
  }

  micro {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .text-lg-xs {
    font-size: var(--font-size-xs) !important;
  }

  .text-lg-sm {
    font-size: var(--font-size-sm) !important;
  }

  .text-lg-base {
    font-size: var(--font-size-base) !important;
  }

  .text-lg-md {
    font-size: var(--font-size-md) !important;
  }

  .text-lg-lg {
    font-size: var(--font-size-lg) !important;
  }

  .text-lg-xl {
    font-size: var(--font-size-xl) !important;
  }

  .text-lg-xxl {
    font-size: var(--font-size-xxl) !important;
  }
}
@media only screen and (max-width: 992px) {
  .ant-table-pagination.ant-pagination-simple .ant-pagination-prev {
    float: left;
  }
  .ant-table-pagination.ant-pagination-simple .ant-pagination-next {
    float: right;
  }
  .ant-table-pagination.ant-pagination-simple .ant-pagination-disabled .ant-pagination-item-link {
    color: #CBD0D7;
    background-color: #f0f0f0;
  }
  .ant-table-pagination.ant-pagination-simple .ant-pagination-disabled .ant-pagination-item-link:hover {
    background-color: #f0f0f0;
  }
  .ant-table-pagination.ant-pagination-simple .ant-pagination-item-link {
    background-color: #fff;
  }
  .ant-table-pagination.ant-pagination-simple .ant-pagination-item-link:hover {
    background-color: #fff;
  }
}
@media only screen and (max-width: 992px) {
  .ant-notification-topRight {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .ant-input,
.ant-input-sm {
    height: 45px;
  }

  .ant-input-prefix .ant-label-placeholder,
.ant-input-wrapper .ant-label-placeholder {
    top: calc(45px/2 - 1.5*var(--font-size-xs)/2);
  }
}
@media only screen and (max-width: 992px) {
  .ant-select .ant-select-selection {
    height: 45px;
  }
  .ant-select .ant-select-selection .ant-select-selection__rendered, .ant-select .ant-select-selection .ant-select-selection-selected-value {
    line-height: 42px;
  }

  .fa-edit-wrap-feee-drawer-select > .ant-select-selection {
    height: auto;
  }

  .ant-select-auto-height > .ant-select-selection {
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .ant-carousel {
    border-radius: 0;
  }
}
.am-tabs-default-bar {
  background-color: var(--brand-theme) !important;
}
a.prevent-router-link {
  pointer-events: none;
  cursor: default;
}
.col-vertical-center {
  display: flex;
  align-items: center;
}
.img-fluid svg {
  width: 100%;
}
.overlay {
  position: relative;
  transition: all 1s;
}
.overlay-exclude {
  position: relative;
  z-index: 10;
}
.bg-cover {
  background-size: cover;
}
.border-bottom-dotted {
  border: 1px dotted #111418;
}
.border-top-black {
  border-top: 1px solid #000;
}
.text-transform-none {
  text-transform: none !important;
}
.overlay:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: 5;
}
.rounded-sm {
  border-radius: 5px !important;
}
.link-style:hover {
  text-decoration: underline;
}
.vertical-checkbox .ant-checkbox-wrapper {
  margin-bottom: 8px;
}
.font-weight-600 {
  font-weight: 600;
}
input[type=number]::-webkit-inner-spin-button.hide-spinner,
input[type=number]::-webkit-outer-spin-button.hide-spinner {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].hide-spinner {
  -moz-appearance: textfield;
}
label.side-input {
  display: inline-block;
  margin: 6px 0;
  font-size: var(--font-size-base);
}
label.side-input.side-input-l {
  margin-left: 32px;
}
@media only screen and (max-width: 992px) {
  label.side-input.side-input-l {
    margin-left: 0;
  }
}
.el-gap {
  margin: 10px;
}
.el-gap-t {
  margin-top: 10px;
}
.el-gap-r {
  margin-right: 10px;
}
.el-gap-l {
  margin-left: 10px;
}
.el-gap-b {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .el-lg-gap {
    margin: 10px;
  }

  .el-lg-gap-t {
    margin-top: 10px;
  }

  .el-lg-gap-r {
    margin-right: 10px;
  }

  .el-lg-gap-l {
    margin-left: 10px;
  }

  .el-lg-gap-b {
    margin-bottom: 10px;
  }

  .mb-nz-lg-0 {
    margin-bottom: 0 !important;
  }
}
.co-gap {
  margin: 14px;
}
.co-gap-t {
  margin-top: 14px;
}
.co-gap-r {
  margin-right: 14px;
}
.co-gap-l {
  margin-left: 14px;
}
.co-gap-b {
  margin-bottom: 14px;
}
.co-gap-b.ant-input {
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) {
  .co-lg-gap {
    margin: 14px;
  }

  .co-lg-gap-t {
    margin-top: 14px;
  }

  .co-lg-gap-r {
    margin-right: 14px;
  }

  .co-lg-gap-l {
    margin-left: 14px;
  }

  .co-lg-gap-b {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 767px) {
  .co-md-gap {
    margin: 14px;
  }

  .co-md-gap-t {
    margin-top: 14px;
  }

  .co-md-gap-r {
    margin-right: 14px;
  }

  .co-md-gap-l {
    margin-left: 14px;
  }

  .co-md-gap-b {
    margin-bottom: 14px;
  }
}
.el-p {
  padding: 14px;
}
.el-pt {
  padding-top: 14px;
}
.el-pr {
  padding-right: 14px;
}
.el-pl {
  padding-left: 14px;
}
.el-pb {
  padding-bottom: 14px;
}
.co-p {
  padding: 14px;
}
.co-pt {
  padding-top: 14px;
}
.co-pr {
  padding-right: 14px;
}
.co-pl {
  padding-left: 14px;
}
.co-pb {
  padding-bottom: 14px;
}
.co-gap-b-w {
  margin-bottom: 30px;
}
.co-gap-t-w {
  margin-top: 30px;
}
.co-gap-r-w {
  margin-right: 30px;
}
.co-gap-l-w {
  margin-left: 30px;
}
.w-20px {
  width: 20px;
}
.min-w-20px {
  min-width: 20px;
}
.max-w-20px {
  max-width: 20px;
}
@media only screen and (min-width: 992px) {
  .w-lg-20px {
    width: 20px;
  }
}
.mw-20px {
  max-width: 20px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-20px {
    max-width: 20px;
  }
}
.w-25px {
  width: 25px;
}
.min-w-25px {
  min-width: 25px;
}
.max-w-25px {
  max-width: 25px;
}
@media only screen and (min-width: 992px) {
  .w-lg-25px {
    width: 25px;
  }
}
.mw-25px {
  max-width: 25px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-25px {
    max-width: 25px;
  }
}
.w-40px {
  width: 40px;
}
.min-w-40px {
  min-width: 40px;
}
.max-w-40px {
  max-width: 40px;
}
@media only screen and (min-width: 992px) {
  .w-lg-40px {
    width: 40px;
  }
}
.mw-40px {
  max-width: 40px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-40px {
    max-width: 40px;
  }
}
.w-60px {
  width: 60px;
}
.min-w-60px {
  min-width: 60px;
}
.max-w-60px {
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .w-lg-60px {
    width: 60px;
  }
}
.mw-60px {
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-60px {
    max-width: 60px;
  }
}
.w-80px {
  width: 80px;
}
.min-w-80px {
  min-width: 80px;
}
.max-w-80px {
  max-width: 80px;
}
@media only screen and (min-width: 992px) {
  .w-lg-80px {
    width: 80px;
  }
}
.mw-80px {
  max-width: 80px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-80px {
    max-width: 80px;
  }
}
.w-100px {
  width: 100px;
}
.min-w-100px {
  min-width: 100px;
}
.max-w-100px {
  max-width: 100px;
}
@media only screen and (min-width: 992px) {
  .w-lg-100px {
    width: 100px;
  }
}
.mw-100px {
  max-width: 100px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-100px {
    max-width: 100px;
  }
}
.w-120px {
  width: 120px;
}
.min-w-120px {
  min-width: 120px;
}
.max-w-120px {
  max-width: 120px;
}
@media only screen and (min-width: 992px) {
  .w-lg-120px {
    width: 120px;
  }
}
.mw-120px {
  max-width: 120px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-120px {
    max-width: 120px;
  }
}
.w-140px {
  width: 140px;
}
.min-w-140px {
  min-width: 140px;
}
.max-w-140px {
  max-width: 140px;
}
@media only screen and (min-width: 992px) {
  .w-lg-140px {
    width: 140px;
  }
}
.mw-140px {
  max-width: 140px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-140px {
    max-width: 140px;
  }
}
.w-160px {
  width: 160px;
}
.min-w-160px {
  min-width: 160px;
}
.max-w-160px {
  max-width: 160px;
}
@media only screen and (min-width: 992px) {
  .w-lg-160px {
    width: 160px;
  }
}
.mw-160px {
  max-width: 160px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-160px {
    max-width: 160px;
  }
}
.w-180px {
  width: 180px;
}
.min-w-180px {
  min-width: 180px;
}
.max-w-180px {
  max-width: 180px;
}
@media only screen and (min-width: 992px) {
  .w-lg-180px {
    width: 180px;
  }
}
.mw-180px {
  max-width: 180px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-180px {
    max-width: 180px;
  }
}
.w-200px {
  width: 200px;
}
.min-w-200px {
  min-width: 200px;
}
.max-w-200px {
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .w-lg-200px {
    width: 200px;
  }
}
.mw-200px {
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-200px {
    max-width: 200px;
  }
}
.w-220px {
  width: 220px;
}
.min-w-220px {
  min-width: 220px;
}
.max-w-220px {
  max-width: 220px;
}
@media only screen and (min-width: 992px) {
  .w-lg-220px {
    width: 220px;
  }
}
.mw-220px {
  max-width: 220px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-220px {
    max-width: 220px;
  }
}
.w-240px {
  width: 240px;
}
.min-w-240px {
  min-width: 240px;
}
.max-w-240px {
  max-width: 240px;
}
@media only screen and (min-width: 992px) {
  .w-lg-240px {
    width: 240px;
  }
}
.mw-240px {
  max-width: 240px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-240px {
    max-width: 240px;
  }
}
.w-260px {
  width: 260px;
}
.min-w-260px {
  min-width: 260px;
}
.max-w-260px {
  max-width: 260px;
}
@media only screen and (min-width: 992px) {
  .w-lg-260px {
    width: 260px;
  }
}
.mw-260px {
  max-width: 260px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-260px {
    max-width: 260px;
  }
}
.w-280px {
  width: 280px;
}
.min-w-280px {
  min-width: 280px;
}
.max-w-280px {
  max-width: 280px;
}
@media only screen and (min-width: 992px) {
  .w-lg-280px {
    width: 280px;
  }
}
.mw-280px {
  max-width: 280px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-280px {
    max-width: 280px;
  }
}
.w-300px {
  width: 300px;
}
.min-w-300px {
  min-width: 300px;
}
.max-w-300px {
  max-width: 300px;
}
@media only screen and (min-width: 992px) {
  .w-lg-300px {
    width: 300px;
  }
}
.mw-300px {
  max-width: 300px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-300px {
    max-width: 300px;
  }
}
.w-320px {
  width: 320px;
}
.min-w-320px {
  min-width: 320px;
}
.max-w-320px {
  max-width: 320px;
}
@media only screen and (min-width: 992px) {
  .w-lg-320px {
    width: 320px;
  }
}
.mw-320px {
  max-width: 320px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-320px {
    max-width: 320px;
  }
}
.w-340px {
  width: 340px;
}
.min-w-340px {
  min-width: 340px;
}
.max-w-340px {
  max-width: 340px;
}
@media only screen and (min-width: 992px) {
  .w-lg-340px {
    width: 340px;
  }
}
.mw-340px {
  max-width: 340px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-340px {
    max-width: 340px;
  }
}
.w-360px {
  width: 360px;
}
.min-w-360px {
  min-width: 360px;
}
.max-w-360px {
  max-width: 360px;
}
@media only screen and (min-width: 992px) {
  .w-lg-360px {
    width: 360px;
  }
}
.mw-360px {
  max-width: 360px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-360px {
    max-width: 360px;
  }
}
.w-380px {
  width: 380px;
}
.min-w-380px {
  min-width: 380px;
}
.max-w-380px {
  max-width: 380px;
}
@media only screen and (min-width: 992px) {
  .w-lg-380px {
    width: 380px;
  }
}
.mw-380px {
  max-width: 380px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-380px {
    max-width: 380px;
  }
}
.w-400px {
  width: 400px;
}
.min-w-400px {
  min-width: 400px;
}
.max-w-400px {
  max-width: 400px;
}
@media only screen and (min-width: 992px) {
  .w-lg-400px {
    width: 400px;
  }
}
.mw-400px {
  max-width: 400px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-400px {
    max-width: 400px;
  }
}
.w-420px {
  width: 420px;
}
.min-w-420px {
  min-width: 420px;
}
.max-w-420px {
  max-width: 420px;
}
@media only screen and (min-width: 992px) {
  .w-lg-420px {
    width: 420px;
  }
}
.mw-420px {
  max-width: 420px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-420px {
    max-width: 420px;
  }
}
.w-440px {
  width: 440px;
}
.min-w-440px {
  min-width: 440px;
}
.max-w-440px {
  max-width: 440px;
}
@media only screen and (min-width: 992px) {
  .w-lg-440px {
    width: 440px;
  }
}
.mw-440px {
  max-width: 440px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-440px {
    max-width: 440px;
  }
}
.w-460px {
  width: 460px;
}
.min-w-460px {
  min-width: 460px;
}
.max-w-460px {
  max-width: 460px;
}
@media only screen and (min-width: 992px) {
  .w-lg-460px {
    width: 460px;
  }
}
.mw-460px {
  max-width: 460px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-460px {
    max-width: 460px;
  }
}
.w-480px {
  width: 480px;
}
.min-w-480px {
  min-width: 480px;
}
.max-w-480px {
  max-width: 480px;
}
@media only screen and (min-width: 992px) {
  .w-lg-480px {
    width: 480px;
  }
}
.mw-480px {
  max-width: 480px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-480px {
    max-width: 480px;
  }
}
.w-500px {
  width: 500px;
}
.min-w-500px {
  min-width: 500px;
}
.max-w-500px {
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .w-lg-500px {
    width: 500px;
  }
}
.mw-500px {
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-500px {
    max-width: 500px;
  }
}
.w-520px {
  width: 520px;
}
.min-w-520px {
  min-width: 520px;
}
.max-w-520px {
  max-width: 520px;
}
@media only screen and (min-width: 992px) {
  .w-lg-520px {
    width: 520px;
  }
}
.mw-520px {
  max-width: 520px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-520px {
    max-width: 520px;
  }
}
.w-540px {
  width: 540px;
}
.min-w-540px {
  min-width: 540px;
}
.max-w-540px {
  max-width: 540px;
}
@media only screen and (min-width: 992px) {
  .w-lg-540px {
    width: 540px;
  }
}
.mw-540px {
  max-width: 540px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-540px {
    max-width: 540px;
  }
}
.w-560px {
  width: 560px;
}
.min-w-560px {
  min-width: 560px;
}
.max-w-560px {
  max-width: 560px;
}
@media only screen and (min-width: 992px) {
  .w-lg-560px {
    width: 560px;
  }
}
.mw-560px {
  max-width: 560px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-560px {
    max-width: 560px;
  }
}
.w-580px {
  width: 580px;
}
.min-w-580px {
  min-width: 580px;
}
.max-w-580px {
  max-width: 580px;
}
@media only screen and (min-width: 992px) {
  .w-lg-580px {
    width: 580px;
  }
}
.mw-580px {
  max-width: 580px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-580px {
    max-width: 580px;
  }
}
.w-600px {
  width: 600px;
}
.min-w-600px {
  min-width: 600px;
}
.max-w-600px {
  max-width: 600px;
}
@media only screen and (min-width: 992px) {
  .w-lg-600px {
    width: 600px;
  }
}
.mw-600px {
  max-width: 600px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-600px {
    max-width: 600px;
  }
}
.w-620px {
  width: 620px;
}
.min-w-620px {
  min-width: 620px;
}
.max-w-620px {
  max-width: 620px;
}
@media only screen and (min-width: 992px) {
  .w-lg-620px {
    width: 620px;
  }
}
.mw-620px {
  max-width: 620px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-620px {
    max-width: 620px;
  }
}
.w-640px {
  width: 640px;
}
.min-w-640px {
  min-width: 640px;
}
.max-w-640px {
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .w-lg-640px {
    width: 640px;
  }
}
.mw-640px {
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-640px {
    max-width: 640px;
  }
}
.w-660px {
  width: 660px;
}
.min-w-660px {
  min-width: 660px;
}
.max-w-660px {
  max-width: 660px;
}
@media only screen and (min-width: 992px) {
  .w-lg-660px {
    width: 660px;
  }
}
.mw-660px {
  max-width: 660px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-660px {
    max-width: 660px;
  }
}
.w-680px {
  width: 680px;
}
.min-w-680px {
  min-width: 680px;
}
.max-w-680px {
  max-width: 680px;
}
@media only screen and (min-width: 992px) {
  .w-lg-680px {
    width: 680px;
  }
}
.mw-680px {
  max-width: 680px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-680px {
    max-width: 680px;
  }
}
.w-700px {
  width: 700px;
}
.min-w-700px {
  min-width: 700px;
}
.max-w-700px {
  max-width: 700px;
}
@media only screen and (min-width: 992px) {
  .w-lg-700px {
    width: 700px;
  }
}
.mw-700px {
  max-width: 700px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-700px {
    max-width: 700px;
  }
}
.w-720px {
  width: 720px;
}
.min-w-720px {
  min-width: 720px;
}
.max-w-720px {
  max-width: 720px;
}
@media only screen and (min-width: 992px) {
  .w-lg-720px {
    width: 720px;
  }
}
.mw-720px {
  max-width: 720px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-720px {
    max-width: 720px;
  }
}
.w-740px {
  width: 740px;
}
.min-w-740px {
  min-width: 740px;
}
.max-w-740px {
  max-width: 740px;
}
@media only screen and (min-width: 992px) {
  .w-lg-740px {
    width: 740px;
  }
}
.mw-740px {
  max-width: 740px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-740px {
    max-width: 740px;
  }
}
.w-760px {
  width: 760px;
}
.min-w-760px {
  min-width: 760px;
}
.max-w-760px {
  max-width: 760px;
}
@media only screen and (min-width: 992px) {
  .w-lg-760px {
    width: 760px;
  }
}
.mw-760px {
  max-width: 760px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-760px {
    max-width: 760px;
  }
}
.w-780px {
  width: 780px;
}
.min-w-780px {
  min-width: 780px;
}
.max-w-780px {
  max-width: 780px;
}
@media only screen and (min-width: 992px) {
  .w-lg-780px {
    width: 780px;
  }
}
.mw-780px {
  max-width: 780px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-780px {
    max-width: 780px;
  }
}
.w-800px {
  width: 800px;
}
.min-w-800px {
  min-width: 800px;
}
.max-w-800px {
  max-width: 800px;
}
@media only screen and (min-width: 992px) {
  .w-lg-800px {
    width: 800px;
  }
}
.mw-800px {
  max-width: 800px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-800px {
    max-width: 800px;
  }
}
.w-820px {
  width: 820px;
}
.min-w-820px {
  min-width: 820px;
}
.max-w-820px {
  max-width: 820px;
}
@media only screen and (min-width: 992px) {
  .w-lg-820px {
    width: 820px;
  }
}
.mw-820px {
  max-width: 820px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-820px {
    max-width: 820px;
  }
}
.w-840px {
  width: 840px;
}
.min-w-840px {
  min-width: 840px;
}
.max-w-840px {
  max-width: 840px;
}
@media only screen and (min-width: 992px) {
  .w-lg-840px {
    width: 840px;
  }
}
.mw-840px {
  max-width: 840px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-840px {
    max-width: 840px;
  }
}
.w-860px {
  width: 860px;
}
.min-w-860px {
  min-width: 860px;
}
.max-w-860px {
  max-width: 860px;
}
@media only screen and (min-width: 992px) {
  .w-lg-860px {
    width: 860px;
  }
}
.mw-860px {
  max-width: 860px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-860px {
    max-width: 860px;
  }
}
.w-880px {
  width: 880px;
}
.min-w-880px {
  min-width: 880px;
}
.max-w-880px {
  max-width: 880px;
}
@media only screen and (min-width: 992px) {
  .w-lg-880px {
    width: 880px;
  }
}
.mw-880px {
  max-width: 880px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-880px {
    max-width: 880px;
  }
}
.w-900px {
  width: 900px;
}
.min-w-900px {
  min-width: 900px;
}
.max-w-900px {
  max-width: 900px;
}
@media only screen and (min-width: 992px) {
  .w-lg-900px {
    width: 900px;
  }
}
.mw-900px {
  max-width: 900px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-900px {
    max-width: 900px;
  }
}
.w-920px {
  width: 920px;
}
.min-w-920px {
  min-width: 920px;
}
.max-w-920px {
  max-width: 920px;
}
@media only screen and (min-width: 992px) {
  .w-lg-920px {
    width: 920px;
  }
}
.mw-920px {
  max-width: 920px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-920px {
    max-width: 920px;
  }
}
.w-940px {
  width: 940px;
}
.min-w-940px {
  min-width: 940px;
}
.max-w-940px {
  max-width: 940px;
}
@media only screen and (min-width: 992px) {
  .w-lg-940px {
    width: 940px;
  }
}
.mw-940px {
  max-width: 940px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-940px {
    max-width: 940px;
  }
}
.w-960px {
  width: 960px;
}
.min-w-960px {
  min-width: 960px;
}
.max-w-960px {
  max-width: 960px;
}
@media only screen and (min-width: 992px) {
  .w-lg-960px {
    width: 960px;
  }
}
.mw-960px {
  max-width: 960px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-960px {
    max-width: 960px;
  }
}
.w-980px {
  width: 980px;
}
.min-w-980px {
  min-width: 980px;
}
.max-w-980px {
  max-width: 980px;
}
@media only screen and (min-width: 992px) {
  .w-lg-980px {
    width: 980px;
  }
}
.mw-980px {
  max-width: 980px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-980px {
    max-width: 980px;
  }
}
.w-1000px {
  width: 1000px;
}
.min-w-1000px {
  min-width: 1000px;
}
.max-w-1000px {
  max-width: 1000px;
}
@media only screen and (min-width: 992px) {
  .w-lg-1000px {
    width: 1000px;
  }
}
.mw-1000px {
  max-width: 1000px;
}
@media only screen and (min-width: 992px) {
  .mw-lg-1000px {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-20px {
    width: 20px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-40px {
    width: 40px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-60px {
    width: 60px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-80px {
    width: 80px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-100px {
    width: 100px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-110px {
    width: 110px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-120px {
    width: 120px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-130px {
    width: 130px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-140px {
    width: 140px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-150px {
    width: 150px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-160px {
    width: 160px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-170px {
    width: 170px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-180px {
    width: 180px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-190px {
    width: 190px !important;
  }
}
@media only screen and (min-width: 1440px) {
  table .table-w-200px {
    width: 200px !important;
  }
}
.table-default-padding .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr th,
.table-default-padding .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr td {
  padding: 6px 12px !important;
}
.flex-1 {
  flex: 1;
}
@media only screen and (min-width: 576px) {
  .border-left-sm {
    border-left: 1px solid #CBD0D7;
  }
}
@media only screen and (min-width: 768px) {
  .border-left-md {
    border-left: 1px solid #CBD0D7;
  }
}
@media only screen and (min-width: 1025px) {
  .border-left-lg {
    border-left: 1px solid #CBD0D7;
  }
}
@media only screen and (min-width: 1200px) {
  .border-left-xl {
    border-left: 1px solid #CBD0D7;
  }
}
@media only screen and (min-width: 1600px) {
  .border-left-xxl {
    border-left: 1px solid #CBD0D7;
  }
}
.bg-co-hover {
  background-color: #EBEDF0 !important;
}
a.bg-co-hover:hover, a.bg-co-hover:focus {
  opacity: 0.85;
}
.bg-co-active {
  background-color: #f0f0f0 !important;
}
a.bg-co-active:hover, a.bg-co-active:focus {
  opacity: 0.85;
}
.bg-ca {
  background-color: #4F738C !important;
}
a.bg-ca:hover, a.bg-ca:focus {
  opacity: 0.85;
}
.bg-footer {
  background-color: #06223F !important;
}
a.bg-footer:hover, a.bg-footer:focus {
  opacity: 0.85;
}
.bg-selected {
  background-color: hsl(var(--brand-info-h), var(--brand-info-s), calc(var(--brand-info-l) + 60%));
}
.bg-selected a.bg-selected:hover, .bg-selected a.bg-selected:focus {
  opacity: 0.85;
}
.li-indent-0 {
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}
.bg-hover:hover {
  background: #EBEDF0;
}
.bg-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.bsm-logo.bottom-pagination {
  margin-top: -45px;
}
.off-gutter-x {
  margin-left: -24px;
  margin-right: -24px;
}
@media only screen and (max-width: 992px) {
  .ant-card-small .off-gutter-x {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.off-gutter-y {
  margin-top: -24px;
  margin-bottom: -24px;
}
.off-gutter-top {
  margin-top: -24px;
}
.off-gutter-bottom {
  margin-bottom: -24px;
}
.steps-for-display .ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-description {
  color: #111418;
}
.product-bar {
  margin: 0 -25px;
  padding: 15px 25px;
  margin-bottom: 20px;
  background: hsl(var(--brand-info-h), var(--brand-info-s), calc(var(--brand-info-l) + 72%));
}
.tnc-justify {
  text-align: justify;
}
.old-table-style thead th, .old-table-style thead td {
  border: solid 1px #CBD0D7;
}
.old-table-style th, .old-table-style td {
  border: solid 1px #CBD0D7;
  padding: 6px 6px;
}
.line-height-base {
  line-height: 1.4 !important;
}
@media screen and (min-width: 768px) {
  .nz-ml-md-2 {
    margin-left: 0.5rem;
  }
}
.hide-form-children-icon > .ant-form-item-control > .ant-form-item-children > .ant-form-item-children-icon {
  display: none;
}
.checkbox-margin-fix.ant-checkbox-wrapper > .ant-checkbox {
  margin-top: 0;
}
.fix-button-icon-margin.ant-btn > .anticon + span, .uic-table-action-button a.fix-button-icon-margin > .anticon + span,
.uic-table-action-button button.fix-button-icon-margin > .anticon + span {
  margin-left: 0;
}
.ribbon-1 {
  position: absolute;
  background-color: #009688;
  box-shadow: 0 0 0 999px #009688;
  -webkit-clip-path: inset(0 -100%);
          clip-path: inset(0 -100%);
  color: white;
}
.overflow-hidden {
  overflow: hidden;
}
.ribbon-right {
  inset: 0 0 auto auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(29.3%) rotate(45deg);
          transform: translate(29.3%) rotate(45deg);
}
.hover-cursor-pointer:hover {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .m-wrapper, body .container > div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .m-padding-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .m-pointer {
    cursor: pointer;
  }

  .m-w-100 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 980px) {
  .d-mobile-none {
    display: none !important;
  }

  .d-th-tablet-none thead.ant-table-thead {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .d-nz-lg-none {
    display: none !important;
  }

  .d-nz-lg-block {
    display: block !important;
  }

  .d-nz-lg-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-nz-xl-none {
    display: none !important;
  }

  .d-nz-xl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .text-nz-lg-center {
    text-align: center !important;
  }

  .text-nz-lg-left {
    text-align: left !important;
  }

  .m-padding-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#microsite .uic-icon-tooltip-text {
  color: #fff;
}
#microsite .uic-icon-tooltip-text .anticon {
  color: #fff;
}
#microsite .ant-collapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header {
  font-size: 16px;
  font-weight: 600;
}
#microsite .ant-collapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
  right: 16px !important;
  left: unset;
}
#microsite .ant-collapse.ant-collapse-borderless .ant-collapse-item .ant-collapse-content {
  font-size: 14px;
}
#microsite .logo img {
  max-height: 30px !important;
  max-width: 130px;
  margin: 5px 0;
}
#microsite header.is-scrolled .nav-bar {
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#microsite header.is-scrolled .nav-bar li > a {
  color: #000;
  font-weight: 600;
}
#microsite header.is-scrolled .nav-bar li button.outline {
  color: #247bb6 !important;
  border-color: #247bb6 !important;
}
#microsite header .bg-gradient {
  background: rgba(0, 0, 0, 0.18);
  position: fixed;
  z-index: 1030;
  width: 100%;
  height: 65px;
}
#microsite header .nav-bar {
  height: 65px;
  width: 100%;
  background-color: transparent;
}
#microsite header .nav-bar nav {
  width: 100%;
  height: 65px;
}
#microsite header .nav-bar nav > ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  float: right;
  align-items: baseline;
}
#microsite header .nav-bar li {
  position: relative;
  height: 100%;
}
#microsite header .nav-bar li > a {
  color: white;
  display: flex;
  height: 65px;
  align-items: center;
  font-size: calc(var(--font-size-base) - 2px);
  padding: 0px 13px;
  border-bottom: 3px solid transparent;
}
#microsite header .nav-bar li > a .ant-avatar {
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.2);
}
#microsite header .nav-bar li > a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  border-color: #fff;
}
#microsite header .nav-bar li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
#microsite header .nav-bar li button.outline {
  color: #fff !important;
  border-color: #fff !important;
}
#microsite header .nav-bar li button.ant-btn-info {
  background-color: #00a4e9 !important;
  background: #00a4e9 !important;
  border-color: #00a4e9 !important;
}
#microsite :not(#mic-mobile):has(#product-financing) header.is-scrolled .nav-bar {
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#microsite :not(#mic-mobile):has(#product-financing) header.is-scrolled .nav-bar:before {
  content: none;
}
#microsite :not(#mic-mobile):has(#product-financing) header .nav-bar {
  background: linear-gradient(to right, #006fb4, #8f4791, #e7027b);
  background-size: 1920px 923px;
  background-repeat: no-repeat;
}
#microsite :not(#mic-mobile):has(#product-financing) header .nav-bar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.18);
}
@media only screen and (min-width: 1440px) {
  #microsite :not(#mic-mobile):has(#product-financing) header .nav-bar {
    background-size: 100% auto;
  }
}
#microsite #faq {
  min-height: 600px;
}
#microsite #faq .bg-img {
  min-height: 300px;
  width: 100%;
  margin-top: -1px;
  background-size: cover;
  background-repeat: no-repeat;
}
#microsite #faq .bg-header {
  padding-top: 50px;
}
#microsite #faq .bg-light {
  background-color: #F3F3F3 !important;
}
#microsite #faq .bg-icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#microsite #faq .bg-icon .anticon {
  font-size: 40px;
  color: #ffffff;
}
#microsite #faq .text-profit {
  color: #00cf8f;
}
#microsite #faq .text-special {
  font-size: 80px;
}
#microsite #faq .leftmenu {
  overflow: hidden;
}
#microsite #faq .leftmenu .ant-card-body {
  padding: 0;
}
#microsite #faq .ant-anchor-wrapper {
  overflow: inherit !important;
  background-color: transparent !important;
}
#microsite #faq .ant-anchor-wrapper .ant-anchor .ant-anchor-ink {
  display: none;
}
#microsite #faq .ant-menu {
  color: #111418;
}
#microsite #faq .ant-menu li {
  border-bottom: 1px solid #CBD0D7;
  padding: 20px 24px;
  line-height: 24px;
  font-size: 16px;
  text-overflow: ellipsis;
  font-weight: 600;
  overflow: hidden;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#microsite #faq .ant-menu li.title {
  font-weight: 700;
  font-size: 24px;
}
#microsite #faq .ant-menu li:last-child {
  border-bottom: 0px;
}
#microsite #faq .ant-menu li.ant-menu-item:hover {
  color: #424B57;
  background: #e9f8ff;
}
#microsite #faq .ant-menu li .ant-badge .ant-scroll-number {
  background-color: #d0f1ff;
  color: #00a4e9;
}
#microsite #faq .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  color: #424B57;
  background: #e9f8ff;
}
@media only screen and (max-width: 767px) {
  #microsite #mic-mobile #auto-sweep .uic-label-list .mr-3 {
    margin-right: 0.3rem !important;
  }
  #microsite #mic-mobile #auto-sweep .uic-label-list > div .text-md {
    font-size: 16px !important;
  }
  #microsite #mic-mobile #auto-sweep .bg-img {
    background-size: 100% 100%;
  }
  #microsite #mic-mobile #auto-sweep .as-header .as-latest {
    padding-left: 30px !important;
    margin-top: 10px;
  }
  #microsite #mic-mobile #auto-sweep .as-header .text-md {
    font-size: 16px !important;
  }
  #microsite #mic-mobile #auto-sweep .fs-special .fs-yield {
    position: initial;
    margin-top: 20px;
    min-width: 320px;
  }
  #microsite #mic-mobile #auto-sweep .fs-special .fs-table {
    margin-left: inherit !important;
  }
  #microsite #mic-mobile #auto-sweep .fs-special .fs-table .mx-4 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #microsite #mic-mobile #auto-sweep .bar-container .bar {
    min-width: auto !important;
  }
}
#microsite #mic-mobile #cash-solution .bg-img {
  min-height: 300px;
  background-size: cover;
}
#microsite #mic-mobile #auto-sweep .as-header-sec2 {
  padding-top: 0px;
  background-color: #e9f8ff;
}
#microsite #mic-mobile #auto-sweep .img-with-bg {
  text-align: left;
  min-height: auto;
  padding-bottom: 20px;
}
#microsite #mic-mobile #auto-sweep .img-with-bg .img-main {
  width: 100%;
  position: initial;
}
#microsite #mic-mobile #auto-sweep .img-with-bg .img-bg1 {
  display: none;
}
#microsite #mic-mobile #auto-sweep .img-with-bg .img-bg2 {
  display: none;
}
#microsite #mic-mobile #auto-sweep .img-with-bg .img-bg3 {
  display: none;
}
#microsite #mic-mobile #auto-sweep .py-6 {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}
#microsite #mic-mobile #auto-sweep .py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#microsite #mic-mobile #auto-sweep .fs-special .fs-table {
  margin-left: -250px;
}
#microsite #mic-mobile #auto-sweep .fs-special .fs-table .mx-4 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#microsite #mic-mobile #auto-sweep .portfolio-card .text-md {
  font-size: 16px !important;
  line-height: 1.2 !important;
}
#microsite #mic-mobile #auto-sweep .bar-container {
  max-width: 375px;
}
#microsite #mic-mobile #auto-sweep .bar-container .bar {
  min-width: auto;
}
#microsite #mic-mobile #product-financing .bg-img {
  min-height: 600px;
  background-size: cover;
}
#microsite #mic-mobile .bg-img {
  margin-top: 0px !important;
}
#microsite #mic-mobile .bg-header {
  padding-top: 70px !important;
}
#microsite #mic-mobile header {
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 99;
}
#microsite #mic-mobile header .nav-bar {
  height: 50px;
  background-color: #ffffff;
}
#microsite #mic-mobile header .nav-bar nav {
  height: 50px;
}
#microsite #cash-solution {
  min-height: 600px;
}
#microsite #cash-solution .bg-img {
  min-height: 900px;
  width: 100%;
  margin-top: -2px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#microsite #cash-solution .uic-icon-tooltip-text {
  color: #424B57;
}
#microsite #cash-solution .uic-icon-tooltip-text .anticon {
  color: #424B57;
}
#microsite #cash-solution .bg-header {
  padding-top: 100px;
}
#microsite #cash-solution .bg-icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#microsite #cash-solution .bg-icon .anticon {
  font-size: 40px;
  color: #ffffff;
}
#microsite #cash-solution .ant-card {
  background: #f0f0f0 !important;
}
#microsite #cash-solution .ant-card.myheight {
  height: 100%;
}
#microsite #cash-solution .white-bg-1 {
  background-color: #fafafa !important;
}
#microsite #cash-solution .text-special {
  font-size: 40px;
}
#microsite #cash-solution .text-danger {
  color: #ff3b49;
}
#microsite #cash-solution .heading-leftline {
  border-left: 6px solid #716eba;
}
#microsite #auto-sweep .as-header img {
  max-width: 400px;
}
#microsite #auto-sweep .as-header .as-latest {
  color: #fff;
}
#microsite #auto-sweep .as-header .as-latest span {
  color: #fff;
}
#microsite #auto-sweep .as-header-sec2 {
  background-color: #e9f8ff;
}
#microsite #auto-sweep .as-header-sec2 img {
  max-width: 330px;
}
#microsite #auto-sweep .bg-img {
  min-height: 675px;
  width: 100%;
  margin-top: -1px;
  background-color: #e9f8ff;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  #microsite #auto-sweep .bg-img {
    background-size: 100% auto;
  }
}
#microsite #auto-sweep .bg-blue {
  background-color: #e9f8ff;
}
#microsite #auto-sweep .bg-header {
  padding-top: 100px;
}
#microsite #auto-sweep .bg-icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#microsite #auto-sweep .bg-icon .anticon {
  font-size: 40px;
  color: #ffffff;
}
#microsite #auto-sweep .bg-checkicon {
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 33px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 164, 233, 0.3);
  display: inline-block;
}
#microsite #auto-sweep .bg-checkicon .anticon {
  font-size: 25px;
  color: #00a4e9;
}
#microsite #auto-sweep .text-profit {
  color: #00cf8f;
}
#microsite #auto-sweep .text-special {
  font-size: 60px;
}
#microsite #auto-sweep .img-with-bg {
  position: relative;
  max-width: 500px;
  min-height: 260px;
}
#microsite #auto-sweep .img-with-bg .img-main {
  position: absolute;
  max-width: 450px;
  width: 100%;
}
#microsite #auto-sweep .img-with-bg .img-bg1 {
  position: absolute;
  left: 30%;
  bottom: 35%;
  width: 450px;
}
#microsite #auto-sweep .img-with-bg .img-bg2 {
  position: absolute;
  left: -40px;
  bottom: -120px;
  width: 450px;
}
#microsite #auto-sweep .img-with-bg .img-bg3 {
  position: absolute;
  left: 20%;
  bottom: -35px;
  width: 450px;
}
#microsite #auto-sweep .fs-margin-top {
  margin-top: 300px;
}
#microsite #auto-sweep .fs-special {
  position: relative;
  width: auto;
  height: auto;
  margin-top: -250px;
}
#microsite #auto-sweep .fs-special .fs-yield {
  background-color: #716eba;
  position: absolute;
  left: 90%;
  bottom: 60px;
  color: #fff;
  min-width: 330px;
}
#microsite #auto-sweep .fs-special .fs-table {
  margin-left: -200px;
}
#microsite #auto-sweep .bar-container {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#microsite #auto-sweep .bar-container .bar {
  min-width: 375px;
  height: 30px;
  border-radius: 20px;
  border: 4px solid #fff;
  background: #dc2d88;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #1ed7a8, #95c04b, #f5ad00, #ff5050);
  /* Standard syntax (must be last) */
}
#microsite #auto-sweep .bar-container .triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000;
  margin: 6px 20px;
}
#microsite #auto-sweep .barchart-container {
  width: auto;
  max-width: 450px;
  min-height: 200px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#microsite #auto-sweep .barchart-container .bar1 {
  width: 30%;
  height: 100%;
  background-color: #4350a4;
  position: absolute;
  bottom: 0px;
}
#microsite #auto-sweep .barchart-container .bar2 {
  width: 30%;
  height: 80%;
  background-color: #716eba;
  position: absolute;
  bottom: 0;
  left: 35%;
}
#microsite #auto-sweep .barchart-container .bar3 {
  width: 30%;
  height: 40%;
  background-color: #dc2d88;
  position: absolute;
  bottom: 0;
  left: 70%;
}
#microsite #auto-sweep .portfolio-card {
  min-height: 170px;
  background-color: #fff;
  border-radius: 15px;
}
#microsite #auto-sweep .portfolio-card .highlight {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
}
#microsite #auto-sweep .portfolio-card.portfolio-card1 {
  border-top: 12px solid #4350a4;
}
#microsite #auto-sweep .portfolio-card.portfolio-card2 {
  border-top: 12px solid #716eba;
}
#microsite #auto-sweep .portfolio-card.portfolio-card3 {
  border-top: 12px solid #dc2d88;
}
#microsite #auto-sweep .portfolio-card.portfolio-card4 {
  border-top: 12px solid #933E94;
}
#microsite #auto-sweep .portfolio-card.portfolio-card5 {
  border-top: 12px solid #EC6D54;
}
#microsite #auto-sweep .portfolio-card.portfolio-card6 {
  border-top: 12px solid #F7C753;
}
#microsite #auto-sweep .portfolio-card.portfolio-card7 {
  border-top: 12px solid #15a4b6;
}
#microsite #auto-sweep .portfolio-card.portfolio-card8 {
  border-top: 12px solid #2E8DFA;
}
#microsite #auto-sweep .portfolio-card.portfolio-card9 {
  border-top: 12px solid #1453B6;
}
#microsite #auto-sweep .portfolio-card.portfolio-card10 {
  border-top: 12px solid #034188;
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  #microsite #product-financing .pf-sec2 {
    top: -50px;
    position: relative;
  }
}
@media only screen and (min-width: 1440px) {
  #microsite #product-financing .pf-sec2 {
    position: relative;
    margin-bottom: 50px;
  }
}
#microsite #product-financing .pf-step-no {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: var(--font-size-lg);
  border-radius: 50%;
  background: rgba(0, 164, 233, 0.3);
  color: #00a4e9;
}
#microsite #product-financing .pf-card-blue {
  background: linear-gradient(to bottom, #005c83 40%, #006e9d 70%, #0080b6);
  color: #fff;
}
#microsite #product-financing .pf-card-blue a {
  font-size: var(--font-size-sm);
  color: #fff;
}
#microsite #product-financing .pf-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#microsite #product-financing .pf-card-link {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
#microsite #product-financing .pf-card-center {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
#microsite #product-financing .ant-card.myheight {
  height: 100%;
  min-height: 240px;
}
#microsite #product-financing .ant-card.myheight .ant-card-body {
  height: 100%;
}
#microsite #product-financing .bg-img {
  min-height: 800px;
  width: 100%;
  margin-top: -1px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  #microsite #product-financing .bg-img {
    background-size: 100% auto;
  }
}
#microsite #product-financing .bg-blue {
  background-color: #e9f8ff;
}
#microsite #product-financing .bg-header {
  padding-top: 100px;
}
#microsite #product-financing .bg-icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#microsite #product-financing .bg-icon .anticon {
  font-size: 40px;
  color: #ffffff;
}
#microsite #product-financing .bg-checkicon {
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 33px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 164, 233, 0.3);
  display: inline-block;
}
#microsite #product-financing .bg-checkicon .anticon {
  font-size: 25px;
  color: #00a4e9;
}
#microsite #product-financing .currency-text-rate {
  border: 2px solid #EBEDF0;
  border-radius: 10px;
  padding: 15px 20px;
}
#microsite #product-financing .dash-list {
  padding-left: 10px;
  list-style-type: "- ";
}
#microsite #footer {
  text-align: center;
  background-color: #3e4056;
  padding: 20px 0px;
  margin-top: 0px;
  min-height: auto;
}
#microsite #footer a {
  color: #f0f0f0;
  padding: 5px 10px;
}
#microsite button {
  border-radius: 6px;
}
#microsite button.ant-btn-info {
  background-color: #00a4e9 !important;
  background: #00a4e9 !important;
  border-color: #00a4e9 !important;
}
.microsite-modal .ant-modal-footer {
  border: none;
}
.pf-modal .ant-modal {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
  max-width: 90%;
}
.pf-modal .ant-modal .pf-img-modal {
  width: -moz-available;
  width: -webkit-fill-available;
}
.pf-modal .ant-modal .ant-modal-footer {
  border: none;
}
.bg-info-client {
  background-color: var(--brand-info-client) !important;
}
a.bg-info-client:hover, a.bg-info-client:focus {
  opacity: 0.85;
}
.bg-info-client-10 {
  background-color: var(--brand-info-client-10) !important;
}
a.bg-info-client-10:hover, a.bg-info-client-10:focus {
  opacity: 0.85;
}
.text-info-client {
  color: var(--brand-info-client);
}
/*--------------------------------

B2B icon font
Generated using nucleoapp.com

-------------------------------- */

@font-face {
  font-family: 'B2B';
  src: url('B2B.85ba347626fbec343f85.eot');
  src: url('B2B.85ba347626fbec343f85.eot') format('embedded-opentype'),
       url('B2B.e20031611843db83c683.woff2') format('woff2'),
       url('B2B.f05859e6fe7309826b1e.woff') format('woff'),
       url('B2B.5c20515bbf56fdb014fa.ttf') format('truetype'),
       url('B2B.bfb193a82b4e2352a150.svg') format('svg');
}

/* base class */

.b2b {
  display: inline-block;
  font: normal normal normal 1em/1 'B2B';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */

.b2b-sm {
  font-size: 0.8em;
}

.b2b-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */

.b2b-16 {
  font-size: 16px;
}

.b2b-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */

.b2b-is-spinning {
  -webkit-animation: b2b-spin 1s infinite linear;
          animation: b2b-spin 1s infinite linear;
}

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

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

/* transform */

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

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

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

.b2b-flip-y {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.b2b-flip-x {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* icons */

.b2b-a-add::before {
  content: "\ea01";
}

.b2b-a-add-2_filled::before {
  content: "\ea02";
}

.b2b-a-chart::before {
  content: "\ea03";
}

.b2b-a-chart-1_filled::before {
  content: "\ea04";
}

.b2b-a-chat::before {
  content: "\ea05";
}

.b2b-a-chat-1_filled::before {
  content: "\ea06";
}

.b2b-a-check-1::before {
  content: "\ea07";
}

.b2b-a-check-2_filled::before {
  content: "\ea08";
}

.b2b-a-edit::before {
  content: "\ea09";
}

.b2b-a-edit-1_filled::before {
  content: "\ea0a";
}

.b2b-a-location-1::before {
  content: "\ea0b";
}

.b2b-a-location_filled::before {
  content: "\ea0c";
}

.b2b-account_details::before {
  content: "\ea0d";
}

.b2b-account_status::before {
  content: "\ea0e";
}

.b2b-accounttype::before {
  content: "\ea0f";
}

.b2b-activation-assessment::before {
  content: "\ea10";
}

.b2b-add-to-cart-1::before {
  content: "\ea11";
}

.b2b-add-to-cart_filled::before {
  content: "\ea12";
}

.b2b-ai_Status::before {
  content: "\ea13";
}

.b2b-archive-check::before {
  content: "\ea14";
}

.b2b-archive-check-1_filled::before {
  content: "\ea15";
}

.b2b-arrow-e-1::before {
  content: "\ea16";
}

.b2b-arrow-e_filled::before {
  content: "\ea17";
}

.b2b-arrow-left::before {
  content: "\ea18";
}

.b2b-attach::before {
  content: "\ea19";
}

.b2b-award-1::before {
  content: "\ea1a";
}

.b2b-award_filled::before {
  content: "\ea1b";
}

.b2b-b-comment::before {
  content: "\ea1c";
}

.b2b-b-comment-1_filled::before {
  content: "\ea1d";
}

.b2b-b-meeting-1::before {
  content: "\ea1e";
}

.b2b-b-meeting_filled::before {
  content: "\ea1f";
}

.b2b-badge::before {
  content: "\ea20";
}

.b2b-badge-13-1::before {
  content: "\ea21";
}

.b2b-badge-13_filled::before {
  content: "\ea22";
}

.b2b-badge-1_filled::before {
  content: "\ea23";
}

.b2b-bank::before {
  content: "\ea24";
}

.b2b-bank-statement-1::before {
  content: "\ea25";
}

.b2b-bank-statement_filled::before {
  content: "\ea26";
}

.b2b-bank-swift-code::before {
  content: "\ea27";
}

.b2b-bank-swift-code-o::before {
  content: "\ea28";
}

.b2b-barcode-qr::before {
  content: "\ea29";
}

.b2b-barcode-qr-2::before {
  content: "\ea2a";
}

.b2b-basket-simple-1::before {
  content: "\ea2b";
}

.b2b-basket-simple_filled::before {
  content: "\ea2c";
}

.b2b-battery-level-1::before {
  content: "\ea2d";
}

.b2b-battery-level_filled::before {
  content: "\ea2e";
}

.b2b-bell-1::before {
  content: "\ea2f";
}

.b2b-bell_filled::before {
  content: "\ea30";
}

.b2b-bill::before {
  content: "\ea31";
}

.b2b-bill-3_filled::before {
  content: "\ea32";
}

.b2b-bill-4::before {
  content: "\ea33";
}

.b2b-bin::before {
  content: "\ea34";
}

.b2b-bin-1_filled::before {
  content: "\ea35";
}

.b2b-book-39::before {
  content: "\ea36";
}

.b2b-bookmark::before {
  content: "\ea37";
}

.b2b-bookmark-1_filled::before {
  content: "\ea38";
}

.b2b-bookmark-add::before {
  content: "\ea39";
}

.b2b-bookmark-add-1_filled::before {
  content: "\ea3a";
}

.b2b-bookmark-add-2::before {
  content: "\ea3b";
}

.b2b-bookmark-add-2-1_filled::before {
  content: "\ea3c";
}

.b2b-box-2::before {
  content: "\ea3d";
}

.b2b-box-2-1_filled::before {
  content: "\ea3e";
}

.b2b-box-3d-67-1::before {
  content: "\ea3f";
}

.b2b-box-3d-67_filled::before {
  content: "\ea40";
}

.b2b-bulb-63::before {
  content: "\ea41";
}

.b2b-bulb-63-1_filled::before {
  content: "\ea42";
}

.b2b-c-add::before {
  content: "\ea43";
}

.b2b-c-add-1_filled::before {
  content: "\ea44";
}

.b2b-c-check-1::before {
  content: "\ea45";
}

.b2b-c-check_filled::before {
  content: "\ea46";
}

.b2b-c-delete-1::before {
  content: "\ea47";
}

.b2b-c-delete_filled::before {
  content: "\ea48";
}

.b2b-c-info::before {
  content: "\ea49";
}

.b2b-c-info-1_filled::before {
  content: "\ea4a";
}

.b2b-c-pulse-1::before {
  content: "\ea4b";
}

.b2b-c-pulse_filled::before {
  content: "\ea4c";
}

.b2b-c-question::before {
  content: "\ea4d";
}

.b2b-c-question-1_filled::before {
  content: "\ea4e";
}

.b2b-c-remove-1::before {
  content: "\ea4f";
}

.b2b-c-remove_filled::before {
  content: "\ea50";
}

.b2b-c-warning::before {
  content: "\ea51";
}

.b2b-calculator_filled::before {
  content: "\ea52";
}

.b2b-calendar-date-2::before {
  content: "\ea53";
}

.b2b-calendar-date-2-1_filled::before {
  content: "\ea54";
}

.b2b-calendar-date-2-2::before {
  content: "\ea55";
}

.b2b-camera::before {
  content: "\ea56";
}

.b2b-camera-1::before {
  content: "\ea57";
}

.b2b-camera-flash::before {
  content: "\ea58";
}

.b2b-camera-shooting-1::before {
  content: "\ea59";
}

.b2b-camera-shooting_filled::before {
  content: "\ea5a";
}

.b2b-caps-all::before {
  content: "\ea5b";
}

.b2b-caps-small_filled::before {
  content: "\ea5c";
}

.b2b-card-edit-2::before {
  content: "\ea5d";
}

.b2b-card-remove::before {
  content: "\ea5e";
}

.b2b-cart-simple-add::before {
  content: "\ea5f";
}

.b2b-cart-simple-add-1_filled::before {
  content: "\ea60";
}

.b2b-cart-speed-2::before {
  content: "\ea61";
}

.b2b-cart-speed-3_filled::before {
  content: "\ea62";
}

.b2b-cart-speed-4_filled::before {
  content: "\ea63";
}

.b2b-cart-speed-5::before {
  content: "\ea64";
}

.b2b-change-direction-1::before {
  content: "\ea65";
}

.b2b-change-direction_filled::before {
  content: "\ea66";
}

.b2b-change-region::before {
  content: "\ea67";
}

.b2b-chart-bar-32-1::before {
  content: "\ea68";
}

.b2b-chart-bar-32_filled::before {
  content: "\ea69";
}

.b2b-chart-bar-33::before {
  content: "\ea6a";
}

.b2b-chart-bar-33-1_filled::before {
  content: "\ea6b";
}

.b2b-chart-growth-1::before {
  content: "\ea6c";
}

.b2b-chart-growth_filled::before {
  content: "\ea6d";
}

.b2b-chat_bubble_filled::before {
  content: "\ea6e";
}

.b2b-chat_bubble_outline::before {
  content: "\ea6f";
}

.b2b-check-in-1::before {
  content: "\ea70";
}

.b2b-check-in_filled::before {
  content: "\ea71";
}

.b2b-check-list-1::before {
  content: "\ea72";
}

.b2b-check-list-2::before {
  content: "\ea73";
}

.b2b-check-single-1::before {
  content: "\ea74";
}

.b2b-cheque::before {
  content: "\ea75";
}

.b2b-cheque-1_filled::before {
  content: "\ea76";
}

.b2b-chess-tower-1::before {
  content: "\ea77";
}

.b2b-chess-tower_filled::before {
  content: "\ea78";
}

.b2b-choose-from-library::before {
  content: "\ea79";
}

.b2b-circle-08-1::before {
  content: "\ea7a";
}

.b2b-circle-08_filled::before {
  content: "\ea7b";
}

.b2b-circle-10::before {
  content: "\ea7c";
}

.b2b-circle-10-1_filled::before {
  content: "\ea7d";
}

.b2b-cka_status::before {
  content: "\ea7e";
}

.b2b-click::before {
  content: "\ea7f";
}

.b2b-clock::before {
  content: "\ea80";
}

.b2b-clock-2_filled::before {
  content: "\ea81";
}

.b2b-close_fullscreen::before {
  content: "\ea82";
}

.b2b-cloud-data-sync::before {
  content: "\ea83";
}

.b2b-cloud-data-sync-1_filled::before {
  content: "\ea84";
}

.b2b-coins::before {
  content: "\ea85";
}

.b2b-comment-add::before {
  content: "\ea86";
}

.b2b-comment-add-1_filled::before {
  content: "\ea87";
}

.b2b-compass-3-1::before {
  content: "\ea88";
}

.b2b-compass-3_filled::before {
  content: "\ea89";
}

.b2b-connection::before {
  content: "\ea8a";
}

.b2b-contacts-2_filled::before {
  content: "\ea8b";
}

.b2b-contacts-3::before {
  content: "\ea8c";
}

.b2b-contacts-44::before {
  content: "\ea8d";
}

.b2b-contacts-44-1_filled::before {
  content: "\ea8e";
}

.b2b-content_copy::before {
  content: "\ea8f";
}

.b2b-control-panel::before {
  content: "\ea90";
}

.b2b-control-panel_filled::before {
  content: "\ea91";
}

.b2b-conversion::before {
  content: "\ea92";
}

.b2b-credit-card::before {
  content: "\ea93";
}

.b2b-credit-card-in::before {
  content: "\ea94";
}

.b2b-credit-card-in-1::before {
  content: "\ea95";
}

.b2b-credit-card-in-1_filled::before {
  content: "\ea96";
}

.b2b-crossing-directions::before {
  content: "\ea97";
}

.b2b-crossing-directions-1_filled::before {
  content: "\ea98";
}

.b2b-currency-dollar::before {
  content: "\ea99";
}

.b2b-cursor-pointer::before {
  content: "\ea9a";
}

.b2b-cursor-pointer-1_filled::before {
  content: "\ea9b";
}

.b2b-cust-cancer360::before {
  content: "\ea9c";
}

.b2b-cust-cancerplus::before {
  content: "\ea9d";
}

.b2b-cust-criticalillness::before {
  content: "\ea9e";
}

.b2b-cust-death::before {
  content: "\ea9f";
}

.b2b-cust-digitalterm::before {
  content: "\eaa0";
}

.b2b-cust-disability::before {
  content: "\eaa1";
}

.b2b-cust-drag_handle::before {
  content: "\eaa2";
}

.b2b-cust-hospital::before {
  content: "\eaa3";
}

.b2b-cust-hospitalcash::before {
  content: "\eaa4";
}

.b2b-cust-mortgage::before {
  content: "\eaa5";
}

.b2b-cust-retirement::before {
  content: "\eaa6";
}

.b2b-cust-savings::before {
  content: "\eaa7";
}

.b2b-cust-snap::before {
  content: "\eaa8";
}

.b2b-cust-tpd::before {
  content: "\eaa9";
}

.b2b-cust-wholelife::before {
  content: "\eaaa";
}

.b2b-cust_about_igm_filled::before {
  content: "\eaab";
}

.b2b-cust_admin-1::before {
  content: "\eaac";
}

.b2b-cust_bond_express_filled::before {
  content: "\eaad";
}

.b2b-cust_bond_list_filled::before {
  content: "\eaae";
}

.b2b-cust_check_in_filled::before {
  content: "\eaaf";
}

.b2b-cust_edit_trade_filled::before {
  content: "\eab0";
}

.b2b-cust_fund_list_filled::before {
  content: "\eab1";
}

.b2b-cust_fund_pick_filled::before {
  content: "\eab2";
}

.b2b-cust_order_book_bonds::before {
  content: "\eab3";
}

.b2b-cust_portfolio::before {
  content: "\eab4";
}

.b2b-cust_processing_trades_filled::before {
  content: "\eab5";
}

.b2b-cust_purchasing_power::before {
  content: "\eab6";
}

.b2b-cust_rearrange_shortcut::before {
  content: "\eab7";
}

.b2b-cust_rsp_via_ut::before {
  content: "\eab8";
}

.b2b-cust_sg_more::before {
  content: "\eab9";
}

.b2b-cust_table_view::before {
  content: "\eaba";
}

.b2b-cust_top_up_cash_account::before {
  content: "\eabb";
}

.b2b-cust_voided::before {
  content: "\eabc";
}

.b2b-d-edit-1::before {
  content: "\eabd";
}

.b2b-d-edit-info::before {
  content: "\eabe";
}

.b2b-d-edit_filled::before {
  content: "\eabf";
}

.b2b-debit-card::before {
  content: "\eac0";
}

.b2b-delivery-fast::before {
  content: "\eac1";
}

.b2b-diy-capability::before {
  content: "\eac2";
}

.b2b-document-2-1::before {
  content: "\eac3";
}

.b2b-document-2-2::before {
  content: "\eac4";
}

.b2b-document-2_filled::before {
  content: "\eac5";
}

.b2b-document-copy-1::before {
  content: "\eac6";
}

.b2b-document-copy_filled::before {
  content: "\eac7";
}

.b2b-down-arrow::before {
  content: "\eac8";
}

.b2b-download::before {
  content: "\eac9";
}

.b2b-download-1::before {
  content: "\eaca";
}

.b2b-download-1_filled::before {
  content: "\eacb";
}

.b2b-duck::before {
  content: "\eacc";
}

.b2b-e-add::before {
  content: "\eacd";
}

.b2b-e-add-1_filled::before {
  content: "\eace";
}

.b2b-e-remove::before {
  content: "\eacf";
}

.b2b-edit-curves::before {
  content: "\ead0";
}

.b2b-edit-curves-1_filled::before {
  content: "\ead1";
}

.b2b-egiro::before {
  content: "\ead2";
}

.b2b-enlarge-diagonal-2::before {
  content: "\ead3";
}

.b2b-event-create-2::before {
  content: "\ead4";
}

.b2b-event-create-3_filled::before {
  content: "\ead5";
}

.b2b-export-1::before {
  content: "\ead6";
}

.b2b-export-2::before {
  content: "\ead7";
}

.b2b-eye-1::before {
  content: "\ead8";
}

.b2b-eye_filled::before {
  content: "\ead9";
}

.b2b-f-comment::before {
  content: "\eada";
}

.b2b-f-comment-1_filled::before {
  content: "\eadb";
}

.b2b-face-recognition-1::before {
  content: "\eadc";
}

.b2b-face-recognition_filled::before {
  content: "\eadd";
}

.b2b-fatca_Status::before {
  content: "\eade";
}

.b2b-favorite-1_filled::before {
  content: "\eadf";
}

.b2b-favorite_border::before {
  content: "\eae0";
}

.b2b-file-article::before {
  content: "\eae1";
}

.b2b-file-article-1_filled::before {
  content: "\eae2";
}

.b2b-file-chart-bar_filled::before {
  content: "\eae3";
}

.b2b-file-export::before {
  content: "\eae4";
}

.b2b-file-export-1_filled::before {
  content: "\eae5";
}

.b2b-file-locked-1::before {
  content: "\eae6";
}

.b2b-file-locked-2::before {
  content: "\eae7";
}

.b2b-file-locked-3_filled::before {
  content: "\eae8";
}

.b2b-file-locked_filled::before {
  content: "\eae9";
}

.b2b-file-pdf::before {
  content: "\eaea";
}

.b2b-file-pdf_filled::before {
  content: "\eaeb";
}

.b2b-filter-1::before {
  content: "\eaec";
}

.b2b-filter_filled::before {
  content: "\eaed";
}

.b2b-flag-points-32::before {
  content: "\eaee";
}

.b2b-flag-points-32-1_filled::before {
  content: "\eaef";
}

.b2b-floppy-disk::before {
  content: "\eaf0";
}

.b2b-folder-check-1::before {
  content: "\eaf1";
}

.b2b-folder-check_filled::before {
  content: "\eaf2";
}

.b2b-folder-favorite-1::before {
  content: "\eaf3";
}

.b2b-folder-favorite_filled::before {
  content: "\eaf4";
}

.b2b-folder-replace::before {
  content: "\eaf5";
}

.b2b-folder-replace-1_filled::before {
  content: "\eaf6";
}

.b2b-g-chart-1::before {
  content: "\eaf7";
}

.b2b-g-chart_filled::before {
  content: "\eaf8";
}

.b2b-garlic::before {
  content: "\eaf9";
}

.b2b-glasses::before {
  content: "\eafa";
}

.b2b-glasses-1_filled::before {
  content: "\eafb";
}

.b2b-grid::before {
  content: "\eafc";
}

.b2b-grid-interface-1::before {
  content: "\eafd";
}

.b2b-grid-view::before {
  content: "\eafe";
}

.b2b-hand-card::before {
  content: "\eaff";
}

.b2b-hand-card-1_filled::before {
  content: "\eb00";
}

.b2b-handshake::before {
  content: "\eb01";
}

.b2b-handyman::before {
  content: "\eb02";
}

.b2b-headphones::before {
  content: "\eb03";
}

.b2b-headphones-1_filled::before {
  content: "\eb04";
}

.b2b-headset-1::before {
  content: "\eb05";
}

.b2b-headset_filled::before {
  content: "\eb06";
}

.b2b-hide-2::before {
  content: "\eb07";
}

.b2b-hide-3_filled::before {
  content: "\eb08";
}

.b2b-hide-password::before {
  content: "\eb09";
}

.b2b-home-2::before {
  content: "\eb0a";
}

.b2b-house-1::before {
  content: "\eb0b";
}

.b2b-house_filled::before {
  content: "\eb0c";
}

.b2b-i-delete-1::before {
  content: "\eb0d";
}

.b2b-i-edit::before {
  content: "\eb0e";
}

.b2b-i-edit-1_filled::before {
  content: "\eb0f";
}

.b2b-id::before {
  content: "\eb10";
}

.b2b-ifast-global-view-logo::before {
  content: "\eb11";
}

.b2b-instant-camera-1::before {
  content: "\eb12";
}

.b2b-instant-camera_filled::before {
  content: "\eb13";
}

.b2b-invert-process::before {
  content: "\eb14";
}

.b2b-invert-process-1_filled::before {
  content: "\eb15";
}

.b2b-investment-product-setting-fill::before {
  content: "\eb16";
}

.b2b-jump-rope::before {
  content: "\eb17";
}

.b2b-l-add-2_filled::before {
  content: "\eb18";
}

.b2b-l-add-3::before {
  content: "\eb19";
}

.b2b-l-check-1::before {
  content: "\eb1a";
}

.b2b-l-check_filled::before {
  content: "\eb1b";
}

.b2b-l-circle::before {
  content: "\eb1c";
}

.b2b-l-security-3::before {
  content: "\eb1d";
}

.b2b-l-security-4_filled::before {
  content: "\eb1e";
}

.b2b-lab_profile_FILL1_wght400_GRAD0_opsz48::before {
  content: "\eb1f";
}

.b2b-leave-1::before {
  content: "\eb20";
}

.b2b-leave_filled::before {
  content: "\eb21";
}

.b2b-left-arrow-1::before {
  content: "\eb22";
}

.b2b-library_books_fill1_wght400_grad0_opsz48::before {
  content: "\eb23";
}

.b2b-lightning::before {
  content: "\eb24";
}

.b2b-line-chart::before {
  content: "\eb25";
}

.b2b-link::before {
  content: "\eb26";
}

.b2b-linkedin::before {
  content: "\eb27";
}

.b2b-lipstick::before {
  content: "\eb28";
}

.b2b-list-bullet::before {
  content: "\eb29";
}

.b2b-list-bullet-1_filled::before {
  content: "\eb2a";
}

.b2b-list-numbers-2_filled::before {
  content: "\eb2b";
}

.b2b-listed_sip::before {
  content: "\eb2c";
}

.b2b-live-data::before {
  content: "\eb2d";
}

.b2b-loan::before {
  content: "\eb2e";
}

.b2b-lock::before {
  content: "\eb2f";
}

.b2b-lock-1_filled::before {
  content: "\eb30";
}

.b2b-logo-fb-simple_filled::before {
  content: "\eb31";
}

.b2b-logo-instagram::before {
  content: "\eb32";
}

.b2b-logo-linkedin_filled::before {
  content: "\eb33";
}

.b2b-logo-twitter_filled::before {
  content: "\eb34";
}

.b2b-logo-whatsapp::before {
  content: "\eb35";
}

.b2b-logo-youtube_filled::before {
  content: "\eb36";
}

.b2b-loudspeaker::before {
  content: "\eb37";
}

.b2b-loudspeaker-1_filled::before {
  content: "\eb38";
}

.b2b-magnifier::before {
  content: "\eb39";
}

.b2b-mail::before {
  content: "\eb3a";
}

.b2b-mail-1_filled::before {
  content: "\eb3b";
}

.b2b-manage-giro::before {
  content: "\eb3c";
}

.b2b-map-pin::before {
  content: "\eb3d";
}

.b2b-map-pin-1_filled::before {
  content: "\eb3e";
}

.b2b-margin::before {
  content: "\eb3f";
}

.b2b-math::before {
  content: "\eb40";
}

.b2b-medicine::before {
  content: "\eb41";
}

.b2b-menu-5::before {
  content: "\eb42";
}

.b2b-menu-5-1::before {
  content: "\eb43";
}

.b2b-menu-8::before {
  content: "\eb44";
}

.b2b-mobile-chat-1::before {
  content: "\eb45";
}

.b2b-mobile-chat_filled::before {
  content: "\eb46";
}

.b2b-money-12-1::before {
  content: "\eb47";
}

.b2b-money-12-2::before {
  content: "\eb48";
}

.b2b-money-12_filled::before {
  content: "\eb49";
}

.b2b-money-bag::before {
  content: "\eb4a";
}

.b2b-money-growth-1::before {
  content: "\eb4b";
}

.b2b-money-growth_filled::before {
  content: "\eb4c";
}

.b2b-money-time::before {
  content: "\eb4d";
}

.b2b-money-time-1_filled::before {
  content: "\eb4e";
}

.b2b-moon::before {
  content: "\eb4f";
}

.b2b-moon-1_filled::before {
  content: "\eb50";
}

.b2b-mortgage::before {
  content: "\eb51";
}

.b2b-move-layer-up::before {
  content: "\eb52";
}

.b2b-move-layer-up-1_filled::before {
  content: "\eb53";
}

.b2b-move-up-2::before {
  content: "\eb54";
}

.b2b-move-up-2-1_filled::before {
  content: "\eb55";
}

.b2b-network-communication-1::before {
  content: "\eb56";
}

.b2b-network-communication_filled::before {
  content: "\eb57";
}

.b2b-new-notification::before {
  content: "\eb58";
}

.b2b-new-notification-1_filled::before {
  content: "\eb59";
}

.b2b-news::before {
  content: "\eb5a";
}

.b2b-note-1::before {
  content: "\eb5b";
}

.b2b-note_filled::before {
  content: "\eb5c";
}

.b2b-office::before {
  content: "\eb5d";
}

.b2b-online-banking-1::before {
  content: "\eb5e";
}

.b2b-online-banking_filled::before {
  content: "\eb5f";
}

.b2b-opposite-directions-1::before {
  content: "\eb60";
}

.b2b-opposite-directions_filled::before {
  content: "\eb61";
}

.b2b-p-edit-1::before {
  content: "\eb62";
}

.b2b-p-edit_filled::before {
  content: "\eb63";
}

.b2b-palette::before {
  content: "\eb64";
}

.b2b-paw::before {
  content: "\eb65";
}

.b2b-pay::before {
  content: "\eb66";
}

.b2b-payment::before {
  content: "\eb67";
}

.b2b-payment-1_filled::before {
  content: "\eb68";
}

.b2b-payment-method-2::before {
  content: "\eb69";
}

.b2b-percent-sign-1::before {
  content: "\eb6a";
}

.b2b-percent-sign_filled::before {
  content: "\eb6b";
}

.b2b-percentage-38-1::before {
  content: "\eb6c";
}

.b2b-percentage-38_filled::before {
  content: "\eb6d";
}

.b2b-percentage-39::before {
  content: "\eb6e";
}

.b2b-percentage-39-1_filled::before {
  content: "\eb6f";
}

.b2b-person_add_fill1_wght400_grad0_opsz48::before {
  content: "\eb70";
}

.b2b-phone::before {
  content: "\eb71";
}

.b2b-phone-1::before {
  content: "\eb72";
}

.b2b-phone-blank::before {
  content: "\eb73";
}

.b2b-phone-call::before {
  content: "\eb74";
}

.b2b-phone-call-1_filled::before {
  content: "\eb75";
}

.b2b-pin-1::before {
  content: "\eb76";
}

.b2b-pin_filled::before {
  content: "\eb77";
}

.b2b-plane::before {
  content: "\eb78";
}

.b2b-platform_fee::before {
  content: "\eb79";
}

.b2b-podcast-1::before {
  content: "\eb7a";
}

.b2b-podcast_filled::before {
  content: "\eb7b";
}

.b2b-preferences-1::before {
  content: "\eb7c";
}

.b2b-preferences_filled::before {
  content: "\eb7d";
}

.b2b-print::before {
  content: "\eb7e";
}

.b2b-printer-p::before {
  content: "\eb7f";
}

.b2b-printer-p-1_filled::before {
  content: "\eb80";
}

.b2b-privacy::before {
  content: "\eb81";
}

.b2b-privacy-1_filled::before {
  content: "\eb82";
}

.b2b-privacy-settings::before {
  content: "\eb83";
}

.b2b-privacy-settings-1_filled::before {
  content: "\eb84";
}

.b2b-product_setting::before {
  content: "\eb85";
}

.b2b-profile::before {
  content: "\eb86";
}

.b2b-property-agreement::before {
  content: "\eb87";
}

.b2b-radio::before {
  content: "\eb88";
}

.b2b-radio-1::before {
  content: "\eb89";
}

.b2b-receive::before {
  content: "\eb8a";
}

.b2b-recipe-create::before {
  content: "\eb8b";
}

.b2b-recipe-create-1_filled::before {
  content: "\eb8c";
}

.b2b-reload::before {
  content: "\eb8d";
}

.b2b-reload-1_filled::before {
  content: "\eb8e";
}

.b2b-research::before {
  content: "\eb8f";
}

.b2b-research-1_filled::before {
  content: "\eb90";
}

.b2b-research-2::before {
  content: "\eb91";
}

.b2b-research-5_filled::before {
  content: "\eb92";
}

.b2b-restore::before {
  content: "\eb93";
}

.b2b-restore-1::before {
  content: "\eb94";
}

.b2b-rice::before {
  content: "\eb95";
}

.b2b-right-arrow::before {
  content: "\eb96";
}

.b2b-round-dollar-1::before {
  content: "\eb97";
}

.b2b-round-dollar_filled::before {
  content: "\eb98";
}

.b2b-s-add::before {
  content: "\eb99";
}

.b2b-s-add-1_filled::before {
  content: "\eb9a";
}

.b2b-s-delete::before {
  content: "\eb9b";
}

.b2b-s-delete-1_filled::before {
  content: "\eb9c";
}

.b2b-s-info-1::before {
  content: "\eb9d";
}

.b2b-s-info_filled::before {
  content: "\eb9e";
}

.b2b-scale-1::before {
  content: "\eb9f";
}

.b2b-scale_filled::before {
  content: "\eba0";
}

.b2b-screen-rotation::before {
  content: "\eba1";
}

.b2b-screen-rotation-1_filled::before {
  content: "\eba2";
}

.b2b-search-content::before {
  content: "\eba3";
}

.b2b-security::before {
  content: "\eba4";
}

.b2b-security-2::before {
  content: "\eba5";
}

.b2b-segmentation::before {
  content: "\eba6";
}

.b2b-send-2::before {
  content: "\eba7";
}

.b2b-send-3_filled::before {
  content: "\eba8";
}

.b2b-setting-fill::before {
  content: "\eba9";
}

.b2b-setting-outline::before {
  content: "\ebaa";
}

.b2b-settings_fill1_wght400_GRAD0_opsz48::before {
  content: "\ebab";
}

.b2b-sgx_position::before {
  content: "\ebac";
}

.b2b-shariah::before {
  content: "\ebad";
}

.b2b-shopping-bag::before {
  content: "\ebae";
}

.b2b-shuffle-1::before {
  content: "\ebaf";
}

.b2b-shuffle_filled::before {
  content: "\ebb0";
}

.b2b-shuttle::before {
  content: "\ebb1";
}

.b2b-signature::before {
  content: "\ebb2";
}

.b2b-signature-1_filled::before {
  content: "\ebb3";
}

.b2b-smile-1::before {
  content: "\ebb4";
}

.b2b-soccer-ball::before {
  content: "\ebb5";
}

.b2b-social-sharing::before {
  content: "\ebb6";
}

.b2b-social-sharing-1_filled::before {
  content: "\ebb7";
}

.b2b-sort-tool::before {
  content: "\ebb8";
}

.b2b-sort-tool-1_filled::before {
  content: "\ebb9";
}

.b2b-star-2_filled::before {
  content: "\ebba";
}

.b2b-star-3::before {
  content: "\ebbb";
}

.b2b-star-half::before {
  content: "\ebbc";
}

.b2b-stock-market-1::before {
  content: "\ebbd";
}

.b2b-stock-market_filled::before {
  content: "\ebbe";
}

.b2b-stopwatch::before {
  content: "\ebbf";
}

.b2b-stopwatch-1_filled::before {
  content: "\ebc0";
}

.b2b-storage-unit::before {
  content: "\ebc1";
}

.b2b-swap-horizontal::before {
  content: "\ebc2";
}

.b2b-swap-horizontal-1_filled::before {
  content: "\ebc3";
}

.b2b-swap-vertical::before {
  content: "\ebc4";
}

.b2b-swap-vertical-1_filled::before {
  content: "\ebc5";
}

.b2b-tap-02-1::before {
  content: "\ebc6";
}

.b2b-tap-02_filled::before {
  content: "\ebc7";
}

.b2b-target::before {
  content: "\ebc8";
}

.b2b-telegram::before {
  content: "\ebc9";
}

.b2b-temple-1::before {
  content: "\ebca";
}

.b2b-temple_filled::before {
  content: "\ebcb";
}

.b2b-thumb-up::before {
  content: "\ebcc";
}

.b2b-thumb-up-1_filled::before {
  content: "\ebcd";
}

.b2b-timeline-1::before {
  content: "\ebce";
}

.b2b-timeline_filled::before {
  content: "\ebcf";
}

.b2b-touch-id::before {
  content: "\ebd0";
}

.b2b-trade-approval-fill::before {
  content: "\ebd1";
}

.b2b-translation-2::before {
  content: "\ebd2";
}

.b2b-translation-3_filled::before {
  content: "\ebd3";
}

.b2b-treadmill::before {
  content: "\ebd4";
}

.b2b-trend-down::before {
  content: "\ebd5";
}

.b2b-trend-down-1_filled::before {
  content: "\ebd6";
}

.b2b-trend-up::before {
  content: "\ebd7";
}

.b2b-trend-up-1_filled::before {
  content: "\ebd8";
}

.b2b-triangle-down-1::before {
  content: "\ebd9";
}

.b2b-triangle-down_filled::before {
  content: "\ebda";
}

.b2b-umbrella-13::before {
  content: "\ebdb";
}

.b2b-umbrella-13-2::before {
  content: "\ebdc";
}

.b2b-up-arrow::before {
  content: "\ebdd";
}

.b2b-upload-doc::before {
  content: "\ebde";
}

.b2b-url::before {
  content: "\ebdf";
}

.b2b-user::before {
  content: "\ebe0";
}

.b2b-user-edit::before {
  content: "\ebe1";
}

.b2b-users-mm-1::before {
  content: "\ebe2";
}

.b2b-users-mm_filled::before {
  content: "\ebe3";
}

.b2b-users-wm::before {
  content: "\ebe4";
}

.b2b-users-wm-1_filled::before {
  content: "\ebe5";
}

.b2b-view::before {
  content: "\ebe6";
}

.b2b-view-1_filled::before {
  content: "\ebe7";
}

.b2b-view-holding-fill::before {
  content: "\ebe8";
}

.b2b-view-more::before {
  content: "\ebe9";
}

.b2b-wallet::before {
  content: "\ebea";
}

.b2b-wallet-1::before {
  content: "\ebeb";
}

.b2b-wallet-filled::before {
  content: "\ebec";
}

.b2b-wallet_filled::before {
  content: "\ebed";
}

.b2b-wand::before {
  content: "\ebee";
}

.b2b-wand-1_filled::before {
  content: "\ebef";
}

.b2b-wifi::before {
  content: "\ebf0";
}

.b2b-wifi-off::before {
  content: "\ebf1";
}

.b2b-world::before {
  content: "\ebf2";
}

.b2b-world-1_filled::before {
  content: "\ebf3";
}

.b2b-x::before {
  content: "\ebf4";
}

.b2b-zoom::before {
  content: "\ebf5";
}

.fib,.fi{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{position:relative;display:inline-block;width:1.333333em;line-height:1em}.fi:before{content:" "}.fi.fis{width:1em}.fi-xx{background-image:url('xx.c15ffa45806fe02417d2.svg')}.fi-xx.fis{background-image:url('xx.308f09e59d3165fb8b62.svg')}.fi-ad{background-image:url('ad.b6176b6bb7b4fe1a7680.svg')}.fi-ad.fis{background-image:url('ad.3e296e3a9007269d7f9e.svg')}.fi-ae{background-image:url('ae.42d71570eaa84e61032f.svg')}.fi-ae.fis{background-image:url('ae.b62c8ca639b1bdb3bafc.svg')}.fi-af{background-image:url('af.5518ce91cfc36c6ee5b2.svg')}.fi-af.fis{background-image:url('af.c5fb6a66dce63d0bfcff.svg')}.fi-ag{background-image:url('ag.9f9046ce98f8790ad6a5.svg')}.fi-ag.fis{background-image:url('ag.992f1f6c3871e6fca55a.svg')}.fi-ai{background-image:url('ai.5ea7619ae7fa439405a7.svg')}.fi-ai.fis{background-image:url('ai.dce015436a2c989cc0b3.svg')}.fi-al{background-image:url('al.d61f657ffb710c529e72.svg')}.fi-al.fis{background-image:url('al.c5821b272f37155c8280.svg')}.fi-am{background-image:url('am.39c5d05ed3ce2660746b.svg')}.fi-am.fis{background-image:url('am.8a063b9e5908a3f0dd57.svg')}.fi-ao{background-image:url('ao.52753def72744f8ce26c.svg')}.fi-ao.fis{background-image:url('ao.11f61ca564da05361edd.svg')}.fi-aq{background-image:url('aq.d96624823ceaf3950ba1.svg')}.fi-aq.fis{background-image:url('aq.6f1f242caf2cdd5c64cc.svg')}.fi-ar{background-image:url('ar.bd2c7c56fbcc2ba257ac.svg')}.fi-ar.fis{background-image:url('ar.89ce22a27f7f9756d3ca.svg')}.fi-as{background-image:url('as.63d83f8861e06a75d48d.svg')}.fi-as.fis{background-image:url('as.511c3417948547a36a68.svg')}.fi-at{background-image:url('at.8dc68995ec419a9440a2.svg')}.fi-at.fis{background-image:url('at.27ec5a7f28c5d0c8f021.svg')}.fi-au{background-image:url('au.0af6624d4b0ca5e2348e.svg')}.fi-au.fis{background-image:url('au.f3c973867c6c71ea1429.svg')}.fi-aw{background-image:url('aw.59ef02510bc7df50491a.svg')}.fi-aw.fis{background-image:url('aw.513ef5fdfbdecaede63a.svg')}.fi-ax{background-image:url('ax.62ea912b0e8803281b06.svg')}.fi-ax.fis{background-image:url('ax.4582b5cfc784cabbac87.svg')}.fi-az{background-image:url('az.403e9b3f84602663476f.svg')}.fi-az.fis{background-image:url('az.ee61daa1fd7aee4386a5.svg')}.fi-ba{background-image:url('ba.621a6922ce5be3872be3.svg')}.fi-ba.fis{background-image:url('ba.8d9a86c2b832fc125cc1.svg')}.fi-bb{background-image:url('bb.29e3f9c7760d9479e897.svg')}.fi-bb.fis{background-image:url('bb.710da1e91997299d6dc3.svg')}.fi-bd{background-image:url('bd.e99cb11fdae12d94bce8.svg')}.fi-bd.fis{background-image:url('bd.9a6cf43247bf4c3024ea.svg')}.fi-be{background-image:url('be.6cac03795313d7c043bb.svg')}.fi-be.fis{background-image:url('be.6fc013c9d1007c352313.svg')}.fi-bf{background-image:url('bf.4755cc0eeffc214e7270.svg')}.fi-bf.fis{background-image:url('bf.7194e2401226188f053b.svg')}.fi-bg{background-image:url('bg.5a32d80ff45984bc5310.svg')}.fi-bg.fis{background-image:url('bg.47c70d31371646e7e182.svg')}.fi-bh{background-image:url('bh.86725006a063c2db6d6b.svg')}.fi-bh.fis{background-image:url('bh.ee0ac09528486a658d0d.svg')}.fi-bi{background-image:url('bi.3f52178a68c684709293.svg')}.fi-bi.fis{background-image:url('bi.0cc111d7561532b58bd6.svg')}.fi-bj{background-image:url('bj.7f6166b56e8697232afe.svg')}.fi-bj.fis{background-image:url('bj.9295d49d3017c2de0275.svg')}.fi-bl{background-image:url('bl.9dc30a69d4ead9865c52.svg')}.fi-bl.fis{background-image:url('bl.8028dd1166b77764314e.svg')}.fi-bm{background-image:url('bm.39718bd35d6cbeb6cdcb.svg')}.fi-bm.fis{background-image:url('bm.de57a03e3fed9afdde8b.svg')}.fi-bn{background-image:url('bn.5f1105b02e9cc602af07.svg')}.fi-bn.fis{background-image:url('bn.67feab2dbbb1915b538f.svg')}.fi-bo{background-image:url('bo.9f6b887040c8f5845a2f.svg')}.fi-bo.fis{background-image:url('bo.cc544ec1d95bd415e7d5.svg')}.fi-bq{background-image:url('bq.63fa6eef889e055a5af0.svg')}.fi-bq.fis{background-image:url('bq.a217e580785f179ca8c6.svg')}.fi-br{background-image:url('br.155348d0d5ca941fc054.svg')}.fi-br.fis{background-image:url('br.8bcede6133e8c04278c5.svg')}.fi-bs{background-image:url('bs.f71baf489ba3415f2f02.svg')}.fi-bs.fis{background-image:url('bs.76c019833e07208e6638.svg')}.fi-bt{background-image:url('bt.d35b5dd296478dbb0518.svg')}.fi-bt.fis{background-image:url('bt.552a870b8d0ff0782265.svg')}.fi-bv{background-image:url('bv.4a3cbeed34e0e6032a44.svg')}.fi-bv.fis{background-image:url('bv.83e56e13ab80efe1e90c.svg')}.fi-bw{background-image:url('bw.8b493920bf8c0e60ff20.svg')}.fi-bw.fis{background-image:url('bw.fee2051bfe7a4082ee62.svg')}.fi-by{background-image:url('by.a521eebe0cec830d5705.svg')}.fi-by.fis{background-image:url('by.12097dbd339258ef11bc.svg')}.fi-bz{background-image:url('bz.92fc064361b124ad1e76.svg')}.fi-bz.fis{background-image:url('bz.52b50386c849b7eae2bd.svg')}.fi-ca{background-image:url('ca.f3277db42e8a0498c5f2.svg')}.fi-ca.fis{background-image:url('ca.4f67be07db374b31b5fe.svg')}.fi-cc{background-image:url('cc.8861d03a773bedc0d199.svg')}.fi-cc.fis{background-image:url('cc.913d05692a035b974248.svg')}.fi-cd{background-image:url('cd.4346647bc68ddba26c8a.svg')}.fi-cd.fis{background-image:url('cd.ab0b5bd04247e9d252fa.svg')}.fi-cf{background-image:url('cf.99c6b22d8c18aaab72d0.svg')}.fi-cf.fis{background-image:url('cf.cbd95957781f73a837a6.svg')}.fi-cg{background-image:url('cg.c1bacfa71d7a907daa88.svg')}.fi-cg.fis{background-image:url('cg.c967abcba75748878586.svg')}.fi-ch{background-image:url('ch.269ddab4d19b9c60a645.svg')}.fi-ch.fis{background-image:url('ch.9f295dfce66ba565655e.svg')}.fi-ci{background-image:url('ci.71b3f6b842edddfcbd0c.svg')}.fi-ci.fis{background-image:url('ci.4914b40504850ce7fa40.svg')}.fi-ck{background-image:url('ck.ae3ea163a41e7acc6ec6.svg')}.fi-ck.fis{background-image:url('ck.99108f218aba644d1f6d.svg')}.fi-cl{background-image:url('cl.1cc139d841f80c657a89.svg')}.fi-cl.fis{background-image:url('cl.53ca595c90a802097d1f.svg')}.fi-cm{background-image:url('cm.e97d922e36f1702627e0.svg')}.fi-cm.fis{background-image:url('cm.ccb1df206ce7c3a50905.svg')}.fi-cn{background-image:url('cn.347824ed3b1806718c88.svg')}.fi-cn.fis{background-image:url('cn.919d001e1dc5c6bec7b8.svg')}.fi-co{background-image:url('co.eefa6c2cd269ce7da90d.svg')}.fi-co.fis{background-image:url('co.2d27993064a890abf252.svg')}.fi-cr{background-image:url('cr.8f9e3dcc8f47407f57dd.svg')}.fi-cr.fis{background-image:url('cr.a7d3b3129756d3ff6d8d.svg')}.fi-cu{background-image:url('cu.3bdb7fb2f0fdd25963ca.svg')}.fi-cu.fis{background-image:url('cu.9d151a20cf6c12d5efb7.svg')}.fi-cv{background-image:url('cv.f0add59ff3bbb8991c71.svg')}.fi-cv.fis{background-image:url('cv.825501fd112391d6910c.svg')}.fi-cw{background-image:url('cw.fa095496b50c4e4daca1.svg')}.fi-cw.fis{background-image:url('cw.57c4b0522bd8d3f9ad63.svg')}.fi-cx{background-image:url('cx.6b6d55e8b6d588185eaa.svg')}.fi-cx.fis{background-image:url('cx.7e010a1b918b20f39c28.svg')}.fi-cy{background-image:url('cy.cf67f901b8fbf965ab82.svg')}.fi-cy.fis{background-image:url('cy.ff138932c9728d3f669a.svg')}.fi-cz{background-image:url('cz.859f18a5acfd4e8d702a.svg')}.fi-cz.fis{background-image:url('cz.8ffb243fd5351444af89.svg')}.fi-de{background-image:url('de.78feb91bfda2ddce6bcf.svg')}.fi-de.fis{background-image:url('de.4e64ea42c3d10fdaba69.svg')}.fi-dj{background-image:url('dj.e99f50d1637c1304ef50.svg')}.fi-dj.fis{background-image:url('dj.5c1a7208b239afd148cd.svg')}.fi-dk{background-image:url('dk.33bba71c12896b2df189.svg')}.fi-dk.fis{background-image:url('dk.079b834714bed8a2a943.svg')}.fi-dm{background-image:url('dm.3b77cf866443d05b9c12.svg')}.fi-dm.fis{background-image:url('dm.cd449a2d91d29f2c6e06.svg')}.fi-do{background-image:url('do.34d033695385111498b9.svg')}.fi-do.fis{background-image:url('do.61c4e2798bc10aadf8c5.svg')}.fi-dz{background-image:url('dz.b37c4fcf5782f19c46c2.svg')}.fi-dz.fis{background-image:url('dz.e8688062e43dbd51e645.svg')}.fi-ec{background-image:url('ec.d8b5c15adb4f81491e29.svg')}.fi-ec.fis{background-image:url('ec.89c7836755e3cafbec06.svg')}.fi-ee{background-image:url('ee.aafa1c5af55d29680fe5.svg')}.fi-ee.fis{background-image:url('ee.8966b41611a113d92c09.svg')}.fi-eg{background-image:url('eg.1f9094f558beb8462602.svg')}.fi-eg.fis{background-image:url('eg.fc534707caebb56d1791.svg')}.fi-eh{background-image:url('eh.2272022ff636678fe73d.svg')}.fi-eh.fis{background-image:url('eh.48efb2c915e59ba9e635.svg')}.fi-er{background-image:url('er.075f7d29333fde30b467.svg')}.fi-er.fis{background-image:url('er.7b2d3410782e869e40f8.svg')}.fi-es{background-image:url('es.91221aeba452aeb57c55.svg')}.fi-es.fis{background-image:url('es.ebd9bcf21fb645e3f1ad.svg')}.fi-et{background-image:url('et.9ecc3ab8ae87825a443b.svg')}.fi-et.fis{background-image:url('et.873e92da214e744e0add.svg')}.fi-fi{background-image:url('fi.0e5ef3f583daa1a41533.svg')}.fi-fi.fis{background-image:url('fi.5b3833a61c8740336765.svg')}.fi-fj{background-image:url('fj.e38fd1a5d02e5b22aeac.svg')}.fi-fj.fis{background-image:url('fj.00243c79119476be5575.svg')}.fi-fk{background-image:url('fk.02a718fd0d6c04da2911.svg')}.fi-fk.fis{background-image:url('fk.eb8b51b7c6cc2be70d8a.svg')}.fi-fm{background-image:url('fm.97c5bb37d4fd9285c80c.svg')}.fi-fm.fis{background-image:url('fm.3f4f42d4ae3f23b35a84.svg')}.fi-fo{background-image:url('fo.ccfdd328027fbec17a4a.svg')}.fi-fo.fis{background-image:url('fo.fcae5b2a423c94ba75e9.svg')}.fi-fr{background-image:url('fr.bf4cae9b80cd98ef5766.svg')}.fi-fr.fis{background-image:url('fr.770376a19bf07e9e3372.svg')}.fi-ga{background-image:url('ga.f64e29ed68d2165d3620.svg')}.fi-ga.fis{background-image:url('ga.1aa26b2be2f1faf8c754.svg')}.fi-gb{background-image:url('gb.fcfef6780b36bef53738.svg')}.fi-gb.fis{background-image:url('gb.521ff9175692d87884eb.svg')}.fi-gd{background-image:url('gd.015912f1031748afd1bf.svg')}.fi-gd.fis{background-image:url('gd.65995b1e64984141c927.svg')}.fi-ge{background-image:url('ge.63b0311486e63f08f53d.svg')}.fi-ge.fis{background-image:url('ge.e46de93c3deb6bfc4b94.svg')}.fi-gf{background-image:url('gf.333751e55034c41c3e59.svg')}.fi-gf.fis{background-image:url('gf.e1661bd397472fab1f8f.svg')}.fi-gg{background-image:url('gg.6a608369d5207ef50ef8.svg')}.fi-gg.fis{background-image:url('gg.a86fc4c7fa8135c00864.svg')}.fi-gh{background-image:url('gh.b1a97938c1f961df7899.svg')}.fi-gh.fis{background-image:url('gh.9e338876783991ac58ef.svg')}.fi-gi{background-image:url('gi.49d549bf7be35a23dd52.svg')}.fi-gi.fis{background-image:url('gi.22f8b28bd96189041d73.svg')}.fi-gl{background-image:url('gl.c6090a99ab0402116f4a.svg')}.fi-gl.fis{background-image:url('gl.05073911834f849510d1.svg')}.fi-gm{background-image:url('gm.21b07ec656b24882173b.svg')}.fi-gm.fis{background-image:url('gm.301e054b9f8d6489cdbf.svg')}.fi-gn{background-image:url('gn.f1d6c153def70087cff4.svg')}.fi-gn.fis{background-image:url('gn.b95b7a545b0fc81827a3.svg')}.fi-gp{background-image:url('gp.0973d50eb05aff4255d8.svg')}.fi-gp.fis{background-image:url('gp.aefba4be1db5a6ec0644.svg')}.fi-gq{background-image:url('gq.52b4ac099f46be415847.svg')}.fi-gq.fis{background-image:url('gq.e3876a883db8f2847459.svg')}.fi-gr{background-image:url('gr.71452bbd08d693543125.svg')}.fi-gr.fis{background-image:url('gr.398239dd784ae5d4687d.svg')}.fi-gs{background-image:url('gs.842457630714ef5dbd61.svg')}.fi-gs.fis{background-image:url('gs.10db4ed146e73babbca0.svg')}.fi-gt{background-image:url('gt.71fac50e9a1b754d8b95.svg')}.fi-gt.fis{background-image:url('gt.80fa0e8982f91ec91314.svg')}.fi-gu{background-image:url('gu.562cf884d36dd8b8c632.svg')}.fi-gu.fis{background-image:url('gu.928839cbe247335126fc.svg')}.fi-gw{background-image:url('gw.d265b8a005a3ad13e496.svg')}.fi-gw.fis{background-image:url('gw.8c4b36f1acffa6fd5fb0.svg')}.fi-gy{background-image:url('gy.6a64d2f47b2682005575.svg')}.fi-gy.fis{background-image:url('gy.c908281a23558922ef9d.svg')}.fi-hk{background-image:url('hk.7f794b0719e1110e0e0c.svg')}.fi-hk.fis{background-image:url('hk.b50f686311ac669023a1.svg')}.fi-hm{background-image:url('hm.e49ba24a0e759a8d849c.svg')}.fi-hm.fis{background-image:url('hm.3ac8ee676728e7138b7f.svg')}.fi-hn{background-image:url('hn.57160f534d227ae78c5c.svg')}.fi-hn.fis{background-image:url('hn.9007c6204972533afaf0.svg')}.fi-hr{background-image:url('hr.a8651e6b586a861e470f.svg')}.fi-hr.fis{background-image:url('hr.3e30dc0d24cda5c16a54.svg')}.fi-ht{background-image:url('ht.40805715113583862a3e.svg')}.fi-ht.fis{background-image:url('ht.deab9733158f99ec2cad.svg')}.fi-hu{background-image:url('hu.966f49336f7466efd6f8.svg')}.fi-hu.fis{background-image:url('hu.ac606833cdcf0da08037.svg')}.fi-id{background-image:url('id.f5aa812145ee85fa05e5.svg')}.fi-id.fis{background-image:url('id.b966e5565c7ca5538622.svg')}.fi-ie{background-image:url('ie.1c12635a2932de4b8036.svg')}.fi-ie.fis{background-image:url('ie.110efbf8a9a95ec3384b.svg')}.fi-il{background-image:url('il.1ee795fca83f2c35c538.svg')}.fi-il.fis{background-image:url('il.5d16f0024e7d8afbe18e.svg')}.fi-im{background-image:url('im.a92b4df4caea675cad23.svg')}.fi-im.fis{background-image:url('im.d035f5249af8433b785d.svg')}.fi-in{background-image:url('in.2026a3feda4d72351b3b.svg')}.fi-in.fis{background-image:url('in.b321de84cdc9c117c02d.svg')}.fi-io{background-image:url('io.b99ab7adafb073b2cd13.svg')}.fi-io.fis{background-image:url('io.ebf12e765c2013de9721.svg')}.fi-iq{background-image:url('iq.969dd6795c54e54955c3.svg')}.fi-iq.fis{background-image:url('iq.ecc964d8da74513472c0.svg')}.fi-ir{background-image:url('ir.df2619bd3b277db6e8bb.svg')}.fi-ir.fis{background-image:url('ir.508e7e7bdc1a9559b283.svg')}.fi-is{background-image:url('is.64bcaf9743c062aba3fd.svg')}.fi-is.fis{background-image:url('is.85095717305b1c96b788.svg')}.fi-it{background-image:url('it.1d72a5dec3acd0737635.svg')}.fi-it.fis{background-image:url('it.5dd499d625a2415aef31.svg')}.fi-je{background-image:url('je.a1c5d3e3dd0b9cafd46a.svg')}.fi-je.fis{background-image:url('je.7a339d0ff8a2de2cc1dd.svg')}.fi-jm{background-image:url('jm.7c6602774a31cdc41f9c.svg')}.fi-jm.fis{background-image:url('jm.a5de6786f06f1deaa135.svg')}.fi-jo{background-image:url('jo.26ff8aa5175da2473121.svg')}.fi-jo.fis{background-image:url('jo.a7d166422ad7c6cd3037.svg')}.fi-jp{background-image:url('jp.22e3b3a4abbb24945620.svg')}.fi-jp.fis{background-image:url('jp.b246edf04ee2ba6fa967.svg')}.fi-ke{background-image:url('ke.f8a1791d61eb73903f2d.svg')}.fi-ke.fis{background-image:url('ke.6b90273e5bafc0cb61fe.svg')}.fi-kg{background-image:url('kg.9eea24f9125f7a9e945c.svg')}.fi-kg.fis{background-image:url('kg.b87d7818e13dc9c3ec0a.svg')}.fi-kh{background-image:url('kh.747d70423432b8fb38f0.svg')}.fi-kh.fis{background-image:url('kh.f293ed3f265d250f73c2.svg')}.fi-ki{background-image:url('ki.aae64252b623803152b7.svg')}.fi-ki.fis{background-image:url('ki.cc49f3eca5600cae40f5.svg')}.fi-km{background-image:url('km.900d4c39253c987a77fa.svg')}.fi-km.fis{background-image:url('km.86e906fceba050582576.svg')}.fi-kn{background-image:url('kn.ef92748465147823c8e7.svg')}.fi-kn.fis{background-image:url('kn.25972bfcdbbc4fafc1c7.svg')}.fi-kp{background-image:url('kp.9a2bfbfb50d45a9eebc3.svg')}.fi-kp.fis{background-image:url('kp.35e33aa7768845bf0e24.svg')}.fi-kr{background-image:url('kr.b2506b035e3202364d56.svg')}.fi-kr.fis{background-image:url('kr.d1b59b927b57ddb473f6.svg')}.fi-kw{background-image:url('kw.31648aa53832f0faa9a7.svg')}.fi-kw.fis{background-image:url('kw.c244f6de0c8a07185fe4.svg')}.fi-ky{background-image:url('ky.e8e8594bbd72acc43496.svg')}.fi-ky.fis{background-image:url('ky.669fcf99f1b7ed2aaf06.svg')}.fi-kz{background-image:url('kz.08a560cd29cb0de8b120.svg')}.fi-kz.fis{background-image:url('kz.2bf9acf7fb5acaabc48c.svg')}.fi-la{background-image:url('la.da34e4818447e1f970b2.svg')}.fi-la.fis{background-image:url('la.51936d97dde75ca8e0cb.svg')}.fi-lb{background-image:url('lb.8499b9c51a020af17d50.svg')}.fi-lb.fis{background-image:url('lb.90463168cffbc4da2315.svg')}.fi-lc{background-image:url('lc.940e9ba93eec286b5abe.svg')}.fi-lc.fis{background-image:url('lc.25f4a7464ca9fe11f839.svg')}.fi-li{background-image:url('li.c43a3f366c2d5d2e5df8.svg')}.fi-li.fis{background-image:url('li.7fe6c45aa99184d8bd61.svg')}.fi-lk{background-image:url('lk.37769f4995d75ce20ee4.svg')}.fi-lk.fis{background-image:url('lk.ed0edbaa4f42884bfc7a.svg')}.fi-lr{background-image:url('lr.babb668c5190507a3783.svg')}.fi-lr.fis{background-image:url('lr.0cfda4d7188f3b8fd50c.svg')}.fi-ls{background-image:url('ls.4da8ca4f6e1c0d5486f4.svg')}.fi-ls.fis{background-image:url('ls.4e82463d0f9293120da9.svg')}.fi-lt{background-image:url('lt.7e7110b65bbe5cbfb8a8.svg')}.fi-lt.fis{background-image:url('lt.39f9399afe4e99afc780.svg')}.fi-lu{background-image:url('lu.7f70b02c8514c31fc4de.svg')}.fi-lu.fis{background-image:url('lu.0d040ab20ca2d24321a6.svg')}.fi-lv{background-image:url('lv.0b4e6e1a21a939a1a474.svg')}.fi-lv.fis{background-image:url('lv.eeafeb0fec4b2b31672a.svg')}.fi-ly{background-image:url('ly.2fbe5cc18f3eefcf838b.svg')}.fi-ly.fis{background-image:url('ly.9b47902786c1124ed817.svg')}.fi-ma{background-image:url('ma.a2e6a76e5f38058fd28b.svg')}.fi-ma.fis{background-image:url('ma.7fe34c1e160dc851310c.svg')}.fi-mc{background-image:url('mc.acbf04f75fb877d1c2ae.svg')}.fi-mc.fis{background-image:url('mc.585834807536af77d01b.svg')}.fi-md{background-image:url('md.d4e707da066346718010.svg')}.fi-md.fis{background-image:url('md.d692cd261cdb5fddab55.svg')}.fi-me{background-image:url('me.144e25db369a068c5217.svg')}.fi-me.fis{background-image:url('me.af7398f3281863944d77.svg')}.fi-mf{background-image:url('mf.308936fb3b99c9f642a5.svg')}.fi-mf.fis{background-image:url('mf.f7176bde193d30670df8.svg')}.fi-mg{background-image:url('mg.7a54f12dc753217b1c0a.svg')}.fi-mg.fis{background-image:url('mg.b23fb375f4dc2242ad3e.svg')}.fi-mh{background-image:url('mh.63433c4cd0e503083673.svg')}.fi-mh.fis{background-image:url('mh.6a803acb4c81860bad1b.svg')}.fi-mk{background-image:url('mk.b96b8a63c2939ef1e4ce.svg')}.fi-mk.fis{background-image:url('mk.aa4bb76fa561509b29d6.svg')}.fi-ml{background-image:url('ml.1dd7a9ccbcd179a5a3fb.svg')}.fi-ml.fis{background-image:url('ml.e264a6264f02dd9b1afb.svg')}.fi-mm{background-image:url('mm.c22f7c51912ae5c86cc9.svg')}.fi-mm.fis{background-image:url('mm.558c0aff00891dfe4b52.svg')}.fi-mn{background-image:url('mn.923bb1ee1497a6f4e3d9.svg')}.fi-mn.fis{background-image:url('mn.20fb539ccc0994567987.svg')}.fi-mo{background-image:url('mo.2a85bb8f0da0cadd0ace.svg')}.fi-mo.fis{background-image:url('mo.e3d64a20b9cc78250a30.svg')}.fi-mp{background-image:url('mp.4192a32b80a9cf89083f.svg')}.fi-mp.fis{background-image:url('mp.1d79a8a1a6b5be729f08.svg')}.fi-mq{background-image:url('mq.1a77ee1805087d17c9b4.svg')}.fi-mq.fis{background-image:url('mq.b5fb20b54bed201a15e1.svg')}.fi-mr{background-image:url('mr.1e7f37e32174aff9a549.svg')}.fi-mr.fis{background-image:url('mr.d2f11d8354cbddd85a84.svg')}.fi-ms{background-image:url('ms.e9500352eba8d204a53e.svg')}.fi-ms.fis{background-image:url('ms.6c242b234deaf5286226.svg')}.fi-mt{background-image:url('mt.9336f2b008bd37eb6a5e.svg')}.fi-mt.fis{background-image:url('mt.485b92ba43322d099101.svg')}.fi-mu{background-image:url('mu.46514c8008dc3564e49e.svg')}.fi-mu.fis{background-image:url('mu.b111c44ad076945213b7.svg')}.fi-mv{background-image:url('mv.44a3b21f0ab17367c095.svg')}.fi-mv.fis{background-image:url('mv.8ea7a65ef62eec343111.svg')}.fi-mw{background-image:url('mw.dc4b154514985cbac37c.svg')}.fi-mw.fis{background-image:url('mw.6267f4cf547f21cd2965.svg')}.fi-mx{background-image:url('mx.0c810df0ce1f11ce84a0.svg')}.fi-mx.fis{background-image:url('mx.05d67395bc53260d3b3b.svg')}.fi-my{background-image:url('my.a27a161bd27a4e3d62ff.svg')}.fi-my.fis{background-image:url('my.9ce07fd4c90dd0f4a059.svg')}.fi-mz{background-image:url('mz.660a207e82f5b30d883f.svg')}.fi-mz.fis{background-image:url('mz.ada074658b6e377797e8.svg')}.fi-na{background-image:url('na.d0cf73691ed55277770d.svg')}.fi-na.fis{background-image:url('na.f5877d6e14db557e1089.svg')}.fi-nc{background-image:url('nc.c292b9576b6951a3b817.svg')}.fi-nc.fis{background-image:url('nc.71d4e8a81e6b59dd2c4b.svg')}.fi-ne{background-image:url('ne.5c109026a107f910512b.svg')}.fi-ne.fis{background-image:url('ne.052dc6649ad238e3437d.svg')}.fi-nf{background-image:url('nf.cc20348d89f9f1702b1a.svg')}.fi-nf.fis{background-image:url('nf.69e6c4256e9cb84a999e.svg')}.fi-ng{background-image:url('ng.9eea84efdc0eb2553b9d.svg')}.fi-ng.fis{background-image:url('ng.b9197e69f00cd0f998a4.svg')}.fi-ni{background-image:url('ni.bdd685492f3ac28f4b02.svg')}.fi-ni.fis{background-image:url('ni.acf5943f6d8af0e04259.svg')}.fi-nl{background-image:url('nl.f685765a298db5ba59fd.svg')}.fi-nl.fis{background-image:url('nl.09f3280d2f23aa573c15.svg')}.fi-no{background-image:url('no.859a13561a1b24bfa65f.svg')}.fi-no.fis{background-image:url('no.93a89ef2894bcbf6c821.svg')}.fi-np{background-image:url('np.bf51fe36a58df87af72d.svg')}.fi-np.fis{background-image:url('np.8dc76c3d264e94c91fd3.svg')}.fi-nr{background-image:url('nr.b3fdadbc923b5a447ec8.svg')}.fi-nr.fis{background-image:url('nr.bed9d473f3d6f0515e1e.svg')}.fi-nu{background-image:url('nu.bfd6de48e40574ec6d86.svg')}.fi-nu.fis{background-image:url('nu.c5c46b882043711f43dc.svg')}.fi-nz{background-image:url('nz.229d2fadba8d00df1029.svg')}.fi-nz.fis{background-image:url('nz.9ca78c0ed507c2272dee.svg')}.fi-om{background-image:url('om.3c3ce4b686ea6718dd6e.svg')}.fi-om.fis{background-image:url('om.083160ecacd114bd0a3b.svg')}.fi-pa{background-image:url('pa.b6f6c58d78ffe67a54f4.svg')}.fi-pa.fis{background-image:url('pa.7b97403f84536e43760e.svg')}.fi-pe{background-image:url('pe.5156eee1494fa9ccb9ff.svg')}.fi-pe.fis{background-image:url('pe.c24592822e43b439651e.svg')}.fi-pf{background-image:url('pf.02ac196d434c68c51d62.svg')}.fi-pf.fis{background-image:url('pf.b51ab54cb00fedd475f0.svg')}.fi-pg{background-image:url('pg.350974494867e834ec0f.svg')}.fi-pg.fis{background-image:url('pg.4d6cebfd4a692dc858f7.svg')}.fi-ph{background-image:url('ph.64c3d8b03bf21d10661c.svg')}.fi-ph.fis{background-image:url('ph.8f080515b1133c2ee1ab.svg')}.fi-pk{background-image:url('pk.e2cc1a304efcbe0a7670.svg')}.fi-pk.fis{background-image:url('pk.f0eea2745a73fcad6636.svg')}.fi-pl{background-image:url('pl.f7adaa942c63ca98f1d2.svg')}.fi-pl.fis{background-image:url('pl.8dae965602d803625267.svg')}.fi-pm{background-image:url('pm.6999a852eb77bd0a5218.svg')}.fi-pm.fis{background-image:url('pm.12f8da0fde1e296b60f4.svg')}.fi-pn{background-image:url('pn.afd38e5de2e8dd174eb8.svg')}.fi-pn.fis{background-image:url('pn.afaae19fb2bfab71b496.svg')}.fi-pr{background-image:url('pr.1ba0e05cfd9d5b65198b.svg')}.fi-pr.fis{background-image:url('pr.8c6adadbe062244d49c6.svg')}.fi-ps{background-image:url('ps.7e06cb37c0f0e23e7e15.svg')}.fi-ps.fis{background-image:url('ps.39edba9a7f77ccb57856.svg')}.fi-pt{background-image:url('pt.74b25fc16078efb3f2a1.svg')}.fi-pt.fis{background-image:url('pt.226046dfbb8a39f821f7.svg')}.fi-pw{background-image:url('pw.34533125088e70e7dc17.svg')}.fi-pw.fis{background-image:url('pw.529d8fc055a559996805.svg')}.fi-py{background-image:url('py.e0e54fe06162953c131c.svg')}.fi-py.fis{background-image:url('py.6a4d320c20bb054f492b.svg')}.fi-qa{background-image:url('qa.9dfdc1ae61fc572c4d2f.svg')}.fi-qa.fis{background-image:url('qa.3371653310c15d2a37b6.svg')}.fi-re{background-image:url('re.93aac5219d4b4cce2df6.svg')}.fi-re.fis{background-image:url('re.36610173ad3d979401c1.svg')}.fi-ro{background-image:url('ro.e9130a28a9ba2b93433f.svg')}.fi-ro.fis{background-image:url('ro.18358326c569c5d7584a.svg')}.fi-rs{background-image:url('rs.316d56a44c586a03e9b0.svg')}.fi-rs.fis{background-image:url('rs.2ee12073784177c06bc5.svg')}.fi-ru{background-image:url('ru.ab61f31edf4ad95b5ae0.svg')}.fi-ru.fis{background-image:url('ru.a36db5ee2456831a8fdd.svg')}.fi-rw{background-image:url('rw.32931738c195dc60323a.svg')}.fi-rw.fis{background-image:url('rw.1e372dfa76bdd20d0b3b.svg')}.fi-sa{background-image:url('sa.9cc67d3190770e60b1a9.svg')}.fi-sa.fis{background-image:url('sa.51158db93ff96a128bd6.svg')}.fi-sb{background-image:url('sb.30f71378a6f710e849a3.svg')}.fi-sb.fis{background-image:url('sb.72fc0629b5745867f636.svg')}.fi-sc{background-image:url('sc.ab4767bc4088728a6841.svg')}.fi-sc.fis{background-image:url('sc.29da75118abb5d8283e7.svg')}.fi-sd{background-image:url('sd.a07e8d7a44884656f5de.svg')}.fi-sd.fis{background-image:url('sd.30cf87d02b9440106cc8.svg')}.fi-se{background-image:url('se.e9e24cfb2d85c7e39aaf.svg')}.fi-se.fis{background-image:url('se.c385ba828f344e6856e6.svg')}.fi-sg{background-image:url('sg.b8d345820ac52f818715.svg')}.fi-sg.fis{background-image:url('sg.d8caefeac09dbc78f024.svg')}.fi-sh{background-image:url('sh.5e1606c2b6eabf5597e7.svg')}.fi-sh.fis{background-image:url('sh.8524c009623b8af2df13.svg')}.fi-si{background-image:url('si.e04f84a4992b29c65185.svg')}.fi-si.fis{background-image:url('si.74a5fa4b8372060cc79a.svg')}.fi-sj{background-image:url('sj.5b6dddaf6a82ad8090d3.svg')}.fi-sj.fis{background-image:url('sj.423c02479d090d9f7a44.svg')}.fi-sk{background-image:url('sk.6363e990e97551bbabf9.svg')}.fi-sk.fis{background-image:url('sk.80d4eb69228133f72b5d.svg')}.fi-sl{background-image:url('sl.af0884d411f36ff8e0fb.svg')}.fi-sl.fis{background-image:url('sl.7fac599c42ea5816c0bb.svg')}.fi-sm{background-image:url('sm.1553b4ae7cafa07d21a6.svg')}.fi-sm.fis{background-image:url('sm.ef685a184ac2ab0ce84a.svg')}.fi-sn{background-image:url('sn.091e42c6f8d95a1740ff.svg')}.fi-sn.fis{background-image:url('sn.eed2f85384a167421160.svg')}.fi-so{background-image:url('so.4019fa692ec75ab2e525.svg')}.fi-so.fis{background-image:url('so.cf12e6e530bed779303a.svg')}.fi-sr{background-image:url('sr.07e91c157e4b9e240d9b.svg')}.fi-sr.fis{background-image:url('sr.5bd4f0200ffd168102aa.svg')}.fi-ss{background-image:url('ss.9a15dd43db84232e2a99.svg')}.fi-ss.fis{background-image:url('ss.ee171740e2f8452ad2c9.svg')}.fi-st{background-image:url('st.181aa0b888488ec19292.svg')}.fi-st.fis{background-image:url('st.799dbc29974cbe0327c2.svg')}.fi-sv{background-image:url('sv.b9ded727dec4593e836d.svg')}.fi-sv.fis{background-image:url('sv.f0c3072fc12cc69f126a.svg')}.fi-sx{background-image:url('sx.63ad90518412c4bcd621.svg')}.fi-sx.fis{background-image:url('sx.592afe48aa7e894c872a.svg')}.fi-sy{background-image:url('sy.b288d06027dd0a86539f.svg')}.fi-sy.fis{background-image:url('sy.faf27c5b9e2478761658.svg')}.fi-sz{background-image:url('sz.20983e85bddab8d6e30e.svg')}.fi-sz.fis{background-image:url('sz.7f91328684506c0545d3.svg')}.fi-tc{background-image:url('tc.acd9542ad68b36a833de.svg')}.fi-tc.fis{background-image:url('tc.5a0013a9a9a4705dfb63.svg')}.fi-td{background-image:url('td.983e8a4ce97f1e3c1cf0.svg')}.fi-td.fis{background-image:url('td.69f44e06b96acc2ba68a.svg')}.fi-tf{background-image:url('tf.d4d6d91ce9d6f4addd54.svg')}.fi-tf.fis{background-image:url('tf.97ad29793bc08e49595d.svg')}.fi-tg{background-image:url('tg.19ba507605e81636029b.svg')}.fi-tg.fis{background-image:url('tg.376437ed84df05e2633b.svg')}.fi-th{background-image:url('th.bcc03a3cd1a367274a24.svg')}.fi-th.fis{background-image:url('th.18046547363916c7bdfe.svg')}.fi-tj{background-image:url('tj.afcc048680a1943c4653.svg')}.fi-tj.fis{background-image:url('tj.e1ffef44c7a43db59002.svg')}.fi-tk{background-image:url('tk.5a5f29010b5758c30612.svg')}.fi-tk.fis{background-image:url('tk.a19184cd12d71fae2c23.svg')}.fi-tl{background-image:url('tl.51693b246ea176801243.svg')}.fi-tl.fis{background-image:url('tl.2f04cd3c63f8b181f5fb.svg')}.fi-tm{background-image:url('tm.ae2886dcad1ed059d202.svg')}.fi-tm.fis{background-image:url('tm.caf8815e6e41740bc342.svg')}.fi-tn{background-image:url('tn.e8f63af58ffec829bf62.svg')}.fi-tn.fis{background-image:url('tn.690b2529c5259ae494e0.svg')}.fi-to{background-image:url('to.cccdba4c3dfd080aeda7.svg')}.fi-to.fis{background-image:url('to.ed0e1091a188b0c14c20.svg')}.fi-tr{background-image:url('tr.4dd4b60c8a5e3dad5e65.svg')}.fi-tr.fis{background-image:url('tr.63e4c16c4a3a5468dfca.svg')}.fi-tt{background-image:url('tt.db362840eedbb651bff0.svg')}.fi-tt.fis{background-image:url('tt.cd3e7c0c1bc2a0c7ac19.svg')}.fi-tv{background-image:url('tv.c75afdde63ae0e1e205c.svg')}.fi-tv.fis{background-image:url('tv.58748d51b2bfc83e9f85.svg')}.fi-tw{background-image:url('tw.a4b47fff88d059612305.svg')}.fi-tw.fis{background-image:url('tw.bf719cfaa4e9735e2305.svg')}.fi-tz{background-image:url('tz.4cba6f3545595d585cf1.svg')}.fi-tz.fis{background-image:url('tz.d2c2fcb9c087163d2e21.svg')}.fi-ua{background-image:url('ua.6d944bf795f95c09b2f7.svg')}.fi-ua.fis{background-image:url('ua.4437573c77341db30e92.svg')}.fi-ug{background-image:url('ug.8dd0001748a6205ccac8.svg')}.fi-ug.fis{background-image:url('ug.f91ab4678ff916f58e28.svg')}.fi-um{background-image:url('um.3c77461e5c2ade9a6932.svg')}.fi-um.fis{background-image:url('um.f4ae9710256c139a18b0.svg')}.fi-us{background-image:url('us.a104996971b30b69ffdc.svg')}.fi-us.fis{background-image:url('us.8a22c272b158ecfac41c.svg')}.fi-uy{background-image:url('uy.7942bb43f1e2a75c4d81.svg')}.fi-uy.fis{background-image:url('uy.5a27099c830d788e45e1.svg')}.fi-uz{background-image:url('uz.c4be51bb2b634168ef43.svg')}.fi-uz.fis{background-image:url('uz.76b3fe1188fe514bd498.svg')}.fi-va{background-image:url('va.61a6f9f71d0490f2e4f0.svg')}.fi-va.fis{background-image:url('va.dc1f6cbbbc3bc4377059.svg')}.fi-vc{background-image:url('vc.0d135a5aaa2be532208f.svg')}.fi-vc.fis{background-image:url('vc.604bb3c44ede062b803c.svg')}.fi-ve{background-image:url('ve.5a76b2497118fb0435b2.svg')}.fi-ve.fis{background-image:url('ve.3810d5851842b8c714d7.svg')}.fi-vg{background-image:url('vg.73375378f7db8f3ad2d3.svg')}.fi-vg.fis{background-image:url('vg.ba4f6edb745b37df6593.svg')}.fi-vi{background-image:url('vi.1c2905659b58b0ac567e.svg')}.fi-vi.fis{background-image:url('vi.ac5c95bf638a25ff90ac.svg')}.fi-vn{background-image:url('vn.076d59568fc7a8ab59bc.svg')}.fi-vn.fis{background-image:url('vn.49e31660fbd9a2cdb1f6.svg')}.fi-vu{background-image:url('vu.cdea14dfd03bf96e4d76.svg')}.fi-vu.fis{background-image:url('vu.9ae6c34502fea8b7a7c3.svg')}.fi-wf{background-image:url('wf.a3008b9d6f65356b95cf.svg')}.fi-wf.fis{background-image:url('wf.c6c3a1a3691c2b21c03d.svg')}.fi-ws{background-image:url('ws.096fc50015e936e5ef31.svg')}.fi-ws.fis{background-image:url('ws.9dcd85be09f67d107265.svg')}.fi-ye{background-image:url('ye.d4cc9017b9793281c667.svg')}.fi-ye.fis{background-image:url('ye.c7f96a73720a46764697.svg')}.fi-yt{background-image:url('yt.38abb75fbdee89e31356.svg')}.fi-yt.fis{background-image:url('yt.4ac72b4b119e04c2cda8.svg')}.fi-za{background-image:url('za.7be2ee9fe926a606f926.svg')}.fi-za.fis{background-image:url('za.6a300b5633ca52383863.svg')}.fi-zm{background-image:url('zm.0318897b6d2c7f01faf0.svg')}.fi-zm.fis{background-image:url('zm.12b788ee97dc2caa6ad7.svg')}.fi-zw{background-image:url('zw.2fde5b81fab057934f4f.svg')}.fi-zw.fis{background-image:url('zw.e98fcd0271d56c6abce1.svg')}.fi-arab{background-image:url('arab.fb354ec534e065e282e2.svg')}.fi-arab.fis{background-image:url('arab.cbe640193523412067c2.svg')}.fi-cefta{background-image:url('cefta.e0e7f32f0b2bfa01a5ff.svg')}.fi-cefta.fis{background-image:url('cefta.44e3c803d7b693d0ffaf.svg')}.fi-cp{background-image:url('cp.8621f432232c7d0fe0a2.svg')}.fi-cp.fis{background-image:url('cp.213695e7bc44ce2094c5.svg')}.fi-dg{background-image:url('dg.2c1b95ff7dc33e6581fd.svg')}.fi-dg.fis{background-image:url('dg.c35d4a1668d2ae3b1a4f.svg')}.fi-eac{background-image:url('eac.702eb9fb191b6fd7cdf1.svg')}.fi-eac.fis{background-image:url('eac.f636d09be4561e9e5507.svg')}.fi-es-ct{background-image:url('es-ct.3eb3a35a978070fd4a68.svg')}.fi-es-ct.fis{background-image:url('es-ct.e5d7fd1b2ee438320338.svg')}.fi-es-ga{background-image:url('es-ga.f8eb1159535caad09c46.svg')}.fi-es-ga.fis{background-image:url('es-ga.5e8c5dcce1abc330b5c0.svg')}.fi-es-pv{background-image:url('es-pv.4abb6c8e4cff61ae92c9.svg')}.fi-es-pv.fis{background-image:url('es-pv.1120622840e665a7382e.svg')}.fi-eu{background-image:url('eu.2eba7797bc8552cb2b4c.svg')}.fi-eu.fis{background-image:url('eu.182055c662cb7d83129e.svg')}.fi-gb-eng{background-image:url('gb-eng.7caecb785400d1cca7b3.svg')}.fi-gb-eng.fis{background-image:url('gb-eng.a877951862ba77ad9747.svg')}.fi-gb-nir{background-image:url('gb-nir.4578575b166773870b23.svg')}.fi-gb-nir.fis{background-image:url('gb-nir.e2436a22b2d6e64580e5.svg')}.fi-gb-sct{background-image:url('gb-sct.ade55ed456211d6577b2.svg')}.fi-gb-sct.fis{background-image:url('gb-sct.9506ab939d483c630b7d.svg')}.fi-gb-wls{background-image:url('gb-wls.9490411928d3db5cad64.svg')}.fi-gb-wls.fis{background-image:url('gb-wls.c488ecae68ddf5574c36.svg')}.fi-ic{background-image:url('ic.bdc9877c5d42dfa5adcf.svg')}.fi-ic.fis{background-image:url('ic.dc0d5bfce4986880c506.svg')}.fi-pc{background-image:url('pc.9210ef6f3debc3dd5042.svg')}.fi-pc.fis{background-image:url('pc.1897bb5bfc03e26f4b56.svg')}.fi-sh-ac{background-image:url('sh-ac.e3248837ff7c17a572d7.svg')}.fi-sh-ac.fis{background-image:url('sh-ac.35c64b2707b6e78ca6b5.svg')}.fi-sh-hl{background-image:url('sh-hl.0c7bf0fe18bfc07cfa2b.svg')}.fi-sh-hl.fis{background-image:url('sh-hl.419292a6e7a1dbd9cacd.svg')}.fi-sh-ta{background-image:url('sh-ta.e2c71b71f1ca56dd2e1c.svg')}.fi-sh-ta.fis{background-image:url('sh-ta.21937881cf58f2f114a2.svg')}.fi-un{background-image:url('un.9f149c3d8ef5e8e8a721.svg')}.fi-un.fis{background-image:url('un.beb2701ba8d645844586.svg')}.fi-xk{background-image:url('xk.13d6a7678c810b9e477d.svg')}.fi-xk.fis{background-image:url('xk.bb93418fd2f1a062bd90.svg')}

