body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sprout-no-permission-root p {
  margin-top: 35px !important;
}
.sprout-no-permission-root img {
  width: 85px;
  height: 89px;
}
.sprout-no-permission-root button {
  width: 150px !important;
}
.sprout-no-permission-root h3 {
  color: #10528b;
  padding-top: 30px;
}

.no-permission-float-root {
  text-align: center;
}
.no-permission-float-root p {
  margin: 26px 75px;
  color: #808080;
}
.no-permission-float-root button {
  width: 178px;
  height: 49px;
  font-weight: 600;
  margin-bottom: 30px;
}
.no-permission-float-root-bottom {
  height: 20px;
}
.sprout-modal-content .sprout-modal-header {
  background: #00A9CD;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 56px;
  position: relative;
}
.sprout-modal-content .sprout-modal-header .sprout-modal-close {
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 16px;
}
.ant-confirm-title:empty {
  display: none;
}

.ant-confirm .ant-confirm-btns {
  float: none;
  text-align: center;
}
.sprout-task-tip {
  padding: 24px;
}
.sprout-task-tip .sprout-task-tip-btns {
  text-align: center;
  margin-top: 12px;
}
.sprout-loading {
  text-align: center;
}

.sprout-global-loading {
  background-color: rgba(247, 248, 252, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.sprout-global-loading .loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sprout-toc-tip {
  padding: 50px 40px;
}
.sprout-toc-tip .sprout-toc-tip-content {
  text-align: center;
}
.sprout-toc-tip .sprout-toc-tip-btns {
  text-align: center;
  margin-top: 40px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition:         transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

.out-box{
    width:100%;
    min-width:1024px;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
.rain1{background-color: blue}
.rain2{background-color: red}

.box1{
    background-color:pink;
}
.box2{
    background-color:greenyellow;
}

.pink{
    border:3px solid pink;
}
.my-a{
    display:block;
    width:300px;
    height:100px;
}
.blue{
    border:4px dashed blue;
}
.hiddenrain{
    display:none;
}
.visibilityHide{
    visibility: hidden;
}
.sidebar{
    width:226px;
    flex:0 0 auto;
}
.logo-box{
    height:80px;
    padding:4px 10px;
    margin:0 auto;
    /*border:1px solid red;*/
}
/*.add_logo_box{*/
    /*padding:11px 0px;*/
    /*!*border:1px solid yellow;*!*/
/*}*/
/*.add_logo_btn{*/
    /*color:#ccc;*/
    /*font-size:20px;*/
    /*font-weight: 500;*/
    /*margin:0 auto;*/
    /*border:1px dashed #ccc;*/
    /*height:50px;*/
    /*line-height: 50px;*/
    /*text-align:center;*/
    /*width:100%;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
/*}*/
/*.add_plus{*/
    /*color:#ccc;*/
    /*font-size:20px;*/
/*}*/
.logo_con{
    width:206px;
    height:50px;
    display:block;
    padding:11px 0;
}
.logo-pic{
    height:50px;
    margin:0 auto;
}

.navbar{
    margin-top:40px;
}
.main-list{
    position:relative;
}
.triangle{
    display:inline-block;
    width:12px;
    height:6px;
    position:absolute;
    right:8px;
    margin-top:8px;
}
.triangle-down{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOUYwN0QwMUI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOUYwN0QwMkI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ5RjA3Q0ZGQjZCNzExRTk4NTVGRTZDRkU5NDk2QjdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ5RjA3RDAwQjZCNzExRTk4NTVGRTZDRkU5NDk2QjdBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Fr4MagAAAFdJREFUeNqc0kESACAEBVDf/c/gqlpVM+YjWRavGDAzlxuQeZx6zS6m0MbwCcY8aNKeT6HY5itIITazDvQqX8nLGehNHsVefkhXSIshY3heYqywXOolwAC8DhDwoscDuwAAAABJRU5ErkJggg==) no-repeat;
    background-size:100% 100%;
}
.triangle-up{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNzA2QjJBNEI2QjYxMUU5QjYzREQ3OEYwRDY0MjEwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNzA2QjJBNUI2QjYxMUU5QjYzREQ3OEYwRDY0MjEwNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI3MDZCMkEyQjZCNjExRTlCNjNERDc4RjBENjQyMTA3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI3MDZCMkEzQjZCNjExRTlCNjNERDc4RjBENjQyMTA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0vggUAAAADhJREFUeNpinDdvHgMa+A+lGZEFmXAoQmejKPzPgAn+oytEVsSIZu1/mEJ0RdjY/5lwSGCIAQQYAHZwCuR9GgVOAAAAAElFTkSuQmCC) no-repeat;
    background-size:100% 100%;
}
.triangle-whiteup{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAEEGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEIyQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEIzQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEI1QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEI0QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CjD1hM0AAABnSURBVCgVhZFRDsAwCELn7n/nrTZxoUzQH1uBF9PGNdSzqiyxqs5dtyKCKuyAEtaBJuBdBuwM4m1Yr+xvMzYiyGkJPGCTOQPO88GcKSFYyrthSkQAn7tMdEMOqjtnj9/Ex1YAnLP/Bc3wPA2MxSJwAAAAAElFTkSuQmCC) no-repeat;
    background-size:100% 100%;
}
.triangle-whitedown{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAEEGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEI1QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEIyQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEIzQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEI0QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cvr78t8AAABoSURBVCgVjZLRDkARDEOv+///jIpJsc72MunWoxKl9vpmlV52znb2/2ziAevqfO6PJJeYSOh51rO8YTrRvHzBYMwAo50N9gJGIHgvmAK+QBLmAaFZqS/kJjPTmQa6Ao2ZGVVnYASCvwFP/EQAaHRqzQAAAABJRU5ErkJggg==) no-repeat;
    background-size:100% 100%;
}
.triangle-whiteleft{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAYAAACp65zuAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAEEGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEI1QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEIyQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEIzQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEI0QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cvr78t8AAABlSURBVCgVjdDbDoAgDANQ5///s1KSLuxOHzTBY4HJM+RbAZHOEbXwRCUMSFb81hkKjRUysEMKJ7ThDQJ88WCyy/Gbgb6dCO89Hg+yZp3jhBWivsMGdjjACqcwxViscp65bOTPxD/xN0f+0zmJPwAAAABJRU5ErkJggg==) no-repeat;
    background-size:100% 100%;
}
.main-a{
    font-size:16px;
    color:#404040;
    font-weight:500;
    margin-left:15%;
}
.main-a:hover,.main-a:focus{
    color:#404040;
}
a.submenu{
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    border-left:4px solid #fff;
    font-weight:500;
    border:none;
    padding:0 0 0 15%;
    border-radius: 0px;
    color:#b9b9b9;
    font-size:14px;
}
a.submenu:hover, button.submenu:hover, a.submenu:focus, button.submenu:focus {
    color: #00a9cd;
    text-decoration: none;
    background-color: #f7f8fc;
    border-left:4px solid #00a9cd;
}
.submenu:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.submenu:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.badge-taken{
    position:relative;
}

.badge-taken .tasks-badge{
    position:absolute;
    left:76px ;
    top:10px;
}
.badge-taken .dropdown-badge{
    left:144px ;
    top:6px;
}
.complete{
    padding:12px 10px;
    margin:80px 6px 0 25%;
    background:#f7f8fc;
    border-radius:4px;
    font-size:14px;
}
.complete a{
    font-size:12px;
}
.com-badge{
    position: relative;
}
.main{
    width:100%;
    flex:0.2 1 auto;
}
.header{
    width:100%;
    height:80px;
    padding:15px 30px 0 30px;
    background-color:#0f518b;
    flex:0.2 1 auto;
}
.company-name{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.accounts-downmenu{
    border:none;
    width:200px;
    line-height:30px;
}
.header .nav-btn{
    height:50px;
    margin-right:8px;
    border-radius:4px;
    background-color:#016aae;
    color:#fff;
    border:none;
    position:relative;
}
.tasks-badge {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ff4f4f;
}
span.tasks-badge{
    position:absolute;
    top:10px;
    right:5px;
}
.header .last-navbtn{
    margin-right:0;
}
button.nav-btn:hover {
    color: #fff;
    background-color: #0061a0;
    border-color: #0f518b;
}
.nav-btn:focus, .nav-btn.focus {
    color: #fff;
    background-color: #0061a0;
    border-color: #0f518b;
}

.btn:hover, .btn:focus, .btn.focus {
     color: #fff;
     text-decoration: none;
 }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
     outline: none;
 }
.nav-btn:active:hover, .nav-btn.active:hover, .open > .dropdown-toggle.btn-default:hover, .nav-btn:active:focus, .nav-btn.active:focus, .open > .dropdown-toggle.nav-btn:focus, .nav-btn:active.focus, .nav-btn.active.focus, .open > .dropdown-toggle.nav-btn.focus {
    color: #fff;
    background-color: #0061a0;
    border-color: #0f518b;
}
.btn-group .nav-btn:hover{
    z-index:0;
}
.user{
    color:#fff;
    margin-right:6px;
}
.user-triangle{
    color:#fff;
    margin-left:6px;
    font-size:12px;
}
.re-polly{
    border:none;
    right:0;
    left:auto;
    min-width:200px;
}
.re-polly>li>a{
    position:relative;
}
.re-tasks{
    border:none;
    right:8%;
    left:auto;
    min-width:160px;
    min-height:100px;
    text-align:center;
}
.re-tasks p{
    color:#9e9e9e;
}
.down-list{
    position:relative;
    padding:3px 0;
}
.down-badge{
    border-radius:2px;
    background-color:#ffd05c;
    position:absolute;
    right:4px;
    top:6px;
    padding:3px 5px;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
     color: #fff;
     background-color: #0061a0;
     border-color: #0f518b;
}

.re-content{
    border-radius: 4px;
    border:none;
}
.re-body{
    /*text-align:center;*/
    padding:30px;
}
.re-body p{
    color:#9e9e9e;
}

.ok-box img{
    display:none
}
.content{
    width:100%;
/*    min-width:1090px;
*/    background-color:#e6f0f4;
/*    padding:50px 0 70px 0;
*/    /*flex:0 1 auto;*/
}
.con-center{
    width:76%;
    margin:0 auto;
    min-width: 768px;
}
.con-center p{
    margin-bottom:0;
}
.stakeholder-conCenter{
/*    width:90%;
*/    margin:0 auto;
    min-width: 980px;
}
/*pink-box*/
.pink-box{
    padding:10px;
    border:1px solid #ff4e5c;
    background-color:#ffe9ea;
    border-radius: 4px;
    text-align:center;
}
.pink-box p,.pink-box span,.alarm_text{
    color:#ff4e5c;
    font-weight: 500;
}
/*.alarm_text{*/
    /*color:#a94442;*/
    /*font-weight: 500;*/

/*}*/
.pink-box span{
    font-size:20px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    right: 0px;

}

.disabled-btn{
    background-color:#ebebeb;
    color:#c6c6c6;
    border:none;
    font-weight:bold;
    width:120px;
    height:40px;
    margin-top:6px;
    font-size:14px;
    position:relative;
}
.disabled-btn:hover{
    color:#c6c6c6;
}
/*user-box*/
.con-head{
    margin-top:20px;
    height:70px;
    display:flex;
    flex-flow:row nowrap;
    align-items:flex-end;
}
.user-box{
    width:70px;
    height:70px;
    flex:1 0 auto;
}
.p-box{
    width:100%;
    height:50px;
    line-height:50px;
    background-color:#fff;
    flex:0 1 auto;
    border-radius: 2px;
    display:flex;
    justify-content:space-between;
}
.tip-text{
    width:50%;
    margin-left:20px;
    flex:1 0 auto;
}
.line{
    font-weight:500;
    color:#9e9e9e;
}
.call{
    margin-right:12px;
    flex:0 0 auto;
    text-decoration: underline;
    color:#404040;
}

.upload-btn{
    height:50px;
    margin-left:10px;
    background-color:#00a9cd;
    color:#fff;
    border:none;
    flex:0 1 auto;
}

/*con-main*/
.con-list{
    display:flex;
    flex-direction:column;
}
.con-list .detail-box p{
    margin-bottom:0;
}
.list-titbox{
    width:100%;
    /*height:80px;*/
    height:auto;
    margin-top:20px;
    border-radius: 2px;
    background-color:#fff;
    display:flex;
    flex-flow:row nowrap;
    position:relative;
}
.list-num{
    width:70px;
    line-height:80px;
    font-size:52px;
    text-align:center;
    color:#ececec;
}
.list-section{
    padding: 12px 0;
    margin-left:20px;
    width:50%;
    flex:1 0 auto;
}
.list-tit{
    color:#4e462f;
    font-size:22px;
    font-weight:bold;
}
.list-text{
    color:#9e9e9e;
    margin-bottom:0;
    margin-right:60px;
}
.re-position{
    top:36px;
    right:30px;
}
.triangle-color{
    color:gray;
}
.list:hover .list-titbox{
    background-color:#00a9cd;
}
.list:hover .list-num{
    color:#72d1e3;
}
.list:hover .list-text,.list:hover .list-tit{
    color:#fff;
}
.list:hover .triangle-color{
    color:#fff;
}

/*list-content*/
.section{
    padding:20px;
    display:flex;
    position:relative;

}
.correct{
    width:70px;
}
.ok-box{
    margin:0 auto;
    width:55px;
    height:55px;
    border-radius:90px;
}
.detail-box{
    width:50%;
    min-width:260px;
    margin:0 20px;
    /*margin-left:20px;*/
    flex:1 0 auto;
}
.detail-tit{
    color:#0f518b;
    font-size:16px;
    font-weight:bold;
}
.detail-text{
    overflow:hidden;
    font-size:14px;
    color:#00a9cd;
}
.detail-date{
    color:#9e9e9e;
    font-size:14px;
}
.view-btn{
    background-color:#00a9cd;
    border:none;
    font-weight:bold;
    width:120px;
    height:40px;
    margin-top:6px;
    font-size:14px;
    color:#fff;
    /*position:absolute;
    right:30px;
    top:25px;*/
}
.view-btn:hover{
    background-color:#439aba;
    color:#fff;
}
.view-btn:focus{
    background-color:#00a9cd;
    color:#fff;
}
#root{
    /*display:-webkit-flex;*/
    /*display:flex;*/
    /*flex-direction:row;*/
    /*flex-wrap:nowrap;*/
    /*flex:1 1 auto;*/
    width:100%;
}
*{
    margin: 0px;
    border: none;
    padding: 0px;
    font-size:14px;
    background:none;
    font-family: 'Avantt-Bold';
}
body,div, form, img, ul, ol, li, dl, dt, dd, form, p {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    list-style: none outside none;
    text-decoration:none;
}
.table{
    padding-bottom:30px;
}

body{
    display:flex;
    flex-flow:row nowrap;
    padding-right:0px;
}
.onset{
    float:left;
}
.offset{
    float:right;
}
a{
    text-decoration:none;
    color:#acacac;
}
a:hover,a:focus{
    text-decoration: none;
}
.bg-white{
    background-color:#fff;
}
.bg-gray{
    background-color:#f7f8fc;
}
.bg-red{
    background-color:red;
}
.bg-pink{
    background-color:pink;
}
.bg-blue{
    background-color:#33baef;
}
.bg-skyblue{
    background-color: #cceff6;
}
.bg-green{
    background-color:#2fddd4;
}
.bg-apple-green{
    background-color:#58d8b2;
}
.color_green{
    color:#58d8b2;
}
.bg-yellow{
    background-color:#ffd05b;
}
.bg-seablue{
    background-color:#0f518b;
}
.bg-dark{
    background-color: #bdd1d5;
}
.bg-darkblue{
    background-color:#00a9cd;
}
.bg-waterblue{
    background-color: #e8eff7;
}
.bg-lightgray{
    background-color: #f3f8fb;
}
.text-blue{
    color:#00a9cd;
}
.text-green{
    color:#4eb886;
}
.nav>li>.main-a{
    padding:10px 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color:transparent;
}
.input_color,.bg-skyblue .input_color{
    color:#232323
}
a:focus{
    outline:none;
}
.accounts{
    color:#85c1e7;
}
.text-seablue{
    color:#0f518b;
}
.wdt200{
    width:200px;
}
.link-cursor{
    cursor:pointer;
}
.no-marginTop{
    margin-top:0;
}
pre.no-marginTop{
    margin-top:0;
}
.minHeight900{
    min-height:900px;
}
a.top2{
    top:2px;
}
.pb-15 {
    padding-bottom: 15px;   
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-0{
    margin-bottom: 0;
}
.empty-can{
    width:100%;
    height:300px;
    position: relative;
    background-color: #fff;
}
.empty-pic{
    position: absolute;
    top:20%;
    left:43%;
}
.onboarding_empty_can{
    height:150px;
}
.onboarding_empty_pic{
    top:12%;
    left:35%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
[class^=ant-],
[class*= ant-],
[class^=ant-] *,
[class*= ant-] *,
[class^=ant-] *::before,
[class*= ant-] *::before,
[class^=ant-] *::after,
[class*= ant-] *::after {
  box-sizing: border-box;
}
/* 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);
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum', "tnum";
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: #00A9CD;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #23bdd9;
}
a:active {
  color: #0082a6;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  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;
}
::selection {
  color: #fff;
  background: #00A9CD;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #00A9CD;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #00A9CD;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #00A9CD;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-enter-prepare,
.zoom-appear-prepare {
  transform: none;
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-enter-prepare,
.zoom-big-appear-prepare {
  transform: none;
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-enter-prepare,
.zoom-big-fast-appear-prepare {
  transform: none;
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-enter-prepare,
.zoom-up-appear-prepare {
  transform: none;
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-enter-prepare,
.zoom-down-appear-prepare {
  transform: none;
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-enter-prepare,
.zoom-left-appear-prepare {
  transform: none;
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-enter-prepare,
.zoom-right-appear-prepare {
  transform: none;
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ant-alert-content {
  flex: 1 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 7px;
}
.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: #e6ffff;
  border: 1px solid #74e8f2;
}
.ant-alert-info .ant-alert-icon {
  color: #00A9CD;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-closable .ant-alert-action {
  margin-right: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  padding: 8px 37px 8px 15px;
  direction: rtl;
}
.ant-alert-rtl.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-rtl.ant-alert.ant-alert-closable {
  padding-right: 37px;
  padding-left: 30px;
}
.ant-alert.ant-alert-rtl.ant-alert.ant-alert-no-icon.ant-alert-closable {
  padding-right: 15px;
  padding-left: 30px;
}
.ant-alert-rtl .ant-alert-icon {
  right: 16px;
  left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  right: auto;
  left: 16px;
}
.ant-alert.ant-alert-rtl.ant-alert-with-description,
.ant-alert.ant-alert-rtl.ant-alert-with-description.ant-alert-closable {
  padding: 15px 63px 15px 15px;
}
.ant-alert.ant-alert-rtl.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  right: 24px;
  left: auto;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-close-icon {
  right: auto;
  left: 16px;
}
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: 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: #f0f0f0;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #00A9CD;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s 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.85);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #00A9CD;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-anchor-rtl {
  direction: rtl;
}
.ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}
.ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}
.ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}
.ant-anchor-rtl .ant-anchor-link {
  padding: 7px 16px 7px 0;
}
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.ant-select-auto-complete .ant-select-clear {
  right: 13px;
}
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: 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 .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top:empty {
  display: none;
}
.ant-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}
.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.3s;
}
.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}
@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.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  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: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  height: 6px;
  background: #ff4d4f;
  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;
  transform: translate(50%, -50%);
  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%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #ff4d4f;
}
.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.85);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  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 {
  transform: none;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.ant-ribbon-wrapper {
  position: relative;
}
.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #00A9CD;
  border-radius: 4px;
}
.ant-ribbon-text {
  color: #fff;
}
.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentColor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d;
}
.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}
.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}
.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}
.ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}
.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}
.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}
.ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}
.ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff;
}
.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}
.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}
.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentColor transparent transparent currentColor;
}
.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentColor currentColor transparent transparent;
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl .ant-badge-count,
.ant-badge-rtl .ant-badge-dot,
.ant-badge-rtl .ant-badge .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge-rtl .ant-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl;
}
.ant-badge-rtl .ant-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
.ant-ribbon-rtl {
  direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentColor currentColor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentColor currentColor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentColor transparent transparent currentColor;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentColor transparent transparent currentColor;
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "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.3s;
}
.ant-breadcrumb a:hover {
  color: #23bdd9;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
.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,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  background: #B9CCD0;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #23bdd9;
  background: #B9CCD0;
  border-color: #23bdd9;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active {
  color: #0082a6;
  background: #B9CCD0;
  border-color: #0082a6;
}
.ant-btn:active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #B9CCD0;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  background: #00A9CD;
  border-color: #00A9CD;
  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: #23bdd9;
  border-color: #23bdd9;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active {
  color: #fff;
  background: #0082a6;
  border-color: #0082a6;
}
.ant-btn-primary:active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #23bdd9;
  border-left-color: #23bdd9;
}
.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: #23bdd9;
}
.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: #23bdd9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  background: 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: #23bdd9;
  background: transparent;
  border-color: #23bdd9;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active {
  color: #0082a6;
  background: transparent;
  border-color: #0082a6;
}
.ant-btn-ghost:active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: #ffffff;
  background: #B9CCD0;
  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: #23bdd9;
  background: #B9CCD0;
  border-color: #23bdd9;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active {
  color: #0082a6;
  background: #B9CCD0;
  border-color: #0082a6;
}
.ant-btn-dashed:active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background: #ff7875;
  border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active {
  color: #fff;
  background: #d9363e;
  border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #00A9CD;
  background: 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: #23bdd9;
  background: transparent;
  border-color: #23bdd9;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active {
  color: #0082a6;
  background: transparent;
  border-color: #0082a6;
}
.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text {
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentColor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #23bdd9;
  background: transparent;
  border-color: #23bdd9;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentColor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #0082a6;
  background: transparent;
  border-color: #0082a6;
}
.ant-btn-text:active > a:only-child {
  color: currentColor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #ff4d4f;
  background: #B9CCD0;
  border-color: #ff4d4f;
}
.ant-btn-dangerous > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff7875;
  background: #B9CCD0;
  border-color: #ff7875;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #d9363e;
  background: #B9CCD0;
  border-color: #d9363e;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  background: #ff7875;
  border-color: #ff7875;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  background: #d9363e;
  border-color: #d9363e;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #23bdd9;
  background: transparent;
  border-color: #23bdd9;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #0082a6;
  background: transparent;
  border-color: #0082a6;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  background: transparent;
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  background: transparent;
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #23bdd9;
  background: transparent;
  border-color: #23bdd9;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #0082a6;
  background: transparent;
  border-color: #0082a6;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -1px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-btn-loading-icon {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 0;
}
.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 0;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group-sm .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #00A9CD;
  background: transparent;
  border-color: #00A9CD;
  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: #23bdd9;
  background: transparent;
  border-color: #23bdd9;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active {
  color: #0082a6;
  background: transparent;
  border-color: #0082a6;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #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]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  background: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #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]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  background: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  background: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  background: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  background: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  background: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #23bdd9;
  border-left-color: #d9d9d9;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #23bdd9;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-calendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  background: #fff;
}
.ant-picker-calendar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0;
}
.ant-picker-calendar-header .ant-picker-calendar-year-select {
  min-width: 80px;
}
.ant-picker-calendar-header .ant-picker-calendar-month-select {
  min-width: 70px;
  margin-left: 8px;
}
.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-left: 8px;
}
.ant-picker-calendar .ant-picker-panel {
  background: #fff;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
  width: auto;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-body {
  padding: 8px 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-content {
  width: 100%;
}
.ant-picker-calendar-mini {
  border-radius: 4px;
}
.ant-picker-calendar-mini .ant-picker-calendar-header {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-picker-calendar-mini .ant-picker-panel {
  border-radius: 0 0 4px 4px;
}
.ant-picker-calendar-mini .ant-picker-content {
  height: 256px;
}
.ant-picker-calendar-mini .ant-picker-content th {
  height: auto;
  padding: 0;
  line-height: 18px;
}
.ant-picker-calendar-full .ant-picker-panel {
  display: block;
  width: 100%;
  text-align: right;
  background: #fff;
  border: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
  padding: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  height: auto;
  padding: 0 12px 5px 0;
  line-height: 18px;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
  background: #f5f5f5;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
  display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
  background: #e6ffff;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #00A9CD;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
  display: block;
  width: auto;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  border: 0;
  border-top: 2px solid #f0f0f0;
  border-radius: 0;
  transition: background 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
  line-height: 24px;
  transition: color 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  position: static;
  width: auto;
  height: 86px;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  text-align: left;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
  border-color: #00A9CD;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 480px) {
  .ant-picker-calendar-header {
    display: block;
  }
  .ant-picker-calendar-header .ant-picker-calendar-year-select {
    width: 50%;
  }
  .ant-picker-calendar-header .ant-picker-calendar-month-select {
    width: calc(50% - 8px);
  }
  .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
    width: 50%;
    text-align: center;
  }
}
.ant-picker-calendar-rtl {
  direction: rtl;
}
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
  text-align: left;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  padding: 0 0 5px 12px;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  text-align: right;
}
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #f0f0f0;
}
.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 #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.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 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ant-card-rtl .ant-card-grid {
  float: right;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.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-bordered .ant-card-cover {
  margin-right: -1px;
  margin-left: -1px;
  transform: translateY(-1px);
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 4px 4px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-rtl .ant-card-actions > li {
  float: right;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #00A9CD;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #00A9CD;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.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;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 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;
          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: 4px;
  animation: card-loading 1.4s ease infinite;
}
@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-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.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 input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.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;
}
.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;
}
.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  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;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  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 {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}
.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.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.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.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: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-cascader-picker:focus .ant-cascader-input {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-cascader-picker-borderless .ant-cascader-input {
  border-color: transparent !important;
  box-shadow: none !important;
}
.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.3s ease, opacity 0.15s 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;
}
.ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-cascader-picker-label:hover + .ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover + .ant-cascader-input) {
  border-right-width: 0;
  border-left-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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  list-style: none;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #f0f0f0;
  -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;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #f5f5f5;
}
.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-empty .ant-cascader-menu-item {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
  pointer-events: none;
}
.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: #e6ffff;
}
.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 {
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
}
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #ff4d4f;
}
.ant-cascader-picker-rtl .ant-cascader-input.ant-input {
  padding-right: 11px;
  padding-left: 24px;
  text-align: right;
}
.ant-cascader-picker-rtl {
  direction: rtl;
}
.ant-cascader-picker-rtl .ant-cascader-picker-label {
  padding: 0 12px 0 20px;
  text-align: right;
}
.ant-cascader-picker-rtl .ant-cascader-picker-clear {
  right: auto;
  left: 12px;
}
.ant-cascader-picker-rtl .ant-cascader-picker-arrow {
  right: auto;
  left: 12px;
}
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: auto;
  left: 8px;
}
.ant-cascader-menu-rtl .ant-cascader-menu {
  direction: rtl;
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-cascader-menu-rtl .ant-cascader-menu:first-child {
  border-radius: 0 4px 4px 0;
}
.ant-cascader-menu-rtl .ant-cascader-menu:last-child {
  margin-right: 0;
  margin-left: -1px;
  border-left-color: transparent;
  border-radius: 4px 0 0 4px;
}
.ant-cascader-menu-rtl .ant-cascader-menu:only-child {
  border-radius: 4px;
}
.ant-cascader-menu-rtl .ant-cascader-menu-item-expand {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-cascader-menu-rtl .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
  right: auto;
  left: 12px;
}
.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
  transform: scaleY(-1);
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: 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: #00A9CD;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00A9CD;
  border-radius: 4px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  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;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  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;
  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: #00A9CD;
  border-color: #00A9CD;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  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;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.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.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "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: #00A9CD;
  border: 0;
  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-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  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: 1.5715;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
  display: table;
  content: '';
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
  display: table;
  clear: both;
  content: '';
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::before {
  display: table;
  content: '';
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header::after {
  display: table;
  clear: both;
  content: '';
}
.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: 17px;
  left: 16px;
  display: inline-block;
  font-size: 12px;
}
.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: 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-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}
.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: auto;
}
.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  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-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.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-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: left;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}
.ant-comment {
  position: relative;
  background-color: inherit;
}
.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;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  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.3s;
}
.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 {
  margin-bottom: inherit;
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  margin-bottom: inherit;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-user-select: none;
          user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-comment-rtl {
  direction: rtl;
}
.ant-comment-rtl .ant-comment-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-comment-rtl .ant-comment-content-author > a,
.ant-comment-rtl .ant-comment-content-author > span {
  padding-right: 0;
  padding-left: 8px;
}
.ant-comment-rtl .ant-comment-actions {
  padding-right: 0;
}
.ant-comment-rtl .ant-comment-actions > li > span {
  margin-right: 0;
  margin-left: 10px;
}
.ant-comment-rtl .ant-comment-nested {
  margin-right: 44px;
  margin-left: 0;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-picker:hover,
.ant-input-rtl .ant-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.25);
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::placeholder {
  color: #bfbfbf;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-picker-input > input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-picker-input > input:focus,
.ant-input-rtl .ant-picker-input > input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-picker-input > input-sm {
  padding: 0px 7px;
}
.ant-picker-input > input-rtl {
  direction: rtl;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-input-placeholder > input {
  color: #bfbfbf;
}
.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}
.ant-picker-small {
  padding: 0px 7px 0px;
}
.ant-picker-suffix {
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  pointer-events: none;
}
.ant-picker-suffix > * {
  vertical-align: top;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
  vertical-align: top;
}
.ant-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #00A9CD;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 1.66666667px;
  display: block;
  transform: rotate(-45deg);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 1.66666667px;
  display: block;
  transform: rotate(135deg);
}
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-enter.slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-appear.slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.slide-up-leave.slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
  padding: 6.66666667px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #00A9CD;
  background: #e6ffff;
  border-color: #74e8f2;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 16.5px;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
  transition: left 0.3s ease-out;
}
.ant-picker-range-arrow::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 10px;
  height: 10px;
  border: 5px solid #f0f0f0;
  border-color: #fff #fff transparent transparent;
  content: '';
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #00A9CD;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.ant-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #00A9CD;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentColor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-cell-disabled {
  cursor: not-allowed;
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #00A9CD;
  border-radius: 4px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #e6ffff;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #00A9CD;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #e6ffff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #34dbff;
  border-bottom: 1px dashed #34dbff;
  transform: translateY(-50%);
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #81e9ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #81e9ff;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #34dbff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #34dbff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-picker-cell-disabled {
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: #f5f5f5;
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: -webkit-min-content;
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #00A9CD;
}
.ant-picker-today-btn:hover {
  color: #23bdd9;
}
.ant-picker-today-btn:active {
  color: #0082a6;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #34dbff;
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #34dbff;
  border-radius: 0 4px 4px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #34dbff;
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #34dbff;
  border-radius: 4px 0 0 4px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #00A9CD;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
  background: rgba(230, 255, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6ffff;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable-next-line */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #34dbff;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #34dbff;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #34dbff;
  border-left: 1px dashed #34dbff;
  border-radius: 4px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}
.ant-descriptions-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ant-descriptions-title {
  flex: auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-descriptions-extra {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.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.5715;
  text-align: start;
}
.ant-descriptions-item-label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
  content: ' ';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  flex: 1 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ant-descriptions-item {
  padding-bottom: 0;
  vertical-align: top;
}
.ant-descriptions-item-container {
  display: flex;
}
.ant-descriptions-item-container .ant-descriptions-item-label,
.ant-descriptions-item-container .ant-descriptions-item-content {
  display: inline-flex;
  align-items: baseline;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #f0f0f0;
}
.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 #f0f0f0;
}
.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 #f0f0f0;
}
.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-descriptions-rtl {
  direction: rtl;
}
.ant-descriptions-rtl .ant-descriptions-item-label::after {
  margin: 0 2px 0 8px;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-left: none;
}
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.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 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.ant-drawer > * {
  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);
}
.ant-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.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%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left {
  left: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper {
  left: 0;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.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: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.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%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.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 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  pointer-events: auto;
}
.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;
  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;
  padding: 20px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header-no-title .ant-drawer-close {
  margin-right: var(--scroll-bar);
  /* stylelint-disable-next-line function-calc-no-invalid */
  padding-right: calc(20px - var(--scroll-bar));
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.ant-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 10px;
  border-top: 1px solid #f0f0f0;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}
.ant-drawer-open-content {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-drawer .ant-picker-clear {
  background: #fff;
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  right: auto;
  left: 0;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -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 {
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 10px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 10px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-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-dropdown-placement-topCenter > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-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-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > a > .anticon:first-child,
.ant-dropdown-menu-submenu-title > a > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
  vertical-align: -0.1em;
}
.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.85);
  transition: all 0.3s;
}
.ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-submenu-title > a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-dropdown-menu-item > .anticon + span > a,
.ant-dropdown-menu-submenu-title > .anticon + span > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon + span > a:hover,
.ant-dropdown-menu-submenu-title > .anticon + span > a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.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: #00A9CD;
  background-color: #e6ffff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f5f5f5;
}
.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: #f0f0f0;
}
.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 {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #00A9CD;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #00A9CD;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.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-empty-img-default-ellipse {
  fill-opacity: 0.8;
  fill: #f5f5f5;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url(#linearGradient-1);
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #fff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}
.ant-form-item .ant-mentions,
.ant-form-item textarea.ant-input {
  height: auto;
}
.ant-form-item .ant-upload {
  background: transparent;
}
.ant-form-item .ant-upload.ant-upload-drag {
  background: #fafafa;
}
.ant-form-item input[type='radio'],
.ant-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-form-item .ant-radio-inline,
.ant-form-item .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.ant-form-item .ant-radio-inline:first-child,
.ant-form-item .ant-checkbox-inline:first-child {
  margin-left: 0;
}
.ant-form-item .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical {
  display: block;
}
.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
.ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
.ant-form-item .ant-input-number-handler-wrap {
  z-index: 2;
}
.ant-form-item .ant-select,
.ant-form-item .ant-cascader-picker {
  width: 100%;
}
.ant-form-item .ant-input-group .ant-select,
.ant-form-item .ant-input-group .ant-cascader-picker {
  width: auto;
}
.ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  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-label,
.ant-form-inline .ant-form-item > .ant-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}
.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}
.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
  flex: 1 1;
}
.ant-form-vertical .ant-form-item {
  flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
}
.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-rtl.ant-form-vertical .ant-form-item-label,
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }
  .ant-form .ant-form-item {
    flex-wrap: wrap;
  }
  .ant-form .ant-form-item .ant-form-item-label,
  .ant-form .ant-form-item .ant-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xs-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-sm-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-md-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-lg-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xl-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right;
  }
}
.ant-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}
.ant-form-item-explain.ant-form-item-explain-error {
  color: #ff4d4f;
}
.ant-form-item-explain.ant-form-item-explain-warning {
  color: #faad14;
}
.ant-form-item-has-feedback .ant-input {
  padding-right: 24px;
}
.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear {
  right: 32px;
}
.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
.ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 19px;
}
.ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: 32px;
}
.ant-form-item-has-feedback .ant-picker {
  padding-right: 29.2px;
}
.ant-form-item-has-feedback .ant-picker-large {
  padding-right: 29.2px;
}
.ant-form-item-has-feedback .ant-picker-small {
  padding-right: 25.2px;
}
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-is-validating .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;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}
.ant-form-item-has-warning .ant-form-item-split {
  color: #faad14;
}
.ant-form-item-has-warning .ant-input,
.ant-form-item-has-warning .ant-input-affix-wrapper,
.ant-form-item-has-warning .ant-input:hover,
.ant-form-item-has-warning .ant-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #faad14;
}
.ant-form-item-has-warning .ant-input:focus,
.ant-form-item-has-warning .ant-input-affix-wrapper:focus,
.ant-form-item-has-warning .ant-input-focused,
.ant-form-item-has-warning .ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-form-item-has-warning .ant-input-affix-wrapper-disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-form-item-has-warning .ant-input-affix-wrapper-disabled input:focus {
  box-shadow: none !important;
}
.ant-form-item-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);
}
.ant-form-item-has-warning .ant-input-prefix {
  color: #faad14;
}
.ant-form-item-has-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.ant-form-item-has-warning .has-feedback {
  color: #faad14;
}
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-number,
.ant-form-item-has-warning .ant-picker {
  background-color: #fff;
  border-color: #faad14;
}
.ant-form-item-has-warning .ant-input-number-focused,
.ant-form-item-has-warning .ant-picker-focused,
.ant-form-item-has-warning .ant-input-number:focus,
.ant-form-item-has-warning .ant-picker:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #faad14;
}
.ant-form-item-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);
}
.ant-form-item-has-error .ant-form-item-split {
  color: #ff4d4f;
}
.ant-form-item-has-error .ant-input,
.ant-form-item-has-error .ant-input-affix-wrapper,
.ant-form-item-has-error .ant-input:hover,
.ant-form-item-has-error .ant-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-input:focus,
.ant-form-item-has-error .ant-input-affix-wrapper:focus,
.ant-form-item-has-error .ant-input-focused,
.ant-form-item-has-error .ant-input-affix-wrapper-focused {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input-disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-form-item-has-error .ant-input-affix-wrapper-disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-form-item-has-error .ant-input-affix-wrapper-disabled input:focus {
  box-shadow: none !important;
}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-form-item-has-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-form-item-has-error .has-feedback {
  color: #ff4d4f;
}
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #ff4d4f;
  animation-name: diffZoomIn2 !important;
}
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: 0;
}
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-input-number,
.ant-form-item-has-error .ant-picker {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-input-number-focused,
.ant-form-item-has-error .ant-picker-focused,
.ant-form-item-has-error .ant-input-number:focus,
.ant-form-item-has-error .ant-picker:focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
  background-color: #fff;
  border-color: #ff7875;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-transfer-list {
  border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-form-item-has-error .ant-radio-button-wrapper {
  border-color: #ff4d4f !important;
}
.ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: #ff4d4f;
}
.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #00A9CD;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.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.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-small .ant-form-item-label > label {
  height: 24px;
}
.ant-form-small .ant-form-item-control-input {
  min-height: 24px;
}
.ant-form-large .ant-form-item-label > label {
  height: 40px;
}
.ant-form-large .ant-form-item-control-input {
  min-height: 40px;
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item-with-help {
  margin-bottom: 0;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
  display: none;
}
.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}
.ant-form-item-label > label .ant-form-item-tooltip {
  writing-mode: horizontal-tb;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.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-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}
.ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.ant-form-item-explain,
.ant-form-item-extra {
  clear: both;
  min-height: 24px;
  padding-top: 0px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ant-form-rtl {
  direction: rtl;
}
.ant-form-rtl .ant-form-item-label {
  text-align: left;
}
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}
.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}
.ant-row {
  display: flex;
  flex-flow: row wrap;
}
.ant-row::before,
.ant-row::after {
  display: flex;
}
.ant-row-no-wrap {
  flex-wrap: nowrap;
}
.ant-row-start {
  justify-content: flex-start;
}
.ant-row-center {
  justify-content: center;
}
.ant-row-end {
  justify-content: flex-end;
}
.ant-row-space-between {
  justify-content: space-between;
}
.ant-row-space-around {
  justify-content: space-around;
}
.ant-row-top {
  align-items: flex-start;
}
.ant-row-middle {
  align-items: center;
}
.ant-row-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-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;
  flex: 0 0 95.83333333%;
  max-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;
  flex: 0 0 91.66666667%;
  max-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;
  flex: 0 0 87.5%;
  max-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;
  flex: 0 0 83.33333333%;
  max-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;
  flex: 0 0 79.16666667%;
  max-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;
  flex: 0 0 75%;
  max-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;
  flex: 0 0 70.83333333%;
  max-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;
  flex: 0 0 66.66666667%;
  max-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;
  flex: 0 0 62.5%;
  max-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;
  flex: 0 0 58.33333333%;
  max-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;
  flex: 0 0 54.16666667%;
  max-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;
  flex: 0 0 50%;
  max-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;
  flex: 0 0 45.83333333%;
  max-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;
  flex: 0 0 41.66666667%;
  max-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;
  flex: 0 0 37.5%;
  max-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;
  flex: 0 0 33.33333333%;
  max-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;
  flex: 0 0 29.16666667%;
  max-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;
  flex: 0 0 25%;
  max-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;
  flex: 0 0 20.83333333%;
  max-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;
  flex: 0 0 16.66666667%;
  max-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;
  flex: 0 0 12.5%;
  max-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;
  flex: 0 0 8.33333333%;
  max-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;
  flex: 0 0 4.16666667%;
  max-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-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-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;
  flex: 0 0 95.83333333%;
  max-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;
  flex: 0 0 91.66666667%;
  max-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;
  flex: 0 0 87.5%;
  max-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;
  flex: 0 0 83.33333333%;
  max-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;
  flex: 0 0 79.16666667%;
  max-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;
  flex: 0 0 75%;
  max-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;
  flex: 0 0 70.83333333%;
  max-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;
  flex: 0 0 66.66666667%;
  max-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;
  flex: 0 0 62.5%;
  max-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;
  flex: 0 0 58.33333333%;
  max-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;
  flex: 0 0 54.16666667%;
  max-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;
  flex: 0 0 50%;
  max-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;
  flex: 0 0 45.83333333%;
  max-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;
  flex: 0 0 41.66666667%;
  max-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;
  flex: 0 0 37.5%;
  max-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;
  flex: 0 0 33.33333333%;
  max-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;
  flex: 0 0 29.16666667%;
  max-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;
  flex: 0 0 25%;
  max-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;
  flex: 0 0 20.83333333%;
  max-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;
  flex: 0 0 16.66666667%;
  max-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;
  flex: 0 0 12.5%;
  max-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;
  flex: 0 0 8.33333333%;
  max-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;
  flex: 0 0 4.16666667%;
  max-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;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-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;
    flex: 0 0 95.83333333%;
    max-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;
    flex: 0 0 91.66666667%;
    max-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;
    flex: 0 0 87.5%;
    max-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;
    flex: 0 0 83.33333333%;
    max-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;
    flex: 0 0 79.16666667%;
    max-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;
    flex: 0 0 75%;
    max-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;
    flex: 0 0 70.83333333%;
    max-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;
    flex: 0 0 66.66666667%;
    max-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;
    flex: 0 0 62.5%;
    max-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;
    flex: 0 0 58.33333333%;
    max-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;
    flex: 0 0 54.16666667%;
    max-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;
    flex: 0 0 50%;
    max-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;
    flex: 0 0 45.83333333%;
    max-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;
    flex: 0 0 41.66666667%;
    max-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;
    flex: 0 0 37.5%;
    max-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;
    flex: 0 0 33.33333333%;
    max-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;
    flex: 0 0 29.16666667%;
    max-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;
    flex: 0 0 25%;
    max-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;
    flex: 0 0 20.83333333%;
    max-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;
    flex: 0 0 16.66666667%;
    max-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;
    flex: 0 0 12.5%;
    max-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;
    flex: 0 0 8.33333333%;
    max-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;
    flex: 0 0 4.16666667%;
    max-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;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-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;
    flex: 0 0 95.83333333%;
    max-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;
    flex: 0 0 91.66666667%;
    max-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;
    flex: 0 0 87.5%;
    max-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;
    flex: 0 0 83.33333333%;
    max-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;
    flex: 0 0 79.16666667%;
    max-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;
    flex: 0 0 75%;
    max-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;
    flex: 0 0 70.83333333%;
    max-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;
    flex: 0 0 66.66666667%;
    max-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;
    flex: 0 0 62.5%;
    max-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;
    flex: 0 0 58.33333333%;
    max-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;
    flex: 0 0 54.16666667%;
    max-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;
    flex: 0 0 50%;
    max-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;
    flex: 0 0 45.83333333%;
    max-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;
    flex: 0 0 41.66666667%;
    max-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;
    flex: 0 0 37.5%;
    max-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;
    flex: 0 0 33.33333333%;
    max-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;
    flex: 0 0 29.16666667%;
    max-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;
    flex: 0 0 25%;
    max-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;
    flex: 0 0 20.83333333%;
    max-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;
    flex: 0 0 16.66666667%;
    max-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;
    flex: 0 0 12.5%;
    max-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;
    flex: 0 0 8.33333333%;
    max-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;
    flex: 0 0 4.16666667%;
    max-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;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-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;
    flex: 0 0 95.83333333%;
    max-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;
    flex: 0 0 91.66666667%;
    max-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;
    flex: 0 0 87.5%;
    max-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;
    flex: 0 0 83.33333333%;
    max-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;
    flex: 0 0 79.16666667%;
    max-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;
    flex: 0 0 75%;
    max-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;
    flex: 0 0 70.83333333%;
    max-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;
    flex: 0 0 66.66666667%;
    max-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;
    flex: 0 0 62.5%;
    max-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;
    flex: 0 0 58.33333333%;
    max-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;
    flex: 0 0 54.16666667%;
    max-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;
    flex: 0 0 50%;
    max-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;
    flex: 0 0 45.83333333%;
    max-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;
    flex: 0 0 41.66666667%;
    max-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;
    flex: 0 0 37.5%;
    max-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;
    flex: 0 0 33.33333333%;
    max-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;
    flex: 0 0 29.16666667%;
    max-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;
    flex: 0 0 25%;
    max-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;
    flex: 0 0 20.83333333%;
    max-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;
    flex: 0 0 16.66666667%;
    max-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;
    flex: 0 0 12.5%;
    max-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;
    flex: 0 0 8.33333333%;
    max-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;
    flex: 0 0 4.16666667%;
    max-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;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-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;
    flex: 0 0 95.83333333%;
    max-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;
    flex: 0 0 91.66666667%;
    max-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;
    flex: 0 0 87.5%;
    max-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;
    flex: 0 0 83.33333333%;
    max-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;
    flex: 0 0 79.16666667%;
    max-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;
    flex: 0 0 75%;
    max-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;
    flex: 0 0 70.83333333%;
    max-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;
    flex: 0 0 66.66666667%;
    max-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;
    flex: 0 0 62.5%;
    max-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;
    flex: 0 0 58.33333333%;
    max-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;
    flex: 0 0 54.16666667%;
    max-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;
    flex: 0 0 50%;
    max-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;
    flex: 0 0 45.83333333%;
    max-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;
    flex: 0 0 41.66666667%;
    max-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;
    flex: 0 0 37.5%;
    max-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;
    flex: 0 0 33.33333333%;
    max-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;
    flex: 0 0 29.16666667%;
    max-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;
    flex: 0 0 25%;
    max-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;
    flex: 0 0 20.83333333%;
    max-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;
    flex: 0 0 16.66666667%;
    max-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;
    flex: 0 0 12.5%;
    max-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;
    flex: 0 0 8.33333333%;
    max-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;
    flex: 0 0 4.16666667%;
    max-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;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-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;
    flex: 0 0 95.83333333%;
    max-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;
    flex: 0 0 91.66666667%;
    max-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;
    flex: 0 0 87.5%;
    max-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;
    flex: 0 0 83.33333333%;
    max-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;
    flex: 0 0 79.16666667%;
    max-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;
    flex: 0 0 75%;
    max-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;
    flex: 0 0 70.83333333%;
    max-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;
    flex: 0 0 66.66666667%;
    max-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;
    flex: 0 0 62.5%;
    max-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;
    flex: 0 0 58.33333333%;
    max-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;
    flex: 0 0 54.16666667%;
    max-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;
    flex: 0 0 50%;
    max-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;
    flex: 0 0 45.83333333%;
    max-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;
    flex: 0 0 41.66666667%;
    max-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;
    flex: 0 0 37.5%;
    max-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;
    flex: 0 0 33.33333333%;
    max-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;
    flex: 0 0 29.16666667%;
    max-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;
    flex: 0 0 25%;
    max-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;
    flex: 0 0 20.83333333%;
    max-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;
    flex: 0 0 16.66666667%;
    max-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;
    flex: 0 0 12.5%;
    max-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;
    flex: 0 0 8.33333333%;
    max-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;
    flex: 0 0 4.16666667%;
    max-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-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
.ant-row-rtl {
  direction: rtl;
}
.ant-image {
  position: relative;
  display: inline-block;
}
.ant-image-img {
  width: 100%;
  height: auto;
}
.ant-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.ant-image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-image-preview {
  pointer-events: none;
  height: 100%;
  text-align: center;
}
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-user-select: none;
          user-select: none;
}
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-image-preview-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.ant-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transform: scale3d(1, 1, 1);
  cursor: grab;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.ant-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ant-image-preview-img-wrapper::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}
.ant-image-preview-moving .ant-image-preview-img {
  cursor: grabbing;
}
.ant-image-preview-moving .ant-image-preview-img-wrapper {
  transition-duration: 0s;
}
.ant-image-preview-wrap {
  z-index: 1080;
}
.ant-image-preview-operations {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.85);
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.ant-image-preview-operations-operation {
  margin-left: 12px;
  padding: 12px;
  cursor: pointer;
}
.ant-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.ant-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}
.ant-image-preview-operations-icon {
  font-size: 18px;
}
.ant-image-preview-switch-left,
.ant-image-preview-switch-right {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
.ant-image-preview-switch-left-disabled,
.ant-image-preview-switch-right-disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
}
.ant-image-preview-switch-left-disabled > .anticon,
.ant-image-preview-switch-right-disabled > .anticon {
  cursor: not-allowed;
}
.ant-image-preview-switch-left > .anticon,
.ant-image-preview-switch-right > .anticon {
  font-size: 18px;
}
.ant-image-preview-switch-left {
  left: 10px;
}
.ant-image-preview-switch-right {
  right: 10px;
}
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  display: inline-flex;
}
.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
}
.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper:hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  z-index: 1;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-search-with-button .ant-input-affix-wrapper:hover {
  z-index: 0;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}
.ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > input.ant-input:focus {
  box-shadow: none;
}
.ant-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-input-prefix,
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ant-input-prefix {
  margin-right: 4px;
}
.ant-input-suffix {
  margin-left: 4px;
}
.ant-input-clear-icon {
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}
.ant-input-clear-icon-hidden {
  visibility: hidden;
}
.ant-input-clear-icon:last-child {
  margin-right: 0;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input::placeholder {
  color: #bfbfbf;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input:focus,
.ant-input-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-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: #d9d9d9;
  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: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 0px 7px;
}
.ant-input-rtl {
  direction: rtl;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: 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-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #00A9CD;
}
.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-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  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-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 0px 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact {
  display: block;
}
.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.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 > .ant-input-affix-wrapper {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}
.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-selector,
.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-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector: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-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector: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-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
  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-selector,
.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 {
  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-selector,
.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 {
  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.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 4px 0 0 4px;
}
.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
}
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 4px 0 0 4px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 4px 0 0 4px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-input[type='color'] {
  height: 32px;
}
.ant-input[type='color'].ant-input-lg {
  height: 40px;
}
.ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ant-input-textarea-show-count::after {
  display: block;
  color: rgba(0, 0, 0, 0.45);
  text-align: right;
  content: attr(data-count);
}
.ant-input-search .ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #23bdd9;
}
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #23bdd9;
}
.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search .ant-input-lg {
  line-height: 1.5713;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-input-search-button {
  height: 32px;
}
.ant-input-search-button:hover,
.ant-input-search-button:focus {
  z-index: 1;
}
.ant-input-search-large .ant-input-search-button {
  height: 40px;
}
.ant-input-search-small .ant-input-search-button {
  height: 24px;
}
.ant-input-group-wrapper-rtl {
  direction: rtl;
}
.ant-input-group-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}
.ant-input-textarea-rtl {
  direction: rtl;
}
.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon:last-child {
  margin-right: 4px;
  margin-left: 0;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}
.ant-input-search-rtl {
  direction: rtl;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-right-color: #23bdd9;
  border-left-color: #d9d9d9;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #23bdd9;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
  right: -1px;
  left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  border-radius: 4px 0 0 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }
  .ant-input-lg {
    height: 40px;
  }
  .ant-input-sm {
    height: 24px;
  }
  .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-input-number:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-input-number:focus,
.ant-input-rtl .ant-input-number-focused {
  border-right-width: 0;
  border-left-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: #d9d9d9;
  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: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-borderless,
.ant-input-number-borderless:hover,
.ant-input-number-borderless:focus,
.ant-input-number-borderless-focused,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 0px 7px;
}
.ant-input-number-rtl {
  direction: rtl;
}
.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: #23bdd9;
}
.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;
          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: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-input-number-focused {
  border-right-width: 0;
  border-left-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: #d9d9d9;
  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-readonly .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.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.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 {
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.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 {
  border-top-right-radius: 4px;
  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;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 4px 0 0 4px;
}
.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}
.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;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  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.3s ease;
}
.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.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;
  justify-content: space-between;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta {
  display: flex;
  flex: 1 1;
  align-items: flex-start;
  max-width: 100%;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #00A9CD;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
}
.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: 1.5715;
  text-align: center;
}
.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: #f0f0f0;
}
.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 #f0f0f0;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1 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-col > .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;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 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-item {
  padding: 16px 24px;
}
.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-list-rtl {
  direction: rtl;
  text-align: right;
}
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl;
}
.ant-list-rtl .ant-list-pagination {
  text-align: left;
}
.ant-list-rtl .ant-list-item-meta-avatar {
  margin-right: 0;
  margin-left: 16px;
}
.ant-list-rtl .ant-list-item-action {
  margin-right: 48px;
  margin-left: 0;
}
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list-item-action-split {
  right: auto;
  left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-right: 40px;
  margin-left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left;
}
@media screen and (max-width: 768px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 24px;
    margin-left: 0;
  }
  .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 22px;
    margin-left: 0;
  }
  .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5715;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.ant-mentions::placeholder {
  color: #bfbfbf;
}
.ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions:hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-mentions:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mentions:focus,
.ant-mentions-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-mentions:focus,
.ant-input-rtl .ant-mentions-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-borderless,
.ant-mentions-borderless:hover,
.ant-mentions-borderless:focus,
.ant-mentions-borderless-focused,
.ant-mentions-borderless-disabled,
.ant-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-mentions-sm {
  padding: 0px 7px;
}
.ant-mentions-rtl {
  direction: rtl;
}
.ant-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-mentions-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  tab-size: inherit;
}
.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.ant-mentions > textarea::placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum", ;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-mentions-dropdown-hidden {
  display: none;
}
.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #f5f5f5;
}
.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
  background-color: #f5f5f5;
}
.ant-mentions-rtl {
  direction: rtl;
}
.ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff4d4f;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff4d4f;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #00A9CD;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6ffff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item a:hover {
  color: #00A9CD;
}
.ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-item > .ant-badge a:hover {
  color: #00A9CD;
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.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: #00A9CD;
}
.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: #00A9CD;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #00A9CD;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6ffff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentColor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #00A9CD;
}
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #00A9CD;
}
.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin: 0 20px;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
  padding-right: 0;
  padding-left: 0;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #00A9CD;
  border-bottom: 2px solid #00A9CD;
}
.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-submenu > .ant-menu-submenu-title {
  padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #00A9CD;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #00A9CD;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #00A9CD;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-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 calc(50% - 16px / 2);
  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 .ant-menu-item-icon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.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 .ant-menu-item-icon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.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 .ant-menu-item-icon,
.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.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-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  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-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #00A9CD;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.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:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #00A9CD;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #00A9CD;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #00A9CD;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-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.45);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-wrap {
  z-index: 1000;
}
.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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: 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.3s;
}
.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.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.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 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.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.85);
  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: #ff4d4f;
}
.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: #00A9CD;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer button + button {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  float: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns button + button {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-hook-holder,
.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  overflow: hidden;
  word-wrap: break-word;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-notification-topLeft .ant-notification-hook-holder,
.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-hook-holder,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.ant-notification-hook-holder > .ant-notification-notice {
  margin-bottom: 0;
  box-shadow: none;
}
.ant-notification-notice {
  padding: 16px 24px;
  line-height: 1.5715;
}
.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #00A9CD;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #ff4d4f;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-notification-rtl {
  direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}
.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #00A9CD;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #23bdd9;
}
.ant-page-header-back-button:active {
  color: #0082a6;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  display: flex;
  justify-content: space-between;
}
.ant-page-header-heading-left {
  display: flex;
  align-items: center;
  margin: 4px 0;
  overflow: hidden;
}
.ant-page-header-heading-title {
  margin-right: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading .ant-avatar {
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap;
}
.ant-page-header-heading-extra > * {
  margin-left: 12px;
  white-space: unset;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
  margin: 0;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
  border: none;
}
.ant-page-header-footer .ant-tabs .ant-tabs-tab {
  padding: 8px 0;
  font-size: 16px;
}
.ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap;
}
.ant-page-header-rtl {
  direction: rtl;
}
.ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-page-header-rtl .ant-page-header-heading-title {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-tags {
  float: right;
}
.ant-page-header-rtl .ant-page-header-heading-extra {
  float: left;
}
.ant-page-header-rtl .ant-page-header-heading-extra > * {
  margin-right: 12px;
  margin-left: 0;
}
.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
  margin-right: 0;
}
.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right;
}
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  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;
          user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #00A9CD;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #00A9CD;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #00A9CD;
}
.ant-pagination-item-active a {
  color: #00A9CD;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #23bdd9;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #23bdd9;
}
.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 {
  color: #00A9CD;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.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);
  font-family: Arial, Helvetica, sans-serif;
  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.85);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #23bdd9;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.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: #00A9CD;
  border-color: #00A9CD;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.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;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-pagination-options-quick-jumper input:focus,
.ant-input-rtl .ant-pagination-options-quick-jumper input-focused {
  border-right-width: 0;
  border-left-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: #d9d9d9;
  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: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ant-pagination-options-quick-jumper input-rtl {
  direction: rtl;
}
.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;
  background-color: transparent;
  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.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #00A9CD;
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.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-size-changer {
  top: 0px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  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 {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@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-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}
.ant-popconfirm {
  z-index: 1060;
}
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-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 #f0f0f0;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  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;
  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%;
  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%;
  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%;
  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%;
  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-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #1890ff;
}
.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%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  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;
  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: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}
.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-inner:not(.ant-progress-circle-gradient) .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.85);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  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: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
  font-size: 0;
  line-height: unset;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: 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.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  top: 0px;
  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: #00A9CD;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(0, 169, 205, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00A9CD;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  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: #B9CCD0;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #00A9CD;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s 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: #00A9CD;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
  cursor: not-allowed;
}
.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: #ffffff;
  font-size: 14px;
  line-height: 30px;
  background: #B9CCD0;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: #ffffff;
}
.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.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: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  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: #00A9CD;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(0, 169, 205, 0.08);
}
.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:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #00A9CD;
  background: #B9CCD0;
  border-color: #00A9CD;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #00A9CD;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #00A9CD;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #23bdd9;
  border-color: #23bdd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #23bdd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #0082a6;
  border-color: #0082a6;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #0082a6;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(0, 169, 205, 0.08);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #00A9CD;
  border-color: #00A9CD;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #23bdd9;
  border-color: #23bdd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #0082a6;
  border-color: #0082a6;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(0, 169, 205, 0.08);
}
.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: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #23bdd9;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}
.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "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 {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #f0f0f0;
  transition: all 0.3s;
  -webkit-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: 0 8px;
  font-size: 14px;
}
.ant-rate-rtl {
  direction: rtl;
}
.ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-rate-rtl .ant-rate-star-first {
  right: 0;
  left: auto;
}
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}
.ant-result-error .ant-result-icon > .anticon {
  color: #ff4d4f;
}
.ant-result-info .ant-result-icon > .anticon {
  color: #00A9CD;
}
.ant-result-warning .ant-result-icon > .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: 24px 0 0 0;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-extra > *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ant-result-rtl {
  direction: rtl;
}
.ant-result-rtl .ant-result-extra > * {
  margin-right: 0;
  margin-left: 8px;
}
.ant-result-rtl .ant-result-extra > *:last-child {
  margin-left: 0;
}
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding: 0 4px 0 8px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
          user-select: none;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-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;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: -0.2em;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  margin-left: 0.5px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-search:first-child > .ant-select-selection-search-input {
  margin-left: 6.5px !important;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 33px;
  line-height: 33px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 17px;
  line-height: 17px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 3px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #23bdd9;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #23bdd9;
  border-right-width: 1px !important;
}
.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-select-selection-item {
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 53%;
  right: 11px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.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 .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-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: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum", ;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6ffff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #00A9CD;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  margin-right: 0;
  margin-left: 4px;
  padding: 0 8px 0 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search {
  margin-right: 0.5px;
  margin-left: 4px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search:first-child > .ant-select-selection-search-input {
  margin-right: 5px !important;
  margin-left: 0 !important;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 0;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}
.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: rgba(190, 190, 190, 0.2);
  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: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.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: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.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-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.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, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 100%;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  height: 12px;
  margin: 10px 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-top: -6px;
  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-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #74e8f2;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #74e8f2;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
  border-color: #33bad7;
  box-shadow: 0 0 0 5px rgba(0, 169, 205, 0.12);
}
.ant-slider-handle:focus {
  border-color: #33bad7;
  outline: none;
  box-shadow: 0 0 0 5px rgba(0, 169, 205, 0.12);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #00A9CD;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #49d3e6;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #49d3e6;
}
.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;
  -webkit-user-select: none;
          user-select: none;
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.85);
}
.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 #f0f0f0;
  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: #80d4e6;
}
.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-slider-rtl {
  direction: rtl;
}
.ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto;
}
.ant-slider-rtl .ant-slider-dot {
  margin-right: -4px;
  margin-left: 0;
}
.ant-slider-rtl .ant-slider-dot:first-child {
  margin-right: -4px;
  margin-left: 0;
}
.ant-slider-rtl .ant-slider-dot:last-child {
  margin-right: -4px;
  margin-left: 0;
}
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-item:empty {
  display: none;
}
.ant-space-rtl {
  direction: rtl;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  display: none;
  color: #00A9CD;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-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: #00A9CD;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
}
.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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.ant-statistic-content-value {
  display: inline-block;
  direction: ltr;
}
.ant-statistic-content-value-decimal {
  font-size: 24px;
}
.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: 24px;
}
.ant-statistic-rtl {
  direction: rtl;
}
.ant-statistic-rtl .ant-statistic-content-prefix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-statistic-rtl .ant-statistic-content-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .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: 0 8px 0 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #00A9CD;
  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: #f0f0f0;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.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-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #00A9CD;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #00A9CD;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #00A9CD;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #00A9CD;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #00A9CD;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #00A9CD;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #00A9CD;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #00A9CD;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #00A9CD;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #ff4d4f;
}
.ant-steps-item-disabled {
  cursor: not-allowed;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #00A9CD;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #00A9CD;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #00A9CD;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 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-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: 0px;
  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: #00A9CD;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
  background: none;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  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;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: flex;
  flex-direction: column;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .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-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: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .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: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .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,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .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,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .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,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
  background: none;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .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-content {
  width: inherit;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #00A9CD;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .ant-steps-navigation > .ant-steps-item {
    margin-right: 0 !important;
  }
  .ant-steps-navigation > .ant-steps-item::before {
    display: none;
  }
  .ant-steps-navigation > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: calc(100% - 24px);
  }
  .ant-steps-navigation > .ant-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    transform: rotate(135deg);
  }
  .ant-steps-navigation > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    visibility: hidden;
  }
}
.ant-steps-rtl {
  direction: rtl;
}
.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}
.ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}
.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  right: 12px;
  left: auto;
}
.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}
.ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}
.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
  top: 4px !important;
}
.ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}
.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px rgba(0, 169, 205, 0.2);
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background-color: #00A9CD;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #00A9CD;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}
.ant-table.ant-table-middle {
  font-size: 14px;
}
.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle tfoot > tr > th,
.ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}
.ant-table.ant-table-middle .ant-table-thead th.ant-table-column-has-sorters {
  padding: 0;
}
.ant-table.ant-table-middle .ant-table-thead .ant-table-filter-column {
  margin: -12px -8px;
}
.ant-table.ant-table-middle .ant-table-thead .ant-table-filter-column-title {
  padding: 12px 2.3em 12px 8px;
}
.ant-table.ant-table-middle .ant-table-thead .ant-table-column-sorters {
  padding: 12px 8px;
}
.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 25px;
}
.ant-table.ant-table-small {
  font-size: 14px;
}
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}
.ant-table.ant-table-small .ant-table-thead th.ant-table-column-has-sorters {
  padding: 0;
}
.ant-table.ant-table-small .ant-table-thead .ant-table-filter-column {
  margin: -8px -8px;
}
.ant-table.ant-table-small .ant-table-thead .ant-table-filter-column-title {
  padding: 8px 2.3em 8px 8px;
}
.ant-table.ant-table-small .ant-table-thead .ant-table-column-sorters {
  padding: 8px 8px;
}
.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 25px;
}
.ant-table-small .ant-table-thead > tr > th {
  background-color: #fafafa;
}
.ant-table-small .ant-table-selection-column {
  width: 46px;
  min-width: 46px;
}
.ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
  border: 1px solid #f0f0f0;
  border-right: 0;
  border-bottom: 0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: '';
}
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}
.ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}
.ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px #fafafa;
}
.ant-table-wrapper {
  clear: both;
  max-width: 100%;
}
.ant-table-wrapper::before {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-table-wrapper::before {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  z-index: 0;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-table-title {
  padding: 16px 16px;
}
.ant-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}
.ant-table-thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 33px;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row:hover > td {
  background: #fafafa;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6ffff;
  border-color: rgba(0, 0, 0, 0.03);
}
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #dcffff;
}
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  border-bottom: 1px solid #f0f0f0;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
}
.ant-table-pagination {
  display: flex;
}
.ant-table-pagination-left {
  justify-content: flex-start;
}
.ant-table-pagination-center {
  justify-content: center;
}
.ant-table-pagination-right {
  justify-content: flex-end;
}
.ant-table-thead th.ant-table-column-has-sorters {
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container {
  background: #f7f7f7;
}
.ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5;
}
td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-column-sorters-with-tooltip {
  display: inline-block;
  width: 100%;
}
.ant-table-column-sorters {
  display: inline-flex;
  align-items: center;
  padding: 16px 16px;
}
.ant-table-column-sorter {
  margin-top: 0.15em;
  margin-bottom: -0.15em;
  margin-left: 8px;
  color: #bfbfbf;
}
.ant-table-column-sorter-full {
  margin-top: -0.2em;
  margin-bottom: 0;
}
.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
}
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #00A9CD;
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}
.ant-table-filter-column {
  display: flex;
  align-items: center;
  margin: -16px -16px;
}
.ant-table-filter-column-title {
  flex: auto;
  padding: 16px 2.3em 16px 16px;
}
.ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column {
  margin: 0;
}
.ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 2.3em 0 0;
}
.ant-table-filter-trigger-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex: none;
  align-items: stretch;
  align-self: stretch;
  cursor: pointer;
  transition: background-color 0.3s;
}
.ant-table-filter-trigger-container-open,
.ant-table-filter-trigger-container:hover,
.ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container:hover {
  background: #e5e5e5;
}
.ant-table-filter-trigger {
  display: block;
  width: 2.3em;
  color: #bfbfbf;
  font-size: 12px;
  transition: color 0.3s;
}
.ant-table-filter-trigger .anticon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ant-table-filter-trigger-container-open .ant-table-filter-trigger,
.ant-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-filter-trigger.active {
  color: #00A9CD;
}
.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  min-width: 120px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px 7px 3px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}
.ant-table .ant-table-selection-col {
  width: 32px;
}
table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}
table tr th.ant-table-selection-column .ant-radio-wrapper,
table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-selection {
  display: flex;
}
.ant-table-selection-extra {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}
.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}
.ant-table-expand-icon-col {
  width: 48px;
}
.ant-table-row-expand-icon-cell {
  text-align: center;
}
.ant-table-row-indent {
  float: left;
  height: 1px;
}
.ant-table-row-expand-icon {
  color: #00A9CD;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
  -webkit-user-select: none;
          user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #23bdd9;
}
.ant-table-row-expand-icon:active {
  color: #0082a6;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}
.ant-table-row-expand-icon::before,
.ant-table-row-expand-icon::after {
  position: absolute;
  background: currentColor;
  transition: transform 0.3s ease-out;
  content: '';
}
.ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.ant-table-row-expand-icon-spaced::before,
.ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}
tr.ant-table-expanded-row > td,
tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}
tr.ant-table-expanded-row .ant-descriptions-view table {
  width: auto;
}
.ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}
.ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}
.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 2;
  background: #fff;
}
.ant-table-cell-fix-left-first::after,
.ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table-cell-fix-right-first::after,
.ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before {
  left: 0;
}
.ant-table .ant-table-container::after {
  right: 0;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
  position: relative;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
  position: relative;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-sticky-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: calc(2 + 1);
}
.ant-table-sticky-scroll {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: calc(2 + 1);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}
.ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}
.ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (-ms-high-contrast: none) {
  .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }
  .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}
.ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}
.ant-table-title {
  border-radius: 4px 4px 0 0;
}
.ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}
.ant-table-container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-footer {
  border-radius: 0 0 4px 4px;
}
.ant-table-wrapper-rtl {
  direction: rtl;
}
.ant-table-rtl {
  direction: rtl;
}
.ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}
.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 8px;
  margin-left: 0;
}
.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}
.ant-table-wrapper-rtl .ant-table-filter-trigger-container {
  right: auto;
  left: 0;
}
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}
.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-right: 0;
  margin-left: 2px;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 16px 0;
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-bottom: 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: normal;
  text-shadow: 0 0 0.25px #0082a6;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #00A9CD;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-right: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 4px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 4px 4px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-bottom: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 0 0 4px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 4px 4px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
  overflow: hidden;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #23bdd9;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #0082a6;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #00A9CD;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 32px 0 0;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab:last-of-type {
  margin-right: 0;
  margin-left: 0;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #0082a6;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
  color: #23bdd9;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #00A9CD;
  font-weight: 500;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-content {
  display: flex;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-content-animated {
  transition: margin 0.3s;
}
.ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  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.3s;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon: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;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #00A9CD;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #00A9CD;
}
.ant-tag-checkable:active {
  background-color: #0082a6;
}
.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-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-error {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-warning {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}
.ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.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: #00A9CD;
  border-color: #00A9CD;
}
.ant-timeline-item-head-red {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.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;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.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-label .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-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .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,
.ant-timeline.ant-timeline-label .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,
.ant-timeline.ant-timeline-label .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,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  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,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  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: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}
.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 {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline-rtl {
  direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: absolute;
  z-index: 1070;
  display: block;
  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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content {
  background-color: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content {
  background-color: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content {
  background-color: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content {
  background-color: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content {
  background-color: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content {
  background-color: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content {
  background-color: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content {
  background-color: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content {
  background-color: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
  background-color: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content {
  background-color: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}
.ant-transfer-customize-list .ant-transfer-list {
  flex: 1 1 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}
.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 #f0f0f0;
}
.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-customize-list .ant-input[disabled] {
  background-color: transparent;
}
.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: flex;
  align-items: stretch;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-transfer-list-with-pagination {
  width: 250px;
  height: auto;
}
.ant-transfer-list-search {
  padding-right: 24px;
  padding-left: 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.3s;
}
.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 {
  display: flex;
  flex: none;
  align-items: center;
  height: 40px;
  padding: 8px 12px 9px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ant-transfer-list-header > *:not(:last-child) {
  margin-right: 4px;
}
.ant-transfer-list-header > * {
  flex: none;
}
.ant-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}
.ant-transfer-list-header-dropdown {
  font-size: 10px;
  transform: translateY(10%);
  cursor: pointer;
}
.ant-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed;
}
.ant-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
}
.ant-transfer-list-body-search-wrapper {
  position: relative;
  flex: none;
  padding: 12px;
}
.ant-transfer-list-content {
  flex: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  line-height: 20px;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 8px;
}
.ant-transfer-list-content-item > * {
  flex: none;
}
.ant-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-transfer-list-content-item-remove {
  color: #00A9CD;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  color: #d9d9d9;
}
.ant-transfer-list-content-item-remove:focus,
.ant-transfer-list-content-item-remove:hover {
  color: #23bdd9;
}
.ant-transfer-list-content-item-remove:active {
  color: #0082a6;
}
.ant-transfer-list-content-item-remove::after {
  position: absolute;
  top: -6px;
  right: -50%;
  bottom: -6px;
  left: -50%;
  content: '';
}
.ant-transfer-list-content-item-remove:hover {
  color: #23bdd9;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
  background-color: #dcffff;
}
.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default;
}
.ant-transfer-list-content-item-checked {
  background-color: #e6ffff;
}
.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-transfer-list-pagination {
  padding: 8px 0;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}
.ant-transfer-list-body-not-found {
  flex: none;
  width: 100%;
  margin: auto 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-transfer-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-transfer-operation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-self: center;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
.ant-transfer .ant-empty-image {
  max-height: -2px;
}
.ant-transfer-rtl {
  direction: rtl;
}
.ant-transfer-rtl .ant-transfer-list-search {
  padding-right: 8px;
  padding-left: 24px;
}
.ant-transfer-rtl .ant-transfer-list-search-action {
  right: auto;
  left: 12px;
}
.ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
  margin-right: 0;
  margin-left: 4px;
}
.ant-transfer-rtl .ant-transfer-list-header {
  right: 0;
  left: auto;
}
.ant-transfer-rtl .ant-transfer-list-header-title {
  text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-transfer-rtl .ant-transfer-list-pagination {
  text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-footer {
  right: 0;
  left: auto;
}
.ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
          user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #00A9CD;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: 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: #00A9CD;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00A9CD;
  border-radius: 4px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  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;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  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;
  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: #00A9CD;
  border-color: #00A9CD;
}
.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);
  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;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.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.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "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: #00A9CD;
  border: 0;
  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-checkbox-rtl {
  direction: rtl;
}
.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 8px;
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  background: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6ffff;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree-switcher-loading-icon {
  color: #00A9CD;
}
.ant-tree-switcher-leaf-line {
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  bottom: -4px;
  margin-left: -1px;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  margin-left: -1px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree .ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #a3faff;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-node-content-wrapper[draggable='true'] {
  line-height: 24px;
  -webkit-user-select: none;
          user-select: none;
}
.ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #00A9CD;
  border-radius: 1px;
  pointer-events: none;
}
.ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #00A9CD;
  border-radius: 50%;
  content: '';
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #00A9CD;
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}
.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.225em;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}
.ant-tree-rtl.ant-tree .ant-tree-checkbox {
  margin: 4px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: 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: #00A9CD;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00A9CD;
  border-radius: 4px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  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;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  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;
  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: #00A9CD;
  border-color: #00A9CD;
}
.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);
  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;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.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.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "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: #00A9CD;
  border: 0;
  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-checkbox-rtl {
  direction: rtl;
}
.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 8px;
}
.ant-tree-select-dropdown {
  padding: 8px 4px 0;
}
.ant-tree-select-dropdown-rtl {
  direction: rtl;
}
.ant-tree-select-dropdown .ant-select-tree {
  border-radius: 0;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode {
  padding-bottom: 8px;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  background: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
  background: #e6ffff;
}
.ant-select-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree .ant-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}
.ant-select-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-select-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.ant-select-tree-switcher .ant-tree-switcher-icon,
.ant-select-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-select-tree-switcher .ant-tree-switcher-icon svg,
.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree-switcher-noop {
  cursor: default;
}
.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-select-tree-switcher-loading-icon {
  color: #00A9CD;
}
.ant-select-tree-switcher-leaf-line {
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-select-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  bottom: -4px;
  margin-left: -1px;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}
.ant-select-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  margin-left: -1px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.ant-select-tree .ant-select-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.ant-select-tree .ant-select-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #a3faff;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
  display: none;
}
.ant-select-tree-node-content-wrapper[draggable='true'] {
  line-height: 24px;
  -webkit-user-select: none;
          user-select: none;
}
.ant-select-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #00A9CD;
  border-radius: 1px;
  pointer-events: none;
}
.ant-select-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #00A9CD;
  border-radius: 50%;
  content: '';
}
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #00A9CD;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
  display: none;
}
.ant-select-tree-show-line .ant-select-tree-switcher {
  background: #fff;
}
.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
  vertical-align: -0.225em;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}
.ant-typography {
  color: rgba(0, 0, 0, 0.85);
  overflow-wrap: break-word;
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-success {
  color: #52c41a;
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #ff4d4f;
}
a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus,
a.ant-typography.ant-typography-danger:hover {
  color: #ff7875;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-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;
}
h5.ant-typography,
.ant-typography h5 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.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 h5 + 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 h5 + 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 h5 + 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,
.ant-typography h5 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5 {
  margin-top: 1.2em;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
}
a.ant-typography,
.ant-typography a {
  color: #00A9CD;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a.ant-typography:focus,
.ant-typography a:focus,
a.ant-typography:hover,
.ant-typography a:hover {
  color: #23bdd9;
}
a.ant-typography:active,
.ant-typography a:active {
  color: #0082a6;
}
a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}
a.ant-typography[disabled],
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
.ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:hover,
.ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  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: #00A9CD;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.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: #23bdd9;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #0082a6;
}
.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 - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  -moz-transition: 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 {
  list-style-type: circle;
}
.ant-typography ul ul {
  list-style-type: disc;
}
.ant-typography ol {
  list-style-type: decimal;
}
.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}
.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ant-typography-rtl {
  direction: rtl;
}
.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
  float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  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 {
  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.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #00A9CD;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}
.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.3s;
}
.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: #0082a6;
}
.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: #23bdd9;
}
.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: #23bdd9;
  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.3s;
}
.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-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 20px;
  line-height: 1;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  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: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}
.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;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.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.3s;
}
.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-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 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.3s;
  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;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.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.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download: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%;
  object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  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,
.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-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
  right: auto;
  left: 4px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
  right: auto;
  left: 8px;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}
@font-face {
  font-family: 'Avantt';
  font-style: normal;
  src: url(/static/media/Avantt.73c07700.woff) format('woff');
  src: url(/static/media/Avantt.4213bbeb.woff2) format('woff2');
}
@font-face {
  font-family: 'Avantt-Bold';
  font-style: normal;
  src: url(/static/media/Avantt-Bold.c16fe293.woff) format('woff');
  src: url(/static/media/Avantt-Bold.b8d01fc2.woff2) format('woff2');
}
.sprout-root {
  width: 100%;
  height: 100%;
}
.sprout-root .sprout-permissiono-disabled {
  cursor: not-allowed !important;
}
.sprout-root .sprout-btn-divider:after {
  content: '';
  width: 1px;
  height: 0.9em;
  position: absolute;
  right: -2px;
  background: #e8e8e8;
  top: 0.4em;
}
.sprout-root .ant-btn-link {
  padding: 0px 8px;
  height: auto;
}
.sprout-root .ant-btn-link span {
  font-size: 13px;
}
.sprout-root .ant-form-item-explain {
  text-align: left;
}
.sprout-root .ant-spin-blur {
  opacity: 0.9;
}
.sprout-root .ant-table-thead tr th {
  background: #00A9CD !important;
  white-space: nowrap;
  padding: 12px 16px;
  color: #fff;
}
.sprout-root .ant-table-thead tr th .ant-table-column-sorters {
  padding: 0;
}
.sprout-root .ant-table-thead tr th .ant-table-column-sorters span {
  white-space: nowrap;
}
.sprout-root .ant-table-tbody > tr > td {
  margin-bottom: 2px;
  padding: 12px 16px;
}
.sprout-root .ant-spin-container:after {
  background: transparent;
}
.sprout-root .ant-badge-count {
  box-shadow: none;
}
.sprout-root .ant-badge-count p {
  font-size: 12px !important;
}
.sprout-root .sprout-section {
  background: #ffffff;
  border-radius: 6px;
  padding: 16px;
}
.sprout-root .ant-pagination-total-text {
  margin-right: 16px;
}
.ant-modal-content {
  border-radius: 6px;
}
.sprout-modal .ant-modal-body {
  padding: 0;
}
.sprout-modal .ant-form-item-explain {
  text-align: left;
}
.sprout-modal .ant-form-item-label .ant-form-item-required:before {
  content: '' !important;
  margin-right: 0px !important;
}
.ant-form-item-label .ant-form-item-required:before {
  content: '' !important;
  margin-right: 0px !important;
}
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #056aae;
}
.ant-table-filter-trigger.active {
  color: #056aae;
}
.ant-scroll-number-only-unit {
  font-size: 12px;
}
.ant-badge-multiple-words {
  padding: 0 4px;
}
.global-loading {
  width: 100%;
  height: 100%;
}
.global-loading .global-loading-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nowrap {
  white-space: nowrap;
}
label {
  font-weight: normal;
}
.ant-badge-count-sm {
  border-radius: 4px;
  height: 16px;
  line-height: 16px;
}
.intercom-lightweight-app-launcher {
  z-index: 3 !important;
}
.ant-tooltip-inner {
  background-color: #ECF4F6 !important;
  color: #000000 !important;
  padding: 6px 18px !important;
}
.ant-tooltip-arrow-content,
.ant-tooltip-arrow-content::before {
  background: #ECF4F6 !important;
}
.sprout-btn-white {
  background-color: #ffffff;
  color: #00A9CD;
  border: transparent;
  justify-content: center;
  min-width: 150px;
}
.sprout-btn-white:hover {
  background-color: #ffffff;
  border: transparent;
}
.sprout-btn-white:focus {
  background-color: #ffffff;
}
.ant-popconfirm {
  z-index: 1060;
}
.sub-form-title {
  font-style: italic;
  font-size: 80%;
  color: #777;
  position: relative;
}
.cursor-pointer {
  cursor: pointer;
}
.sprout-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-list-root {
  max-height: 530px;
  padding: 15px;
}
.file-list-root .file-list-wrap {
  max-height: 500px;
  overflow: auto;
}
.file-list-root .file-list-wrap .file-list-item {
  margin-bottom: 20px;
}
.file-list-root .file-list-wrap .file-list-item-wrap {
  display: flex;
}
.file-list-root .file-list-wrap .file-list-item-wrap img {
  margin: 4px 10px 0 0;
  height: 40px;
  width: 40px;
}
.file-list-root .file-list-wrap .file-list-item-wrap .file-list-content {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}
.file-list-root .file-list-wrap .file-list-item-wrap .file-list-content .file-detail .file-name {
  font-weight: 500;
  margin-bottom: 4px;
}
.file-list-root .file-list-wrap .file-list-item-wrap .file-list-content .file-detail .file-date {
  color: #888;
}
.file-list-root .file-list-wrap .file-list-item-wrap .file-list-content .file-detail .file-date .reporting-wap {
  display: flex;
  align-items: center;
}
.file-list-root .file-list-wrap .file-list-item-wrap .file-list-content .file-detail .file-date .reporting-wap img {
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}
.file-list-root .file-list-wrap .file-list-item-wrap .file-list-content .file-detail .file-date .reporting-wap .reporting-tip {
  color: #00A9CD;
}
.file-list-root .file-list-wrap .file-list-item-wrap .file-list-content .file-detail .file-new {
  color: red;
  padding-left: 6px;
  font-size: 12px;
}
.sprout-header-c {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  background: #ffffff;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.sprout-header-c .sprout-menu-logo-wrap {
  padding: 6px;
  width: 700px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sprout-header-c .sprout-menu-logo {
  width: 200px;
  height: 67px;
  background: no-repeat;
  background-size: contain;
  background-position: center;
}
.sprout-header-c .sprout-menu-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sprout-header-c .sprout-menu-wrap .env-alert {
  margin-right: 10px;
  padding: 3px 10px;
}
.sprout-header-c .header-button {
  height: 30px;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e3e3e3;
}
.sprout-header-c .header-button .ant-badge-count {
  background: #00aacd;
}
.sprout-header-c .sprout-header-account .header-account-wrap {
  background: #ffffff;
}
.sprout-header-c .sprout-header-task-wrap {
  display: flex;
}
.sprout-header-c .sprout-header-task-wrap .sprout-header-task {
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.sprout-header-c .sprout-header-task-wrap .ant-badge-dot {
  box-shadow: none;
}
.sprout-header-c .sprout-header-task-wrap .sprout-header-name {
  white-space: nowrap;
}
.sprout-header-c .sprout-header-task-wrap .ant-badge-multiple-words {
  padding: 0 4px;
}
.sprout-header-c .glyphicon {
  padding-left: 6px;
  font-size: 12px;
}
.sprout-header-c .sprout-header-company {
  font-weight: bold;
  padding-left: 10px;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ant-badge-count {
  background: #00aacd;
}
.ant-menu-submenu-popup {
  z-index: 999999 !important;
}

.sprout-menu-c {
  position: fixed;
  left: 0;
  top: 80px;
  height: 50px;
  width: 100%;
  z-index: 99;
}
.sprout-menu-c .sprout-menu-wrap {
  height: 50px;
}
.sprout-menu-c .sprout-menu-wrap .ant-badge-multiple-words {
  padding: 0 4px;
}
.sprout-menu-c .sprout-menu-wrap .tutorials {
  font-size: 13px;
  font-weight: bold;
  margin-top: 6px;
  position: absolute;
  right: 30px;
  top: 0px;
}
.sprout-menu-c .ant-menu-horizontal {
  display: flex;
  justify-content: center;
  background: #F2F2F2;
  line-height: 33px;
  box-shadow: 0px 6px 6px 0px rgba(141, 141, 141, 0.2);
}
.sprout-menu-c .ant-menu-inline .ant-menu-item {
  width: 100%;
  min-width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sprout-menu-c .ant-menu-inline .ant-menu-item img {
  width: 20px;
  height: 20px;
}
.sprout-menu-c .sprout-menu-logo-wrap {
  padding: 6px;
}
.sprout-menu-c .sprout-menu-logo {
  width: 100%;
  height: 67px;
  background: no-repeat;
  background-size: contain;
  background-position: center;
}
.sprout-menu-c .ant-menu-item {
  color: gray;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  min-width: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sprout-menu-c .ant-menu-item img {
  width: 20px;
  height: 20px;
}
.sprout-menu-c .ant-menu-submenu-title {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
}
.sprout-menu-c .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #00A9CD;
}
.sprout-menu-c .ant-tag-volcano {
  position: absolute;
  right: 0;
  top: 0;
}
.sprout-menu-c .tag-new-icon {
  position: absolute;
  right: 0;
  width: 32px;
  height: 14px;
}
.sprout-menu-c .tag-lock {
  width: 20px;
  margin-top: -2px;
}

.ant-menu-submenu .tag-lock {
  width: 20px;
  position: relative;
  top: -1px;
}

.ant-menu-item {
  min-width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ant-menu-item img {
  width: 20px;
  height: 20px;
}
.sprout-customer-datepicker {
  width: 100%;
}

.ant-picker-footer-extra {
  text-align: center;
}
.onboarding-modal .sprout-modal-content .sprout-modal-header .sprout-modal-close {
  right: 38px;
  top: 26px;
  color: #0F518B;
  z-index: 999;
}
.onboarding-modal .sprout-modal-content .sprout-modal-header .sprout-modal-close .anticon-close svg {
  font-size: 18px;
}
.onboarding-modal .onboarding-form {
  background-size: 100% 100%;
  width: 1509px;
  height: 889px;
  padding: 10px 24px 26px 12px;
  position: relative;
}
.onboarding-modal .onboarding-form .onboarding_bac {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.onboarding-modal .onboarding-form .form-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.onboarding-modal .onboarding-form .form-item .ant-radio-inner {
  background: #F5F5F5;
  border: 1px solid #959595;
}
.onboarding-modal .onboarding-form .form-item .ant-radio-inner::after {
  background-color: #0F518B;
}
.onboarding-modal .onboarding-form .form-item .ant-radio-wrapper {
  font-size: 18px;
  font-weight: 400;
  color: #8A9FB2;
}
.onboarding-modal .onboarding-form .form-item .ant-radio-wrapper-checked span {
  color: #0F518B;
}
.onboarding-modal .onboarding-form .form-item .form-lft-info {
  width: 680px;
  text-align: center;
  margin-right: 60px;
}
.onboarding-modal .onboarding-form .form-item .form-lft-info .title {
  font-size: 48px;
  font-weight: 400;
  color: #0F518B;
}
.onboarding-modal .onboarding-form .form-item .form-lft-info .describe {
  font-size: 24px;
  font-weight: 400;
  color: #0F518B;
}
.onboarding-modal .onboarding-form .form-item .form-lft-info .lft-pic {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlMAAAFGCAYAAABOshpdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAUGVYSWZNTQAqAAAACAACARIAAwAAAAEAAQAAh2kABAAAAAEAAAAmAAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAAJToAMABAAAAAEAAAFGAAAAAFGP49EAAAFZaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA2LjAuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Chle4QcAABi2SURBVHgB7d1NjJz1fQfw/zOz9hp27UVgaHhJW5JQMC4CExpqpKZRqaIKJZeqEUqkNpW49JIcemml5EDVHppIuVQ99EJLFSlVIrWqRBWptLSISpCkToxl1o7DS1TKewh48Rpsr2em/8dhram7tefZXfDvt/tZydph9pmZ73y+K+a7s7uzTfG2rgIHDrwyM+i/8elhU36zKc2eMhp9qPR62+v7/rrekCsjQIAAAQIXEmiaQRkOj5WmeW5URvt7TfnX/tLlD9166weOX+iiPj65QDP5oY48n8B3Dhy4bkt/6x+Vpvx+PW72p4sny3+9vlheP3aynFiqn8uj0fku7mMECBAgQGDdBXpNU7Zt6Zed26fLL+ycLVfMTre3sVj/PTi1deort95wwwvrfqOb8AqNqTWWfv/99/c+9Zl7/7BC3l9H08wTz/ykfO/Z18trb51Y4zW7OAECBAgQWF+Bq3ZsKx/78M6y9yNXtiPreP1K/08e+vtvfa0+lg3X95Y217UZU2voe//+/ZcNtkx/s17FJ79TB9S3n3yhvH1qsIZrdFECBAgQIPDeC1y6tV/uue268qt1WNUfSXm4t7Tt3j17rj/63t/yxrwFY2qVvX738OErpoblkfps1K3fePzHZf5Fn4OrpHQxAgQIELhIAruvvax87q7r22epDpzulbvv3LXrpxcpSuqbNaZWUd/8/PzWE6V59J1Tg71/9W8/Ki+88fYqrsVFCBAgQIDAxRe47vJLyx/8xi+VS6anntg2Gn5i9+7dpy5+qlwJernixkh7YtR8ZTAse//msWcNqRiVSEGAAAECqxRonxD468eeKYPBaO+Jpv/VVV7Npr6YMdWx/ifnj3ys/orpF//54Evl2deOdby0wwkQIECAQDyB515bLO3jWn0Zny8cmP/RnfESxk5kTHXsp77IwVfrb+r1Hj30SsdLOpwAAQIECMQV+Pf6uPbqwju902Xg2amONRlTHcD2HznyK/XwX3+4rveB143qIOdQAgQIEIgu0L4e4r889XIb8+P75uc9O9WhMGOqA9ZwMPz84omlcuD5NztcyqEECBAgQCCHQPv41j7ONU3/93IkjpHSmOrQQx3t97QvgeDVzDugOZQAAQIE0gi0j29PvVBf6mc0uidN6ABBjakJS/je/PwH6utIXP/sq37ofEIyhxEgQIBAQoHnfvbLVb+479ChqxPGvyiRjakJ2ad6vRvbQ19Z8GdiJiRzGAECBAgkFDj7ODfs3ZQw/kWJbExNyD4YDq9sD22/l+yNAAECBAhsVIFj7z7O9ZpyxUa9j+t9v4ypCUWbUW+mPfTkaX8LckIyhxEgQIBAQoFT7z7ONb3Rmce9hHfhfY9sTE1I3tS/BDnhoQ4jQIAAAQLpBYZDj3uTlmhMTSrlOAIECBAgQIDACgLG1AooziJAgAABAgQITCpgTE0q5TgCBAgQIECAwAoCxtQKKM4iQIAAAQIECEwqMDXpgY577wSuuXy2/O4nbnnvbsA1EyBAgMCGFPj6owfLS28sbsj7lulOGVMB2rpsZlv5rds/HCCJCAQIECCQSeCh/3zamApQmG/zBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvgDGVtzvJCRAgQIAAgQACxlSAEkQgQIAAAQIE8goYU3m7k5wAAQIECBAIIGBMBShBBAIECBAgQCCvwFTe6Bsn+anTg/LKm4sb5w65JwQIECDwvgi0jx/eLr6AMXXxOyjPvPxm+ezX/jFAEhEIECBAgACBrgK+zddVzPEECBAgQIAAgTEBY2oMw0kCBAgQIECAQFcBY6qrmOMJECBAgAABAmMCxtQYhpMECBAgQIAAga4CxlRXMccTIECAAAECBMYEjKkxDCcJECBAgAABAl0FjKmuYo4nQIAAAQIECIwJGFNjGE4SIECAAAECBLoKGFNdxRxPgAABAgQIEBgTMKbGMJwkQIAAAQIECHQVMKa6ijmeAAECBAgQIDAmYEyNYThJgAABAgQIEOgqYEx1FXM8AQIECBAgQGBMwJgaw3CSAAECBAgQINBVwJjqKuZ4AgQIECBAgMCYgDE1huEkAQIECBAgQKCrgDHVVczxBAgQIECAAIExAWNqDMNJAgQIECBAgEBXAWOqq5jjCRAgQIAAAQJjAsbUGIaTBAgQIECAAIGuAs3yBRYWFm6Ympr64mg02lvPm1k+3/ufCQyHw7nTg8HVPzl2slQjLAQ2jMCxxQWf02tos2masn12bg3X4KIEYgm0n9NXbp8uU/3+y71ebyFWuhBpjlejJ06fPv0Xc3NzT7eJzoypxcXFz9UPPFBHwrYQMYUgQOB9E3j6v18s9YuF9+32NtoN1QebcsMHr91od8v9IUDgAgJ1N52ou+m+2dnZb0wdPXr0o/X4B+sZWy5wOR8mQGADCrRfhXpbvQC91du5JIHMAu0TUPX/nw8eP378SK/f73+p3hlDKnOjshNYg8DWqak1XNpFt27xv0+fBQQ2q8C7T0R9qVdX1d2bFcH9JkCglO0zl2JYg8D2mUvWcGkXJUAgu0AdVHe3v823I/sdkZ8AgdULzM3OlC2enVoVYOs2Nzu7qsu6EAECG0Zgh5dG2DBduiMEVidQn54u1121s/3NndVdwSa9VOvVurV+3ggQ2NwCTf1NPr/nv7k/B9x7AmcE6kt/lNePLpS3jr/tpRLO8znR/sD+jvqt0Z2XzRmg53HyIQKbScCY2kxtu68EJhBoXybh5NJSfbkEX2edy9XrNWW6/sB5+3II3ggQILAs4Nd4liW8J0DgjEA7FC6ZnqZBgAABAhMK+PJqQiiHESBAgAABAgRWEjCmVlJxHgECBAgQIEBgQgFjakIohxEgQIAAAQIEVhIwplZScR4BAgQIECBAYEIBY2pCKIcRIECAAAECBFYSMKZWUnEeAQIECBAgQGBCAWNqQiiHESBAgAABAgRWEpiqL9D39fqKx5989y8fr3SM8wgQIECAAAECBM4RqH8RYan+RYSHz/xRqe8fPPyp0ivfqsf48+fnQPlPAgQIECBAgMAKAu/0mt7v7Ln5xm+f/Qud+w8evmvQG/1DU5qfW+ECziJAgAABAgQIEKgC9bt5r/ZHzW/vuWXX4y3I2Z+Zas+YWup/tJTmEVIECBAgQIAAAQIrCTSP9KZ6ty8PqfaIs89MLR9e11bz/acOfaH+Jc8/rR/csXy+9wQIECBAgACBzSpQ//T7W/UZqC/vufmmv6w/K/W//hL8/xlTy0j7Dh26uhn1/mxURp+vB/WXz/eeAAECBAgQILBZBOpqGtQfgfrbUTP88h033/zySvf7/x1TywfvO3LkpjIY/nHdYJ+t521dPt97AgQIECBAgMAGFjg1asrflX7vz++48cYfnu9+XnBMLV/48SefvHbblun76jNV99XvDv788vneEyBAgAABAgQ2jsDo+VFpHji1dPKBu2677cVJ7tfEY2r5ytqfqdp/+PCvjYbl3vrU16fr9w0/uPwx7wkQIECAAAECCQWer7+i909Nr3xzz65d/3Huz0Rd6P50HlPnXuG+w4dvGQ1Gd/ea5uP1Y3fWf9ece4z/JkCAAAECBAgEEnipfqftu6NReazpN4/csWvXwbVkW/OYOvfGf/CDH14zvGT0y81gtLs0zYfqx6+v/66uga9qmjJXT8/Uf2dfkqGe9kaAAAECBAgQWC+BYb2i43V3LNTd8Vo93f7Q+I/rM0/PjfrNfO+d5qnbb7/ppfW6sfZ6/gc0IBB+a7haxAAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
  height: 326px;
  width: 595px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 30px;
  position: relative;
}
.onboarding-modal .onboarding-form .form-item .form-lft-info .lft-pic .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.onboarding-modal .onboarding-form .form-item .form-lft-info h1 {
  font-size: 48px;
  font-weight: 400;
  color: #0F518B;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info {
  width: 607px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info h2 {
  font-size: 38px;
  font-weight: 400;
  color: #0F518B;
  margin-bottom: 28px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info h3 {
  font-size: 26px;
  font-weight: 400;
  color: #0F518B;
  margin-bottom: 0;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .title {
  font-size: 18px;
  font-weight: 400;
  color: #0F518B;
  line-height: 24px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item {
  margin-bottom: 19px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item-with-help {
  margin-bottom: 0px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .fit-form .ant-form-item-no-colon {
  font-size: 16px;
  font-weight: 600;
  color: #0F518B;
  line-height: 54px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .fit-form .title-set {
  position: relative;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .fit-form .title-set .option {
  position: absolute;
  top: -12px;
  left: 36px;
  font-size: 14px;
  color: #0F518B;
  line-height: 54px;
  opacity: 0.6;
  font-style: italic;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info input,
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-select-selector,
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-picker {
  background: #E9F4FC;
  border: 1px solid #E9F4FC;
  border-radius: 4px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item-has-error .ant-input-number,
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item-has-error .ant-picker {
  border-color: #ff4d4f;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item-has-error .ant-input,
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item-has-error .ant-input-affix-wrapper,
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item-has-error .ant-input:hover,
.onboarding-modal .onboarding-form .form-item .form-rit-info .ant-form-item-has-error .ant-input-affix-wrapper:hover {
  border-color: #ff4d4f;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .tooltip-rela {
  position: relative;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .tooltip-rela .tooltip-abs {
  cursor: pointer;
  position: absolute;
  top: 8px;
  width: 17px;
}
.onboarding-modal .onboarding-form .form-item .form-rit-info .tooltip-rela .tooltip-abs .tooltipIcon {
  width: 17px;
  height: 16px;
}
.onboarding-modal .onboarding-form .form-item .confirm {
  position: absolute;
  bottom: 120px;
  right: 140px;
  cursor: pointer;
}
.onboarding-modal .onboarding-form .form-item .skip-continue {
  position: absolute;
  bottom: 80px;
  right: 70px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #0F518B;
  line-height: 32px;
}
.onboarding-modal .onboarding-form .form-item .confirm-start {
  width: 180px;
  height: 49px;
  background: #0F518B;
  border-radius: 25px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.onboarding-modal .onboarding-form .form-item .confirm-btn {
  width: 272px;
  height: 49px;
  background: #0F518B;
  border-radius: 25px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  right: 0px;
}
.onboarding-modal .onboarding-form .form-item .confirm-btn.no-bind {
  background: #ccc;
  cursor: no-drop;
}
.onboarding-modal .onboarding-form .invite-admin .form-rit-info .title {
  margin-bottom: 47px;
}
.onboarding-modal .onboarding-form .invite-admin .form-rit-info .invite-admin-num {
  font-size: 18px;
  font-weight: 400;
  color: #0F518B;
  margin-bottom: 20px;
}
.onboarding-modal .onboarding-form .invite-admin .form-rit-info .invite-btn {
  width: 137px;
  height: 40px;
  background: #0F518B;
  border: 1px solid #E9F4FC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin-left: auto;
  cursor: pointer;
}
.onboarding-modal .onboarding-form .invite-admin .form-rit-info .invite-btn img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}
.onboarding-modal .onboarding-form .fill-out .form-lft-info .lft-pic .icon {
  transform: translate(-36%, -66%);
}
.onboarding-modal .onboarding-form .fill-out .form-rit-info .title {
  margin-bottom: 38px;
}
.onboarding-modal .onboarding-form .fill-out .form-rit-info .ant-picker {
  padding: 4px 8px 4px 11px;
}
.onboarding-modal .onboarding-form .set-roles .form-lft-info .lft-pic .icon {
  transform: translate(-50%, -66%);
}
.onboarding-modal .onboarding-form .set-roles .form-rit-info .title {
  margin-bottom: 38px;
}
.onboarding-modal .onboarding-form .set-roles .form-rit-info .tooltip-rela .tooltip-abs.primary-contact-tooltip {
  left: 170px;
}
.onboarding-modal .onboarding-form .set-roles .form-rit-info .tooltip-rela .stakeholder-relations-tooltip {
  left: 170px;
}
.onboarding-modal .onboarding-form .set-signatories {
  align-items: unset;
}
.onboarding-modal .onboarding-form .set-signatories .form-lft-info {
  margin-top: 150px;
}
.onboarding-modal .onboarding-form .set-signatories .form-lft-info .lft-pic .icon {
  transform: translate(-50%, -66%);
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info {
  margin-top: 170px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .title {
  margin-bottom: 79px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .form-radio {
  width: 100%;
  background-color: #ECF5FD;
  border-radius: 16px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .form-radio .ant-radio-group {
  display: flex;
  align-items: center;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .form-radio .ant-radio-group .ant-radio-wrapper {
  display: flex;
  align-items: center;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .form-radio .ant-radio-group .ant-radio-wrapper span {
  font-size: 18px;
  font-weight: 400;
  color: #0F518B;
  line-height: 24px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .form-radio .ant-radio-group .ant-radio-wrapper:first-child {
  margin-left: 15px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .form-radio .ant-radio-group .ant-radio-wrapper:last-child {
  margin-left: auto;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .tooltip-abs.radio-tooltip {
  right: -25px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .tooltip-abs.primary-contact-tooltip {
  left: 130px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .tooltip-abs.certificate_user_id {
  left: 90px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .tooltip-abs.certificate1_user_id {
  left: 130px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .tooltip-abs.equity_plan_awards {
  left: 115px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .tooltip-abs.convertibles {
  left: 105px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .tooltip-abs.warrants {
  left: 80px;
}
.onboarding-modal .onboarding-form .set-signatories .form-rit-info .tooltip-rela .stakeholder-relations-tooltip {
  left: 170px;
}
.onboarding-modal .onboarding-form .connect .form-lft-info .lft-pic .icon {
  transform: translate(-50%, -68%);
}
.onboarding-modal .onboarding-form .connect .form-rit-info .title {
  margin-bottom: 60px;
}
.onboarding-modal .onboarding-form .connect .form-rit-info .fit-form {
  min-height: 200px;
}
.onboarding-modal .onboarding-form .connect .form-rit-info .fit-form .token-address-input {
  margin-bottom: 15px;
}
.onboarding-modal .onboarding-form .connect .form-rit-info .fit-form .add {
  cursor: pointer;
}
.onboarding-modal .onboarding-form .connect .form-rit-info .copy-token {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 400;
  color: #0F518B;
  line-height: 24px;
}
.onboarding-modal .onboarding-form .last-form .form-lft-info .lft-pic .icon {
  transform: translate(-50%, -72%);
}
.onboarding-modal .onboarding-form .last-form .form-rit-info .title div {
  font-size: 26px;
  font-weight: 400;
  color: #0F518B;
  line-height: 36px;
  margin-bottom: 30px;
}
.onboarding-modal .onboarding-form .upload-documents .form-lft-info .lft-pic .icon {
  transform: translate(-50%, -72%);
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .title {
  margin-bottom: 60px;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .tooltipIcon {
  margin: 0 5px;
  cursor: pointer;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .file-upload-drapper {
  height: 200px;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .ant-upload-text {
  font-size: 18px;
  font-weight: 500;
  color: #0F518B;
  line-height: 32px;
  margin-bottom: 20px;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .dragger-btn {
  display: flex;
  justify-content: center;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .btnWid {
  width: 168px;
  height: 40px;
  background: #0F518B;
  border-radius: 4px;
  border-color: transparent;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .folders-btn {
  margin-left: 20px;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .reduce {
  cursor: pointer;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .upload-file-list {
  margin-top: 7px;
  max-height: 140px;
  overflow-y: auto;
  background: #F5F5F5;
  padding: 0 15px;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .upload-file-list::-webkit-scrollbar {
  width: 10px;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .upload-file-list::-webkit-scrollbar-thumb {
  background: #0F518B;
}
.onboarding-modal .onboarding-form .upload-documents .form-rit-info .fit-form .upload-file-list::-webkit-scrollbar-track {
  background-color: #DDDDDD !important;
}
.onboarding-modal .onboarding-form .form-swiper {
  position: relative;
}
.onboarding-modal .onboarding-form .form-swiper .swiper-pagination {
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
}
.onboarding-modal .onboarding-form .form-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #C9DCED;
  border-radius: 50%;
  margin-right: 34px;
}
.onboarding-modal .onboarding-form .form-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.onboarding-modal .onboarding-form .form-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #205D93;
}
.onboarding-modal .onboarding-form .form-home .icon {
  transform: translate(-50.2%, -44%) !important;
}
.sprout-modal.onboarding-modal .ant-modal-content {
  background-color: transparent;
  box-shadow: 0 0px 0px 0px transparent;
}
.sprout-search-company-root .search-company-wrap {
  margin: 10px auto;
}
.sprout-search-company-root .search-company-wrap .search-input-company {
  border-radius: 4px;
}
.sprout-search-company-root .search-company-wrap .word-list {
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.sprout-search-company-root .search-company-wrap .word-list .word-item {
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #B9CCD1;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-left: 10px;
}
.sprout-search-company-root .search-company-wrap .word-list .word-item-active {
  background: #00a9cc;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs .ant-tabs-tab {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background: #B9CCD1;
  color: #fff;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs .ant-tabs-tab-active {
  background: #149FC0;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
.sprout-search-company-root .search-company-wrap .detail-list {
  background: #FFFFFF;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  border-radius: 2px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item {
  border-radius: 2px;
  padding: 10px;
  width: 33%;
  margin-top: 30px;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .fliter-title {
  font-weight: bold;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item {
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  text-indent: 5px;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item .word-item {
  font-size: 16px;
  width: 200px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item-match {
  background: #70c2e3;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item img {
  width: 20px;
  margin-left: 5px;
  margin-top: -8px;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item .not-allowed {
  cursor: not-allowed;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item-active {
  background: #00a9cd;
}
.account-profile-modal {
  width: 500px;
  margin: 40px auto;
  text-align: center;
  padding-bottom: 30px;
  min-height: 210px;
}
.account-profile-modal .ant-form-item-control {
  margin-bottom: 20px;
}
.account-profile-modal .ant-form-item-label label {
  min-width: 110px;
}
.account-profile-modal .ant-btn {
  width: 250px;
  height: 40px;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 20px;
}
.account-profile-modal .check {
  position: relative;
  bottom: 20px;
  left: -8px;
}
.pwd-risk-root {
  display: flex;
  overflow: hidden;
}
.pwd-risk-root .level-bar {
  flex: 1 1;
  font-size: 12px;
  text-align: center;
  color: #888;
}
.pwd-risk-root .level-bar + .level-bar {
  margin-left: 10px;
}
.pwd-risk-root .risk-level {
  display: block;
  height: 5px;
  background: #ddd;
  position: relative;
}
.pwd-risk-root .risk-level span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.5s ease;
}

.pwd-risk-safety-0 .level-bar:nth-child(1) {
  color: #d9534f;
}
.pwd-risk-safety-0 .risk-level span {
  background-color: #d9534f;
}

.pwd-risk-safety-1 .level-bar:nth-child(2) {
  color: #f0ad4e;
}
.pwd-risk-safety-1 .risk-level span {
  background-color: #f0ad4e;
}

.pwd-risk-safety-2 .level-bar:nth-child(3) {
  color: #5cb85c;
}
.pwd-risk-safety-2 .risk-level span {
  background-color: #5cb85c;
}
.password-modal {
  width: 500px;
  margin: 40px auto;
  text-align: center;
  padding-bottom: 30px;
  min-height: 210px;
}
.password-modal .ant-form-item-control {
  margin-bottom: 20px;
}
.password-modal .ant-form-item-label label {
  min-width: 170px;
}
.password-modal .ant-btn {
  width: 250px;
  height: 40px;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 20px;
}
.password-modal .pwd-risk-root {
  width: 330px;
  margin-bottom: 30px;
}
.password-modal .pwd-risk-content {
  display: flex;
  flex-direction: row-reverse;
}
.password-modal .ant-form-item-explain {
  width: 330px;
  text-align: left;
}

.email-modal {
  width: 600px;
  margin: 40px auto;
  text-align: center;
  padding-bottom: 30px;
  min-height: 210px;
}
.email-modal .ant-form-item-control {
  margin-bottom: 20px;
}
.email-modal .ant-form-item-label label {
  min-width: 185px;
}
.email-modal .ant-btn {
  width: 250px;
  height: 40px;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 20px;
}
.email-modal .ant-form-item-extra {
  text-align: left;
}
.email-modal .email-warning {
  color: rgba(0, 0, 0, 0.45);
}
.switch-modal {
  width: 500px;
  margin: 40px auto;
  text-align: center;
  padding-bottom: 30px;
  min-height: 210px;
}
.switch-modal .switch-form {
  margin-bottom: 40px;
}
.personan-center-wrap {
  margin: 0 auto;
  height: 100%;
  max-width: 1600px;
}
.personan-center-wrap .content-box {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}
.personan-center-wrap .content-box .content-header {
  background: #01a9ce;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 62px;
}
.personan-center-wrap .content-box .content-detail {
  padding: 16px;
}
.personan-center-wrap .content-box .content-detail .personan-center-item {
  padding: 2px 4px;
  margin-bottom: 2px;
  display: flex;
  color: #000;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .form-email-help {
  display: flex;
  align-items: center;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .personan-center-label {
  padding: 4px 8px 4px 18px;
  background: #e8eff7;
  width: 45%;
  border-radius: 4px 0 0 4px;
  line-height: 32px;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .personan-center-label .form-email-help-icon {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #93acb9;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 700;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .personan-center-value {
  padding: 4px 8px 4px 18px;
  background: #f2f7fa;
  width: 55%;
  border-radius: 0 4px 4px 0;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .personan-center-value .ant-btn {
  width: 70px;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .personan-center-value .tableMenu {
  width: 24px;
  height: 24px;
  background: #b9ccd1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .personan-center-value .file_text {
  margin-left: 20px;
}
.personan-center-wrap .content-box .content-detail .personan-center-item .personan-center-value .activate-state {
  color: #888;
}
.plan-message-root {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 244px);
}
.plan-message-root img {
  width: 84px;
  height: 84px;
}
.plan-message-root h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0F518B;
  margin-top: 13px;
}
.plan-message-root p {
  padding-top: 10px;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #99ABAF;
  line-height: 36px;
}
.plan-message-root p span {
  color: #139FC5;
  font-size: 18px;
}
.plan-message-root p a {
  font-size: 18px;
}
.plan-message-root button {
  width: 252px;
  height: 40px;
  background: #2BB876;
  border-radius: 4px;
  margin-top: 20px;
}
.plan-message-root button span {
  font-weight: bold;
}
.plan-message-root button:hover {
  background: #2BB876;
}
.plan-message-root .mt-10 {
  margin-top: 10px;
}
.plan-message-root .mt-50 {
  margin-top: 50px;
}
.sprout-empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sprout-empty .ant-empty {
  margin: auto;
}
.sprout-section {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sprout-section-banner {
  background: #01A9CE;
  line-height: 48px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.sprout-section-content {
  background: #ffffff;
  border-radius: 4px;
  padding: 16px;
  flex: 1 1;
}
.sprout-report-issue {
  padding: 20px;
}
.sprout-report-issue .ant-row {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sprout-report-issue .ant-row .ant-form-item-control {
  width: 85%;
}
.sprout-report-issue .ant-row .ant-form-item-label {
  width: 68px;
}
.sprout-report-issue-btns {
  text-align: center;
  margin: 30px 0;
}
.sprout-report-issue-btns .ant-btn {
  width: 30%;
}
.message-card-root {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.message-card-root .message-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px 4px 0 0;
  padding: 0px 20px;
  color: #000;
}
.message-card-root .message-card-header .icon {
  cursor: pointer;
}
.message-card-root .message-content {
  height: 100%;
  flex: 1 1;
}
.round-item {
  color: #fff;
  border-radius: 2px;
  padding: 2px 4px;
  margin: 2px 6px 2px 0;
  white-space: nowrap;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
}
.sprout-chart-root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sprout-chart-root .sprout-chart-wrap {
  width: 100%;
  height: 400px;
}
.funding-history-root .empty-icon {
  width: 100%;
  padding: 20px;
}
.valuation-chart-root .empty-icon {
  width: 100%;
  padding: 20px;
}
.summary-container .summary-chart-select {
  position: absolute;
  margin-top: 20px;
  right: 0;
}
.summary-container .summary-chart-root {
  display: flex;
  flex-direction: column;
}
.summary-container .summary-chart-root .summary-chart-box {
  height: 325px;
}
.summary-container .summary-chart-root .summary-chart-box .empty-icon {
  margin-top: 50px;
}
.summary-container .summary-chart-root .summary-chart-box #summary-chart {
  height: 325px;
}
.summary-container .summary-chart-root .summary-chart-box .sprout-dot-root {
  align-items: center;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box {
  width: 100%;
  height: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 10px;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul {
  flex: 1 1;
  min-width: 200px;
  margin-right: 30px;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .chart-item {
  display: flex;
  margin-top: 36px;
  position: relative;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-name {
  margin-right: 10px;
  width: 10%;
  min-width: 80px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 790px) {
  .summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-name {
    width: 60px;
    min-width: 40px;
  }
}
@media (max-width: 1140px) {
  .summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-name {
    width: 60px;
    min-width: 60px;
  }
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-bar-root {
  display: flex;
  background: #DCE3F1;
  border-radius: 4px;
  height: 30px;
  width: 88%;
  min-width: 170px;
  cursor: pointer;
  position: relative;
  transition: all 0.8s ease;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-bar-root .used-text {
  position: absolute;
  top: -20px;
  right: 0;
  color: #A6A6A6;
  font-size: 12px;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-bar-root .available-text {
  position: absolute;
  top: -20px;
  font-size: 12px;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-bar-root .available-bar {
  position: relative;
  border-radius: 4px;
  height: 30px;
  width: 0;
  transition: all 0.8s ease;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-bar-root .available-bar .available-percent {
  color: #fff;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-bar-root .used-bar {
  position: relative;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  height: 30px;
  background: #DCE3F1;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .ea-plan-chart .chart-ul .item-bar-root .used-bar .used-percent {
  text-align: center;
  margin-top: 6px;
  color: #A9A9AA;
  font-size: 12px;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .custom-tooltip #itemName, .summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .custom-tooltip #itemAva, .summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .custom-tooltip #itemUsed, .summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .custom-tooltip #dotHover {
  font: unset;
  font-family: Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 12px;
}
.summary-container .summary-chart-root .summary-chart-box .ea-plan-chart-box .custom-tooltip .tooltip-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.summary-container .summary-chart-root .summary-chart-switch {
  height: auto;
}
.summary-container .summary-chart-root .summary-placeholder {
  height: 24px;
  margin-left: 90%;
}
.summary-container .summary-chart-root .summary-placeholder .link_content {
  text-decoration: underline;
}
.sprout-dot-root {
  display: flex;
  align-items: center;
}
.sprout-dot-root .lay-right {
  margin: 0 0 0 6px;
}
.sprout-dot-root .dot-icon {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 6px 0 0;
}
.sprout-dot-root .dot-content {
  font-size: 13px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chart {
  display: flex;
  flex: 1 1;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.chart #myChart {
  width: 100%;
  height: 500px;
}
.chart .chart-content {
  position: absolute;
  right: 4%;
  top: 80px;
  font-size: 14px;
  color: #595959;
}
.chart .chart-content .chart-header {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart .chart-content .chart-header .lft .title {
  font-weight: 600;
  text-align: right;
}
.chart .chart-content .chart-header .lft .info {
  text-align: right;
}
.chart .chart-content .chart-header .rit {
  margin-left: 10px;
}
.chart .chart-content .chart-header .rit img {
  width: 100%;
  height: 100%;
}
.chart .chart-content .chart-data {
  text-align: right;
}
.chart .chart-share {
  position: absolute;
  left: 40px;
  top: 70px;
  font-size: 16px;
  font-weight: 400;
}
.merge-stakeholder-content {
  padding: 30px 0 0;
}

.Market-Value-Model .merge-stakeholder-content .MarketValueForm {
  padding-top: 20px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-row {
  justify-content: center;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-row .ant-col.ant-col-8 {
  margin-right: 20px;
  flex: 0 0 20%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-row .ant-col.ant-col-8 .ant-form-item-no-colon {
  font-weight: 700;
  color: #000;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-form-item-control {
  flex: 0 0 42%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-form-item-control .ant-form-item-control-input-content {
  display: flex;
  justify-content: space-between;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-form-item-control .MaRit5 {
  margin-right: 5px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues {
  margin-bottom: 20px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ant-form-item-control .ant-form-item-control-input-content {
  display: block;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList {
  display: flex;
  justify-content: space-between;
  background: #f2f7f9;
  margin-bottom: 10px;
  border-radius: 4px;
  align-items: center;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .ShareInput {
  width: 40%;
  text-align: right;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .wid55 {
  width: 55%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .wid35 {
  width: 35%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .name {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  padding: 4px;
  border-right: 1px solid transparent;
  position: relative;
  left: 2px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .FmvShare {
  width: 100%;
  border-radius: 0px 4px 4px 0;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange {
  position: relative;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange .data1 .ant-form-item-control-input {
  width: 50%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange .data2 {
  position: absolute;
  right: 140px;
  top: 0;
  width: 19%;
  z-index: 0;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange .data2 .ant-col {
  width: 100%;
  flex: 1 1;
  max-width: 100%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues.ShareValues_list .ant-form-item-label {
  visibility: hidden;
}
.Market-Value-Model .information-w100 .boxbtn-to {
  width: 185px;
  height: 40px;
  margin-bottom: 20px;
}
.Market-Value-Model .information-w100 .bg-darkgrey {
  background: #b9ccd1;
  margin-right: 5px;
}
.fair-header {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 30px;
  /* border: 8px; */
  border-radius: 8px;
}
.fair-header .fair-content-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 26px;
  margin-bottom: 14px;
}
.fair-header .fair-content-border {
  padding: 0 5px;
}
.fair-header .fair-content-border .child-border {
  height: 1px;
  background: #EEEEEE;
}
.fair-header .fair-info {
  padding-top: 18px;
}
.fair-header .fair-info .fair-info-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 16px;
  padding-bottom: 14px;
}
.fair-header .fair-info .fair-info-title .fontFamily {
  display: inline-block;
  font-size: 18px;
}
.fair-header .fair-info .fair-info-text {
  color: #000;
  font-size: 14px;
  padding-bottom: 14px;
  width: 66%;
}

.tablecolor {
  background-color: #ddd;
}

.fairmarketvalue .empty-icon {
  margin-top: 50px;
  height: 295px;
}
.fairmarketvalue .ant-table-wrapper .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.fairmarketvalue .ant-table-wrapper .ant-table-thead tr th {
  background: #0f518b !important;
}
.fairmarketvalue .ant-table {
  margin-bottom: 50px;
}
.admin-summary-root {
  margin: 0 auto;
  height: 100%;
  min-width: 960px;
}
.admin-summary-root .admin-summary-section {
  margin-bottom: 24px;
}
.admin-summary-root .admin-summary-section .message-card-root {
  height: auto;
}
.admin-summary-root .admin-summary-section .chart {
  margin-bottom: 0;
}
.admin-summary-root .admin-summary-section .chart #myChart {
  width: 100%;
  height: 350px;
}
.admin-summary-root .admin-summary-banner .banner-content {
  padding: 30px;
  min-height: 100px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
}
.admin-summary-root .summary-table {
  padding: 20px;
  height: 100%;
  text-align: center;
  min-height: 200px;
}
.admin-summary-root .link-box {
  height: 30px;
  position: relative;
  padding: 0;
}
.admin-summary-root .link-box .link_position {
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.sprout-navtab-root {
  display: flex;
  flex-direction: column;
}
.sprout-navtab-root .item {
  width: 100%;
  padding: 8px 12px;
  color: #555;
  text-align: left;
}
.sprout-navtab-root .navtab-active {
  background: #edeef2;
  border-right: 2px solid #01A9CE;
}
.permisson-user-modal-content {
  padding: 30px 20px;
}
.permisson-user-modal-content .ant-form-item-label {
  min-width: 180px;
  text-align: left;
}
.permisson-user-modal-content .ant-form-item-label label {
  color: #252525;
  font-weight: normal;
}
.permisson-user-modal .btn-wrap {
  text-align: center;
  margin-top: 16px;
}
.permisson-user-modal .btn-wrap .ant-btn {
  width: 120px;
}
.permisson-user-modal .permission-user-tips {
  padding: 6px;
  color: #818181;
}
.permisson-user-modal .permisson-user-type {
  padding-left: 180px;
}
.permisson-user-modal .permisson-user-type .title {
  margin-bottom: 12px;
}
.permisson-user-modal .permisson-user-type .items {
  display: flex;
  align-items: center;
}
.permisson-user-modal .permisson-user-type .items .value {
  margin-left: 12px;
  color: #818181;
}
.permisson-user-modal .ant-form-item {
  margin-bottom: 19px;
}
.permisson-user-modal .ant-form-item-with-help {
  margin-bottom: 0px;
}
.permisson-user-resend-modal {
  padding: 20px 30px;
}
.permisson-user-resend-modal p {
  color: #777;
  min-height: 80px;
}
.permisson-user-resend-modal .btn-wrap {
  text-align: center;
  margin-top: 16px;
}
.permisson-user-delete-modal {
  padding: 20px 30px;
}
.permisson-user-delete-modal p {
  color: #777;
  min-height: 80px;
}
.permisson-user-delete-modal .btn-wrap {
  text-align: center;
  margin-top: 16px;
}
.permission-account-user .bannere {
  text-align: right;
  margin-bottom: 16px;
}
.permisson-board-modal-content {
  padding: 30px 20px;
}
.permisson-board-modal-content .ant-form-item-label {
  min-width: 180px;
  text-align: left;
}
.permisson-board-modal-content .ant-form-item-label label {
  color: #252525;
  font-weight: normal;
}
.permisson-board-modal-content .ant-radio-inner {
  background-color: transparent;
}
.permisson-board-modal .btn-wrap {
  text-align: center;
  margin-top: 16px;
}
.permisson-board-modal .btn-wrap .ant-btn {
  width: 120px;
}
.permisson-board-modal .ant-form-item {
  margin-bottom: 19px;
}
.permisson-board-modal .ant-form-item-with-help {
  margin-bottom: 10px;
}
.permisson-board-modal .permission-board-tips {
  position: relative;
  top: -10px;
  padding: 0px 6px 10px 180px;
}
.permisson-board-modal .permission-board-tips .role-title {
  margin-bottom: 12px;
}
.permisson-board-modal .permission-board-tips .role-detail {
  margin-bottom: 10px;
}
.permisson-board-modal .permission-board-tips .role-items {
  display: flex;
  align-items: center;
}
.permisson-board-modal .permission-board-tips .role-items .value {
  margin-left: 12px;
  color: #818181;
}
.permission-board .bannere {
  text-align: right;
  margin-bottom: 16px;
}
.sprout-permission-roles .permission-roles-title {
  font-weight: 500;
  margin-bottom: 12px;
}
.sprout-permission-roles .permission-roles-bord-item {
  display: flex;
}
.sprout-permission-roles .item-btn .ant-btn {
  margin-left: 4px;
  padding: 4px 8px;
}
.sprout-permission-roles .permission-esign {
  display: flex;
  height: 56px;
}
.sprout-permission-roles .permission-esign .permission-esign-name {
  margin-right: 10px;
}
.sprout-permission-roles .permission-esign .permission-esign-name input {
  width: 150px;
}
.sprout-permission-roles .permission-esign .permission-esign-email input {
  width: 250px;
}
.sprout-permission-roles .tooltip-parent {
  position: relative;
}
.sprout-permission-roles .tooltip-title {
  position: absolute;
  left: 100px;
  top: 7px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #93acb9;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 700;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}
.sprout-permission-roles .certificate_type {
  left: 70px;
}
.sprout-permissions-root .permission-sidebar {
  position: fixed;
  top: 80px;
  bottom: 0px;
  left: 226px;
  padding-top: 30px;
  width: 120px;
  background-color: #f7f8fc;
  min-height: 900px;
  z-index: 10;
}
.sprout-permissions-root .sprout-permissions-content {
  padding-left: 0px;
}
.sprout-permissions-root .sprout-permission-section {
  border-radius: 4px;
  background-color: #fff;
}
.sprout-permissions-root .sprout-permission-section .form-length {
  width: 330px;
}
.sprout-permissions-root .sprout-permission-section .ant-form-item-label {
  min-width: 260px;
  text-align: left;
}
.sprout-permissions-root .sprout-permission-section .ant-form-item-label label {
  color: #252525;
  font-weight: normal;
}
.sprout-permissions-root .sprout-permission-section .permission-section-banner {
  text-align: center;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
  background: #00a9cd;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}
.sprout-permissions-root .sprout-permission-section .permission-section-content {
  padding: 16px 40px;
}
.sprout-permissions-root .sprout-permission-section .permission-section-content .btns {
  text-align: center;
  margin: 42px 0 24px 0;
}
.sprout-permissions-root .sprout-permission-section .permission-section-content .btns .ant-btn {
  width: 220px;
  height: 42px;
}
.sprout-permissions-root .sprout-permission-section .permission-section-content .description {
  color: #777;
  margin-bottom: 24px;
}
.sprout-permissions-root .sprout-permission-section .permission-section-content .tips {
  margin-left: 260px;
  max-width: 330px;
  color: #777;
  position: relative;
  top: -10px;
}
.sprout-permissions-root .sprout-permission-section .ant-form-item {
  margin-bottom: 19px;
}
.sprout-permissions-root .sprout-permission-section .ant-form-item-with-help {
  margin-bottom: 0px;
}
.dataroom-box{
    min-width:956px;
    min-height:1024px;
    background: #e8eff7;
}
.files-container{
    width:100%;
    margin:0 auto;
}
.folders-box1{
    width:100%;
    display: flex;
    justify-content:left;
}
.sort-btn{
    color:#fff;
    width:110px;
    font-weight: 500;
    text-align:left;
    position: relative;
}
.sort-dropdown-menu{
    border:none;
    padding:0;
}
.sort-dropdown-menu a{
    color:#7f8082;
    cursor: pointer;
}
.sort-dropdown-menu:hover a{
    border-radius: 4px;
}
/*folder style start*/
.folder{
    margin:20px 0;
    padding:0 10px;
    height:111px;
    max-width:260px;
}
.folder-gray{
    height:100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJoAAABoCAYAAAAJpekFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNFNjAyM0M5MTVDRTExRUE5RTEwRThFM0E4MkUzNUZFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNFNjAyM0NBMTVDRTExRUE5RTEwRThFM0E4MkUzNUZFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0U2MDIzQzcxNUNFMTFFQTlFMTBFOEUzQTgyRTM1RkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0U2MDIzQzgxNUNFMTFFQTlFMTBFOEUzQTgyRTM1RkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz787cQ/AAACqElEQVR42uzaP0iUARjH8ffee+/OP1hL1BA01tIQFFREQWNRROQRQVstRUW5tbQ0ujQUCBXRGBkKbW0S2JIRtjYWTk1OGmXPK29ynlpk7+ugnw/8MOQafPh25x3VRicmkw47YkOxM7G9sVayuc3FPsaexR7Hfv7tL1w4cTTh32Udf27HnsYGttDPn/9DOlzsYuxcbFYW5UuLr4OxF1sssm4nixvUZFFNaDuLZzIHTpJTsavOUE1ot2LbnGLJ/VivM5Qf2llnWGZX7LIzlB/aPmdY4boTlB9ayxlWOBA75Azlv+tkpStOILSNcCnW5wzlyJxgTdtj7YH+/ued33wzNe0yZYaWpmmS1etJPZbWaklS23ofs8VPPBJf7snkj77FZmKfYmOxqVVvOToxudD5jXoE1mo2FwODdXgbux37sObvaI0sS/p6e0XG/zgee9f9ZmoptEajkfS0fNJBKZqxJ7Fry0LLn8F6mk3noWwPYseWQhMZFT6zjSy+t8zfWebvMKEi+2On0yzzURqVa6d1z2ZU70i8aqYL7kDF9uRPZ/5nLVXr8brJhhAaQkNoIDSEhtBAaAgNhIbQEBoIDaGB0BAaQgOhITQQGkJDaCA0hAZCQ2gIDYSG0BAaCA2hgdAQGkIDoSE0EBpCQ2ggNIQGQkNoCA2EhtBAaAgNoYHQEBpCA6EhNBAaQkNoIDSEBkJDaAgNhIbQQGgIDaGB0BAaCA2hselCm3UGKjafhzbjDlRsJg9t2h2o2Ps8tHF3oGLjeWgvY1/cgop8zRvLQ5uPDbkHFbkTm/v98Ub+rDbsJpRsuGhr2edod2MP3YaSPCqaSrpD+xG7GRuMfXYn1ilvpx27UTS1KFvlga9ir4sHn48djO2ONdyQVXwvfuGfio0VL5Xz3Q/6JcAAKfZFa3xbLhAAAAAASUVORK5CYII=) no-repeat right bottom;
    background-size:100% 100%;
    position:relative;

}
.folder-blue{
    height:100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAABoCAYAAADvjCJBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4RTZGQjQwMTVDRTExRUFCQzgwRjUzOTIwM0ZGMEREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4RTZGQjQxMTVDRTExRUFCQzgwRjUzOTIwM0ZGMEREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NThFNkZCM0UxNUNFMTFFQUJDODBGNTM5MjAzRkYwREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NThFNkZCM0YxNUNFMTFFQUJDODBGNTM5MjAzRkYwREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7wuey6AAADtklEQVR42uydvWtTURyGz02apKXBDKKgSB1EURDcRKqLoEtFEKTgKLpY0cHBL3ATl1qoi+CgODoI6tBFh45KEf8CrUPFwfpRW9uaNF++p0mlpjdtjffcI+3zwEvT0ru8PPzOPTenTWAeDJtFbFYuKseVPUrarG2mlBFlQHmxmguqZw4biIbEotenlVHlhrJvHYhn2aAcVZ4r/UqAEvHL16c8VLLruIvLyhWUiFe+ncogVcxzU9lNDfHJd03JUMU8KeUWNcRDoA3HB33dRhW/KSk7lDGqcD/5tlDDH7Qp56khHvmK1LCEq0qVtJRxZUg51fA0JVS+77gGEbJJOaY8Ul4p25EPfLBfeal0Nbu/maQjcMjW+hQ8ZLK5aqN8fzH5Al2hS5JKIqlveUMAwpBjlUotJW0pKuXu+lI81Jp8qYwx6QzCwSq3ssnaV+tMuWTMXOFco3wr3/NZ2To6jcm0Ix60hl0pOzp79Opso3yTyy6z7Z21iwH+DTu57pvaOYJVTD477ZJJaoMouaMcXJBvoumanUpTFUSNleqeNaz55Etz1gCcsVfpCb/nsxuLthQVgUt6wydfgvs8cM6BcPmCBNWAa7qayEcz4Jz2FZ7zAbjDyjdrONMHnuQzhmNV4FG+CaoAX/Jx3wcsu4B8AMgH3PMBMPkA+QCQD7jnA2hZPt7hAJZdYNkFYPLB2pdvWilTB/iQz/KDOsCXfNz3gTf5uO8Db/J9ow5APmDZBWDDAUw+AOQD5APgng+YfADIB8gHgHzw38s3ZWqflwoQu3yWGSoBX/JNUwn4km+KSsCXfGw6wJt8/PE4eJPvK5WAL/k+Uwmw7AIbDoC45ONYFTD5APkAkA+QD4ANBzD5ACKTzx4mzVML+JDPMkst4Es+DpSCN/n497jgTT52vOBNPna84E0+DpSCN/m+UAv4km+cWgD5gA0HAPIB8gG4ko+HzMDkA+QDiEm+bM5+6DMf/AxeJp+lRDXgS74i1YAn+YIC1YAf+QJOM4O/ycfJFvAlX5VPHQfXlMPlq1Y/0Q045mO4fOXSW7oBx7wOl69SGZOA1AMuedbsOd97U5yjHnC25CqPm8k3YkrFCaYfOOKSUgiXL5uzD5kHTH7WLsFUBVFy2049+yKxzC/1a9c7bPIzEpBzBhAJd5XrC980ly+bs2vuCU2+J+anBCzyjhu0zDulV7lgFp2Yalv2kmzO/t+Wk2Z68ogp5Pu0Cek2qXTCpDKj+vkuZSO9QgjF+qbijfK0vswu2cH+EmAABcMYVgsv0swAAAAASUVORK5CYII=) no-repeat right bottom;
    background-size:100% 100%;
}
.add-folderBtn{
    height:100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJoAAABoCAYAAAAJpekFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkIwMjVGREUyMzI4MTFFQThBRDdFQzlBQ0Y0QzdEN0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkIwMjVGREQyMzI4MTFFQThBRDdFQzlBQ0Y0QzdEN0UiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0U2MDIzQzkxNUNFMTFFQTlFMTBFOEUzQTgyRTM1RkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0U2MDIzQ0ExNUNFMTFFQTlFMTBFOEUzQTgyRTM1RkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Amc7CAAADC0lEQVR42uzdT4iMcRjA8XfeeWfXWn8usiEODtykKHEQR0USm5QbSUJxc3JwdEQOkhzlb7k5cXEQJTclF3+Ws5Ndg+fHSzu7g1nelzKfTz2NtpnDPn33nXffHTONa/fuZ5MsiDkeszVmRcxg9n97H/M45lLMhZiPv3rAzo3rM2aumPTv0ZiLMXP76PtPP0jrytkdsz3mnSyql5e3u2Ku9FlkU20ud9CQRT2hLSyPZBacZVti9ltDPaEdjZlnFd+dihmyhupD22YNHUZi9lpD9aGttIZpDllB9aENWsM0q2PWWkP1v3Uy3T4rENrfsCdmtjVUo7CCH5ofMzp3ePjy5C/eefTEZqoMLc/zrGg2s2ZMo9Gfl9jiuz4bN0dk8lPjMW9i0k/gjfL216GlwAYHBr5ERjYnZo019GRHzMmYuzHHsq9/Q+5+jtYqimx4aEhk/IlNMQ9iDnYNLUU2a9CVDirRijkfc6AjtHQeJjJqcCZmw/fQZsU5GdRgoDyy5Xk6H0u/AEBNVsVsyYvCpTRqN5o3Hc2o3/q80Wh8sgdqtjSF5pW11G3I8yZ/hdAQGkIDoSE0hAZCQ2ggNISG0EBoCA2EhtAQGggNoYHQEBpCg9/mv6n3qNVsZssXj3R87fnrt9lEu205jmgIDaGB0BAaCA2hITQQGkKDDn39J6hW0fsnxHT7NJkiPX4G75c58aEttH60fNHIHz1+2cIFM7r/0xevPXWC0BAaOEer8JzJ69Ec0RAaCA2hITQQGkJDaCA0hAa98pYIPUqfBz719WQ+I1xolfvQbmfPx95ahKdOhIbQrAChITQQGkJDaCA0hAZCQ2gIDYSG0EBoCA2hgdAQGgiNfxHaO2ugZuMptDF7oGZjKbQn9kDNHqbQbtkDNbuVQrsa89IuqMmr1FgKbTzmuH1Qk2Mx779d3khHtdN2QsVOl211XEc7EXPWbqjIubKpbGpo6T2ZjsTsinlmT/ym1M5ozOGyqS+6vW3V9Zjb5Z13xKyJWRLTskO6mChP+B/F3CyfKsen3umzAAMAedJi4cP2FzwAAAAASUVORK5CYII=) no-repeat right bottom;
    background-size:100% 100%;
}
.folder-gray p{
    width: 150px;
    color:#444;
}
.folder-blue p{
    color:#fff;
}
.folder-name{
    position:absolute;
    top:20px;
    left:12px;
    font-weight: 500;
    width:170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.folder_fileNum{
    position:absolute;
    top:66px;
    left:12px;
}
.folder_type{
    position:absolute;
    top:70px;
    left:12px;
    font-size: 0.6em;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.folder_date{
    position:absolute;
    top:90px;
    left:12px;
    font-size: 0.6em;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:1439px) {
    .folder{
        height:123px;
        max-width:200px;
    }
    .folder-name{
        top:22px;
    }
    .folder_fileNum{
        top:66px;
    }
}
@media (min-width:1440px) and (max-width:1919px) {
    .folder{
        height:143px;
        max-width:240px;
    }
    .folder-name{
        top:32px;
    }
    .folder_fileNum{
        top:80px;
    }
}
@media (min-width:1920px) {
    .folder {
        height: 163px;
    }
}
/*folder file list start*/
#zsmb ul{
    margin-bottom:0;
}
.folder-fileList{
    padding:0 10px;
}
.folder-fileList .tab-pane{
    margin-bottom:10px;
}
.fileList-header{
    padding:8px 16px;
    width:100%;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    position: relative;
}
.fileMenuList {
    flex: 1 1;
}
.fileMenuList .ant-tabs-tab{
    background: #E6F0F4 !important;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px !important;
    text-align: center;
    padding: 0 !important;
}
.fileMenuList .ant-tabs-tab .ant-tabs-tab-btn {
    width: 100%;
}

.fileList-header form{
    min-width:400px;
}
.fileList-fileSearch{
    display: flex;
    width:100%;
}
.fileListName{
    margin:5px 20px 0 0;
}
#bylaws_search{
    height:30px;
    width:160px;
}
.fileList-editBtnBox{
    padding-top:4px;
    position: absolute;
    top: 5px;
    right: 17px;
}
.fileList-editBtnBox a{
    display:inline-block;
    /*height:22px;*/
    /*line-height:22px;*/
    border-radius: 3px;
    text-align:center;
    color:#222;
    /*min-width:56px;*/
    padding:2px 8px;
    margin-right:6px;
    cursor: pointer;
}
a.addChildFolderBtn{
    /* width:84px; */
}
a.dropdownBtn{
    margin-top:-2px;
}
.fileList-editBtnBox .other-btn{
    background:#00a9cd;
    color:#fff;
}
.otherBtn-dropdown{
    right:0;
    min-width:86px;
    border:none;
}
.fileList-editBtnBox .dropdown-menu a{
    width:100%;
    padding-left:8px;
    text-align:left;
}
.fileList-databox{
    flex: 1 1;
    background-color: #f3f8fb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.share-class-container {
    position: relative;
    padding-top: 40px;
}

.file-item{
    width:100%;
    position:relative;
}
.folder-titleBox li{
    color:#fff;
}
.folder-detailsList{
    padding:8px 0;
    border-bottom: 1px solid #e8eff7;
}
.checked_list{
    background-color:#0f518b;
}
.checked_list li{
    color:#fff;
}
.file-details{
    display: flex;
}
.datafolder-checkbox{
    position:absolute;
    left:0;
    top:-8px;
    width:20px;
}
.folder-collapse .datafolder-checkbox{
    left:26px;
}
.items-name{
    width:40%;
    min-width:400px;
    margin:0 20px 0 40px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:20px;
}
.file-titleUl .items-name{
    padding-left:0;
}
.file-icon{
    margin-right:10px;
}
.items-num{
    margin-left:10px;
    width:80px;
}
.items-date{
    width:100px;
}
.items-editBtns{
    position:absolute;
    right:16px;
    display: flex;
    justify-content: flex-end;
}
.items-editBtns button{
    margin-right:10px;
}
.items-editBtns button:last-child{
    margin-right:0;
}
.dataroom-checkbox+label {
    top: 7px;
    left:14px;
}

.white_btnBox button{
    color:#fff;
}
/*folder-collapse开始*/
.folder-collapse{
    background-color:#e3eaf2;
}
.open-folder {
    display: block;
    margin-left: 25px;
}
.folder-collapse .items-name{
    margin-left:66px;
}
.folder-uploadBtn{
    padding:2px 8px;
    background-color:#00a9cc;
    background-repeat: no-repeat;
    border-radius: 4px;
    color:#fff;
    margin:0 10px;
}
a.folder-closeBtn{
    /*width:22px;*/
    /*height:22px;*/
    /*font-size:12px;*/
    background-color:#b7cdd1;
    border-radius: 4px;
    margin-right:0;
}
.file-bgImage{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3QUMyMUNEMTc2ODExRUE5RTI5REMzOEQ3RDM3RTcwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc3QUMyMUNFMTc2ODExRUE5RTI5REMzOEQ3RDM3RTcwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzdBQzIxQ0IxNzY4MTFFQTlFMjlEQzM4RDdEMzdFNzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzdBQzIxQ0MxNzY4MTFFQTlFMjlEQzM4RDdEMzdFNzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Gn+0zAAAA1ElEQVR42uxWQQrCMBDciI+w4FWaDykIIvjAHMVnSYM3lbiRXQnRpGsTxEMGhlDIznQzKVtwzgGTsEIa5IB0At6RB/iAl25k0iPPQvGQN+ReamKo6ITsYByx0U5iwkckMYBER9sxE94sxZAw2tQ0MZmM1rVMdOaiXGuZ8I30HdnYiHVV8H2AUoofFJTBUSZPnRn8AHPpWwmQ7P5vOinNp2XSMmmZTMjE0toVaC5ovbzN4WjGH4PN32BJtV7DpOaJnvi3EtNr6JRJdggJaKm2D0/pIcAApQQi4yQWbDYAAAAASUVORK5CYII=) no-repeat 0 2px;
    background-size: 16px 16px;
}
.checked_white .file-bgImage{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk2QjZBODM3ODYwODExRUE5ODY3RkNDRTIyQkVBRDQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk2QjZBODM4ODYwODExRUE5ODY3RkNDRTIyQkVBRDQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTZCNkE4MzU4NjA4MTFFQTk4NjdGQ0NFMjJCRUFENDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTZCNkE4MzY4NjA4MTFFQTk4NjdGQ0NFMjJCRUFENDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4d+V/dAAAA60lEQVR42mL4//8/AxJWBeK1QPzxP3HgLxAnopmBgZE56kD8/j/p4A8QxxFryVqopu1ALEnIdVgsiiHGElgQEWMBAw4fRRKyBAYYiMQfcVgUhq6WiYF8sAeLGDMQLwPiUGRBRrB3IADGYCTSEg0gPg7EAljk/gAxK4xDiU9uALEFEK8D4s9ocizU8gkugGEOEwMdAAuRriIE8Pp+UPiEkRqWjMbJaJyMxglpcfIJSktSYJ4ElP6CyxJYJTQHSTEpQAaI50LZu1BjFlFNapDZWkEH76FmYa3jYc0iUKvlExmGf4LqVUev4wECDAAX5nUoCJ1KtQAAAABJRU5ErkJggg==) no-repeat 0 2px;
    background-size: 16px 16px;
}
.folder-bgImage{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcxNzI4ODI0MTc2ODExRUFBRTYxQUNENjE1RTAxRkQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcxNzI4ODI1MTc2ODExRUFBRTYxQUNENjE1RTAxRkQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzE3Mjg4MjIxNzY4MTFFQUFFNjFBQ0Q2MTVFMDFGRDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzE3Mjg4MjMxNzY4MTFFQUFFNjFBQ0Q2MTVFMDFGRDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6aqFKBAAAAw0lEQVR42mL8//8/A60BEwMdQRgQXwHiP0D8nwD+C8TXgNidFAtCiDAYG/4MxIrEWnIFqqkKiNmIDOLlUD0ziLUEFkTMJPheDYj/QX3DQ4yG/zTAH4F4LRCrgixghArSCnwAYgtkn1ATSALxdqi5a2llCcwicCpEDi5GGlj0n245ftSSUUuGgSWfkHIoNYEElP7CAC1bQDlzK5IEpUAGah687NIA4vc0KvLfQ80HA3WojZ+oZPgnqHnq4EJx2DSJAAIMAJpff1Sw19k5AAAAAElFTkSuQmCC) no-repeat 0 1px;
    background-size: 16px 16px;
}
.checked_white .folder-bgImage{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMzBCQzBFMTc2ODExRUE4REMwQUNFQzZDMTk5RjlCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZCMzBCQzBGMTc2ODExRUE4REMwQUNFQzZDMTk5RjlCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkIzMEJDMEMxNzY4MTFFQThEQzBBQ0VDNkMxOTlGOUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkIzMEJDMEQxNzY4MTFFQThEQzBBQ0VDNkMxOTlGOUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5CSgF0AAAA80lEQVR42mL8//8/A60BEwMdAMySMCC+AsR/gPg/AfwXiK8BsTvRtgCDK+Q/eeAzECuCgpsQBhFXoJqqgJiNCE1MQLwcqmcGMZYwAglQEDEDMQs0KIgBakB8A4i/ArEkEH8hFCfMUDYx8QHDN4GYEYh5gPgzFvmPQLwWiFVBBoN8Qss0/AGILZCTMCMVsRQQ7wBiASBuQ/YJI5V9AYqrZ6D4oqUlDND4oW+OH7Vk1JIhbMknpBxKTSABpb+ALNkD5cxBkqAUyADxXCh7F6hY0QAyjkMLM1qUwpaw2ksdiNcC8af/1AGfoOapw2rG4ZG6AAIMAGt5UCNkclpOAAAAAElFTkSuQmCC) no-repeat 0 1px;
    background-size: 16px 16px;
}
.file-viewBlackBtn{
    display: inline-block;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBNzg1Q0VDMTc2OTExRUFBRjhBOEZGRjlDOEVENjJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBNzg1Q0VEMTc2OTExRUFBRjhBOEZGRjlDOEVENjJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEE3ODVDRUExNzY5MTFFQUFGOEE4RkZGOUM4RUQ2MkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE3ODVDRUIxNzY5MTFFQUFGOEE4RkZGOUM4RUQ2MkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6jOy1KAAAAxklEQVR42mL8//8/A6WgB4h/AfF/NPwTiG2waYBZygzEP4CYG02eDYh/A/ErbAbANLNBbWDAohnkGjsgfgnEDqRqRvbCd3TNTHjCAWQrIxSzAzGGWiYiA/QX1ACSNYM0dQHxMyjuhHqJKM3NQKwNxKZAbAbEukDchBwwP/FoBtkmg8SXBeKnhAKMIABp/guNCh4carYB8SyojbJQ9iJkBd1oyRPmDQdoCpsDcioUt4O8SihP2EJTlhO+tI0LLEJPkuiaAQIMAFxvRqQFugQqAAAAAElFTkSuQmCC) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
    margin-right:10px;
    color:#252525;
}
.file-viewBlackBtn:hover{
    color:#252525;
}
.checked_white .file-viewBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQyMDU0MTVBODYwOTExRUFCRENDQ0MxRjRGQjk5NkMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQyMDU0MTVCODYwOTExRUFCRENDQ0MxRjRGQjk5NkMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDIwNTQxNTg4NjA5MTFFQUJEQ0NDQzFGNEZCOTk2QzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDIwNTQxNTk4NjA5MTFFQUJEQ0NDQzFGNEZCOTk2QzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6KhYfJAAAA1klEQVR42qTSSwrCQAwG4JkKLaJHsCcQl7qqUjyaLsTHCcRVD+GNLOjWTTsi4x9JYBhmStHAh30kNBmjrbXq10j49wQGrKeFIlqNLw+ggRF14UjhBQ8ovHdfktQGXtJzAyu4Q+nnaEpCA0/IvKZSbluigWFo5lDQGWiWhXKTngdrAp31KqaiA9RszyP1Kt7CFOawgBls5K+KnbaoYeLc53Cj60T9EVT85m0aR3KucIac0XUlbZMjL4SEjFHyhl24VbLjUZXqmHXJm7WO5XQVV6GVdH0EGABXsTzE1FhQtQAAAABJRU5ErkJggg==) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
    color:#fff;
}
.checked_white .file-viewBlackBtn:hover{
    color:#fff;
}
/*.file-viewWhiteBtn{*/
    /*background:url("../images/black_view.png") no-repeat 0 2px;*/
    /*background-size: 14px 14px;*/
    /*padding-left:15px;*/
/*}*/
.file-renameBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZDQTkyMDVBMTc2ODExRUE4MDUxOEE5QzZGMkQyMkZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZDQTkyMDVCMTc2ODExRUE4MDUxOEE5QzZGMkQyMkZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkNBOTIwNTgxNzY4MTFFQTgwNTE4QTlDNkYyRDIyRkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkNBOTIwNTkxNzY4MTFFQTgwNTE4QTlDNkYyRDIyRkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/Ou4FAAAA3UlEQVR42qSSTQ4BQRCF9QhDDAuXcAkRFrbcROIcLNmKE7BhyQY3YOMGbCV+xqK9SqqTTum0xku+zUy9qrzqUlrrzL8aghRowR3UXQYzNMtFJfE/D57g7GpgzFT0cDQ33xvgBJrfmu0IN2mOPHugHSgmBm+1UeBCU27wk5lUAXNwBC25GJ8SsAUj0KYGnzIb0RMuwR70QBccQiYXwQpM+B5o8o4iyCNJhDHmiVOuGYMNKNvvTBqI8yT1wQLkuMHavkIyK0/WGbiAKihw1mvIkVDTGj8PZe7YRqOXAAMAKAhNmyFOWYEAAAAASUVORK5CYII=) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
}
.checked_white .file-renameBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QzlCNUQ0MTc2OTExRUFBNUEyRjlCRUU2NkExN0YwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM0QzlCNUQ1MTc2OTExRUFBNUEyRjlCRUU2NkExN0YwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzRDOUI1RDIxNzY5MTFFQUE1QTJGOUJFRTY2QTE3RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzRDOUI1RDMxNzY5MTFFQUE1QTJGOUJFRTY2QTE3RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JJVP7AAAA7ElEQVR42pzTMQ4BQRSAYUtYm0XhEi4hwgU4iETiHJQUGnECGnQ04gY0egWtRFjF+J/MxGYyZHnJl43Z9+zMvreeUir1b6T1tY8IynJD9WM1T87ghlB2EZPDA2dUrXsvJunuuGnWazihbud4ksQGLvCtTcn6PfZbjhC4zuwKeQee5rty0wlfbOTYWeJiiRJmOKDxS3EBSxzRxihpcYgFduighb3p86dWiQArjPU8DLBFyfTZDEnBKvSxwETnDLFBMT4koodIvUPWupgjq/9gbU+h9+XDmOrhKSOvz3pN0ioZjIpuzwpNu1DiKcAArZ8WE6w0vg8AAAAASUVORK5CYII=) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
    color:#fff;
}
.file-delBlackBtn{
     background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4RUREOTA3MTc2ODExRUFCMDgxQkNFMDVDM0Y1REEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4RUREOTA4MTc2ODExRUFCMDgxQkNFMDVDM0Y1REEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RThFREQ5MDUxNzY4MTFFQUIwODFCQ0UwNUMzRjVEQTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RThFREQ5MDYxNzY4MTFFQUIwODFCQ0UwNUMzRjVEQTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6ZUMKfAAAApklEQVR42mL8//8/A9kApBmLAe1A/BMkDaXbsOrBoRmkgRfK5gPiH9g0M8I0MjIyopvAiKweTTNYjgmLYkY0jehicDkmBgoALs2LgNgBynaA8gmGNoxhA8QvgTgfSjshy+MKbeSAyQbiv0BcjB5whDTbQm3MI8dmXH4m2tlYgwhZM3po/wJifhwa+aEpDw5Y0BT0APErIGbDohlkcBdKyqEkVwEEGAAMpoGrRZwTdwAAAABJRU5ErkJggg==) no-repeat 0 2px;
     background-size: 14px 14px;
     padding-left:15px;
 }
.checked_white .file-delBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDRjUyN0JGMTc2OTExRUFBNTRCODQyMTNDRDQ0QjFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDRjUyN0MwMTc2OTExRUFBNTRCODQyMTNDRDQ0QjFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0NGNTI3QkQxNzY5MTFFQUE1NEI4NDIxM0NENDRCMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0NGNTI3QkUxNzY5MTFFQUE1NEI4NDIxM0NENDRCMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7xLq12AAAArElEQVR42qSTUQrCQAxETZH+aS+ksHgdQT+8QwvFU/R29gRWkDgrQ6kxodAuPJLdZJptmoqqbpauIjhvwACUtnazcmWHAezo78HTy5PJte39ZVrDixVOshihPZO5d17VsA4k+on72YYp7QE8wJX2ZOJfInHmDN7gFsRD8ZEVL0sqdyDRT9z/icWMpzqfKYzbbr9AFQgrjuq4tibhDnpQOuL84PZnctb8VR8BBgDCdw4vWONC/gAAAABJRU5ErkJggg==) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
    color:#fff;
}
.file-uploadBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYwOTk5QTI2MTc2ODExRUFCNzBBODkzNkVDQTlFMDhBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYwOTk5QTI3MTc2ODExRUFCNzBBODkzNkVDQTlFMDhBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjA5OTlBMjQxNzY4MTFFQUI3MEE4OTM2RUNBOUUwOEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjA5OTlBMjUxNzY4MTFFQUI3MEE4OTM2RUNBOUUwOEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz69sMiFAAAAeklEQVR42mL8//8/A7mABZnDyMiILs8NxF+RBZAtY8JjsAMQ34fS2AHIJBhG0/gKJA2lHbCqx6LZFohfArETVLMNEh+vZgU0m/6juUSBkM0KyL5CYiug28yI7FcsoQ2SZCQntAmCwauZkWY2s2AJXQZiXcNISa4CCDAAeTZnGsLMHNgAAAAASUVORK5CYII=) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
}
.checked_white .file-uploadBlackBtn{
     background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxQUNCOUM5MTc2OTExRUE4RTNBOUNEQThGQTk5RkI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxQUNCOUNBMTc2OTExRUE4RTNBOUNEQThGQTk5RkI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjFBQ0I5QzcxNzY5MTFFQThFM0E5Q0RBOEZBOTlGQjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjFBQ0I5QzgxNzY5MTFFQThFM0E5Q0RBOEZBOTlGQjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4xC+gpAAAAbUlEQVR42mL8//8/A7mAiYA8N7maHYD4PpTGDkDOxoIdgPjVfwh4BeVjqMOm0RaIXwKxE1SzDRIfr2YFNJv+o7lEgZDNyAr+4xAHY0YCUQWSZCQ3qiiK54HTzEgzm1mwhC4Dsa5hIcWZ6AAgwAC/0ci+oHhMgwAAAABJRU5ErkJggg==) no-repeat 0 2px;
     background-size: 14px 14px;
     padding-left:15px;
    color:#fff;
}
.resetDelBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4RUREOTA3MTc2ODExRUFCMDgxQkNFMDVDM0Y1REEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4RUREOTA4MTc2ODExRUFCMDgxQkNFMDVDM0Y1REEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RThFREQ5MDUxNzY4MTFFQUIwODFCQ0UwNUMzRjVEQTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RThFREQ5MDYxNzY4MTFFQUIwODFCQ0UwNUMzRjVEQTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6ZUMKfAAAApklEQVR42mL8//8/A9kApBmLAe1A/BMkDaXbsOrBoRmkgRfK5gPiH9g0M8I0MjIyopvAiKweTTNYjgmLYkY0jehicDkmBgoALs2LgNgBynaA8gmGNoxhA8QvgTgfSjshy+MKbeSAyQbiv0BcjB5whDTbQm3MI8dmXH4m2tlYgwhZM3po/wJifhwa+aEpDw5Y0BT0APErIGbDohlkcBdKyqEkVwEEGAAMpoGrRZwTdwAAAABJRU5ErkJggg==) no-repeat 0 8px;
    background-size: 14px 14px;
    padding-left:15px;
}
.checked_white .resetDelBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDRjUyN0JGMTc2OTExRUFBNTRCODQyMTNDRDQ0QjFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDRjUyN0MwMTc2OTExRUFBNTRCODQyMTNDRDQ0QjFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0NGNTI3QkQxNzY5MTFFQUE1NEI4NDIxM0NENDRCMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0NGNTI3QkUxNzY5MTFFQUE1NEI4NDIxM0NENDRCMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7xLq12AAAArElEQVR42qSTUQrCQAxETZH+aS+ksHgdQT+8QwvFU/R29gRWkDgrQ6kxodAuPJLdZJptmoqqbpauIjhvwACUtnazcmWHAezo78HTy5PJte39ZVrDixVOshihPZO5d17VsA4k+on72YYp7QE8wJX2ZOJfInHmDN7gFsRD8ZEVL0sqdyDRT9z/icWMpzqfKYzbbr9AFQgrjuq4tibhDnpQOuL84PZnctb8VR8BBgDCdw4vWONC/gAAAABJRU5ErkJggg==) no-repeat 0 8px;
    background-size: 14px 14px;
    padding-left:15px;
}

.blue-titleBox{
    background-color:#00a9cc;
}
.blue-titleBox button,.blue-titleBox li,.blue-titleBox td{
    color:#fff;
}
.blue-titleBox .folder-bgImage{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMzBCQzBFMTc2ODExRUE4REMwQUNFQzZDMTk5RjlCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZCMzBCQzBGMTc2ODExRUE4REMwQUNFQzZDMTk5RjlCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkIzMEJDMEMxNzY4MTFFQThEQzBBQ0VDNkMxOTlGOUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkIzMEJDMEQxNzY4MTFFQThEQzBBQ0VDNkMxOTlGOUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5CSgF0AAAA80lEQVR42mL8//8/A60BEwMdAMySMCC+AsR/gPg/AfwXiK8BsTvRtgCDK+Q/eeAzECuCgpsQBhFXoJqqgJiNCE1MQLwcqmcGMZYwAglQEDEDMQs0KIgBakB8A4i/ArEkEH8hFCfMUDYx8QHDN4GYEYh5gPgzFvmPQLwWiFVBBoN8Qss0/AGILZCTMCMVsRQQ7wBiASBuQ/YJI5V9AYqrZ6D4oqUlDND4oW+OH7Vk1JIhbMknpBxKTSABpb+ALNkD5cxBkqAUyADxXCh7F6hY0QAyjkMLM1qUwpaw2ksdiNcC8af/1AGfoOapw2rG4ZG6AAIMAGt5UCNkclpOAAAAAElFTkSuQmCC) no-repeat 0 1px;
    background-size: 16px 16px;
}
.blue-titleBox .file-renameBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QzlCNUQ0MTc2OTExRUFBNUEyRjlCRUU2NkExN0YwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM0QzlCNUQ1MTc2OTExRUFBNUEyRjlCRUU2NkExN0YwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzRDOUI1RDIxNzY5MTFFQUE1QTJGOUJFRTY2QTE3RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzRDOUI1RDMxNzY5MTFFQUE1QTJGOUJFRTY2QTE3RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JJVP7AAAA7ElEQVR42pzTMQ4BQRSAYUtYm0XhEi4hwgU4iETiHJQUGnECGnQ04gY0egWtRFjF+J/MxGYyZHnJl43Z9+zMvreeUir1b6T1tY8IynJD9WM1T87ghlB2EZPDA2dUrXsvJunuuGnWazihbud4ksQGLvCtTcn6PfZbjhC4zuwKeQee5rty0wlfbOTYWeJiiRJmOKDxS3EBSxzRxihpcYgFduighb3p86dWiQArjPU8DLBFyfTZDEnBKvSxwETnDLFBMT4koodIvUPWupgjq/9gbU+h9+XDmOrhKSOvz3pN0ioZjIpuzwpNu1DiKcAArZ8WE6w0vg8AAAAASUVORK5CYII=)no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
}
.blue-titleBox .file-delBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDRjUyN0JGMTc2OTExRUFBNTRCODQyMTNDRDQ0QjFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDRjUyN0MwMTc2OTExRUFBNTRCODQyMTNDRDQ0QjFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0NGNTI3QkQxNzY5MTFFQUE1NEI4NDIxM0NENDRCMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0NGNTI3QkUxNzY5MTFFQUE1NEI4NDIxM0NENDRCMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7xLq12AAAArElEQVR42qSTUQrCQAxETZH+aS+ksHgdQT+8QwvFU/R29gRWkDgrQ6kxodAuPJLdZJptmoqqbpauIjhvwACUtnazcmWHAezo78HTy5PJte39ZVrDixVOshihPZO5d17VsA4k+on72YYp7QE8wJX2ZOJfInHmDN7gFsRD8ZEVL0sqdyDRT9z/icWMpzqfKYzbbr9AFQgrjuq4tibhDnpQOuL84PZnctb8VR8BBgDCdw4vWONC/gAAAABJRU5ErkJggg==) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
}
.blue-titleBox .file-uploadBlackBtn{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxQUNCOUM5MTc2OTExRUE4RTNBOUNEQThGQTk5RkI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxQUNCOUNBMTc2OTExRUE4RTNBOUNEQThGQTk5RkI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjFBQ0I5QzcxNzY5MTFFQThFM0E5Q0RBOEZBOTlGQjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjFBQ0I5QzgxNzY5MTFFQThFM0E5Q0RBOEZBOTlGQjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4xC+gpAAAAbUlEQVR42mL8//8/A7mAiYA8N7maHYD4PpTGDkDOxoIdgPjVfwh4BeVjqMOm0RaIXwKxE1SzDRIfr2YFNJv+o7lEgZDNyAr+4xAHY0YCUQWSZCQ3qiiK54HTzEgzm1mwhC4Dsa5hIcWZ6AAgwAC/0ci+oHhMgwAAAABJRU5ErkJggg==) no-repeat 0 2px;
    background-size: 14px 14px;
    padding-left:15px;
}

/*Access start*/
a.folder-addPersonBtn{
    /*width:100px;*/
    /*height:22px;*/
    /*line-height:22px;*/
    background-color:#00a9cc;
    border-radius: 4px;
    color:#fff;
    margin-right:6px;
}
a.fileBtnResize{
    min-width:56px;
}
.dataroom-table{
    width:100%;
}
.dataroom-table tr{
    width:100%;
    height:34px;
    line-height:34px;
}
.dataroom-table tr:first-child td{
    color:#fff;
}
.dataroom-table tr.fileDetails-tr td:first-child{
    padding-left:34px;
}
.dataroom-table td:first-child{
    padding-left:16px;
}
.dataroom-table td:last-child{
    width:80px;
    padding-right:16px;
    text-align: right;
}
.file-table td:last-child{
    width:400px;

}
.addPerson-form .form-group:first-child{
    margin-bottom:10px;
}
.addPerson-label{
    width:80px;
    font-weight: normal;
    margin-right:10px;
}

.empty-container{
    padding:8px 16px;
}
.data-room-box-new {
  margin: 0 auto;
}
.data-room-bread-crumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #CED8E3;
}
.data-room-bread-crumb .ant-breadcrumb-link a {
  font-size: 18px;
}
.data-room-bread-crumb .ant-breadcrumb-separator {
  font-size: 18px;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link {
  display: inline-flex;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link a {
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.4509803922);
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link {
  display: inline-flex;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link .anticon-down {
  display: none;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link a {
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.data-room-bread-crumb-overlay .ant-dropdown-menu-root .ant-dropdown-menu-item {
  padding: 6px 12px;
}
.data-room-bread-crumb-overlay .ant-dropdown-menu-root .ant-dropdown-menu-item:hover a {
  color: #129ec8;
}
.data-room-bread-crumb-operation {
  cursor: pointer;
  width: 30px;
}
.data-room-file-content {
  margin-top: 25px;
}
.data-room-file-content-item {
  position: relative;
  min-width: 180px;
  background: #FFF;
  border: 1px solid #CED8E3;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
}
.data-room-file-content-item-operation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 22px;
}
.data-room-file-content-item-checkbox .ant-checkbox-inner {
  width: 20px;
  height: 20px;
}
.data-room-file-content-item-icon {
  width: 80%;
}
.data-room-file-content-item-more {
  cursor: pointer;
  height: 25px;
}
.data-room-file-content-item-footer {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
.data-room-file-content-item-footer p {
  text-align: center;
  width: 80%;
  font-weight: bold;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.data-room-file-content-item .data-room-file-content-item-more span svg {
  font-size: 25px;
}
.data-room-file-content-item:hover .data-room-file-content-item-more:hover {
  background: #E6F0F4;
  border-radius: 4px;
  color: #129ec8;
}
.data-room-file-content-item:hover .data-room-file-content-item-forbidden {
  cursor: not-allowed;
}
.data-room-file-content-item-active {
  background: #E8EFF7;
  border: 1px solid #43C0DB;
}
.data-room-file-content-item-active .data-room-file-content-item-checkbox {
  opacity: 1;
}
.data-room-file-content-item-active .data-room-file-content-item-more {
  opacity: 1;
}
.data-room-file-content-item-active .data-room-file-content-item-more span svg {
  font-size: 20px;
}
.data-room-file-table {
  margin-top: 20px;
  width: 100%;
}

.data-room-modal-wrap .ant-modal-body {
  padding: 0;
}
.data-room-modal-wrap .sprout-modal-detail {
  padding: 20px;
  padding-bottom: 80px;
}

.data-room-box-new .header-btn button {
  display: flex;
  align-items: center;
}
.data-room-box-new .header-btn button img {
  width: 12px;
}
.data-room-box-new .header-btn button .access {
  width: 18px;
}
.data-room-box-new .header-btn button .shareOut {
  width: 14px;
}
.data-room-box-new .client-name {
  cursor: pointer;
}
.data-room-box-new .client-name .name:hover {
  color: #00A9CD;
  text-decoration: underline;
}
.data-room-box-new .noPointer {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25) !important;
}
.data-room-box-new .noPointer div {
  color: #000;
}
.data-room-box-new .noPointer .name:hover {
  color: #000;
  text-decoration: none;
}
.data-room-box-new .header-btn {
  display: flex;
  align-items: center;
}
.data-room-box-new .header-btn img {
  width: 15px;
  margin-right: 5px;
}
.data-room-box-new .data-search .ant-breadcrumb-link a {
  font-size: 18px;
}
.data-room-box-new .data-search .search-info {
  display: flex;
}
.data-room-box-new .data-search .search-info .search-input {
  width: 250px;
  margin-right: 8px;
}
.data-room-box-new .data-search .search-info .data-room-bread-crumb-operation {
  width: auto;
  padding: 4px 10px;
  display: flex;
  align-items: center;
}
.data-room-box-new .inner-right {
  margin-left: auto;
}
.data-room-box-new .ant-breadcrumb {
  margin: 10px 0;
}

.data-room-move-file-content .ant-tree {
  transition: none;
}
.data-room-move-file-content .ant-tree-list-holder {
  position: relative;
}
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode {
  width: 100%;
  position: relative;
}
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode .ant-tree-switcher,
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode .ant-tree-switcher_open {
  position: absolute;
  right: 0;
  top: 2px;
}
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode .ant-tree-node-selected {
  background: #F3FDFF;
  border: 1px solid #43C0DB;
  border-radius: 4px;
}

.data-room-table-operate-cell .ant-space-item a:hover {
  color: #00A9CD !important;
}
.data-room-table-operate-cell .ant-space-item a.noPointer:hover {
  color: rgba(0, 0, 0, 0.25) !important;
}
.data-room-table-operate-cell a {
  display: flex;
  align-items: center;
}
.data-room-table-operate-cell img {
  width: 16px;
  margin-right: 4px;
}

.data-room-table-operate-cell-a:hover {
  color: #00A9CD !important;
}
.access-add-container-new .access-add-header {
  border-radius: 4px;
  background-color: #00A9CD;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  height: 40px;
}
.access-add-container-new .access-add-content {
  display: flex;
  padding: 20px 0;
}
.access-add-container-new .access-add-content img {
  width: 40px;
  height: 40px;
}
.access-add-container-new .access-add-content .access-add-content-desc {
  flex: 1 1;
  margin-left: 10px;
}
.access-add-container-new .access-add-content .access-add-content-desc p:first-of-type {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.access-add-container-new .access-add-content .access-add-content-btn-area .access-add-content-btn {
  width: 156px;
}
.access-add-container-new .access-add-table-content {
  margin-bottom: 20px;
}

.invited-people-table .access-add-header {
  border-radius: 4px;
  background-color: #0F518B;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  height: 40px;
}
.invited-people-table .access-add-desc {
  background: #F2F7FA;
  font-size: 14px;
  border-radius: 4px;
  padding: 3px 5px;
  margin-bottom: 2px;
}
.invited-people-table .access-add-desc span {
  color: red;
}
.invited-people-table .invited-people-form {
  background: #F2F7FA;
  border-radius: 4px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  margin-top: 2px;
}
.invited-people-table .invited-people-form .ant-row-start {
  height: 60px;
  align-items: center;
}
.invited-people-table .invited-people-form .ant-row-start .ant-col {
  height: 30px;
}
.invited-people-table .invited-people-form .ant-form-item-explain div {
  font-size: 12px;
}
.invited-people-table .invited-people-operate {
  margin-top: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EAF7FC;
  border: 2px dotted #B8CCD1;
  border-radius: 4px;
  height: 60px;
}
.invited-people-table .invited-people-operate img {
  width: 19px;
  height: 19px;
}
.invited-people-table .invited-people-operate span {
  margin-left: 5px;
  color: #00A9CD;
}

.invited-people-btn {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
  bottom: 0;
}

.access-invite-btn {
  position: relative;
  float: right;
  right: 0;
  z-index: 10;
  margin-bottom: 20px;
}

.invite-person-modal .invite-person-columns {
  padding: 20px 40px;
}
.invite-person-modal .invite-person-columns p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.invite-person-modal .invite-person-columns p.invite-person-tips {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.invite-person-modal .invite-person-columns .btn-wrap {
  text-align: center;
}
.invite-person-modal .invite-person-columns .invite-person-permission,
.invite-person-modal .invite-person-columns .invite-person-confirm {
  display: flex;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-icon,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-icon {
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAC8ZJREFUeF7tnXtUU0cex7+TAAmiqFXxrSg+gAAuardKH4pWE+xaa9311dXd1lY9XR/r0UroY0+6rQJqT0917Sln1bbbl7W72q2tkFJFu1bR+mokiNYnSlWqiAiSIMnsmUACEULm3tyLPJxz/MPDb37zm8+dufc3v/nNhOAelkHbl3YOCFDG2qliMAEJJ6CDKdATQCcAbQC0BVABkFJQWgyCUgIUUpCTFDRPQewnKypsR09NfOvaveoGacyGh203tLEElI8FxRiAxAOIAeCrDRSACaBZINilrgjceXii4XZj9ctX473baTAoNA+Vj4NC8WdQOhFAkPdKPkmUgZDtsNs/MB8IzITBYPdJm5fKsgGMzDK0JVbr8wBdDCBUzk40oPs8QN6hKtWG3HhDqRw2SA5w5JYlgbfaqRZQguUAOsthtAid1wCyOrjEsm7/1LfLRdT3WEVSgJr0xOkgJBVAHymNlFBXPihNNCekbpZKpyQAI755pa9CaXsPgE4qw+TVQ4x2m2LeiSdWXPC1HZ8BRqUn/pESsh5AsK/GNHL9EkLpX3ISUj/2pV3RAEOzDOo2Vst6AjzniwH3ui4Bfb9UFfji+XiDRYwtogDGGJeFVFK/LwkwUkyjTa0OBfb7kcqnTNo1hUJtEwwwxvhqPxu1ZQI0TGhjTVuenFES5TiT9s1zQuwUBDAqc3kEtSm+A9BDSCPNSPYXorQ/njNu1Qlem7kBajL0AwBkAejFq7yZyl0CEG/WpZzmsZ8LYOyOpC4VCroPAIPYGsrpADuJOzoh+VdvnfUKMHKLIYAEW74H8JA3ZS3s7wes9rJRpyesszbUL68ANcbEDaBkTguDw9cdQjeatanPiwZY7SR/xNday5QilM5qyNn2OAKrl2emZrjCkPpJlthtyhhPyz6PADUZSRkA1fJao+0Wgxm9RyA8uAfa+ql4qzWqXGmlBSdKfsFHF37ArsJcAW0To1mXXO86v16A1VGVz3haICB4LXISpvZuXt+YT/L3IfnEdp4uVslQzDQnpNRhUgegI+zub2GOJFdIanLPYXgj6vf8hjQhSb3pc3x9+RivRfnqO+qIu7cL6gDUZCQtByiL6XGVbXGLMbBdNy7ZpiaUc/MSpmezQBJvIYlmXfKq2tJuAKvC8Ba2FuSOJJvGr4SC1Ki5bCnGtoLDvBY1qtzTPYejm7q9q807dhtiM18VYsN1qlKH1t4ecAdoTFxIKFkrRGOONtlNnL2cFx1tmp7P2thZGBMS6WZvlDFJSHdBCV2Uq01d56xUA9BgUESOKD9NQPoJ0djaAAI4b85Whzl3+1wANemJWhCSIQQek22FAFm3E8y6FAerGoDGpM9A6fTGBtgzsCOGdOiDDv5tcL2iFIdvnMc16y2hZnDJSzGFqxv63KxLcbByAKx2XVg0VvCmt9gRGBrUGUnhE/Fw50FunaegMF45jpS8ryUHKSHAMiWp7GrSrilzAIwwJj2loHQb12O8S0gMwKj2vbBh+By09VN7bLLQUoJZB99DQfkNMWbVW0dCgLATMvmENpltawBRxqT3KKXzxFgqFGCgMgDfPLoUISrvm3h5ty5j6v51sFOW/uJ7kRIgISQtR5s83wFQk6E/BWCgGBOFApzd9xEsD3/C1VRppRXrT2fi5K3LGN6xH+aGxcOPKF1/X3zsY+y8ahZjWp06UgIE8LNZlzKIsB02G/W7KtZCoQDThj3r9t578ciH+P7XPFfzz/SNc7wbnWXLxQP4e+6XYs1zqycxQLD3INFk6FmUIV2shUIBbo1bjEG1ln4x377sNkV7BT6AjMdecpmTVXgCC4/+S6x5sgKkhE4gkcZEPaHEfTkhwFyhAD/47VzHVHWWGdnv4vjNi67/J3QfgtUxNd7UV78cwcvHv/Bo0biuUY4RG6KueaeW3CnHhnO7sekc24moKVKPQEpoEvE1ZC8U4IIB4zA/bIyrV+wr+7p5G9gH48EH+uNvkZPQ3p8lp1aV13L+g20FhzwC/F/8q+gYUL/3NSprhcO3dBapAYLQjUSTrt8JwjJGxRWhALuo2uHrR5YiiCPoetVyExP2vgWr7Y5H4zxFg27bKsAAltsq5AMImsXegSz2Fy4On/ClXJ82nfBO7CwMbNvVa5M/Fp3FS6bNDTrUzCGf02+U26hl0DbnZ+NosXvyleQjEMhjANkXOMRrbzwICBmB47tGYWX0VKiV/tzN3agow5Jjn+DQDUEZF/XqlwFgIQNYAqAdd4/uEuQFyD4OqdHT3GKHTBVbul26XYRblRZ08A9Cj8AOdUxhU3jekfdxqMg3iDIALGUAfXLzeQCGtQ3BFyMXIkDh54LDHOgNZ3dja8EhFNV60XdXd8CMPiMxO/RhN4e6+M5tPLn3bTdZoQ9dBoBgANnOe4BQY5zyPADvdp4vlRfhhUObcPH2dY/NRrfvDVYv2D/QJVOfU802tVg0p1OtL3GZzeqI6rCIc+0iF0B2SIUdbBFVvAHsHxSCrx5Z4tJdYa/ElH1rca7Ma9oJRnQKw4bhNYkBrO7o3SvB/DxneV3zNKb0erCO7ceKL2D2wTQ3J10GgI4pzF4soo8heAP4bL/HsHRQgquDn1zYh+Q8/u3Ed4f+CY91qXESlv70GYxX2H5/VTkw1uDRJXp8TwquWG66ZGUAWEgijXoToYgWNfw4ItIp0VPxux6xLvXP/fhPHCw6y93c5J7D8UbUFJd82pldWHc60/X/VTHTMaH7kDr62Ab6tOz1sNOaczYyAMyT3ZFmX99+QV0QpFRBSQjSzmaBuSa8JTSoC6b3fgiV1A7mHJuK87H3GgseVRUFUWBkpwFgDrqzsC/6D9dOwXKXAy4DwN2NvpTjBSeHnOQA2VKusYMJcoDh1Sk1wKpgQiOHs3g7K4ec1ADtlDwhe0C1jTIASRETERnMjgE3TmHvPpaBlVHra81alhqgI6DKFGsy9D+LzX/25sa80H80Fg/kzpKTjLCN2vFo1ptuPqPEAKtC+g6A6fo0EMwVY31rBei2qSTntmZLncJu25oxxmVB1RtLjbaxLma0+1pHwinsvrFe/R5kZ2inCTXS2xQWqk9OeQkBuqd2VAMUtTvXSgHWTS4CuxxihOWM0MCCafwKx3LKWdji/burOXIOJNG6x3eLdsuIYNGdoZmvCdV3wZyt7l8nvY1piRSRYPnvuEUIb9ddqBFNQt508yJmZr8ryBYC+tccXeo7zkr1pfieFxIfnNRjKFZE/0GQEU1FeLlpM3Zc/kmIOQ2n+Fa9C4UlmbM6L0c8iZl9mtfZ6w/P78Xqk98IgceyARtOMmfahB5zcFoQHxKBmX3iHNPZX1GTHCTQQlnFWYg/t6QAn+bvx55a+TicjfIdc6hemcwAwaeciluJGH3GrEutw0Syo14tmiLFt+aElHoX9B4BhqfrQ5UE7A3rPROyRdNDiZL4/cbTXQoNnheOykiaRUGlyS1rppAJyOwcXbLHgy/3D1w38GApsClXl9LgYXOvAAfsWKhSKYL2tMYj/2Uq9WhvF/J4Bcge0P1LJzwPUy6A1cGGAZRgN6GOKzpbbKEEBYRitKTXnjhpVV+8YwTQu4USvEiUdq0sF++4IBpf6U2pjZ0Tcz/22PyJ5hKi1OVoV9QkbHP0iXsK19alyVjyAKBiCS5xHG00B5F9gHWiWfd2kVBjRQFkjVR/ndcAWCC00SYm/w+rvWyZtwt2PNksGqBrSqfrJ1NCNwGkbmppEyPlbg4tJlQxJycheasvZvoMkDVedceMPU3INSm+GO17XWK0UTo/LyGFxT59KpIAdFqgSdezKE4K740fPlkurnI+KPT1XV8iTp3vt4jXaZddg1wSrF4IUHZei/vyCrEd4KzHsnDXBJdY1zbpa5Brd2bwf5e381Mp5zSFi7grrbaNJyetkuUYvKRTuN7RcP8qeM5JwiFW82MEZCy7JRJwpBb7+hDZMY3jjts1Cd3Z8n6MoAGwLEhxx4/G2u0YVM/PYbA0E2eqCcsJZv+uE6DA9XMYCpzyryRHeW6a5Hi+okT+D4JNSsRA465BAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area {
  flex: 1 1;
  margin-left: 20px;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-1, .invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-2,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-1,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-3,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-3 {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-4,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-4 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.invite-person-modal .invite-person-columns .invite-person-confirm {
  margin: 0 0 40px;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr {
  display: flex;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr:first-of-type {
  border-bottom: 1px solid #fff;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr span:first-of-type {
  background: #e7f0f5;
  width: 120px;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr span:last-of-type {
  flex: 1 1;
  background: #f1f7fa;
}

.tab-list-container .file-operate-area {
  background: #ffffff;
  height: 80px;
  margin-bottom: 10px;
  background: #F3F8FA;
  border-radius: 8px;
}

.data-room-modal-wrap .ant-table-thead tr th {
  background: #00A9CD !important;
  white-space: nowrap;
  padding: 12px 16px;
  color: #fff;
}

.finacing-history-found-table .ant-table-thead tr th {
  background: #0F518B !important;
  padding: 0px 16px;
}
.finacing-history-found-table .ant-table-row {
  background: #f1f5f8;
}
.finacing-history-found-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid #fff;
}
.dialog360{
    width:340px;
    top:80px;
}
.dialog460{
    width:420px;
    top:80px;
}
.dialog400{
    width:400px;
    top:80px;
}
.dialog480{
    width:480px;
    top:80px;
}
.dialog520{
    width:520px;
    top:80px;
}
.dialog720{
    width:720px;
    top:80px;
}
.dialog800{
    width:800px;
    top:80px;
}
.content800{
    width:800px;
    margin:0 auto;
}
.content480{
    width:480px;
    margin:0 auto;
}
.content600{
    width:600px;
    margin:0 auto;
}
.content580{
    width:580px;
    margin:0 auto;
}
.content640{
    width:640px;
    margin:0 auto;
}
.content680{
    width:680px;
    margin:0 auto;
}
.content500{
    width:500px;
    margin:0 auto;
}
.content720{
    width:720px;
    margin:0 auto;
}
.content760{
    width:760px;
    margin:0 auto;
}
.content400{
    width:400px;
    margin:0 auto;
}
.dialog960{
    width:960px;
}
.content900{
    width:900px;
    margin:0 auto;
}
.content960{
    width:960px;
    margin:0 auto;
}
.content920{
    width:920px;
    margin:0 auto;
}
.dialog1050{
    width:1050px;
}
.dialog1330{
    width:1330px;
    top:40px;
}
.dialog1100{
    width:1100px;
    top:40px;
}
.content1080{
    width:1080px;
    margin:0 auto;
    border:none;
}
.content1140{
    width:1140px;
    margin:0 auto;
    border:none;
}
.content1050{
    width:1050px;
    margin:0 auto;
}
.content1330{
    width:1330px;
    margin:0 auto;
}
.content-reset{
    border:none;
    margin:0 auto;
}
.body-reset2030{
    padding:20px 30px;
}
.body-reset2202{
    padding:20px 20px 0 20px;
}
.dataroom-btnReset{
    background-color:#00a9cd;
    width:120px;
    color:#fff;
}
.filename-box{
    height:36px;
    line-height:36px;
}
.body-reset2020{
    padding:20px;
}

.addfolder-name{
    margin-bottom:10px;
}
.upload-content{
    width:50%;
}
.upload-content:first-child{
    padding-right:10px;
}
.uploadFile-del{
    position: absolute;
    top:5px;
    right:10px;
}
.delRowMargin{
    margin-left:0;
    margin-right:0;
}

.no-marginBottom{
    margin-bottom:0;
}
.progress-tip{
    text-align: center;
    font-size:0.8em;
}
.dataroomSelBtn{
    text-align:center;
}
.folder-dialog{
    top:40px;
}
.folder-content{
    width:400px;
    margin:0 auto;
    border:none;
}
.folder-body{
    padding:30px 40px 0 40px;
}
.folder-body p{
    margin-bottom:6px;
}


/*uploadfiles*/
.files{
    padding:0;
}
.file-box{
    border:1px dashed #dadada;
    height:34px;
    line-height:34px;
    padding:0 10px;
    border-radius: 4px;
    background-color: #ececec;
    overflow: hidden;
}

.file-del{
    line-height:29px;
}
.file-refresh{
    font-size:10px;
    line-height:29px;
}
.select-btn{
    width:100%;
    height:34px;
    line-height:34px;
    text-align:center;
    padding:0 10px;
    border-radius: 4px;
    position:relative;
    z-index:999;
}
.convertiblenote-select-btn{
    padding:0 3px;
}
.select-blue{
    color:#fff!important;
    background-color:#00a9cd;
}
.select-dark{
    color:#999999;
    background-color:#ececec;
}
.file-progress{
    margin-top:4px;
    height:6px;
}
.progress-noshadow{
    box-shadow:none;
}

.choose-p{
    position:relative;
}
.select-btn input{
    position:absolute;
    top:0px;
    left:0px;
    height:34px;
    /*width:100px;*/
    opacity:0;
}
.fileTd .select-btn{
    width:40%;
}
.fileTd .filename-box{
    width:60%;
}


/*Upload zip file*/
.zipfile-content{
    width:560px;
    margin:0 auto;
}
.zipfile-body{
    padding:30px 30px 0 30px;
}
.zip-text{
    padding:8px 0;
}
.checkbox-text{
    padding:0;
}
.zip-checbox{
    padding-left:0;
}
#uploadFilesModal {
  padding: 30px 60px 0 60px;
}

.data-room-upload-modal .folder-body .folder-body-header {
  display: flex;
}
.data-room-upload-modal .folder-body .text-muted .glyphicon {
  margin-bottom: 9px;
  margin-left: 10px;
}
.data-room-upload-modal .folder-body .folders-btn {
  margin-left: 20px;
}
.data-room-upload-modal .folder-body .btnWid {
  width: 140px;
}
.data-room-upload-modal .folder-body .ant-upload-drag-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.file-upload-list {
  display: flex;
  justify-content: space-between;
}
.file-upload-list:first-of-type {
  margin-top: 10px;
}
.file-upload-list .file-upload-name-area {
  max-width: 340px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.file-upload-list .file-icon-remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #B9CCD1;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: bold;
  cursor: pointer;
}

.ant-upload.ant-upload-drag.file-upload-drapper {
  width: 100%;
  height: 166px;
  background: #EAF7FC;
  border: 2px dashed #b8ccd1;
  border-radius: 4px;
  margin-top: 15px;
  padding: 0;
}
.ant-upload.ant-upload-drag.file-upload-drapper img {
  width: 51px;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 3px solid #00A9CD;
  background: #CFF7FF;
}

.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  color: #00a9cd;
  line-height: 22px;
}

.ant-upload.file-upload-drapper-active p.ant-upload-text {
  font-size: 16px;
  font-weight: bold;
  color: #00A9CD;
  line-height: 22px;
}

.ant-upload.ant-upload-drag p.ant-upload-info {
  font-size: 14px;
  color: #00a9cd;
  line-height: 22px;
}
.data-room-sprout-empty {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.data-room-sprout-empty .sprout-empty-name {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin: 0;
}
.data-room-sprout-empty .sprout-empty-sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0;
  margin-bottom: 36px;
  margin-top: 10px;
}
.data-room-sprout-empty .sprout-empty-content {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background: #d6dfe7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-room-sprout-empty .sprout-empty-content img {
  width: 105px;
  height: 122px;
}
.confirm-invite-html {
  width: 770px;
  background: #FFFFFF;
  border: 1px solid #C7DEE4;
  border-radius: 4px;
  zoom: 0.73;
  transform-origin: 0px 0px;
  pointer-events: none;
  margin: 0 auto 60px auto;
  min-height: 900px;
}
.confirm-invite-html .confirm-invite-html-content {
  padding-bottom: 30px;
}
.confirm-invite-html .confirm-invite-html-content .img-responsive {
  display: inline;
}
.confirm-invite-html .confirm-invite-html-content table {
  margin: 0 auto;
}
.confirm-invite-html .confirm-invite-html-sample {
  font-size: 20px;
  font-weight: 400;
  color: #00BCD5;
  text-align: right;
  padding-right: 40px;
}
.confirm-invite .confirm-invite-top {
  padding: 48px 0 0 125px;
}
.confirm-invite .confirm-invite-top .ant-space-vertical {
  width: 770px;
}
.confirm-invite .confirm-invite-top .confirm-invite-title {
  font-size: 18px;
  font-weight: 500;
  color: #020505;
  margin: 0;
}
.confirm-invite .confirm-invite-top .confirm-invite-button {
  width: 775px;
  text-align: center;
  margin-top: 50px;
}
.confirm-invite .confirm-invite-top .confirm-invite-button button {
  width: 185px;
  height: 49px;
}
.confirm-invite .confirm-invite-top .confirm-invite-button button span {
  font-weight: bold;
}
.confirm-invite .confirm-invite-top .confirm-invite-email {
  padding-top: 14px;
}
.confirm-invite .confirm-invite-top .confirm-invite-email dl {
  width: 750px;
  max-height: 150px;
  overflow-y: auto;
}
.confirm-invite .confirm-invite-top .confirm-invite-email dl dd {
  font-size: 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.confirm-invite .confirm-invite-top .confirm-invite-email dl dd img {
  margin-right: 8px;
}
.confirm-invite .confirm-invite-top-mb {
  padding-bottom: 50px;
}
.confirm-invite .confirm-invite-template {
  margin-top: 55px;
  background: #ECF8FB;
}
.confirm-invite .confirm-invite-template .ant-collapse-header {
  height: 84px;
  border-radius: 5px;
  color: #00BCD5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.confirm-invite .confirm-invite-template .ant-collapse-header div {
  font-size: 18px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.confirm-invite .confirm-invite-template .ant-collapse-header div img {
  width: 23px;
  height: 11px;
  margin-left: 10px;
}
.confirm-invite .confirm-invite-template .ant-collapse-header div .confirm-invite-icon-bottom, .confirm-invite .confirm-invite-template .ant-collapse-header div .confirm-invite-icon-top {
  animation-name: rotate-icon-bottom;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.confirm-invite .confirm-invite-template .ant-collapse-header div .confirm-invite-icon-top {
  animation-name: rotate-icon-top;
}
@keyframes rotate-icon-bottom {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotate-icon-top {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}
.confirm-invite .confirm-invite-template .ant-collapse-content-box {
  padding-top: 0 !important;
}
.sprout-setting-profile .setting-section-content-form {
  max-width: 780px;
  margin: auto;
}
.sprout-setting-profile .setting-section-content-form .profile-title-wrap {
  width: 100%;
  margin-bottom: 32px;
}
.sprout-setting-profile .setting-section-content-form .profile-title-wrap .profile-title-block {
  display: flex;
}
.sprout-setting-profile .setting-section-content-form .profile-title-wrap .profile-title-block .profile-title {
  color: #155488;
  border-bottom: 1px solid #00bcd5;
  padding: 8px 10px 8px 0;
  font-size: 16px;
  font-weight: 500;
}
.sprout-setting-profile .setting-section-content-form .profile-title-wrap .profile-title-block .profile-title-line {
  flex: 1 1;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0;
}
.sprout-setting-profile .setting-section-content-form .profile-title-wrap .profile-tips {
  color: #777777;
}
.sprout-setting-profile .setting-section-content-form .form-label span {
  color: #777;
  font-style: italic;
}
.sprout-setting-billing {
  -moz-osx-font-smoothing: grayscale;
  min-width: 1000px;
}
.sprout-setting-billing .sprout-setting-billing-tabs {
  margin-bottom: 15px;
}
.sprout-setting-billing-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab {
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #B5C9CE;
}
.sprout-setting-billing-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab-active {
  background: #149FC0;
}
.sprout-setting-billing-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #FFFFFF;
}
.sprout-setting-billing-tabs .ant-tabs-nav::before {
  border-bottom: 0px none;
}
.sprout-setting-billing-component {
  font-size: 14px;
  color: #000000;
}
.sprout-setting-billing-component .billing-contacts-card {
  min-height: 200px;
}
.sprout-setting-billing-component .billing-contacts-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.sprout-setting-billing-component .billing-contacts-card-header-h5, .sprout-setting-billing-component .billing-contacts-card-header-h5-desc {
  margin: 0 !important;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
}
.sprout-setting-billing-component .billing-contacts-card-header-h5-desc {
  padding-bottom: 12px;
}
.sprout-setting-billing-component .contact-list-item {
  padding-left: 20px;
  display: flex;
  position: relative;
  align-items: center;
  height: 58px;
  background: #F2F7F9;
  border-radius: 4px;
  margin-bottom: 2px;
}
.sprout-setting-billing-component .contact-list-item-header {
  width: 40px;
  height: 40px;
  background: #149FC0;
  border-radius: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.sprout-setting-billing-component .contact-list-item-info {
  margin-left: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sprout-setting-billing-component .contact-list-item-info-name {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}
.sprout-setting-billing-component .contact-list-item-info-email {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.sprout-setting-billing-component .contact-list-item .operate-btn {
  position: absolute;
  right: 20px;
}
.sprout-setting-billing-component .contact-list-item .operate-btn button span {
  color: #010101;
}
.sprout-setting-billing-component .paynow-container {
  width: 450px;
  margin: 0 auto;
}
.sprout-setting-billing-component .paynow-container .paynow-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.sprout-setting-billing-component .paynow-container .pay-info-content {
  padding: 18px 22px;
  width: 450px;
  background: #F2F7F9;
  margin: 0 auto;
  border-radius: 4px;
}
.sprout-setting-billing-component .paynow-container .pay-info-content-date {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 17px;
  border-bottom: 1px solid #B5C9CE;
  text-align: center;
}
.sprout-setting-billing-component .paynow-container .pay-info-content-detail {
  padding: 10px 0;
}
.sprout-setting-billing-component .paynow-container .pay-info-content-detail-title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.sprout-setting-billing-component .paynow-container .pay-info-content-detail-plan {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: space-between;
}
.sprout-setting-billing-component .paynow-container .pay-info-content-detail-discount {
  display: flex;
  justify-content: space-between;
}
.sprout-setting-billing-component .paynow-container .pay-info-content-detail .pl-30 {
  padding-left: 30px;
}
.sprout-setting-billing-component .paynow-container .pay-info-content-total {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-top: 14px;
  border-top: 1px solid #B5C9CE;
  display: flex;
  justify-content: space-between;
}
.sprout-setting-billing-component .paynow-container .pay-info-operate-btn {
  height: 40px;
  margin-top: 19px;
  background: #00A9CD;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
}
.sprout-setting-billing-component .paynow-container .pay-info-warn-tips {
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  padding: 10px;
}
.sprout-setting-billing-history-table {
  font-size: 14px;
}
.sprout-setting-billing-history-table .history-table p {
  margin-bottom: 0px;
}
.sprout-setting-billing-history-table .history-table p:last-child {
  opacity: 0.6;
}
.sprout-setting-billing-setting-card .ant-card-body {
  padding: 24px 37px;
}
.sprout-setting-billing-setting-card .billing-setting-card-tit {
  color: #000000;
}
.sprout-setting-billing-setting-card .billing-setting-card-tit h3 {
  font-size: 20px;
  font-weight: bold;
}
.sprout-setting-billing-setting-card .billing-setting-card-tit p {
  font-size: 14px;
  font-weight: 400;
}
.sprout-setting-billing-setting-card .billing-setting-form {
  margin-top: 40px;
  text-align: left;
}
.sprout-setting-billing-setting-card .billing-setting-form .ant-form-item-label {
  min-width: 150px;
}
.sprout-setting-billing-setting-card .billing-setting-form .billing-setting-desc-textarea .ant-form-item-label {
  min-width: auto;
}
.sprout-setting-billing-setting-card .billing-setting-form label {
  float: left;
}
.sprout-setting-billing-setting-card .billing-setting-form input, .sprout-setting-billing-setting-card .billing-setting-form .ant-select-selection-placeholder, .sprout-setting-billing-setting-card .billing-setting-form .ant-select-selector, .sprout-setting-billing-setting-card .billing-setting-form .ant-select-selection-item {
  height: 40px;
  line-height: 40px;
}
.sprout-setting-billing-setting-card .billing-setting-form .billing-setting-card-desc {
  font-size: 14px;
  font-weight: 400;
  color: #6D6D6D;
  margin-top: -10px;
}
.sprout-setting-billing-setting-card .billing-setting-form .billing-setting-card-desc-more {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
  margin-top: 10px;
}
.sprout-setting-billing-setting-card .billing-setting-form textarea {
  height: 90px;
  line-height: 20px;
}
.sprout-setting-billing-setting-card .billing-setting-form button {
  width: 90%;
  height: 40px;
  margin: 15px 0 0px 0;
}
.sprout-setting-billing-setting-card .billing-setting-form .billing-setting-button-item {
  height: auto !important;
}
.sprout-setting-billing-setting-card .billing-setting-form .billing-setting-form-item:first-child {
  height: 64px;
}
.sprout-setting-billing .billing-setting-overview-title {
  padding-bottom: 10px;
}
.sprout-setting-billing .billing-setting-overview-title-suspended {
  margin: 10px 0 5px 0;
  color: #FF5151;
}
.sprout-setting-billing .billing-setting-overview-title-suspended .anticon > svg {
  width: 16px !important;
  height: 16px !important;
  color: #FF8236;
}
.sprout-setting-billing .billing-setting-overview-title-suspended span {
  margin-right: 5px;
}
.sprout-setting-billing .billing-setting-overview-title h6 {
  font-size: 14px;
}
.sprout-setting-billing .billing-setting-overview-title .overview-title-box {
  display: flex;
}
.sprout-setting-billing .billing-setting-overview-title .overview-title-box h2 {
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
  margin-bottom: 0;
}
.sprout-setting-billing .billing-setting-overview-title .overview-title-box button {
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
}
.sprout-setting-billing .billing-overview-box {
  margin-top: 12px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan {
  position: relative;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item {
  padding: 32px 20px 0 20px;
  border: 1px solid #CED8E3;
  height: 146px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item-value, .sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item .billing-overview-total-font {
  font-weight: 600;
  font-size: 26px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item .ant-popover-inner {
  width: 330px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item .billing-overview-box-item-value-active {
  font-size: 26px;
  text-decoration: underline;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item-excluded {
  margin-top: 63px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 26px;
  color: #00A9CD;
  display: flex;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item-excluded span {
  font-size: 16px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item-excluded .billing-overview-box-item-excluded-help {
  width: 18px;
  height: 18px;
  border-radius: 8px;
  background-color: #B9CCD1;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
  margin-left: 5px;
  cursor: pointer;
  margin-top: 4px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-box-item-excluded:hover {
  color: #23BDDB;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .ant-popover-placement-bottomLeft {
  min-width: 320px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-duplicates-excluded {
  padding-bottom: 12px;
}
.sprout-setting-billing .billing-overview-box .billing-overview-box-plan .billing-overview-subsidiary-info {
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
}
.sprout-setting-billing .overview-title-divider {
  margin: 4px 0 20px 0;
}
.sprout-setting-billing .overview-info-blue {
  background: #E6F0F4;
  border-radius: 4px;
  padding: 3px 7px;
  font-weight: bold;
}
.sprout-setting-billing .overview-info-flex {
  display: flex;
}
.sprout-setting-billing .overview-info-flex .overview-info-help {
  background: #93acb9;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin: 2px 0 0 4px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: block;
}
.sprout-setting-billing .overview-box p {
  margin-bottom: 8px;
}
.sprout-setting-billing .overview-billing-actions {
  padding-top: 17px;
}
.sprout-setting-billing .overview-billing-actions h2 {
  font-size: 20px;
}
.sprout-setting-billing .overview-billing-bottom {
  display: flex;
}
.sprout-setting-billing .overview-billing-bottom h2 {
  font-size: 20px;
  padding-top: 3px;
}
.sprout-setting-billing .overview-billing-bottom button {
  height: 28px;
  padding: 0 15px;
  margin-left: 10px;
}
.sprout-setting-billing .billing-contacts-content {
  margin-top: 64px;
}
.sprout-setting-billing .billing-contacts-content .billing-contacts-content-main .ant-collapse-header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 0;
}
.sprout-setting-billing .billing-contacts-content .billing-contacts-content-main .ant-collapse-header span {
  font-size: 18px;
  color: #149FC0;
  font-weight: 400;
}
.sprout-setting-billing .billing-contacts-content .ant-collapse-arrow {
  position: unset !important;
  margin: 0 0 0 10px;
  height: 12px;
  transform: none !important;
  padding: 0 !important;
}
.sprout-setting-billing .billing-contacts-content .ant-collapse-arrow svg {
  font-size: 12px;
  color: #149FC0;
}
.sprout-setting-billing .billing-contacts-content .ant-collapse-content-box {
  padding: 0;
}
.sprout-setting-billing .billing-contacts-content .ant-collapse-header-text {
  flex: unset !important;
}
.sprout-setting-billing .billing-overview-warning {
  color: #FF5151;
  padding-bottom: 10px;
}
.billing-contacts-card-add-email {
  padding: 50px 35px 40px 35px;
}
.billing-contacts-card-add-email-left .ant-form-item {
  margin-bottom: 0 !important;
}
.billing-contacts-card-add-email-left .billing-contacts-card-select {
  margin-top: 7px;
  width: 400px;
}
.billing-contacts-card-add-email-left .billing-contacts-card-select .ant-select-selector {
  height: 40px;
}
.billing-contacts-card-add-email-left .billing-contacts-card-select .ant-select-selection-item, .billing-contacts-card-add-email-left .billing-contacts-card-select .ant-select-selection-placeholder, .billing-contacts-card-add-email-left .billing-contacts-card-select .ant-select-selection-search {
  line-height: 40px;
}
.billing-contacts-card-add-email-left input, .billing-contacts-card-add-email-left button {
  margin-top: 7px;
  height: 40px;
  width: 400px;
}
.billing-contacts-card-add-email-left label {
  width: 120px;
  margin-top: 10px;
}
.billing-contacts-card-add-email-left .ant-form-item:last-child {
  margin-top: 30px;
}
.billing-contacts-card-add-email-left .ant-form-item-explain {
  position: absolute;
  top: 52px;
  left: 0;
}
.billing-contacts-card-add-email-submit {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.billing-contacts-card-add-email-submit button {
  height: 50px;
  font-weight: 500;
  width: 200px;
}

.billing-contacts-card-select-option {
  display: flex;
  justify-content: space-between;
}
.billing-change-plan-root {
  color: #000000;
}
.billing-change-plan-root .billing-change-plan-back .anticon > svg {
  width: 13px !important;
  height: 13px !important;
}
.billing-change-plan-root .billing-change-plan-back .anticon + span {
  margin-left: 0px;
}
.billing-change-plan-root .billing-change-plan-radio {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.billing-change-plan-root .billing-change-plan-radio .ant-radio-inner {
  width: 20px;
  height: 20px;
  border: 1px solid #D2D2D2;
  background-color: #fff;
}
.billing-change-plan-root .billing-change-plan-radio span.ant-radio + * {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 2px;
}
.billing-change-plan-root .billing-change-plan-radio .billing-change-plan-number {
  height: 24px;
  background: #FFF999;
  border-radius: 4px;
  padding: 0 10px;
  margin-left: 10px;
}
.billing-change-plan-root .billing-change-plan-radio .ant-radio-checked .ant-radio-inner {
  background-color: #2bb876;
  border-color: #2bb876;
}
.billing-change-plan-root .billing-change-plan-radio .ant-radio-inner::after {
  background-color: #fff;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
}
.billing-change-plan-root .billing-change-plan-additional {
  display: none;
  width: 373px;
  background-color: #F2F7FA;
  border-radius: 4px;
  color: #18AA66;
  margin: 7px 0;
  padding: 10px 0 10px 15px;
}
.billing-change-plan-root .billing-change-plan-additional p {
  margin-bottom: 0;
}
.billing-change-plan-root .billing-change-plan-additional .billing-change-plan-yes {
  width: 9px;
  height: 13px;
  border-bottom: 3px solid #18AA66;
  border-right: 3px solid #18AA66;
  transform: rotate(45deg);
  border-radius: 2px;
  margin-top: 2px;
  margin-right: 13px;
}
.billing-change-plan-root .billing-change-plan-additional ul {
  margin-bottom: 0px;
}
.billing-change-plan-root .billing-change-plan-additional ul li {
  display: flex;
  align-items: flex-start;
  padding-top: 3px;
}
.billing-change-plan-root .billing-change-plan-additional-active {
  display: block;
}
.billing-change-plan-root .billing-change-plan-title {
  margin: 20px 0 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.billing-change-plan-root .billing-change-plan-card {
  margin-top: 15px;
}
.billing-change-plan-root .billing-change-plan-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.billing-change-plan-root .billing-change-plan-services-title {
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
}
.billing-change-plan-root .billing-change-plan-service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
.billing-change-plan-root .billing-change-plan-service-txt {
  display: block;
  padding-top: 2px;
}
.billing-change-plan-root .billing-change-plan-service-button {
  margin-left: 5px;
  height: 24px;
  background: #C6C6C6;
  color: #FFF;
  padding: 0 15px;
}
.billing-change-plan-root .billing-change-plan-service .ant-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}
.billing-change-plan-root .billing-change-plan-service .billing-change-plan-help {
  background-color: #C6C6C6;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  margin-left: 5px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.billing-change-plan-root .billing-change-plan-service .ant-checkbox-inner {
  width: 21px;
  height: 21px;
  background-color: #EEEEEE;
  border: 1px solid #EAEAEA;
}
.billing-change-plan-root .billing-change-plan-service .ant-checkbox-checked::after {
  border: 1px solid #ccc;
}
.billing-change-plan-root .billing-change-plan-service .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #2BB876 !important;
}
.billing-change-plan-root .billing-change-plan-service .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  width: 7px;
  height: 10px;
  top: 47%;
}
.billing-change-plan-root .billing-change-plan-service img {
  margin-right: 8px;
}
.billing-change-plan-root .billing-change-plan-service-speak {
  width: 172px;
  margin-top: 48px;
}
.billing-change-plan-root .billing-change-plan-service-speak span {
  font-weight: bold;
}

.billing-change-plan-service-help .ant-tooltip-inner {
  background-color: #ECF4F6;
  color: #000;
  line-height: 20px;
}
.billing-change-plan-service-help .ant-tooltip-arrow-content {
  background-color: #ECF4F6;
}
.billing-speak-us-card {
  text-align: center;
  padding-top: 8px;
}
.billing-speak-us-card img {
  text-align: center;
}
.billing-speak-us-card p {
  width: 687px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin: 24px auto;
}
.billing-suspended-root .billing-speak-us-card {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.billing-suspended-root .billing-speak-us-card img {
  width: 85px;
}
.billing-suspended-root .billing-speak-us-card p {
  width: 650px;
  height: 55px;
  font-size: 18px;
  font-weight: bold;
  color: #99ABAF;
  line-height: 36px;
}
.billing-suspended-root .billing-speak-us-card a {
  font-size: 18px;
}
.filter-rooter {
  padding: 20px;
}
.filter-rooter .fiter-btns {
  text-align: right;
}
.filter-rooter .ant-row {
  display: block;
}
.filter-rooter .ant-form-item {
  margin-bottom: 12px;
}
.filter-rooter .ant-checkbox-group-item {
  white-space: nowrap;
  margin-right: 0;
  width: 25%;
}
.filter-rooter .ant-checkbox-group {
  display: block;
}
.filter-relationship .ant-checkbox-group {
  display: flex;
}
.filter-ownership-root {
  display: flex !important;
}
.filter-ownership-root .filter-ownership-words {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.filter-ownership-root .filter-ownership-ownership {
  display: flex;
  flex-direction: column-reverse;
}
.access_level .ant-checkbox-group {
  width: 100%;
}
.filter-activestakeholders .ant-checkbox-group {
  display: flex;
}
.filter-activestakeholders .filter-circle {
  display: flex;
  align-items: center;
}
.filter-activestakeholders .filter-circle .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.filter-activestakeholders .filter-circle .ant-checkbox + span {
  display: flex;
  align-items: center;
}
.filter-activestakeholders .filter-circle .filter-circle-green {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 3px;
}
.filter-activestakeholders .filter-circle .filter-circle-red {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #45b374;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 3px;
}
.filter-activestakeholders .filter-circle .help {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #B9CCD1;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 600;
  margin-left: 5px;
  cursor: pointer;
  margin-top: -2px;
}
.filter-relationship .ant-checkbox-group {
  display: flex;
}
.filter-rooter-status .ant-checkbox-wrapper {
  margin-left: 0;
  width: 25%;
}
.filter-rooter-status .filter-rooter-group {
  padding-top: 5px;
}
.filter-ownership-root {
  display: flex !important;
}
.filter-ownership-root .filter-ownership-words {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.filter-ownership-root .filter-ownership-ownership {
  display: flex;
  flex-direction: column-reverse;
}
.filter-ownership-root {
  display: flex !important;
}
.filter-ownership-root .filter-ownership-words {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.filter-ownership-root .filter-ownership-ownership {
  display: flex;
  flex-direction: column-reverse;
}
.filter-ownership-root {
  display: flex !important;
}
.filter-ownership-root .filter-ownership-words {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.filter-ownership-root .filter-ownership-ownership {
  display: flex;
  flex-direction: column-reverse;
}
.filter-relationship .ant-checkbox-group {
  display: flex;
}
.filter-relationship .ant-checkbox-group {
  display: flex;
}
.sprout-setting-billing-history .billing-history-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sprout-setting-billing-history .billing-history-title h2 {
  width: 135px;
  height: 23px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.sprout-setting-billing-history .billing-history-title-right {
  display: flex;
}
.sprout-setting-billing-history .billing-history-title-right .ant-input-affix-wrapper {
  margin-left: 10px;
  width: 220px;
}
.sprout-setting-billing-history .billing-history-title-right button {
  height: 38px;
}
.sprout-setting-billing-history .billing-history-table {
  margin-top: 10px;
}
.sprout-setting-billing-history .green-disc, .sprout-setting-billing-history .red-disc {
  padding-left: 16px;
}
.config-plan-root .config-plan-back {
  width: 81px;
  height: 30px;
  background: #B5C9CE;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.config-plan-root .config-plan-back img {
  margin: -2px 3px 0 0;
}
.config-plan-root .config-plan-back:hover {
  color: #FFF;
}
.config-plan-root h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 22px 0 0 17px;
}
.config-plan-root .config-plan-card, .config-plan-root .config-plan-card-second {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.config-plan-root .config-plan-card .ant-card-body, .config-plan-root .config-plan-card-second .ant-card-body {
  padding: 30px;
}
.config-plan-root .config-plan-card h3, .config-plan-root .config-plan-card-second h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.config-plan-root .config-plan-card .config-plan-table, .config-plan-root .config-plan-card-second .config-plan-table {
  width: 726px;
  background: #F2F7F9;
  border-radius: 4px;
  margin: 28px auto 0 auto;
  padding: 24px 10px 12px 10px;
}
.config-plan-root .config-plan-card .config-plan-table h4, .config-plan-root .config-plan-card-second .config-plan-table h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.config-plan-root .config-plan-card .config-plan-table .config-plan-table-list, .config-plan-root .config-plan-card-second .config-plan-table .config-plan-table-list {
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 4px;
}
.config-plan-root .config-plan-card .config-plan-table .config-plan-table-list .config-plan-table-list-info, .config-plan-root .config-plan-card-second .config-plan-table .config-plan-table-list .config-plan-table-list-info {
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
}
.config-plan-root .config-plan-card .config-plan-table .config-plan-table-list .config-plan-table-list-info span, .config-plan-root .config-plan-card-second .config-plan-table .config-plan-table-list .config-plan-table-list-info span {
  color: #8D8D8D;
  font-size: 16px;
  font-weight: 500;
}
.config-plan-root .config-plan-card .config-plan-table .config-plan-table-list .config-plan-divider, .config-plan-root .config-plan-card-second .config-plan-table .config-plan-table-list .config-plan-divider {
  height: 2px;
  background-color: #B5C9CE;
  margin: 0 18px;
  opacity: 0.5;
}
.config-plan-root .config-plan-card .config-plan-table .config-plan-table-list .config-plan-table-list-total, .config-plan-root .config-plan-card-second .config-plan-table .config-plan-table-list .config-plan-table-list-total {
  height: 68px;
  background: #D3F6FF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  font-weight: 600;
}
.config-plan-root .config-plan-card .config-plan-table .config-plan-table-list .config-plan-table-list-total span, .config-plan-root .config-plan-card-second .config-plan-table .config-plan-table-list .config-plan-table-list-total span {
  font-size: 16px;
}
.config-plan-root .config-plan-card .config-plan-desc-first, .config-plan-root .config-plan-card-second .config-plan-desc-first {
  width: 890px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 12px 0 0 0;
}
.config-plan-root .config-plan-card .config-plan-desc-first span, .config-plan-root .config-plan-card-second .config-plan-desc-first span {
  font-size: 24px;
}
.config-plan-root .config-plan-card .config-plan-confirm-button, .config-plan-root .config-plan-card .config-plan-confirm-button-second, .config-plan-root .config-plan-card-second .config-plan-confirm-button, .config-plan-root .config-plan-card-second .config-plan-confirm-button-second {
  width: 261px;
  height: 40px;
  background: #00A9CD;
  border-radius: 4px;
  margin-top: 120px;
}
.config-plan-root .config-plan-card .config-plan-confirm-button span, .config-plan-root .config-plan-card .config-plan-confirm-button-second span, .config-plan-root .config-plan-card-second .config-plan-confirm-button span, .config-plan-root .config-plan-card-second .config-plan-confirm-button-second span {
  font-weight: 400;
  font-size: 14px;
}
.config-plan-root .config-plan-card .config-plan-confirm-button-second, .config-plan-root .config-plan-card-second .config-plan-confirm-button-second {
  margin-top: 30px;
}
.config-plan-root .config-plan-card .config-plan-desc-second, .config-plan-root .config-plan-card-second .config-plan-desc-second {
  width: 505px;
  height: 39px;
  font-size: 16px;
  font-weight: 400;
  margin: 24px auto 0 auto;
  line-height: 22px;
}
.config-plan-root .config-plan-card .config-plan-desc-second span, .config-plan-root .config-plan-card-second .config-plan-desc-second span {
  font-size: 16px;
}
.config-plan-root .config-plan-card-second {
  margin-top: 20px;
  display: block;
}
.config-plan-root .config-plan-card-second h3 {
  text-align: left;
}
.config-plan-root .config-plan-card-second h3 span {
  font-size: 24px;
}
.config-plan-root .config-plan-card-second .config-plan-desc-first {
  width: 100%;
  text-align: left;
  padding-right: 75px;
  margin: 0;
}
.config-plan-root .config-plan-blue {
  background: #D3F6FF;
}
.config-plan-root .config-plan-black {
  color: #000;
}
.config-plan-root .config-plan-black span {
  color: #000 !important;
}
.setting-plan-root {
  width: 100%;
  padding-bottom: 40px;
}
.setting-plan-root .setting-plan-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 23px;
  padding-left: 16px;
}
.setting-plan-root .setting-plan-banner {
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.setting-plan-root .setting-plan-banner-button {
  width: 162px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  padding: 0 3px;
}
.setting-plan-root .setting-plan-banner-button-black {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 78px;
  height: 30px;
  background: #00A9CD;
  border-radius: 6px;
  z-index: 1;
}
.setting-plan-root .setting-plan-banner-button-info {
  position: relative;
  z-index: 2;
  width: 78px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  color: #939393;
}
.setting-plan-root .setting-plan-banner-button-white {
  color: #FFF;
}
.setting-plan-root .setting-plan-banner p {
  margin: 0 0 0 15px !important;
  font-weight: 400;
  opacity: 0.6;
}
.setting-plan-root .setting-plan-card {
  min-width: 1070px;
  margin-top: 20px;
}
.setting-plan-root .setting-plan-content {
  justify-content: space-between;
}
.setting-plan-root .setting-plan-content .ant-col-7 {
  flex: 0 0 31%;
  max-width: 31%;
}
.setting-plan-root .setting-plan-content-left {
  justify-content: flex-start;
}
.setting-plan-root .setting-plan-content-left .ant-col-7 {
  flex: 0 0 400px;
  margin-right: 10%;
  max-width: none;
}
.setting-plan-root .ant-card-body {
  padding: 30px !important;
}
.setting-plan-root .pick-plan-content {
  width: 1316px;
  margin: -68px auto 0 auto;
  background-color: unset;
  position: relative;
}
.setting-plan-root .pick-plan-content-bottom {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  width: 72px;
  height: 72px;
  background: conic-gradient(from 90deg at 50% 0, #116FB7 0, #116FB7 45deg, transparent 45.1deg);
  border-radius: 10px;
  transform: rotate(90deg);
}
.setting-plan-root .pick-plan-content-box, .setting-plan-root .pick-plan-content-token {
  min-width: 320px;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid rgba(17, 111, 183, 0.4);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
}
.setting-plan-root .pick-plan-content-box-important, .setting-plan-root .pick-plan-content-token-important {
  width: 83%;
  height: 124px;
  background: linear-gradient(-30deg, rgb(14, 100, 165), rgb(44, 178, 228));
  border: 2px solid #4CA0E1;
  border-radius: 20px 20px 20px 0px;
  position: relative;
  z-index: 2;
  margin-left: -13px;
  margin-top: 10px;
}
.setting-plan-root .pick-plan-content-box-important .pick-plan-content-setup, .setting-plan-root .pick-plan-content-token-important .pick-plan-content-setup {
  text-align: center;
  padding-top: 5px;
}
.setting-plan-root .pick-plan-content-box-important .pick-plan-content-setup-price, .setting-plan-root .pick-plan-content-token-important .pick-plan-content-setup-price {
  font-size: 44px;
  font-weight: 600;
  color: #FFFFFF;
}
.setting-plan-root .pick-plan-content-box-important .pick-plan-content-setup-price div, .setting-plan-root .pick-plan-content-token-important .pick-plan-content-setup-price div {
  font-size: 44px;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
}
.setting-plan-root .pick-plan-content-box-important .pick-plan-content-setup-pricedesc, .setting-plan-root .pick-plan-content-token-important .pick-plan-content-setup-pricedesc {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: -10px;
  height: 28px;
}
.setting-plan-root .pick-plan-content-box-important .pick-plan-content-setup-cycle, .setting-plan-root .pick-plan-content-token-important .pick-plan-content-setup-cycle {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.setting-plan-root .pick-plan-content-box-important .pick-plan-content-setup-desc, .setting-plan-root .pick-plan-content-token-important .pick-plan-content-setup-desc {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: -5px;
}
.setting-plan-root .pick-plan-content-everything {
  height: 680px;
  min-width: 400px;
}
.setting-plan-root .pick-plan-content-right {
  border: 2px solid #B9D8F7;
}
.setting-plan-root .pick-plan-content-right .pick-plan-content-title, .setting-plan-root .pick-plan-content-right .pick-plan-content-desc, .setting-plan-root .pick-plan-content-right .pick-plan-content-detail-title, .setting-plan-root .pick-plan-content-right .pick-plan-content-detail-value {
  color: #48B8F7;
}
.setting-plan-root .pick-plan-content-right .pick-plan-content-button button {
  background: #00A9FF;
  border: 2px solid #77EEDF;
}
.setting-plan-root .pick-plan-content-title {
  font-size: 40px;
  font-weight: 600;
  color: #116FB7;
  text-align: center;
  padding-top: 15px;
}
.setting-plan-root .pick-plan-content-desc {
  font-size: 16px;
  font-weight: 400;
  color: #116FB7;
  text-align: center;
  padding: 8px 15px 0 15px;
  height: 54px;
}
.setting-plan-root .pick-plan-content-speak {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.setting-plan-root .pick-plan-content-speak-usimg {
  width: 96px;
  height: 86px;
  margin-top: 8px;
}
.setting-plan-root .pick-plan-content-speak-everimg {
  width: 131px;
  height: 194px;
  margin-top: 27px;
  -webkit-user-drag: none;
}
.setting-plan-root .pick-plan-content-speak-desc {
  width: 276px;
  height: 30px;
  background: #4CA0E1;
  border-radius: 8px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  margin: 10px 0;
  font-size: 18px;
}
.setting-plan-root .pick-plan-content-speak-desc span {
  font-size: 18px;
}
.setting-plan-root .pick-plan-content-speak-desc img {
  margin: -4px 0 0 8px;
  width: 15px;
  height: 8px;
}
.setting-plan-root .pick-plan-content-speak-desccur {
  cursor: default;
}
.setting-plan-root .pick-plan-content-speak-select {
  position: absolute;
  top: 135px;
  left: 50%;
  margin-left: -138px;
  color: #48B8F7;
  width: 276px;
  height: 38px;
  background: #FFFFFF;
  border: 2px solid #48B8F7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  z-index: 2;
}
.setting-plan-root .pick-plan-content-speak-select span {
  width: 264px;
  height: 26px;
  background: #FFF;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 26px;
  color: #48B8F7;
  font-size: 18px;
  font-weight: 500;
}
.setting-plan-root .pick-plan-content-speak-select span:hover {
  background: #00A9FF;
  color: #FFF;
}
.setting-plan-root .pick-plan-content-graphical {
  background: #FFF;
  transform: rotate(-45deg);
  margin: -6px 0 0 -8px;
  width: 0;
  height: 0;
  border-left: 9px solid #2296cf;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.setting-plan-root .pick-plan-content-detail {
  padding: 0 22px;
}
.setting-plan-root .pick-plan-content-detail-title {
  font-size: 16px;
  font-weight: 400;
  color: #116FB7;
  padding-bottom: 10px;
}
.setting-plan-root .pick-plan-content-detail-value {
  font-size: 16px;
  font-weight: 400;
  color: #116FB7;
  padding-left: 15px;
}
.setting-plan-root .pick-plan-content-detail ul {
  padding-bottom: 80px;
}
.setting-plan-root .pick-plan-content-detail ul li {
  display: flex;
  align-items: baseline;
  padding-top: 3px;
}
.setting-plan-root .pick-plan-content-detail ul li svg {
  color: #116FB7;
  font-weight: bold;
}
.setting-plan-root .pick-plan-content-detail-p {
  margin: 38px auto 0 auto;
  text-align: center;
  width: 290px;
  font-size: 24px;
  font-weight: 400;
  color: #116FB7;
  line-height: 24px;
}
.setting-plan-root .pick-plan-content-button {
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -117px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.setting-plan-root .pick-plan-content-button-code {
  position: relative;
}
.setting-plan-root .pick-plan-content-button-code .ant-form-item {
  margin-bottom: 10px;
}
.setting-plan-root .pick-plan-content-button-code input {
  width: 216px;
  height: 28px;
  background: #D6E0EF;
  border-radius: 4px;
  color: #00A9FF;
  margin: 0 0 0px 9px;
  text-align: center;
  font-size: 16px;
}
.setting-plan-root .pick-plan-content-button-code input::-webkit-input-placeholder {
  color: #FFF;
}
.setting-plan-root .pick-plan-content-button-code-icon {
  position: absolute;
  top: 6px;
  left: 235px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #D6E0EF;
  color: #FFF;
  text-align: center;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}
.setting-plan-root .pick-plan-content-button-code .pick-plan-content-button-item {
  margin-bottom: 0px;
}
.setting-plan-root .pick-plan-content-button button {
  width: 234px;
  height: 50px;
  background: #116FB7;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
.setting-plan-root .pick-plan-content-button button span {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.setting-plan-root .pick-plan-content-button button[disabled] {
  background: #A4B6D0;
  border: 2px solid #BDCFE8;
  color: #FFFFFF;
}
.setting-plan-root .pick-plan-content-button .pick-plan-content-button-input-error {
  border-color: #ff4d4f;
}
.setting-plan-root .pick-plan-content-mt {
  margin-top: -127px;
}
.setting-plan-root-back {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  margin-top: 45px;
  cursor: pointer;
  text-align: center;
}
.setting-plan-root-back-icon svg {
  width: 26px !important;
  height: 26px !important;
  margin: 12px 0 0 0px;
}
.setting-plan-root-desc {
  padding-top: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  opacity: 0.7;
  width: 100%;
  text-align: center;
}
.setting-plan-root-talk {
  text-align: center;
  margin-top: 13px;
  cursor: pointer;
}
.setting-plan-root-talk-span {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  color: #00A9CD;
}
.setting-plan-root-discover {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.setting-plan-root-discover p {
  width: 494px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 0;
}
.setting-plan-root-discover button {
  width: 497px;
  height: 76px;
  background: #E9E9E9;
  border-radius: 6px;
}
.setting-plan-root-discover button span {
  font-size: 22px;
  font-weight: 600;
  color: #AEAEAE;
}
.signup-notify-root {
  text-align: center;
}
.signup-notify-root .signup-notify-box {
  display: none;
}
.signup-notify-root .signup-notify-success-icon {
  width: 81px;
  height: 81px;
  margin: 54px auto 0 auto;
  display: block;
}
.signup-notify-root .signup-notify-success-title, .signup-notify-root .signup-notify-error-title {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  background: linear-gradient(180deg, #FFF 56%, #47D0F5 0%, #47D0F5 90%, #FFF 0%);
  display: inline-block;
  margin-top: 5px;
}
.signup-notify-root .signup-notify-error-title {
  background: linear-gradient(180deg, #FFF 56%, #FFF440 0%, #FFF440 92%, #FFF 0%);
}
.signup-notify-root .signup-notify-button-bak {
  width: 215px;
  height: 60px;
  background: #118CAD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin: 35px auto 0 auto;
}
.signup-notify-root .signup-notify-button-bak .signup-notify-button {
  width: 212px;
  height: 55px;
  background: #139FC5;
  border-radius: 30px;
  margin: 0 auto;
}
.signup-notify-root .signup-notify-button-bak .signup-notify-button span, .signup-notify-root .signup-notify-button-bak .signup-notify-button a {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
.signup-notify-root .signup-notify-button-bak .ant-btn-primary {
  border-color: #139FC5;
}
.signup-notify-root .notify-box-show {
  display: block;
}
.signup-notify-root .signup-notify-success-tit {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #333333;
  font-weight: 600;
  margin-top: 4px;
}
.signup-notify-root .signup-notify-count-down {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  color: #139FC5;
  margin-top: 20px;
  text-align: center;
}
.signup-notify-root .signup-notify-count-down .ant-statistic-content {
  font-size: 14px;
  color: #139FC5;
}
.signup-notify-root .signup-notify-count-down span {
  cursor: pointer;
}
.sprout-setting-root {
  min-width: 980px;
  min-height: 600px;
}
.sprout-setting-root .setting-sidebar {
  position: fixed;
  top: 80px;
  bottom: 0px;
  left: 226px;
  padding-top: 30px;
  width: 120px;
  background-color: #f7f8fc;
  min-height: 900px;
  z-index: 2;
}
.sprout-setting-root .sprout-setting-section {
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 60px;
  height: 100%;
}
.sprout-setting-root .sprout-setting-section .setting-section-banner {
  text-align: center;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
  background: #00a9cd;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.sprout-setting-root .sprout-setting-section .setting-section-content .ant-form-item-label {
  min-width: 260px;
  text-align: left;
}
.sprout-setting-root .sprout-setting-section .setting-section-content .ant-form-item-label label {
  color: #252525;
  font-weight: normal;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general {
  width: 900px;
  margin: 0 auto;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-nav {
  margin: 30px 0;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-nav button {
  margin-right: 10px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .profile-title-block {
  display: flex;
  margin-bottom: 10px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .profile-title-block .profile-title {
  color: #155488;
  border-bottom: 1px solid #00bcd5;
  padding: 8px 10px 8px 0;
  display: flex;
  justify-content: flex-start;
  position: relative;
  font-size: 16px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .profile-title-block .profile-title span {
  font-size: 16px;
  font-weight: 500;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .profile-title-block .profile-title .sprout-setting-help {
  position: absolute;
  right: -20px;
  top: 12px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .profile-title-block .profile-title-line {
  flex: 1 1;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .ant-tabs-tab-btn {
  color: #155488;
  font-size: 16px;
  font-weight: 500;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .ant-form-item-control-input {
  justify-content: flex-end;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .ant-form-item-control-input .ant-form-item-control-input-content {
  max-width: -webkit-max-content;
  max-width: max-content;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .sprout-setting-access {
  width: 100%;
  margin: 25px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .sprout-setting-access .sprout-setting-access-control {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .sprout-setting-access .sprout-setting-access-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #00A9D5;
  position: relative;
  min-width: 90px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .sprout-setting-access .sprout-setting-access-box .sprout-setting-help {
  position: absolute;
  top: -20px;
  right: -20px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .sprout-setting-board-desc p:nth-child(1) {
  margin-left: 356px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .sprout-setting-board-desc p:nth-child(2) {
  margin-left: 50px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .sprout-setting-general-content .sprout-setting-s2 .sprout-setting-desc {
  color: #77797b;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-general .ant-tabs-ink-bar {
  background: #00bcd5;
  height: 1px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-section-min-content {
  padding: 12px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-section-min-content .ant-alert {
  margin-bottom: 12px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-section-min-content .ant-form-item {
  margin-bottom: 8px;
}
.sprout-setting-root .sprout-setting-section .sprout-setting-section-min-content .ant-form-item-control {
  text-align: right;
}
.sprout-setting-root .sprout-setting-section .ant-form-item {
  margin-bottom: 19px;
}
.sprout-setting-root .sprout-setting-section .ant-form-item-with-help {
  margin-bottom: 0px;
}
.sprout-setting-root .sprout-setting-section .btns {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.sprout-setting-root .sprout-setting-section .btns button {
  width: 100px;
}
.sprout-setting-root .sprout-setting-none {
  display: none;
}

.sprout-setting-model-title {
  padding: 30px 40px;
  font-size: 16px;
}

.sprout-setting-model-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.sprout-setting-model-button button {
  width: 80px;
}

.sprout-setting-help {
  width: 16px;
  height: 16px;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B9CCD1;
  margin-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.certificate-side-bar {
  background: #fff;
  width: 180px;
  height: 100%;
  padding: 16px 0;
}
.certificate-side-bar-name {
  padding: 0 16px;
  font-size: 16px;
}
.certificate-side-bar-value {
  font-size: 24px;
  font-weight: bold;
}
.certificate-side-bar-menu {
  color: #666666;
  padding: 16px 0;
}
.certificate-side-bar-menu-item {
  line-height: 40px;
  padding: 0 16px;
  cursor: pointer;
}
.certificate-side-bar-menu-item-checked {
  background: #e6f0f4;
  color: #000000;
  font-weight: 500;
}
.sprout-simple-table-banner {
  background: #01A9CE;
  line-height: 48px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.sprout-simple-table-content {
  background: #e6f0f4;
}
.sprout-simple-table-content-item {
  border-radius: 2px;
  margin-bottom: 1px;
  display: flex;
  text-align: left;
}
.sprout-simple-table-content-label {
  position: relative;
  background: #F3F8FB;
  color: #000;
  font-weight: bold;
  min-width: 30%;
  margin-right: 1px;
  border-radius: 2px 0 0 2px;
  padding: 8px 16px;
}
.sprout-simple-table-content-label .cert-exercise-position {
  position: absolute;
  top: 12px;
  margin-left: 160px;
  cursor: pointer;
}
.sprout-simple-table-content-value {
  background: #ffffff;
  border-radius: 0 2px 2px 0;
  padding: 8px 16px;
  flex: 1 1;
}
.headerTips {
  width: 100%;
  min-height: 50px;
  background: #d6effe;
  color: #4c6e8a;
  border-top: 3px solid #3da9f1;
  margin-bottom: 20px;
  padding: 10px;
}

.headerLink, .headerLink:hover {
  text-decoration: underline;
}
.stock-shares-icon {
  border: 1px solid #ccc;
  cursor: pointer;
}
.stock-shares-icon:last-of-type {
  margin-left: 10px;
}

.shares-stock-digital-front, .shares-stock-digital-back {
  width: 100%;
  height: 560px;
}
.shares-stock-digital-front .frontImg, .shares-stock-digital-back .frontImg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shares-stock-digital-front .top-container, .shares-stock-digital-back .top-container {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 50px 40px;
}
.shares-stock-digital-front .shares-stock-digital-count, .shares-stock-digital-back .shares-stock-digital-count {
  display: flex;
  height: 53px;
  justify-content: space-between;
  align-items: center;
}
.shares-stock-digital-front .shares-stock-digital-count span, .shares-stock-digital-back .shares-stock-digital-count span {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.shares-stock-digital-front .shares-stock-digital-title, .shares-stock-digital-back .shares-stock-digital-title {
  text-align: center;
  margin: 5px 0;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
}
.shares-stock-digital-front .shares-stock-digital-content, .shares-stock-digital-back .shares-stock-digital-content {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
.shares-stock-digital-front .shares-stock-digital-content-middle, .shares-stock-digital-back .shares-stock-digital-content-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.shares-stock-digital-front .shares-stock-digital-master, .shares-stock-digital-back .shares-stock-digital-master {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.shares-stock-digital-front .shares-stock-digital-master div, .shares-stock-digital-back .shares-stock-digital-master div {
  width: 250px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.shares-stock-digital-front .shares-stock-digital-master div span, .shares-stock-digital-back .shares-stock-digital-master div span {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  width: 250px;
  text-align: center;
}
.shares-stock-digital-front .shares-stock-digital-master div .sign-name-area, .shares-stock-digital-back .shares-stock-digital-master div .sign-name-area {
  font-size: 18px;
  font-weight: 400;
  display: block;
  height: 30px;
  border-bottom: 1px solid #000000;
}
.shares-stock-digital-front .shares-stock-digital-master div.mar-auto, .shares-stock-digital-back .shares-stock-digital-master div.mar-auto {
  margin-left: auto;
}
.shares-stock-digital-front .shares-stock-digital-master .esop-container, .shares-stock-digital-back .shares-stock-digital-master .esop-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -100px;
}

.shares-stock-digital-front-ea .shares-stock-digital-title {
  margin-top: -20px;
}
.shares-stock-digital-front-ea .shares-stock-digital-content {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
.ea-vesting-schedule-progess {
  margin: 20px 0;
}
.ea-vesting-schedule-progess span:last-of-type {
  float: right;
}

.legend-container {
  margin-bottom: 20px;
}
.legend-container .legend-title {
  color: #767673;
}
.legend-container .legend-blue {
  background: #d7f0fe;
  color: #305e7c;
  padding: 0 5px;
  margin-left: 10px;
}
.legend-container .legend-red {
  text-decoration: line-through;
  padding: 0 5px;
  color: #e45a54;
  background: #ffdfdf;
  margin-left: 10px;
}

.has-expired {
  background: #ffe0e0;
}
.has-expired td {
  -webkit-text-decoration: line-through red;
          text-decoration: line-through red;
}

.not-expired {
  background: #d6efff;
}
.sprout-approvals .sprout-steps {
  height: 500px;
  padding-left: 50px;
}
.sprout-approvals .sprout-steps .ant-steps-item-title {
  line-height: 14px;
}
.sprout-simple-table-banner {
  background: #01A9CE;
  line-height: 48px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.sprout-simple-table-content {
  background: #e6f0f4;
}
.sprout-simple-table-content-item {
  border-radius: 2px;
  margin-bottom: 1px;
  display: flex;
  text-align: left;
}
.sprout-simple-table-content-label {
  background: #F3F8FB;
  color: #000;
  font-weight: bold;
  min-width: 30%;
  margin-right: 1px;
  border-radius: 2px 0 0 2px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.sprout-simple-table-content-value {
  background: #ffffff;
  border-radius: 0 2px 2px 0;
  padding: 8px 16px;
  flex: 1 1;
}
.sprout-simple-table-content-multiply-value {
  flex: 1 1;
}
.sprout-simple-table .sprout-simple-table-content-a {
  cursor: pointer;
  color: #00A9CD;
}
.sprout-report-issue {
  padding: 20px;
}
.sprout-report-issue .ant-row {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sprout-report-issue .ant-row .ant-form-item-control {
  width: 85%;
}
.sprout-report-issue .ant-row .ant-form-item-label {
  width: 68px;
}
.sprout-report-issue-btns {
  text-align: center;
  margin: 30px 0;
}
.sprout-report-issue-btns .ant-btn {
  width: 30%;
}
.certificate-CS-root {
  width: 100%;
  height: 100%;
}
.coin-transaction-updatetags {
  padding: 24px;
}
.coin-transaction-updatetags .coin-transaction-updatetags-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coin-transaction-updatetags .coin-transaction-updatetags-content .coin-transaction-updatetags-label {
  margin-right: 8px;
  white-space: nowrap;
}
.coin-transaction-updatetags .coin-transaction-updatetags-content .ant-select {
  width: 400px;
}
.coin-transaction-updatetags .coin-transaction-updatetags-content .ant-select-selector {
  min-height: 150px;
  display: block;
}
.coin-transaction-updatetags .coin-transaction-updatetags-btn {
  text-align: center;
  margin-top: 16px;
}
.coin-transaction-updatetags .coin-transaction-updatetags-btn .ant-btn {
  margin: 0 8px;
}
.sprout-form-section {
  margin: 20px 0;
}
.sprout-form-section .sprout-form-section-banner {
  display: flex;
}
.sprout-form-section .sprout-form-section-banner .sprout-form-section-title {
  color: #155488;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #00a9cd;
  padding: 0 20px 6px 2px;
  position: relative;
}
.sprout-form-section .sprout-form-section-banner .sprout-form-section-title .sprout-form-section-subtitle {
  font-size: 80%;
  color: #777;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  white-space: nowrap;
  font-style: italic;
}
.sprout-form-section .sprout-form-section-banner .sprout-form-section-line {
  flex: 1 1;
  border-bottom: 1px solid #f0f0f0;
}
.sprout-form-section .sprout-form-section-content {
  padding-top: 16px;
}
.form-relations-root table {
  width: 100%;
}
.form-relations-root table thead tr {
  color: #ffffff;
}
.form-relations-root table thead tr th {
  padding: 8px;
  background-color: #0f518b;
}
.form-relations-root table thead tr th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.form-relations-root table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-relations-root table tbody tr td {
  padding: 2px 8px;
}
.form-relations-root table {
  width: 100%;
}
.form-relations-root table thead tr {
  color: #ffffff;
}
.form-relations-root table thead tr th {
  padding: 8px;
  background-color: #0f518b;
}
.form-relations-root table thead tr th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.form-relations-root table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-relations-root table tbody tr td {
  padding: 2px 8px;
}
.form-relations-root table {
  width: 100%;
}
.form-relations-root table thead tr {
  color: #ffffff;
}
.form-relations-root table thead tr th {
  padding: 8px;
  background-color: #0f518b;
}
.form-relations-root table thead tr th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.form-relations-root table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-relations-root table tbody tr td {
  padding: 2px 8px;
}
.token-edit-stakeholder {
  padding: 0 32px;
}
.token-edit-stakeholder .token-edit-stakeholder-content .token-edit-stakeholder-item {
  display: flex;
}
.token-edit-stakeholder .token-edit-stakeholder-content .token-edit-stakeholder-item .token-edit-stakeholder-item-label {
  min-width: 250px;
}
.token-edit-stakeholder .token-edit-stakeholder-content .token-edit-stakeholder-item .token-edit-stakeholder-item-label .form-required {
  font-size: 80%;
  color: #777;
  white-space: nowrap;
  font-style: italic;
}
.token-edit-stakeholder .token-edit-stakeholder-btn {
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.confirm-notify-root {
  display: flex;
}
.confirm-notify-root .confirm-notify-left {
  background-color: #ECF8FB;
  padding: 35px 23px 45px 23px;
  width: 540px;
}
.confirm-notify-root .confirm-notify-left .confirm-invite-html {
  zoom: 0.64;
  margin-bottom: 0;
}
.confirm-notify-root .confirm-notify-right {
  font-size: 24px;
  padding: 54px 40px 40px 40px;
  width: 918px;
}
.confirm-notify-root .confirm-notify-right .confirm-notify-button {
  display: flex;
  justify-content: center;
  margin-top: 138px;
}
.confirm-notify-root .confirm-notify-right .confirm-notify-button button {
  width: 185px;
  height: 49px;
}
.confirm-notify-root .confirm-notify-right .confirm-notify-button button span {
  font-weight: bold;
  font-size: 16px;
}
.confirm-notify-root .confirm-notify-right p {
  margin-top: 140px;
  color: #878787;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
}
.stakeholders-confirm-save-root {
  height: 380px;
}
.stakeholders-confirm-save-root p {
  font-size: 18px;
  padding: 30px;
}
.stakeholders-confirm-save-root div {
  text-align: center;
  margin-bottom: 15px;
}
.stakeholders-confirm-save-root div button {
  width: 240px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.transaction-update-stakeholder .transaction-update-stakeholder-content {
  margin: 20px auto;
  text-align: left;
  width: 600px;
}
.transaction-update-stakeholder .transaction-update-stakeholder-content label {
  min-width: 120px;
  font-weight: bold;
}
.transaction-update-stakeholder .transaction-update-stakeholder-content .add-new {
  margin: 10px 0;
  cursor: pointer;
  color: #00A9CD;
  text-align: right;
}
.transaction-update-stakeholder .transaction-update-stakeholder-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 0 20px 0;
}
.transaction-update-stakeholder .transaction-update-stakeholder-btn .ant-btn {
  width: 80px;
  margin: 0 6px;
}
.table-cell-wallet {
  display: flex;
  align-items: center;
}
.table-cell-wallet .table-cell-wallet-content {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.token-transaction-operation {
  padding: 24px;
}
.token-transaction-operation .token-transaction-operation-wrap {
  min-height: 400px;
  max-height: 600px;
  overflow-y: auto;
}
.token-transaction-operation .token-transaction-operation-wrap .operation-item {
  display: flex;
  align-items: center;
}
.token-transaction-operation .token-transaction-operation-btns {
  text-align: center;
  margin-top: 24px;
}
.transaction-edit-grant .grant-name {
  max-width: 100px;
  margin-right: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transaction-edit-grant .grant-suggest .grant-name-wrap {
  color: #9e9e9e;
  margin-right: 6px;
}
.transaction-edit-grant .grant-suggest .confirm {
  color: #00A9CD;
}
.transaction-edit-grant .grant-suggest .cancel {
  color: #9e9e9e;
}
.transaction-edit-grant .grant-suggest .suggest-tip {
  font-size: 12px;
}
.token-transaction-table .update-button {
  background-color: #D3F9FF;
  color: #139FC5;
  cursor: pointer;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
}
.token-transaction-table .token-transaction-table-notes {
  padding: 2px;
  color: #139FC5;
}
.token-transaction-table .token-transaction-table-date {
  cursor: pointer;
  color: #0f518b;
}
.certificate-modal-wrap .ant-form-item-label {
  min-width: 80px;
}
.certificate-modal-wrap .certificate-detail-root {
  height: 85vh;
  background: #e6f0f4;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.certificate-modal-wrap .certificate-detail-content {
  flex: 1 1;
  height: 100%;
  overflow: auto;
  padding: 16px;
}
.certificate-modal-wrap .certificate-detail-content .ant-table-thead th {
  background: #006BAF;
  color: #fff;
}
.certificate-modal-wrap .certificate-detail-content .ea-description {
  margin: 20px 0;
  color: #666666;
}
.certificate-modal-wrap .certificate-detail-content .ea-vesting-schedule .sprout-section-content {
  padding: 16px 8px;
}
.certificate-modal-wrap .certificate-detail-content .ps-rights {
  min-width: 720px;
}
.certificate-modal-wrap .certificate-detail-content .ps-legend {
  margin-bottom: 6px;
}
.certificate-modal-wrap .ant-modal-body {
  padding: 0;
}
.certificate-modal-wrap .certificate-detail-section {
  margin-bottom: 24px;
}
.certificate-modal-wrap .exercise-details-section .sprout-simple-table-content:last-child {
  margin-bottom: 24px;
}
.certificate-modal-wrap .certificate-help-i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #B9CCD1;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
  margin-top: -2px;
}
.certificate-modal-wrap .cert-title-position {
  position: absolute;
  top: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.certificate-modal-wrap .transaction-note {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.certificate-modal-wrap .link-text {
  color: #00a9cd;
  cursor: pointer;
  margin-left: 10px;
}
.captable-shareclass-root .captable-shareclass-date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.captable-shareclass-root .captable-shareclass-date-selector {
  width: 200px !important;
}
.captable-shareclass-root .portfolio-capitalization-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 16px;
}
.captable-shareclass-root .capitalization-header-wrap {
  background-color: #00A9CD;
  border-radius: 4px 4px 0 0;
  display: flex;
  color: #fff;
  padding: 6px 16px;
}
.captable-shareclass-root .capitalization-header-wrap .certificate-title {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .capitalization-header-wrap .table-th {
  position: relative;
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .capitalization-header-wrap .table-th .table-th-content .table-th-border {
  position: absolute;
  top: -10px;
  right: 35px;
  width: 96%;
  height: 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #0b679b;
  border-bottom: 0;
}
.captable-shareclass-root .capitalization-header-wrap .table-th .table-th-content .table-th-desc-tit {
  position: absolute;
  right: 43%;
  top: -19px;
  padding: 0 10px;
  background-color: #00A9CD;
  color: #0b679b;
}
.captable-shareclass-root .capitalization-header-wrap .table-th .table-th-content .tit-re-position {
  right: 29%;
}
.captable-shareclass-root .capitalization-header-wrap-supplement {
  padding: 24px 16px 4px 16px;
}
.captable-shareclass-root .ant-collapse-content-box {
  padding: 0;
}
.captable-shareclass-root .ant-collapse-arrow {
  left: 8px;
}
.captable-shareclass-root .ant-collapse {
  border-radius: 0;
  border: transparent;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item {
  border-bottom: transparent;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 4px 16px 4px 32px;
  background-color: #F2F7F9;
  margin-bottom: 2px;
  position: relative;
  border-radius: 2px;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content {
  border-top: transparent;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header {
  padding: 4px 16px 4px 56px;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .header-name {
  width: 380px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(120%, -50%);
  padding: 0;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-90%, -50%);
  padding: 0;
}
.captable-shareclass-root .common > .ant-collapse-header {
  border-left: 3px solid #84C44C;
}
.captable-shareclass-root .preferred > .ant-collapse-header {
  border-left: 3px solid #00A9CD;
}
.captable-shareclass-root .option > .ant-collapse-header {
  border-left: 3px solid #0F518B;
}
.captable-shareclass-root .convertible > .ant-collapse-header {
  border-left: 3px solid #E4D212;
}
.captable-shareclass-root .warrants > .ant-collapse-header {
  border-left: 3px solid #bf70dd;
}
.captable-shareclass-root .certificate-content-header {
  display: flex;
  align-items: center;
}
.captable-shareclass-root .certificate-content-header .header-name {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .certificate-content-header .header-name .description {
  color: #656565;
}
.captable-shareclass-root .certificate-content-header .header-name .description span {
  font-size: 12px;
}
.captable-shareclass-root .certificate-content-header .table-td {
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .certificate-content-item {
  display: flex;
  background-color: #E6F0F4;
  align-items: center;
  padding: 2px 16px 2px 80px;
}
.captable-shareclass-root .certificate-content-item .item-name {
  width: 356px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.captable-shareclass-root .certificate-content-item .item-name img {
  margin-right: 4px;
}
.captable-shareclass-root .certificate-content-item .item-name .description {
  font-size: 12px;
  color: #656565;
}
.captable-shareclass-root .certificate-content-item .item-name .description span {
  font-size: 12px;
}
.captable-shareclass-root .certificate-content-item .table-td {
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .table-total {
  background-color: rgba(0, 169, 205, 0.3);
  font-weight: bold;
  display: flex;
  padding: 6px 16px;
  border-radius: 2px;
}
.captable-shareclass-root .table-total .table-total-td-first {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.captable-shareclass-root .table-total .table-total-td {
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .options-available-wrap {
  display: flex;
  align-items: center;
  border-left: 3px solid #B9CCD1;
  background-color: #F3F8FA;
  padding: 8px 16px 8px 32px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.captable-shareclass-root .options-available-wrap .options-available-first {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .options-available-wrap .options-available-item {
  text-align: right;
  flex: 1 1;
}
.captable-shareclass-root .capitalization-convertible {
  margin-top: 24px;
}
.captable-stake-holder {
  min-width: 700px;
}
.captable-stake-holder .captable-stakeholder-date {
  display: flex;
  align-items: center;
  background: #e6f0f4;
  margin-bottom: 20px;
}
.captable-stake-holder .captable-stakeholder-date label {
  font-weight: 600;
  padding-right: 20px;
}
.captable-stake-holder .captable-stakeholder-date-selector {
  width: 200px !important;
}
.captable-stake-holder .ant-collapse {
  border: none;
}
.captable-stake-holder .ant-collapse .ant-collapse-header {
  padding: 6px 7px 6px 40px;
}
.captable-stake-holder .ant-collapse .ant-collapse-header .ant-collapse-arrow {
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.captable-stake-holder .captable-stake-holder-header {
  border-radius: 4px 4px 0 0;
  padding: 21px 7px 7px 7px !important;
  display: flex;
  background: #00a9cd;
  color: #fff;
  z-index: 2;
  min-width: 700px;
}
.captable-stake-holder .captable-stake-holder-header .stake-holder-header-first {
  flex: 1 1;
  padding-left: 50px;
}
.captable-stake-holder .captable-stake-holder-header .item {
  width: 180px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.captable-stake-holder .captable-stake-holder-header .item .captable-header-border {
  position: absolute;
  top: -10px;
  right: 35px;
  width: 95%;
  height: 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #0b679b;
  border-bottom: 0;
}
.captable-stake-holder .captable-stake-holder-header .item .table-th-desc-tit {
  position: absolute;
  right: 42%;
  top: -19px;
  padding: 0 10px;
  background-color: #00A9CD;
  color: #0b679b;
}
.captable-stake-holder .captable-stake-holder-header .item-custom {
  width: 200px !important;
}
.captable-stake-holder .captable-stake-holder-header .item-custom .table-th-desc-tit {
  right: 42px;
  width: 176px;
  text-align: center;
}
.captable-stake-holder .captable-stake-holder-wrap {
  overflow-y: auto;
  height: calc(100vh - 215px);
}
.captable-stake-holder .captable-stake-holder-content {
  display: flex;
  padding: 4px 0;
}
.captable-stake-holder .captable-stake-holder-content .stake-holder-content-first {
  flex: 1 1;
  line-height: 32px;
}
.captable-stake-holder .captable-stake-holder-content .stake-holder-content-first img {
  height: 32px;
  margin-right: 6px;
  cursor: pointer;
}
.captable-stake-holder .captable-stake-holder-content .item {
  min-width: 180px;
  text-align: right;
  line-height: 32px;
  max-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-stake-holder .captable-stake-holder-content .item-custom {
  width: 200px !important;
}
.captable-stake-holder .ant-collapse-content-box {
  padding: 0px 7px 0px 60px;
}
.captable-stake-holder .ant-collapse-content-box .captable-stake-holder-content {
  border-bottom: 1px solid #d9d9d9;
}
.captable-stake-holder .ant-collapse-content-box .captable-stake-holder-content:last-child {
  border-bottom: none;
}
.captable-stake-holder .captable-stake-holder-option {
  padding: 0 10px;
  background: #fafafa;
  border-bottom: solid 1px #d9d9d9;
}
.captable-stake-holder .captable-stake-holder-option .stake-holder-content-first {
  padding-left: 10px;
}
.captable-stake-holder .captable-stake-holder-option-summary {
  background-color: #b0dbe9;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
}
.captable-stake-holder .captable-stake-holder-empty {
  background: #ffffff;
  padding: 40px;
}
.captable-stake-holder {
  min-width: 700px;
}
.captable-stake-holder .captable-stakeholder-date {
  display: flex;
  align-items: center;
  background: #e6f0f4;
  margin-bottom: 20px;
}
.captable-stake-holder .captable-stakeholder-date label {
  font-weight: 600;
  padding-right: 20px;
}
.captable-stake-holder .captable-stakeholder-date-selector {
  width: 200px !important;
}
.captable-stake-holder .ant-collapse {
  border: none;
}
.captable-stake-holder .ant-collapse .ant-collapse-header {
  padding: 6px 7px 6px 40px;
}
.captable-stake-holder .ant-collapse .ant-collapse-header .ant-collapse-arrow {
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.captable-stake-holder .captable-stake-holder-header {
  border-radius: 4px 4px 0 0;
  padding: 21px 7px 7px 7px !important;
  display: flex;
  background: #00a9cd;
  color: #fff;
  z-index: 2;
  min-width: 700px;
}
.captable-stake-holder .captable-stake-holder-header .stake-holder-header-first {
  flex: 1 1;
  padding-left: 50px;
}
.captable-stake-holder .captable-stake-holder-header .item {
  width: 180px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.captable-stake-holder .captable-stake-holder-header .item .captable-header-border {
  position: absolute;
  top: -10px;
  right: 35px;
  width: 95%;
  height: 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #0b679b;
  border-bottom: 0;
}
.captable-stake-holder .captable-stake-holder-header .item .table-th-desc-tit {
  position: absolute;
  right: 42%;
  top: -19px;
  padding: 0 10px;
  background-color: #00A9CD;
  color: #0b679b;
}
.captable-stake-holder .captable-stake-holder-header .item-custom {
  width: 200px !important;
}
.captable-stake-holder .captable-stake-holder-header .item-custom .table-th-desc-tit {
  right: 42px;
  width: 176px;
  text-align: center;
}
.captable-stake-holder .captable-stake-holder-wrap {
  overflow-y: auto;
  height: calc(100vh - 215px);
}
.captable-stake-holder .captable-stake-holder-content {
  display: flex;
  padding: 4px 0;
}
.captable-stake-holder .captable-stake-holder-content .stake-holder-content-first {
  flex: 1 1;
  line-height: 32px;
}
.captable-stake-holder .captable-stake-holder-content .stake-holder-content-first img {
  height: 32px;
  margin-right: 6px;
  cursor: pointer;
}
.captable-stake-holder .captable-stake-holder-content .item {
  min-width: 180px;
  text-align: right;
  line-height: 32px;
  max-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-stake-holder .captable-stake-holder-content .item-custom {
  width: 200px !important;
}
.captable-stake-holder .ant-collapse-content-box {
  padding: 0px 7px 0px 60px;
}
.captable-stake-holder .ant-collapse-content-box .captable-stake-holder-content {
  border-bottom: 1px solid #d9d9d9;
}
.captable-stake-holder .ant-collapse-content-box .captable-stake-holder-content:last-child {
  border-bottom: none;
}
.captable-stake-holder .captable-stake-holder-option {
  padding: 0 10px;
  background: #fafafa;
  border-bottom: solid 1px #d9d9d9;
}
.captable-stake-holder .captable-stake-holder-option .stake-holder-content-first {
  padding-left: 10px;
}
.captable-stake-holder .captable-stake-holder-option-summary {
  background-color: #b0dbe9;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
}
.captable-stake-holder .captable-stake-holder-empty {
  background: #ffffff;
  padding: 40px;
}
.captable-equity-holder {
  min-width: 700px;
}
.captable-equity-holder .captable-stakeholder-date {
  display: flex;
  align-items: center;
  background: #e6f0f4;
  margin-bottom: 20px;
}
.captable-equity-holder .captable-stakeholder-date label {
  font-weight: 600;
  padding-right: 20px;
}
.captable-equity-holder .captable-stakeholder-date-selector {
  width: 200px !important;
}
.captable-equity-holder .ant-collapse {
  border: none;
}
.captable-equity-holder .ant-collapse .ant-collapse-header {
  padding: 6px 16px 6px 40px;
}
.captable-equity-holder .ant-collapse .ant-collapse-header .ant-collapse-arrow {
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.captable-equity-holder .ant-collapse .ant-collapse-content {
  border-top: 1px solid #f0f0f0;
}
.captable-equity-holder .ant-collapse .ant-collapse-item {
  border-bottom: 1px solid #f0f0f0;
}
.captable-equity-holder .captable-equity-holder-header {
  border-radius: 4px 4px 0 0;
  padding: 12px 16px 12px 16px !important;
  display: flex;
  background: #00a9cd;
  color: #fff;
  z-index: 2;
  min-width: 700px;
}
.captable-equity-holder .captable-equity-holder-header .stake-holder-header-first {
  flex: 1 1;
  padding-left: 24px;
}
.captable-equity-holder .captable-equity-holder-header .item {
  width: 180px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.captable-equity-holder .captable-equity-holder-header .item .captable-header-border {
  position: absolute;
  top: -10px;
  right: 35px;
  width: 95%;
  height: 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #0b679b;
  border-bottom: 0;
}
.captable-equity-holder .captable-equity-holder-header .item .table-th-desc-tit {
  position: absolute;
  right: 42%;
  top: -19px;
  padding: 0 10px;
  background-color: #00A9CD;
  color: #0b679b;
}
.captable-equity-holder .captable-equity-holder-header .item-custom {
  width: 200px !important;
}
.captable-equity-holder .captable-equity-holder-header .item-custom .table-th-desc-tit {
  right: 42px;
  width: 176px;
  text-align: center;
}
.captable-equity-holder .captable-equity-holder-wrap {
  overflow-y: auto;
  height: calc(100vh - 215px);
}
.captable-equity-holder .captable-equity-holder-content {
  display: flex;
  padding: 4px 0;
}
.captable-equity-holder .captable-equity-holder-content .stake-holder-content-first {
  flex: 1 1;
  line-height: 32px;
}
.captable-equity-holder .captable-equity-holder-content .stake-holder-content-first img {
  height: 32px;
  margin-right: 6px;
  cursor: pointer;
}
.captable-equity-holder .captable-equity-holder-content .item {
  min-width: 180px;
  text-align: right;
  line-height: 32px;
  max-width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-equity-holder .captable-equity-holder-content .item-custom {
  width: 200px !important;
}
.captable-equity-holder .ant-collapse-content-box {
  padding: 0px 16px 0px 50px;
}
.captable-equity-holder .captable-stake-holder-option {
  padding: 0 10px;
  background: #fafafa;
}
.captable-equity-holder .captable-stake-holder-option .stake-holder-content-first {
  padding-left: 10px;
}
.captable-equity-holder .equity-holder-plan-content {
  width: 100%;
  padding: 0;
}
.captable-equity-holder .equity-holder-plan-content .equity-plan-list-content {
  display: flex;
  flex: 1 1;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 6px 0;
}
.captable-equity-holder .equity-holder-plan-content .equity-plan-list-content:last-child {
  border-bottom: none;
}
.captable-equity-holder .equity-holder-plan-content .equity-plan-list-content .stake-holder-content-first {
  padding-left: 20px;
}
.captable-equity-holder .equity-holder-plan-content .equity-plan-list-content .item:last-child, .captable-equity-holder .equity-holder-plan-content .equity-plan-list-content .item_num {
  padding-right: 16px;
}
.captable-equity-holder .equity-plan-total-content {
  padding: 0;
  width: 100%;
}
.captable-equity-holder .equity-plan-total-content .plan-total-content {
  padding: 10px 0;
  display: flex;
  flex: 1 1;
}
.captable-equity-holder .equity-plan-total-content .plan-total-content .stake-holder-content-first {
  padding-left: 20px;
}
.captable-equity-holder .equity-plan-total-content .plan-total-content .item:last-child, .captable-equity-holder .equity-plan-total-content .plan-total-content .item_num {
  padding-right: 16px;
}
.captable-equity-holder .captable-stake-holder-option-summary {
  background-color: #b0dbe9;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
}
.captable-equity-holder .captable-equity-holder-empty {
  background: #ffffff;
  padding: 40px;
}
.captable-equity-holder .sort_icon {
  margin-left: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.captable-equity-holder .ant-dropdown {
  left: 24px !important;
}
.captable-equity-holder .ant-dropdown .table-column-menu {
  width: 160px !important;
  min-width: 160px !important;
}
.captable-equity-holder .ant-dropdown .table-column-menu .rounds-column-filter {
  width: 67px !important;
  position: relative;
  margin-right: 10px;
}
.captable-equity-holder .ant-dropdown .table-column-menu .rounds-column-menu {
  min-width: 160px;
  padding-bottom: 10px;
}
.captable-equity-holder .ant-dropdown .table-column-menu .rounds-column-menu .ant-dropdown-menu-item-group-title {
  font-weight: bold;
  color: black;
}
.captable-equity-holder .ant-dropdown .table-column-menu .rounds-column-menu .ant-dropdown-menu-item-group-list {
  margin: 0 !important;
}
.captable-equity-holder .ant-dropdown .table-column-menu .rounds-column-hide {
  display: none;
}
.captable-equity-holder .filter-footer {
  padding: 10px 14px 0 6px !important;
  border-top: 1px solid #f0f0f0;
}
.captable-equity-holder .filter-footer .filter-btns {
  display: flex;
  justify-content: space-between;
}
.captable-shareclass-root .captable-shareclass-date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.captable-shareclass-root .captable-shareclass-date-selector {
  width: 200px !important;
}
.captable-shareclass-root .portfolio-capitalization-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 16px;
}
.captable-shareclass-root .capitalization-header-wrap {
  background-color: #00A9CD;
  border-radius: 4px 4px 0 0;
  display: flex;
  color: #fff;
  padding: 6px 16px;
}
.captable-shareclass-root .capitalization-header-wrap .certificate-title {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .capitalization-header-wrap .table-th {
  position: relative;
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .capitalization-header-wrap .table-th .table-th-content .table-th-border {
  position: absolute;
  top: -10px;
  right: 35px;
  width: 96%;
  height: 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #0b679b;
  border-bottom: 0;
}
.captable-shareclass-root .capitalization-header-wrap .table-th .table-th-content .table-th-desc-tit {
  position: absolute;
  right: 43%;
  top: -19px;
  padding: 0 10px;
  background-color: #00A9CD;
  color: #0b679b;
}
.captable-shareclass-root .capitalization-header-wrap .table-th .table-th-content .tit-re-position {
  right: 29%;
}
.captable-shareclass-root .capitalization-header-wrap-supplement {
  padding: 24px 16px 4px 16px;
}
.captable-shareclass-root .ant-collapse-content-box {
  padding: 0;
}
.captable-shareclass-root .ant-collapse-arrow {
  left: 8px;
}
.captable-shareclass-root .ant-collapse {
  border-radius: 0;
  border: transparent;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item {
  border-bottom: transparent;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 4px 16px 4px 32px;
  background-color: #F2F7F9;
  margin-bottom: 2px;
  position: relative;
  border-radius: 2px;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content {
  border-top: transparent;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header {
  padding: 4px 16px 4px 56px;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .header-name {
  width: 380px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(120%, -50%);
  padding: 0;
}
.captable-shareclass-root .ant-collapse .ant-collapse-item .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-90%, -50%);
  padding: 0;
}
.captable-shareclass-root .common > .ant-collapse-header {
  border-left: 3px solid #84C44C;
}
.captable-shareclass-root .preferred > .ant-collapse-header {
  border-left: 3px solid #00A9CD;
}
.captable-shareclass-root .option > .ant-collapse-header {
  border-left: 3px solid #0F518B;
}
.captable-shareclass-root .convertible > .ant-collapse-header {
  border-left: 3px solid #E4D212;
}
.captable-shareclass-root .warrants > .ant-collapse-header {
  border-left: 3px solid #bf70dd;
}
.captable-shareclass-root .certificate-content-header {
  display: flex;
  align-items: center;
}
.captable-shareclass-root .certificate-content-header .header-name {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .certificate-content-header .header-name .description {
  color: #656565;
}
.captable-shareclass-root .certificate-content-header .header-name .description span {
  font-size: 12px;
}
.captable-shareclass-root .certificate-content-header .table-td {
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .certificate-content-item {
  display: flex;
  background-color: #E6F0F4;
  align-items: center;
  padding: 2px 16px 2px 80px;
}
.captable-shareclass-root .certificate-content-item .item-name {
  width: 356px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.captable-shareclass-root .certificate-content-item .item-name img {
  margin-right: 4px;
}
.captable-shareclass-root .certificate-content-item .item-name .description {
  font-size: 12px;
  color: #656565;
}
.captable-shareclass-root .certificate-content-item .item-name .description span {
  font-size: 12px;
}
.captable-shareclass-root .certificate-content-item .table-td {
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .table-total {
  background-color: rgba(0, 169, 205, 0.3);
  font-weight: bold;
  display: flex;
  padding: 6px 16px;
  border-radius: 2px;
}
.captable-shareclass-root .table-total .table-total-td-first {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.captable-shareclass-root .table-total .table-total-td {
  flex: 1 1;
  text-align: right;
}
.captable-shareclass-root .options-available-wrap {
  display: flex;
  align-items: center;
  border-left: 3px solid #B9CCD1;
  background-color: #F3F8FA;
  padding: 8px 16px 8px 32px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.captable-shareclass-root .options-available-wrap .options-available-first {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-shareclass-root .options-available-wrap .options-available-item {
  text-align: right;
  flex: 1 1;
}
.captable-shareclass-root .capitalization-convertible {
  margin-top: 24px;
}
.captable-voting-power {
  min-width: 800px;
  padding-top: 36px;
}
.captable-voting-power .captable-voting-power-date {
  display: flex;
  align-items: center;
  padding: 24px 0 50px 0;
  position: fixed;
  right: 24px;
  top: 114px;
  left: 24px;
  z-index: 2;
  background: #e6f0f4;
}
.captable-voting-power .captable-voting-power-date-selector {
  width: 200px !important;
}
.captable-voting-power .ant-collapse {
  border: none;
}
.captable-voting-power .ant-collapse .ant-collapse-header {
  padding: 6px 7px 6px 40px;
}
.captable-voting-power .ant-collapse .ant-collapse-header .ant-collapse-arrow {
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.captable-voting-power .captable-stake-holder-header {
  padding: 7px;
  display: flex;
  background: #00a9cd;
  color: #fff;
  position: fixed;
  right: 24px;
  top: 154px;
  left: 25px;
  z-index: 2;
  min-width: 800px;
}
.captable-voting-power .captable-stake-holder-header .stake-holder-header-first {
  flex: 1 1;
  padding-left: 50px;
}
.captable-voting-power .captable-stake-holder-header .item {
  width: 170px;
  text-align: right;
}
.captable-voting-power .captable-stake-holder-content {
  display: flex;
  padding: 7px 0;
}
.captable-voting-power .captable-stake-holder-content .stake-holder-content-first {
  flex: 1 1;
  line-height: 32px;
}
.captable-voting-power .captable-stake-holder-content .stake-holder-content-first img {
  height: 32px;
  margin-right: 6px;
  cursor: pointer;
}
.captable-voting-power .captable-stake-holder-content .item {
  min-width: 160px;
  text-align: right;
  line-height: 32px;
}
.captable-voting-power .ant-collapse-content-box {
  padding: 0px 7px 0px 60px;
}
.captable-voting-power .ant-collapse-content-box .captable-stake-holder-content {
  border-bottom: 1px solid #d9d9d9;
}
.captable-voting-power .ant-collapse-content-box .captable-stake-holder-content:last-child {
  border-bottom: none;
}
.captable-voting-power .captable-stake-holder-option {
  padding: 0 10px;
  background: #fafafa;
  border-bottom: solid 1px #d9d9d9;
}
.captable-voting-power .captable-stake-holder-option .stake-holder-content-first {
  padding-left: 10px;
}
.captable-voting-power .captable-stake-holder-option-summary {
  background-color: #b0dbe9;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
}
.captable-voting-power .captable-stake-holder-empty {
  background: #ffffff;
  padding: 40px;
}
.captable-voting-power .voting-power-wrap {
  overflow-y: auto;
  height: calc(100vh - 215px);
}
.sprout-reports-root .bold {
  font-weight: bold;
  padding-right: 4px;
}
.sprout-reports-root .sprout-reports-wrap .sprout-reports-banner {
  border-radius: 4px;
  background-color: #00A9CD;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.sprout-reports-root .export-table-export-btn {
  display: flex;
  justify-content: space-between;
}
.sprout-reports-root .sprout-reports-item-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.sprout-reports-root .sprout-reports-item-container:hover {
  background: #f7f8fc;
}
.sprout-reports-root .sbc-container {
  display: block;
}
.sprout-reports-root .sbc-table-w {
  position: relative;
}
.sprout-reports-root .sbc-table-w .sbc-table {
  max-height: 500px;
}
.sprout-reports-root .sbc-table-w .sbc-table .sbc_tooltip {
  margin-left: 5px;
}
.sprout-reports-root .sbc-table-w .ant-table-cell {
  padding: 24px 16px 4px 16px;
  width: 300px;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap {
  position: relative;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap .table-th-content .table-th-border {
  position: absolute;
  top: -10px;
  right: 70px;
  width: 900px;
  height: 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #0b679b;
  border-bottom: 0;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap .table-th-content .table-th-desc-tit {
  position: absolute;
  right: 440px;
  top: -19px;
  padding: 0 10px;
  background-color: #00A9CD;
  color: #0b679b;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap .table-th-content.private-bygrant .table-th-border {
  width: 980px;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap .table-th-content.private-bystakeholder .table-th-border {
  width: 930px;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap .table-th-content.private-byconstcenter .table-th-border {
  width: 930px;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap .table-th-content.public-bygrant .table-th-border {
  width: 1050px;
}
.sprout-reports-root .sbc-table-w .capitalization-header-wrap .table-th-content.public-bystakeholder .table-th-border {
  width: 930px;
}
.sprout-reports-root .sprout-reports-item-left {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-icon {
  margin-right: 6px;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-icon img {
  width: 40px;
  height: 40px;
}
.sprout-reports-root .sprout-reports-item-left .title {
  font-weight: bold;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row {
  display: flex;
  flex-direction: row;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .sprout-reports-icon {
  width: 40px;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .sprout-reports-item-content .ant-form-item {
  margin-bottom: 0;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .sprout-reports-item-content .ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.85);
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .sprout-reports-item-content .item-section {
  margin-top: 10px;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .sprout-reports-item-content .item-section .item-section-sub {
  padding-left: 20px;
  margin-top: 8px;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .sprout-reports-item-content .binomial {
  display: flex;
  align-items: center;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .custom_val {
  display: flex;
  align-items: center;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .custom_val .custom_date {
  display: flex;
  align-items: center;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .city_select {
  width: 150px;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .maLft10 {
  margin-left: 10px;
}
.sprout-reports-root .sprout-reports-item-left .sprout-reports-item-row .maR10 {
  margin: 0 10px;
}
.sprout-reports-root .sprout-reports-item-left .marBtm25 {
  margin-bottom: 25px;
}
.sprout-reports-root .sprout-reports-item-left .item-title {
  margin: 10px 0;
}
.sprout-reports-root .public_form {
  display: flex;
  align-items: center;
}
.sprout-reports-root .public_form .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.85);
}
.sprout-reports-root .public_form input {
  margin-left: 10px;
}
.sprout-reports-root .export_btn {
  margin-top: 180px;
}
.sprout-reports-root .sbc_export_btn {
  margin-top: 30px;
}
.sprout-reports-root .export-table .shares-actions {
  border: 1px solid #2BB877;
}
.sprout-reports-root .export-table .shares-actions:hover {
  border: 1px solid #00A9CD;
}
.sprout-reports-root .export-table .btns {
  margin-top: 24px;
}
.sprout-reports-root .export-table .btns .export_sbc_btn.active {
  margin-right: 20px;
}
.sprout-reports-root .export-table .export-table-btn {
  margin-top: 24px;
}
.sprout-reports-root .export-table .export-table-btn .ant-btn {
  margin-right: 7px;
}
.sprout-reports-root .export-table .export-table-btn .ant-btn-primary {
  background-color: #FFF;
  border: #FFF;
  color: #000;
  box-shadow: none;
}
.sprout-reports-root .export-table .export-table-list {
  padding: 20px;
  background-color: #FFF;
}
.sprout-reports-root .export-table .export-table-list .ant-table-wrapper {
  width: 100%;
  background-color: #F3F8FA;
}
.sprout-reports-root .export-table .export-table-list .ant-table {
  background-color: #F3F8FA;
}
.sprout-reports-root .export-table .export-table-list .ant-table .ant-table-cell {
  border-bottom: 1px solid #FFF;
}

.sprout-task-tip.fmv-link-model {
  padding: 30px 60px;
}

.report_total {
  font-weight: bold;
  font-family: system-ui;
}

.rights-and-preferences-root h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.rights-and-preferences-root .rights-table-container {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.rights-and-preferences-root .rights-table-container .rights-table-desc {
  margin-bottom: 15px;
}
.rights-and-preferences-root .rights-table-container .rights-table-desc .rights-table-desc-title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.rights-and-preferences-root .rights-table-container .rights-table-desc .rights-table-desc-detail {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.rights-and-preferences-root .rights-table-container .rights-table-desc-icon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.rights-and-preferences-root .rights-table-container p {
  margin: 0;
}
.rights-and-preferences-root .rights-table-container .rights-table-footer {
  margin-top: 10px;
}
.rights-and-preferences-root .editShareClassPlanHolder {
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
}
.sprout-captable-root .captable-label {
  font-weight: 600;
  padding-right: 20px;
}
select.select-container{
    -webkit-appearance: none;
    appearance: none;
    background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAGCAYAAADHYm6gAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGvmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOS0xMi0yM1QyMToyNjo1MyswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMTItMjNUMjE6MzA6NDErMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMTItMjNUMjE6MzA6NDErMDg6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDM3NDg0ZmEtM2JkYi1hNjRmLWE5MjctMjI5NDhmYjRjMDEyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBDNEE1MEU0QzFBQzExRTlBMzIyQkU0QTQ1NTJFRUNFIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QTUwRTRDMUFDMTFFOUEzMjJCRTRBNDU1MkVFQ0UiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzRBNTBFMUMxQUMxMUU5QTMyMkJFNEE0NTUyRUVDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzRBNTBFMkMxQUMxMUU5QTMyMkJFNEE0NTUyRUVDRSIvPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZGMyNWM1ZS00NGI2LTU5NDMtYjg4Yi1hNzgzMmI3ODUxMzYiIHN0RXZ0OndoZW49IjIwMTktMTItMjNUMjE6Mjc6NDQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDM3NDg0ZmEtM2JkYi1hNjRmLWE5MjctMjI5NDhmYjRjMDEyIiBzdEV2dDp3aGVuPSIyMDE5LTEyLTIzVDIxOjMwOjQxKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2d0uEAAAAERJREFUKJGlzkEKACAIAMG1j+vP7RBBiR6yPQnioJiZsxLyHEBVq33aiECGdhrcn3oxP3274Xjov+gJV0ALjXCE2ijABOA1Cwu8TiKHAAAAAElFTkSuQmCC) no-repeat right center;
    cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:30px;
}
select.select-bgwhite{
    background-color:#fff;
}
select::-ms-expand {
    display: none;
}
.title-color p{
    color:#fff;
}
.viewcap-item2 .cs-bgcolor,.table-captableSummary .cs-bgcolor,.access-roundsTd .cs-bgcolor{
    background-color:#84c44c;
}
.viewcap-item2 .cn-bgcolor,.viewcap-roundsitem .cn-bgcolor,.table-captableSummary .cn-bgcolor,.access-roundsTd .cn-bgcolor{
    background-color:#e4d212;
}
.viewcap-item2 .ea1-bgcolor,.table-captableSummary .ea1-bgcolor,.access-roundsTd .ea1-bgcolor{
    background-color:#016aae;
}
.viewcap-item2 .ea2-bgcolor,.table-captableSummary .ea2-bgcolor,.access-roundsTd .ea2-bgcolor{
    background-color:#2bb877;
}
.viewcap-item2 .psa-bgcolor,.table-captableSummary .psa-bgcolor,.access-roundsTd .psa-bgcolor{
    background-color:#00a9cd;
}
.viewcap-item2 .psb-bgcolor,.table-captableSummary .psb-bgcolor,.access-roundsTd .psb-bgcolor{
    background-color:#7489e3;
}
.dialog-top80{
    top:80px;
}
.dialog-top160{
    top:160px;
}
div.dialog-top40{
    top:40px;
}
.complete-tip{
    color:#ff4e5c;
    font-weight: bold;
    margin-bottom:10px;
}

.dialog860{
    width:860px;
    top:40px;
}
.dialog680{
    width:680px;
    top:40px;
}
.dialog900{
    width:900px;
    top:40px;
}
.content900{
    width:900px;
    margin:0 auto;
    border:none;
}
.content860{
    width:860px;
    margin:0 auto;
    border:none;
}

/*1.1 invite company*/
.invite-dialog{
    top:40px;
}
.invite-content{
    width:440px;
    margin:0 auto;
    border:none;
}
.invite-body{
    padding:20px 30px 0 30px;
}
.invite-footer{
    padding-top:0;
}
select.invite-select{
    -ms-background-position-x: 176px;
    background-position-x: 176px;
}
.add_administrativeUserTip p{
    /*text-align:center;*/
    color:#818181;
}

.invite-body .permisson-user-type .title{
    margin: 8px 0;
}
.invite-body .permisson-user-type .items {
    display: flex;
    align-items: center;
}
.invite-body .permisson-user-type .value {
    margin-left: 12px;
    color: #818181;
}

.add_administrativeUserTip span{
    color:#818181;
    margin-right:6px;
    top:2px;
}
/*1.2 fill out company profile*/
.fillout-content{
    width:620px;
    margin:0 auto;
    border:none;
}
.profile-btn{
    width:200px;
}
.select-text{
    display:inline-block;
    position:relative;
}
.select-text input{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    z-index: 99999;
}
.filebox{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding:6px 12px;
}
.filebox:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.filename{
    display: flex;
    position:relative;
}
.filename-text{
    width:80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom:0;
}
.removeBtn{
    position:absolute;
    right:0px;
    bottom:0px;
}
#transfer_agreements .error_box{
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/*1.3 set roles*/
.setroles-dialog{
    width:760px;
    top:40px;
}
.setroles-content{
    width:760px;
    margin:0 auto;
    border:none;
}
.setrole-box{
    padding-top:15px;
}
.setroles-form{
    padding-top:20px;
}
.setroles-row{
    margin-bottom:0;
}
.setroles-p{
    margin:6px 0 20px 0;
    color:#999999;
}
.fill-tip{
    color:#ccc;
    margin-right:8px;
}
.welcome-tip{
    color:#777;
    margin:2px 8px 0 0;
}
.add-lastform{
    padding-top:20px;
}
.setroles-btn{
    width:200px;
}
.here{
    text-decoration: underline;
    cursor:pointer;
}
.excel-box{
    width:80%;
    margin:0 auto;
}
.set_roles_modal input,.set_roles_modal select{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:28px;
}
.access_box{
    width:244px;
    margin:30px auto 50px auto;
}

/*1.4 upload*/
.incorporation-td{
    width:300px;
}
.w80{
    width:80%;
}
.uploadedit-dialog{
    top:40px;
}
.uploadDoc-content{
    width:500px;
    margin:0 auto;
    border:none;
}
.uploadDoc-body{
    padding:30px 30px 0 30px;
}
.edit-body{
    text-align: center;
}
.uploadOne-dialog{
    width:800px;
    top:40px;
}
.uploadOne-content{
    width:800px;
    margin:0 auto;
    border:none;
}
.uploadOne-body{
    padding: 30px 40px 0 40px;
}
.uploadOne-collapse{
    position:relative;
    width:100%;
}
.uploadDoc-item01{
    width:260px;
    margin-right:10px;
}
.uploadDoc-item1{
    width:360px;
    margin-right:10px;
}
.uploadDoc-item02{
    width:120px;
    margin-right:10px;
    overflow:hidden;
}
.uploadDoc-item03 {
    width: 300px;
    margin-right: 10px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.uploadDoc-item2,.uploadDoc-item3{
    width:200px;
    margin-right:10px;
}
.uploadDoc-item04 {
    width: 120px;
    margin-left: 10px;
}
.uploadDoc-item4{
    width:114px;
}
.uploadDoc-btn{
    border:none;
    /*width:80px;*/
}
.editbtn-box{
    position:absolute;
    right:20px;
    top:7px;
}
.add_file_btn{
    z-index: 999;
    color:#00a9cd;
}
.text-blue{
    color:#00a9cd;
}
.uploadDoc-editbtn{
    z-index:99;
    background-color:#ececec;
    color:#8b8b8b;
}
.uploadGray-a{
    background-color:#f7f8fc;
    padding:0 20px;
    border:1px solid #fff;
}
.uploadOne-ul{
    background-color:#e3f7fd;
    border-radius: 4px;
    border:1px solid #fff;
}
.uploadDoc-viewbtn{
    background-color:#00a9cd;
    color:#fff;
    top:7px;
    width:80px;
    position:absolute;
    right:-18px;
}
.uploadGray-a:hover{
    background-color:#00a9cd;
}
.uploadGray-a:hover p{
    color:#fff;
}
.editbtn-hover{
    background-color:#e3f7fd;
    color:#00a9cd;
}
.uploadBlue-a{
    background-color:#00a9cd;
    padding:0 20px;
    border:1px solid #fff;
}
.uploadBlue-a  p{
    color:#fff;
}
.uploadblue-a .uploadDoc-editbtn{
    background-color:#e3f7fd;
    color:#00a9cd;
}
.updateIncor-body{
    padding:15px 30px;
    text-align:center;
}
.uploadedit-content{
    width:400px;
    margin:0 auto;
    border:none;
}

.updateIncor-body a:first-child{
    margin-right:10px;
}

.updatethree-content{
    border:none;
    width:580px;
    margin:0 auto;
}
.reset_margin ul,.reset_margin p{
    margin-bottom:0;
}
.upload-stackup{
    width:800px;
    z-index: 999;
    position:absolute;
    top:0px;
    bottom:0;
    background-color:rgba(0,0,0,0.2)
}
.shareholder_pop{
    width:100%;
    z-index: 999;
    position:absolute;
    top:0px;
    bottom:0;
    background-color:rgba(0,0,0,0.2)
}
.continue-darkbtn{
    width:200px;
    background-color:#ececec;
    color:#8b8b8b;
    font-weight: 500;
    padding:10px 18px;
}
.stackup-three{
    width:800px;
    z-index: 999;
    position:absolute;
    top:0px;
}
.upload-footer{
    padding:20px 30px;
}
.upload-btnbox{
    display: flex;
    width:100%;
    margin-bottom:10px;
}
.showNotBox{
    position:relative;
    margin:0 auto;
    width:160px;
}
.warning-text{
    position:absolute;
    top:6px;
    left:20px;
}
.warning{
    width:800px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-400px;
    bottom:0px;
    z-index:10000;
}
.popup-one{
    padding-bottom:126px;
}
.popup-two{
    padding-bottom:182px;
}
.popup-threebody{
    padding-bottom:0;
}
.popup-threefooter{
    padding-top:0;
}
.upload-file-box{
    position: relative;
    width:100%;
    height:38px;
}
.upload-file-box p {
    height: 38px;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.file-del{
    position: absolute;
    right:30px;
    top:3px;
}
.eafile-del{
    top:4px;
}

.file-delBtn{
    color:#e57471;
    /*display:none;*/
    position:absolute;
    top:17px;
    right:90px;
    cursor:pointer;
}
/*.file-li:hover .file-delBtn{*/
    /*display:block;*/
/*}*/
.btn-group>.uploadDoc-viewbtn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
/*setup stock structure*/
.stock-dialog{
    top:40px;
}
.stock-body{
    padding:30px;
}
.stock-footer{
    display: flex;
    padding:0 30px 20px 30px;
}

.stock-nobtn,.stock-yesbtn{
    width: 100%;
    height:38px;
}

.signatories-btn{
    width:200px;
}
.multiple-btn{
    width:200px;
    margin:0 auto;
    height:38px;
}
.upload-table >tbody>tr>td:first-child p{
    max-width:300px;
    height:34px;
    line-height:34px;
}
.upload-table > tbody > tr:first-child >td {
    background-color: #0f518b;
    color:#fff;
}
/*create cap table*/
.captable-content{
    width:500px;
    margin:0 auto;
    top:40px;
    border:none;
}
.captable-body{
    padding:18px;
}
.captable-form .row{
    padding:0;
}
.captable-form .form-group{
    margin:0;
}
.captable-input,.p-nopadding{
    padding-left:0;
}
.captable-footer{
    padding-bottom:20px;
}
.captable-savebtn{
    width:200px;
}
.captable-continueBtn{
    width:200px;
}
.captabletwo-footer{
    padding-top:0;
}
.roles-down{
    padding-top:15px;
    /*border-bottom:1px solid #e3e6ef;*/
}

/*2.1*/
.ques-label{
    position:relative;
}
.create-ques{
    display: inline-block;
    width:16px;
    height:16px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk5OUVBNTJBQzI5MTFFOUJFMTFBNjlFRkJDNzNGQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk5OUVBNTNBQzI5MTFFOUJFMTFBNjlFRkJDNzNGQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTk5RUE1MEFDMjkxMUU5QkUxMUE2OUVGQkM3M0ZBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTk5RUE1MUFDMjkxMUU5QkUxMUE2OUVGQkM3M0ZBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi1aCe0AAAFtSURBVHjaYnz18j0DGtAC4hQg9gRiRajYPSDeAcRzgPgasmJGJAPYgLgPiDOBmIkBO/gHxLOBuBCIv4MEWJA0bwViFwb8AGRwOhCrQl34C2ZAP0zzr1+/Ga5evw7ENxh+/PwJlpSTkWGwsjBj4OHmhhnkBHVtDsgAbaipEKewsTLcvX+fQUxUlEFURJjh569fDFeuXWdgOMHA4ObsiOyaDCCezgINMGZkmZAAfxR337l7j+HV69fo3gHpSQH5yQOfpx89fgL2ioqyEjZpD5ALlHBpPn/xEsPZCxfBYWBhaoJNiRILLs0vXr4CazY20Gcw1NfDpewXEzSRYIC3796BaXk5WXw+fAhKSKAoLGAgD0wEuWAuEP/F5v85CxeD0wMOANIzB2TAFSCeiS7LxsZGyHaQniuwvEBsUoaBfbCkDMs0v4DYG4inQjMMA57MBLLZB6oHJTfCAChpp0ITmBJU4QMg3gPNzleQFQMEGAD4Hm6o8i0BTgAAAABJRU5ErkJggg==) no-repeat;
    position:absolute;
    top:9px;
    right:8px;
}
.captable-tiptext{
    visibility: hidden;
    color: #060606;
    width: 220px;
    border: 1px solid #eef3f6;
    border: 1px solid rgba(50,180,196,.1);
    background-color:#eef3f6;
    padding: 10px;
    border-radius: 6px;
    position:relative;
    top:-90px;
    left:-104px;
    box-shadow:1px 1px 5px gray;
    z-index:9999;
}

.captable-tiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* 提示工具底部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e5f4f9 transparent transparent transparent;
}
.create-ques:hover .captable-tiptext,.convertible-ques:hover .captable-tiptext {
    visibility: visible;
}
.currency-input{
    padding:8px 15px 0 0;
}

/*popover弹出框*/
.popover{
    width:215px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border:none;
    background-color:#fff;
}
.popover-content{
    color:#777;
}
.yescap-content{
    width:420px;
    margin:0 auto;
    border:none;
}
.notwo-btn{
    width:200px;
    height:38px;
    margin:0 auto;
}

.content460{
    width:460px;
    margin:0 auto;
    border:none;
}
.content440{
    width:440px;
    margin:0 auto;
    border:none;
}
.dialog440{
    width:440px;
    top:40px;
}
/*2.2 shareholder information*/
.dialog1300{
    width:1300px;
    top:40px;
}
.content1300{
    width:1300px;
    margin:0 auto;
    border:none;
}
.dialog1230{
    width:1230px;
    top:40px;
}
.content1230{
    width:1230px;
    margin:0 auto;
    border:none;
}
.shareholder-dialog{
    width:1200px;
    top:40px;
}
.shareholder-content{
    width:1200px;
    margin:0 auto;
    border:none;
}

.shareholder-savebtn{
    width:200px;
}
.shareholder-form .add-label{
    padding-right:0;
}
div.viewcap-header{
    background-color:#ff6d6e;
}
.viewcap-body{
    padding:15px 30px 20px 30px;
}
.cap_table_box p,.cap_table_box ul{
    margin-bottom:0;
}
.viewcap-up{
    text-align:center;
    /*padding-bottom:15px;*/
}

.viewinitial-content{
    width:700px;
    margin:0 auto;
}
.viewcap-box{
    background-color:#eef4f6;
    padding:0 20px;
    border:1px solid #fff;
}
.viewcap-name{
    width:300px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right:20px;
}
.viewcap-stock{
    width:180px;
    text-align:right;
}
.viewcap-item1{
    width:160px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.viewcap-item3{
    width:120px;
    text-align:right;
}
.viewcap-item4{
    width:120px;
    text-align:right;
}
.viewcap-item2{
    display: flex;
    justify-content: center;
    align-items:center;
    width:300px;

}
.rounds-reset{
    width:120px;
}
.viewcap-td1{
    width:520px;
}
.viewcap-outstanding{
    width:220px;
}
.viewcap-roundsitem{
    display: flex;
    justify-content:center;
    align-items:center;
    width:160px;
}
.viewcap-amountsitem{
    width:190px;
    text-align: right;
}
.viewcap-item2 li,.viewcap-roundsitem li{
    height:28px;
    line-height:28px;
    padding:0 6px;
    background-color:#b9ccd1;
    margin-right:2px;
    color:#fff;
    border-radius: 4px;
    cursor:pointer;
    font-size:0.6em;
}
.total-summary{
    margin-top:15px;
    border-top: 5px solid #10518b;
    border-radius: 2px;
    text-align:right;
}
.total-summary p{
    font-weight:500;
    color:#252525;
    padding:8px 20px 0 20px;
}
.font-bold{
    font-weight: bold;
}
/*Excel*/
#excel{
    text-align:center;
}
.add-rows{
    display: block;
    width:30px;
    height:30px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJDM0U4QTI5QzFBQzExRTlBODhDQTg0MTcyNTEwNkFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJDM0U4QTJBQzFBQzExRTlBODhDQTg0MTcyNTEwNkFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkMzRThBMjdDMUFDMTFFOUE4OENBODQxNzI1MTA2QUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkMzRThBMjhDMUFDMTFFOUE4OENBODQxNzI1MTA2QUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IgT63AAAAsUlEQVR42mJk2HOVAQhUgbgDiF2AmI+BNuATEO8B4gogvs0ItFgdyDgBxAIM9AEfgNiCCUi00dFSBqhdbUzQ4KU3cGOiYZziAzxMDAMERi0mGvx31gLj0aAetXjQWcxCTOolR55x77Uh6mNcLof5lJDPRhPXqMWDL1WTmtpHg3pQWvxpAOz9wgTtVtAb7AJZXA3tVtALgOyqBll8A9SXAeJ1QPyZhhZ+htoBsusGQIABAEarJFrpEzJXAAAAAElFTkSuQmCC) no-repeat;
    margin:10px 0;
    position:relative;
}
.addrows-text{
    visibility: hidden;
    color: #fff;
    width: 130px;
    text-align: center;
    border: 1px solid #32b4c4;
    border: 1px solid rgba(50,180,196,.1);
    background-color:#02cce5;
    padding:6px 10px;
    border-radius: 6px;
    position:absolute;
    left:130%;
    top:-8%;
    font-weight:500;
}
.addrows-text::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* 提示工具左侧 */
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #02cce5 transparent transparent;
}
.add-rows:hover .addrows-text {
    visibility: visible;
}

.excle-toggle{
    border:none;
    color:#fff;
    background-color: #00bcd5;
}
.excel-dropdown{
    border:none;
    right:0;
    left:auto;
    min-width:100px;
}
.shareholder-btn{
    position:relative;
}

.no-paddingtop{
    padding-top:0;
}
.no-paddingbottom{
    padding-bottom:0;
}
.excel-tip{
    position:absolute;
    top:0;
    bottom:0;
    width:1300px;
    margin:0 auto;
    background:rgba(0,0,0,.1);
    z-index:10000;

}
.excel-body{
    padding:20px 20px 0 20px;
}
.excel-footer{
    padding:10px;
}
select.additional-select{
    -ms-background-position-x: 226px;
    background-position-x: 226px;
    background-color:#fff;
}

.awardsData-inputExcel{
    overflow:scroll;
}

/*3.Finishing up*/
.text-middle{
    margin:20px 0;
}
.ques-taken{
    display: flex;
}
.equity-checkbox{
    position:relative;
}
.equity-label{
    display: inline-block;
    position:relative;
    top:6px;
    left:22px;
    color:#777777;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.later-dialog{
    top:80px;
}
.later-body{
    padding:30px 30px 0 30px;
    text-align:center;
}

.equ-shutbtn{
    color:#777;
    opacity: .8;
}
.vesting-collapse-a:hover{
    text-decoration: underline;
}
a.vesting-collapse-a:visited, a.vesting-collapse-a:focus{
    color:#00a9cd;
}
.vesting-occurs-padding{
    padding-right:30px;
}
.vesting-tboccurs-padding{
    padding-right:44px;
}

/*Equity Awards*/
.equityAwards-content{
    border:none;
}
.equity-body{
    padding:20px 30px 0 30px;
}
.equity-item-header{
    text-align:center;
    height:38px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.equity-item-header h5{
    line-height:38px;
    font-weight:700;
    color:#fff;
}
.equity-item-form, .form_bg{
    background-color: #f7f8fc;
    padding:20px 20px 10px 20px;
}
.equity-item-form input{
    background-color: #fff;
}
.rate-dropdown {
    padding:20px 0 20px 30px;
}
.equ-choose{
    text-align:center;
}
.equity-file{
    text-align:center;
    margin-top:4px;
}
.equity-file p{
    width:80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
div.no-padding{
    padding:0;
}
.no-paddingleft{
    padding-left:0;
}
.no-paddingright{
    padding-right:0;
}
.margin_right10{
    margin-right:10px;
}
.equity-tipbox{
    height:38px;
    background-color:#00a9cd;
    margin:10px 0 20px 0;
    display: flex;
    border-radius: 4px;
}
.light-tip{
    width:38px;
    height:38px;
    margin-right:10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background:#0697b9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg5OEFBMjBERjcyNzExRTlBNzUyQTAyQUY3MTQ5ODBEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg5OEFBMjBFRjcyNzExRTlBNzUyQTAyQUY3MTQ5ODBEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODk4QUEyMEJGNzI3MTFFOUE3NTJBMDJBRjcxNDk4MEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODk4QUEyMENGNzI3MTFFOUE3NTJBMDJBRjcxNDk4MEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56Ql4bAAABNElEQVR42qySO0tDQRCF5yZRDPiIhYWFRQQj9tqkS5Gky09RLCRgZ2fhf7CyUSKk8QGW+RcpDOkkL1FMc4v1zOUsjMmaBPHAd3dnZg93584V55wYKuAWvIIvMOb+BlTtWb9ZA/duvppgwxobLIxAHRyALCmAU9DjmScQqanMxJCHdsA1aE20kTfmmvD+qjOwC94Yf04YlRPW7jToMNg3V34GewFjgfWuBjED7eeD++2ASVlhPc6IyBisgyWus5TmGqfwaDMoynwdcW2rscHgAizPMEXgnPum3ntVm+XdH8BmoLec+fo6ki1fOAR9FgbgypgumfMjKtk/xw/4xfxePu/1yJEl+Shx/5QzPYXiRCn5o0LGd/Mm/7b+Isa6MasG4HhqNoEeF1Lml7wLDF/+5eN8CzAATmP6li55cEwAAAAASUVORK5CYII=) no-repeat center center;
}
.equity-tipbox p{
    line-height:38px;
    color:#fff;
}
.checked-show{
    display:block;
}
.checked-hidden{
    display:none;
}
.optional-color{
    color:#fff;
}
.eqfile-box{
    padding:0 2px;
}
.eqfile-box p {
    width:80%;
    overflow: hidden;
    text-align:center;
}

.eq-tipbox{
    margin:10px 0 0 0;
}
/* Equity Awards data input*/
.ea-dialog{
    width:1120px;
    top:40px;
}
.ea-content{
    width:1120px;
    margin:0 auto;
    border:none;
}
.awardsData-body{
    padding-bottom:0;
}
.awardsData-footer{
    padding:0 15px 20px;
}

/*Vesting Plan Creation--Standard*/
.vesting-dialog{
    width:740px;
    top:40px;
}
.vesting-content{
    width:740px;
    border:none;
    margin:0 auto;
}
.vesting-box{
    width:100%;
}
.vesting-nav{
    width:100%;
    display: flex;
    justify-content:flex-start;
}
.nav > li > .vesting-a {
    padding: 6px 20px;
}
.vesting-a{
    height:34px;
    color:#fff;
    background-color:#bacbd2;
}
.nav-pills > li.active > .vesting-a, .nav-pills > li.active >  .vesting-a:hover,.nav-pills > li >  .vesting-a:hover, .nav-pills > li.active >  .vesting-a:focus {
    color: #fff;
    background-color: #00a9cd;
}

.vesting-form{
    padding-top:30px;
}
.vesting-tip{
    display: flex;
    margin-top:6px;
}
.vesting-tip span{
    display:inline-block;
    width:20px;
    height:20px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmNDUwNTA5YS0yNDk3LTE5NDYtYWRlZC0yODFlYjIwYzUzYTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDFBNUZEQTNERTA1MTFFOTlCNTFFNjZFRDc4MTE5ODciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDFBNUZEQTJERTA1MTFFOTlCNTFFNjZFRDc4MTE5ODciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NGIwODgzMDQtMTIxNy04NTQ1LTk3MjYtMGM2ODliOWU0MTA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjYwMDJiMDYtMjczMS0yMzQyLTk0MWYtMDBmY2U0MzU4OTE1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+42GzJQAAALpJREFUeNpszs8KQUEUx/G540oWsrP3Jyw9BG/gCW5JutY2HsDCRllYzU6WSl5CCjuirDyBlRJd38m5Nf6c+sxM5/xmGi8IAkW10EUZHo4YYuqztBHKvlHvqmGCjGbpyDCPC9JYy6XQvlDBFgs0cJVXdijawBNJ5NRnJfDQcruufsv+42QDIwyQdYYp9DGzgTmWWDmBPW4Ya2n0UHUCBTRx953mGZGcD3HTDZT+fFRpY0x8jr4oO3sJMADAkCYGl6z+iQAAAABJRU5ErkJggg==) no-repeat center center;
    margin-right:8px;
}
.vesting-footer{
    padding:0 15px 20px;
}
.edit_share_class_titbox{
    position: relative;
}
.vesting_del_btn{
    position:absolute;
    left:20px;
    top:18px;
    width:20px;
    height:20px;
}
.edit_share_class_titbox{
    position: relative;
}
.share_class_del_btn{
    position:absolute;
    right:30px;
    top:3px;
    width:20px;
    height:20px;
    background:#fff;
}
/*Vesting Plan Creation--Custom*/
.vesting-table,.vesting-milestone-table{
    margin-bottom:0px;
}
 table.vesting-table tr{
     display: flex;
     border-radius: 4px;
 }

table.vesting-table .vesting-tittr td{
    color:#fff;
}
.vesting-table .vesting-tr td{
    color:#797979;
}
.vesting-table .vesting-tr td:first-child{
    width:70px;
    text-align:center;
    font-weight: 500;
}
.vesting-table .vesting-tr td.length-td{
    width:70px;
    overflow: hidden;
}
.vesting-table .vesting-tr td.frequency-td{
    width:100px;
    margin-right:10px;
    overflow: hidden;
}
.vesting-table .vesting-tr td.padding_reset{
    padding:2px;
}
.vesting-table .vesting-tr td.perc-td{
    width:100px;
}
.vesting-table .vesting-tr td.occurs-td{
    width:260px;
}
select.select-occurs{
    width:260px;
    /*-ms-background-position-x: 220px;*/
    /*background-position-x: 220px;*/

}
select.select-frequency{
    width:100px;
    /*-ms-background-position-x:80px;*/
    /*background-position-x: 80px;*/
}
.vesting-lasttd{
    width:70px;
    position:relative;
}

.table.vesting-milestone-table tr{
    display: flex;
    border-radius: 4px;
}
.table.vesting-milestone-table tr td:first-child{
    width:50%;
    color:#fff;
}
.table.vesting-milestone-table tr .per-width{
    width:40%;
}
.table.vesting-milestone-table tr .per-titcolor{
    color:#fff;
}
/**/
.equity-content{
    width:500px;
    margin:0 auto;
    border:none;
}
.equity-updatebody{
    padding:20px 30px 0 30px;
}
select.select-short{
    -ms-background-position-x: 106px;
    background-position-x: 106px;
}
select.select-set{
    -ms-background-position-x: 224px;
    background-position-x: 224px;
}
select.seclet-width140{
    -ms-background-position-x: 140px;
    background-position-x: 140px;
}
select.seclet-width150{
    -ms-background-position-x: 150px;
    background-position-x: 150px;
}
.can-p{
    margin-top:8px;
    border-radius: 6px;
    width:86px;
    text-align: center;
    background-color:#00a9cd;
    color:#fff;
    font-weight: 500;
}
span.can-p{
    display:inline-block;
    margin:6px 6px 0 0 ;
}

/*Convertible Creation*/
.conver-content{
    border:none;
}
.file-seletext{
    margin-bottom:15px;
}
.select-tip{
    padding:8px 0 8px 0 ;
    height:30px;
    overflow: hidden;
}
.conver-seldark{
    background-color:#dcdbe1;
    border:1px solid #c9cace;
    cursor: pointer;
}
.conver-hidden{
    display:none;
}
.noborderbottom{
    border-bottom:none;
}
.convertible-ques{
    display: inline-block;
    width:16px;
    height:16px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk5OUVBNTJBQzI5MTFFOUJFMTFBNjlFRkJDNzNGQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk5OUVBNTNBQzI5MTFFOUJFMTFBNjlFRkJDNzNGQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTk5RUE1MEFDMjkxMUU5QkUxMUE2OUVGQkM3M0ZBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTk5RUE1MUFDMjkxMUU5QkUxMUE2OUVGQkM3M0ZBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi1aCe0AAAFtSURBVHjaYnz18j0DGtAC4hQg9gRiRajYPSDeAcRzgPgasmJGJAPYgLgPiDOBmIkBO/gHxLOBuBCIv4MEWJA0bwViFwb8AGRwOhCrQl34C2ZAP0zzr1+/Ga5evw7ENxh+/PwJlpSTkWGwsjBj4OHmhhnkBHVtDsgAbaipEKewsTLcvX+fQUxUlEFURJjh569fDFeuXWdgOMHA4ObsiOyaDCCezgINMGZkmZAAfxR337l7j+HV69fo3gHpSQH5yQOfpx89fgL2ioqyEjZpD5ALlHBpPn/xEsPZCxfBYWBhaoJNiRILLs0vXr4CazY20Gcw1NfDpewXEzSRYIC3796BaXk5WXw+fAhKSKAoLGAgD0wEuWAuEP/F5v85CxeD0wMOANIzB2TAFSCeiS7LxsZGyHaQniuwvEBsUoaBfbCkDMs0v4DYG4inQjMMA57MBLLZB6oHJTfCAChpp0ITmBJU4QMg3gPNzleQFQMEGAD4Hm6o8i0BTgAAAABJRU5ErkJggg==) no-repeat;
    position:absolute;
    top:9px;
    left:91%;
}
.convertible-tiptext{
    visibility: hidden;
    color: #818181;
    width: 220px;
    border: 1px solid #eef3f6;
    border: 1px solid rgba(247,248,252,.1);
    background-color:#eef3f6;
    padding: 10px;
    border-radius: 6px;
    box-shadow:1px 1px 5px gray;
    position:absolute;
    left:-101px;
    z-index:10000;
}
.tiptext-top46{
    top:-46px;
}
.tiptext-top50{
    top:-50px;
}
.tiptext-top86{
    top:-86px;
}
.tiptext-top96{
    top:-96px;
}
.tiptext-top70{
    top:-70px;
}
.tiptext-top74{
    top:-74px;
}
.tiptext-top68{
    top:-68px;
}
.tiptext-top108{
    top:-108px;
}
.tiptext-top124{
    top:-124px;
}
.tiptext-top130{
    top:-130px;
}
.tiptext-top120{
    top:-120px;
}
.tiptext-top138{
    top:-138px;
}
.tiptext-top144{
    top:-144px;
}
.tiptext-top164{
    top:-164px;
}
.convertible-tiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* 提示工具底部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e5f4f9 transparent transparent transparent;
}
.convertible-ques:hover .convertible-tiptext ,.blue-ques:hover .convertible-tiptext,.modify_exercise_date:hover .convertible-tiptext, .cantTip:hover .convertible-tiptext{
    visibility: visible;
}
.vesting-btn:hover .convertible-tiptext {
    visibility: visible;
}
.csbtn-tiptext{
    width:300px;
    left:-78%;
    white-space: pre-wrap;
    font-weight: normal;
    text-align:left;
}
.disabled-btn:hover .convertible-tiptext {
    visibility: visible;
}
.filename-box{
    height:34px;
    line-height:34px;
    padding:0 2px;
    width:50%;
    overflow: hidden;
}
.filename-box p{
    width:100%;
    /*width:82%;*/
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.amend-file-name p{
    width:90%;
    line-height:32px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.files-del{
    position:absolute;
    top:4px;
    right:20px;
}
.draft_trash{
    color:#c92928;
    margin-left:10px;
    position:absolute;
    right:6px;
    top:12px;
    font-size:16px;
}
/*Enter Preferred Shareholder Information*/
.prefer-dialog{
    width:1000px;
    top:80px;
}
.prefer-content{
    width:1000px;
    margin:0 auto;
    border:none;
}
.prefer-main{
    display: flex;
}
.prefer-left{
    width: 100%;
    padding-right: 460px;
}
.prefer-left-max{
    padding-right: 0;
}
.prefer-left-edit-th {
    padding: 12px 0 !important;
    z-index: auto;
}
.prefer-left-edit-th > img {
    cursor: pointer;
    display: none;
}
.prefer-left-edit-th > .show-img {
    display: inline-block;
}
.prefer-left-vesting{
    width: 100%;
    padding-right: 660px;
}
.prefer-list,.prefer-titlist,.addnote-list,.addnote-titlist,.addinfo-titlist,.addinfo-list{
    display: flex;
    height:50px;
    line-height:50px;
    border-radius: 4px;
    padding:0 16px;
    min-width:580px;
    margin-bottom: 0;
}
.prefer-titlist .price-li,.prefer-list .price-li{
    text-align: right;
}
.prefer-titlist li,.prefer-list li{
    min-width:100px;
    flex: 0 0 auto;
}
.prefer-list li,.addnote-list li, .addinfo-list li{
    color:#797979;
}
.prefer-titlist li:first-child,.prefer-list li:first-child{
    min-width:70px;
}
.prefer-titlist li:last-child,.prefer-list li:last-child{
    min-width:130px;
    text-align:right;
}
.prefer-a:hover .prefer-list,.prefer-a:hover .addnote-list,.prefer-a:hover .addinfo-list{
    background-color: #f7f7f7;
}
.prefer-a:hover .prefer-list li,.prefer-a:hover .addnote-list li,.prefer-a:hover .addinfo-list li{
    color: #060606;
}
.confirm_bg_blue{
    background-color:red;
}

.btn-prefer{
    background-color:#00a9cd;
    border:none;
    color:#fff;
    margin-top:10px;
    font-weight:500;
}

.prefer-right{
    width: 460px;
    position: fixed;
    right: 0;
    top: 155px;
    min-width: 420px;
    background:#fff;
    /*min-height:800px;*/
    overflow-y: scroll;
    bottom:0;
}
.prefer-right-max{
    display: none;
}
.prefer-right-vesting {
    width: 660px;
    position: fixed;
    right: 0;
    top: 155px;
    min-width: 420px;
    background:#fff;
    overflow-y: scroll;
    bottom:0;
}
.prefer-right li{
    background-color:#fff;
    border-bottom:1px solid #e8e7ec;
    /*margin-bottom:10px;*/
}
.prefer-right label{
    font-weight: normal;
}
.prefer-togglebtn{
    display:block;
    height:50px;
    padding:16px 0 16px 34px;
    color:#060606;
    position:relative;
}
.prefer-triangle{
    left:16px;
}
.form-flex{
    display: flex;
    /*border-top:1px solid #e8e7ec;*/
    padding:16px;
}
.form-flex label,.transaction-flex label{
    font-weight:normal;
    color:#797979;
}

.form-flex .form-group,.transaction-flex .form-group{
    width:50%;
}
.form-flex .form-group:first-child,.transaction-flex .form-group:first-child,.form-flex .form-group.custom-date{
    margin-right:6px;
}
.form-flextwo{
    /*border-top:1px solid #e8e7ec;*/
    padding:16px;
}
.transaction-flex{
    display: flex;
}
select.prefer-select{
    background-color: #fff;
    -ms-background-position-x: 124px;
    background-position-x: 124px;
}
.prefer-right select{
    padding-right:26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*Add Convertible Note & Additional Information*/

.addnote-titlist li,.addnote-list li{
    width:100%;
    text-align:right;
}
.addnote-titlist li:first-child,.addnote-list li:first-child{
    text-align:left;
    width:110px;
}
.addnote-titlist li.holder-li,.addnote-list li.holder-li{
    text-align:left;
}

.addinfo-dialog{
    width:1200px;
    top:80px;
}
.addinfo-content{
    width:1200px;
    margin:0 auto;
    border:none;
}
.addinfo-list li,.addinfo-titlist li{
    width:50%;
}
.addinfo-list .addi-left,.addinfo-titlist .addi-left{
    text-align:left;
}
.addinfo-list .addi-right,.addinfo-titlist .addi-right{
    text-align: right;
    min-width:96px;
}
.addinfo-list .schedule-li,.addinfo-titlist .schedule-li{
    min-width:180px;
    text-align:right;
}
.addinfo-list .check-box,.addinfo-titlist .check-box{
    text-align: left;
    width:96px;
}
.addinfo-left{
    width:66%;
}
.addinfo-right{
    width:33%;
}
.board-p{
    margin-bottom:10px;
}
.pre-recheckbox:checked+label::before{
    position:relative;
    top:-14px;
}
/*Verify Cap Table*/
.verify-body{
    padding:15px 30px 0px 30px;
}
.verify_table table td ul{
    margin-bottom:0;
}
.verify-body table{
    width:100%;
}
.verify-tr{
    display: flex;
    height:50px;
    line-height:50px;
    padding:0 15px;
    border-radius: 4px;
    position:relative;
}
.verify-dataTr{
    background-color:#eef4f6;
    border:1px solid #fff;
}
.verify-item1{
    width:300px;/*250px*/
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.verify-round-td{
    width:300px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.verify-round-td ul{
    display: flex;
    justify-content: center;
    align-items:center;
}
.verify-item2{
    width:200px;/*250px*/
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.verify-item2 ul{
    display: flex;
    justify-content: center;
    align-items:center;
    width:270px;
}
.verify-item3{
    width:130px;
    text-align:right;
}
.verify-item4{
    width:140px;
    text-align:right;
}
.verify-td1{
    width:500px;
}
.verify-roundTd{
    width:220px;
}
.outstanding-box{
    margin-top:20px;
    width:100%;
}
.total-text .verify-tr td:first-child{
    width:580px;
    color:#060606;
    font-weight:bold;
}
.total-text .verify-tr td:last-child{
    width:190px;
    text-align:right;
    color:#060606;
    font-weight:bold;
}
.verify-body div.viewcap-box p:last-child{
    text-align:right;
}

.sendcer-box{
    display: flex;
    margin-bottom:15px;
}
.sendcer-box:last-child{
    margin-bottom: 0;
}
.ok-check{
    width:40px;
    height:40px;
    margin-right:10px;
    flex:0 0 auto;
}
.send-textbox{
    flex:1 1 auto;
}
/*tooptip*/
.verify-ques{
    display: inline-block;
    width:16px;
    height:16px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk5OUVBNTJBQzI5MTFFOUJFMTFBNjlFRkJDNzNGQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk5OUVBNTNBQzI5MTFFOUJFMTFBNjlFRkJDNzNGQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTk5RUE1MEFDMjkxMUU5QkUxMUE2OUVGQkM3M0ZBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTk5RUE1MUFDMjkxMUU5QkUxMUE2OUVGQkM3M0ZBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi1aCe0AAAFtSURBVHjaYnz18j0DGtAC4hQg9gRiRajYPSDeAcRzgPgasmJGJAPYgLgPiDOBmIkBO/gHxLOBuBCIv4MEWJA0bwViFwb8AGRwOhCrQl34C2ZAP0zzr1+/Ga5evw7ENxh+/PwJlpSTkWGwsjBj4OHmhhnkBHVtDsgAbaipEKewsTLcvX+fQUxUlEFURJjh569fDFeuXWdgOMHA4ObsiOyaDCCezgINMGZkmZAAfxR337l7j+HV69fo3gHpSQH5yQOfpx89fgL2ioqyEjZpD5ALlHBpPn/xEsPZCxfBYWBhaoJNiRILLs0vXr4CazY20Gcw1NfDpewXEzSRYIC3796BaXk5WXw+fAhKSKAoLGAgD0wEuWAuEP/F5v85CxeD0wMOANIzB2TAFSCeiS7LxsZGyHaQniuwvEBsUoaBfbCkDMs0v4DYG4inQjMMA57MBLLZB6oHJTfCAChpp0ITmBJU4QMg3gPNzleQFQMEGAD4Hm6o8i0BTgAAAABJRU5ErkJggg==) no-repeat;
    position:absolute;
    top:20px;
    left:60%;
}


.verify-ques .verify-tiptext{
    visibility: hidden;
    color: #060606;
    width: 260px;
    border: 1px solid #eef3f6;
    border: 1px solid rgba(50,180,196,.1);
    background-color:#eef3f6;
    padding: 10px;
    border-radius: 6px;
    position:relative;
    top:124%;
    left:-121px;
    z-index:999;
    font-weight:normal;
    text-align:left;
    box-shadow:1px 1px 5px gray;
    font-size:14px;
}

.verify-tiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* 提示工具头部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #eef3f6 transparent;
}
.verify-ques:hover .verify-tiptext{
    visibility: visible;
}
.equity-tab{
    position:relative;
}
.equity-tab .coming{
    position:absolute;
    width:140px;
    top:100%;
    /*top:-100%;*/
    left:0;
    visibility: hidden;
}

.equity-tab:hover .coming{
    visibility: visible;
}
/*Create CS Plan*/


/*Creation of Preferred Stock*/
.stock-li{
    width:100%;
    text-align:center;
    /*background:url("../../assets/images/line-blue.jpg") no-repeat;*/
    position:relative;
}

.stock-li div{
    position:absolute;
}
.hr1{
    width:100%;
    height:2px;
    background-color: rgba(86, 155, 183, 0.1);
    /*background-color: rgba(0,168,206, 0.1);*/
    left:91px;
    top:18px;
}
.terHr{
    width:230px;
    /*width:196px;*/
    left:134px;
}
.stock-a{
    width:36px;
    height:36px;
    border-radius: 90px;
    /*behavior:url("../ie-css3.htc"); /* 通知IE浏览器调用脚本作用于'box'类 */
    color:#fff;
    text-align:center;
    font-weight:500;
    margin:0 auto;
    line-height:18px;
    z-index: 2;
    /*background-color: rgba(0,168,206, 0.8);*/
    background-color: rgba(236,236,236, 1);
}
.round-bg-grey{
    background-color: rgba(236,236,236, 1);
}
.stock-li .shares_p{
    /*color:#00a9cc;*/
    color: #cec2c0;
    margin-top: 6px;
}
/*.shares_stock_a{*/
    /*background-color: rgba(0,168,206, 0.8);*/
/*}*/
li.stock-li.active > .stock-a,li.stock-li.active:hover .stock-a{
    /*background:#10508b;*/
    background-color: rgba(0,168,206, 0.9);
    color:#fff;
}
li.stock-li.active > .shares_p,li.stock-li.active:hover .shares_p{
    /*color:#10508b;*/
    color:#00a9cc;
}
.stock-did-li .stock-a,li.stock-did-li:hover .stock-a{
    background:#10508b;
    color:#fff;
}
.stock-did-li .shares_p,li.stock-did-li:hover .shares_p{
    color:#10508b;
}
/*.stock-nodoing:hover .stock-a{*/
/*    cursor:not-allowed;*/
/*    background-color: rgba(0,168,206, 0.9);*/
/*    color:#fff;*/
/*}*/
/*.stock-nodoing:hover .shares_p{*/
/*    color:#00a9cc;*/
/*}*/
.stock-li:hover .stock-a{
    /*background-color: rgba(0,168,206, 0.9);*/
    background-color: rgba(236,236,236, 1);
    color:#fff;
}
.stock-li:hover .shares_p{
    /*color:#00a9cc;*/
    color: #cec2c0;
}
.nav > li.stock-nodoing > .stock-a:focus{
    /*background-color: rgba(0,168,206, 0.9);*/
    background-color: rgba(236,236,236, 1);
    color:#fff;
}
.nav > li.stock-nodoing > .shares_p:focus{
    color:#fff;
}

.type-label{
    display: inline-block;
    position:relative;
    left:22px;
    color:#777777;
}
.stock-titbox{
    width:100%;
    text-align:center;
    margin:30px 0 15px 0;
}
.stock-titbox p{
    font-size:18px;
}
.stock-form{
    padding:0px 30px;
}
.uppercase_form{
    text-transform:uppercase;
}
.stock-tipbox p{
    margin-top:6px;
    margin-bottom:0;
}
.prefix-p{
    margin-top:6px;
}
.stock-tiptext{
    top:-126px;
}
.stock-ques{
    right:10px;
}
.post_tip_position{
    right:180px;
    top:20px;
}
.award_tip_position{
    right:88px;
    top:3px;
}
.award_tip_position-right{
    right:117px;
    top:3px;
}
.debt-ques{
    top:2px;
    right:6px;
}
.preStock-footer{
    padding:15px 0 20px 0;
    width:100%;
    text-align:center;
}
.preStock-footer .prices-btn{
    width:200px;
    margin:0 auto;
}
.rounds_set_btn{
    background: #eee;
    color:#9e9e9e;
}
.review-contentbox p{
    color:#4e462f;
}
.review-tablebox{
    padding:10px 20px 20px 40px;
}
.title-img{
    width:30px;
    height:30px;
    border-radius: 90px;
    background-color: #00a9cd;
    color:#fff;
    line-height: 30px;
    text-align:center;
    margin-right:6px;
    font-size:16px;
    padding-top:1px;
}
.review-contentbox table{
    width:100%;
}
.review-contentbox table tr td{
    color:#939391;
    border:1px solid #fff;
    padding:6px 0 6px 10px;
}
.filename_color{
    color:#939391;
}
.review-contentbox table tr td:first-child{
    font-weight:500;
    background-color:#d2e3e7;
    width:40%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.review-contentbox table tr td:last-child{
    background-color:#ecf4f6;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.review-contentbox table tr td.no_border_bottom {
    border-bottom: none;
}
.review-contentbox table tr td.inside_table {
    border-top: none;
    padding: 0;
}
.review-contentbox table tr td:first-child table td:last-child{
    font-weight: normal;
}

.preferred-dialog{
    width:1100px;
}
.preferred-content{
    width:1100px;
    margin:0 auto;
    border:none;
}




.confirm-dialog{
    width:620px;
    top:80px;
}
.confirm-body{
    padding:15px 20px 0 20px;
}
.confirm-titlist li{
    color:#fff;
}

.confirm-titlist .sur-li,.confirm-list .sur-li{
    min-width:240px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.confirm-titlist .cer-li,.confirm-list .cer-li{
    min-width:130px;
    text-align:center;
}
.confirm-titlist .amo-li,.confirm-list .amo-li{
    min-width:130px;
    text-align:center;
}
.confirm-titlist li:last-child,.confirm-list li:last-child{
    text-align: right;
}

.sendcer-btn{
    width:200px;
    margin:0 auto;
    height:38px;
}
.padding2026{
    padding:20px 26px;
}
.padding202620{
    padding:20px 26px 0 26px;
}
.padding3020{
    padding:30px 20px 0 20px;
}
.padding3232{
    padding:30px 20px 30px 20px;
}
.padding3042{
    padding:30px 42px 20px 42px;
}
.padding20{
    padding:20px 0;
}
/*FireWorkss*/
.fireworkss{
    background:url([object Module]);
    width:100%;
    height:100%;
    background-size: 100% 100%;
    position: relative;
}
.fireworks-main{
    width:400px;
    position:absolute;
    top:20%;
    left:50%;
    margin-left:-200px;
    text-align:center;
}
#fireworks .fireworks-main h4{
    font-size:48px;
    color:#fff !important;
    font-weight:500;
}
.fireworks-main p{
    color:#fff;
    margin-bottom:20px;
}
.fireworks-btn{
    width:90px;
    height:34px;
    background-color:#00a9cd;
    color:#fff;
    font-weight:500;
}
.sign-loading-position{
    position:relative;
}
.loading_pic{
    position: absolute;
    top:50%;
    left:46%;
    z-index: 99;

}
.paddingRight30{
    padding-right:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.paddingRight18{
    padding-right:18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.additionalDocModal {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 82px;
  margin-left: -200px;
  z-index: 99999;
}
.additionalDocModal .body-reset2040 {
  padding: 20px 40px;
}
.additionalDocModal .addi-file-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  margin: 4px 0;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.additionalDocModal .addi-file-item:hover {
  background-color: #f5f5f5;
}
.additionalDocModal .addi-file-item .del-trash {
  margin-left: auto;
  color: #999;
  cursor: pointer;
}
.additionalDocModal .addi-file-item .del-trash:hover {
  color: #ff4d4f;
}
.additionalDocModal .add-file-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.transaction-history-render {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.transaction-history-render .transaction-share-name {
  color: #01A9CE;
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  z-index: 1;
}
.terminate-token-table {
  border-radius: 4px;
  padding: 15px 20px 20px 20px;
}
.terminate-token-table .ant-table-title {
  padding: 0 16px 2px 16px;
  background: #f7f8fc;
  font-weight: 500;
  font-size: 16px;
  color: #0f518b;
}
.terminate-token-table .ant-table-thead tr th {
  padding: 12px 6px;
}
.terminate-token-table tr td {
  background-color: #f2f7fa;
  border-bottom: 1px solid #fff;
}
.terminate-token-table tfoot > tr > td {
  background-color: #cceff6;
  border: none;
  font-weight: 500;
  text-align: right;
}
.terminate-token-table {
  margin-bottom: 30px !important;
}
.terminate-token-table .ant-table-tbody > tr > td {
  background-color: #f2f7fa;
  border-bottom: 1px solid #fff;
  padding: 6px;
}
.terminate-token-table tfoot > tr > td {
  background-color: #cceff6;
  border: none;
  font-weight: 500;
  text-align: right;
  padding: 10px 6px;
}
.table-column-filter {
  width: 67px !important;
  position: relative;
  margin-right: 10px;
}
.table-column-menu {
  min-width: 244px;
  padding-bottom: 10px;
}
.table-column-menu .ant-dropdown-menu-item-group-title {
  font-weight: bold;
  color: black;
}
.table-column-menu .ant-dropdown-menu-item-group-list {
  margin: 0 !important;
}
.table-column-hide {
  display: none;
}
.termination-modal {
  border: none;
}
.termination-modal .modal-body {
  padding: 30px 0 15px 0;
}
.termination-modal .modal-body p {
  margin-bottom: 0;
}
.termination-modal .modal-footer {
  padding-bottom: 20px;
}
.bulk-transfer-root .bulk-transfer-content {
  flex: 1 1;
  height: 100%;
  overflow: auto;
  padding: 16px;
}
.bulk-transfer-root .bulk-transfer-content .ant-table-thead th {
  background: #006BAF;
  color: #fff;
}
.bulk-transfer-root .bulk-transfer-content td {
  padding: 8px;
}
.bulk-transfer-root .bulk-transfer-content .has-error {
  border: 1px solid red;
}
.bulk-transfer-root .bulk-transfer-content .upload-item-list .file-name {
  max-width: 80px;
}
.bulk-transfer-root .modal-footer .no-cursor {
  cursor: not-allowed;
}
.upload-item-root {
  display: flex;
}
.upload-item-root .upload-item-list {
  margin-left: 20px;
}
.upload-item-root .upload-item-list .upload-item-file-list {
  display: flex;
  align-items: center;
  line-height: 32px;
}
.upload-item-root .upload-item-list .upload-item-file-list .delete-icon {
  color: red;
  margin-left: 10px;
}
.upload-item-root .upload-item-list .file-name {
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 32px;
}
.upload-item-root .upload-item-list .file-name .upload-item-tooltip {
  cursor: default;
}
@-moz-document url-prefix() {
    select{
        -webkit-appearance:none;
        appearance:none;/*隐藏下拉箭头,IE不支持此属性*/
    }
}

.holders-nav{
    /* display: flex;
    justify-content: flex-end;
    position: relative;
    top: -32px;
    margin-left: 200px; */
}
.holders-nav button{
    height:38px;
    color:#fff;
    border:none;
}
.search-group{
    display: flex;
    justify-content:flex-end;
    margin-left: 10px;
    /* width:45%; */
}
.transaction_search{
    justify-content:flex-start;
}
.stakehodler-table-box {
    margin-top: -32px;
}
.holders-search{
    /*width:40%;*/
    min-width:140px;
    width:200px;
    /*flex:0 1 auto;*/
    border-radius: 4px;
}
.action-box{
    display: flex;
    position:relative;
}
div.btn-group button.action-btn{
    position: relative;
    width:100px;
    padding:6px 12px 6px 0;
}
.action-availableBtn{
    background-color:rgba(48,180,116,1);
}
.action-disabledBtn{
    background:rgba(48,180,116,.5); ;
}
.action-triangle{
    position:absolute;
    right:14px;
}
.manage_triangle{
    position:absolute;;
    top:8px;
    right:14px;
}
.merge-downmenu{
    border:none;
    min-width:160px;
    padding:0;
}
.merge-downmenu .merge-btn{
    background-color: #e8f0f3;
    color:#41586c;
    height:28px;
    width:100%;
    padding:0 10px;
    border-radius: 4px;
    position:relative;
}
.merge-tip{
    visibility: hidden;
    color:#ff4e5c;
    width:340px;
    text-align: center;
    border: 1px solid #ff4e5c;
    border: 1px solid rgba(255,233,234,.2);
    background-color:#ffe9ea;
    padding:6px 10px;
    border-radius: 6px;
    position:absolute;
    left:105%;
    top:-8%;
    font-weight:500;
}
.merge-tip::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* 提示工具左侧 */
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #ffe9ea transparent transparent;
}
.merge-btn:hover .merge-tip {
    visibility: visible;
}
.stateBox{
    position:relative;
    margin-right:14px;
    min-width:160px;
}
.stateBox .holders-clearBtn{
    position:absolute;
    bottom:0;
    right:0;
    height:20px;
    line-height:20px;
    padding:0 10px;
    border-radius: 4px;
}
.items-tip{
    color:#7f8082;
    position:absolute;
    top:0;
    right:0;
}
.shares_items_tip{
    top:-4px;
}
.search-group{
    display: flex;
}
button.dou-btn{
    position:relative;
    width:60px;
    flex:0 0 auto;
}
.btn-group > .dou-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.filter-pic{
    position:absolute;
    left:10px;
    top:6px;
    display:inline-block;
    width:24px;
    height:24px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2REY4NEVBOUJEMEYxMUU5QTc4NzkzNUVDOTJFQjdEQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2REY4NEVBQUJEMEYxMUU5QTc4NzkzNUVDOTJFQjdEQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZERjg0RUE3QkQwRjExRTlBNzg3OTM1RUM5MkVCN0RDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZERjg0RUE4QkQwRjExRTlBNzg3OTM1RUM5MkVCN0RDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9fQWhwAAAZ5JREFUeNrMlj1LA0EQht3zUPwAY2OjxE7bCGIhWAj6B8R/YOuvsLQQYm2TRkFREFGwEETQxl4M+IEgyDVRMWKMieu7+B6cy+5logQceMjN7ezM7czObpTWuq2VohhgC0yAOhgAPU36eQDvIADT4CYeCPnbDrJ8vgZV0CdwrOl8PPGu/tMCKyAr+lu2E+8kZMEzKIMhe9w2XmeQfaHzDB0byblsXJMKnFBo4DwA97Rd8Nn5Juc58TAlwCltFtM+JO0Ld1LStcmx5UZpbJTjDYejJb47kNRJCRrtA7yCDPUS6Dc9JGmQQGBTA48JvdRMB0oCKKt54ucuSYDwD8dMHGgejIFPdrbiyWCOizVJM1XAVUIvssgh9XPtlpoZD4Up0p7Vm/rMgmFH0SNpijo8AWJ5IqnHdZpEPMJnwBG4BKMscgV0clxbm8fstrKkBpPM6S71C6sGx54aRNIanIFBXijx3ZHc4nlwYq3A1ONOmiJbimAEdIM36ZX5rwK8gF4W11ytq2DKYXcL5n7TyXtcQZW6uctzvlNCtfpvy5cAAwCbgLkL7qX2QgAAAABJRU5ErkJggg==) no-repeat;
}
.filter-triangle{
    right:10px;
    top:6px;
}
.re-triangle{
    margin-left:4px;
}
.search-pic,.cha{
    color:#cacaca;
    padding:0 8px;
}
.action-btn,.dou-btn,.holders-search{
    margin-right:6px;
}
.input-box{
    line-height:38px;
    width:100%;
}
.holders-filter{
    right:6px;
    left:auto;
    border:none;
    min-width:180px;
}
.holders-filter .holders-radioLi{
    padding:2px 0;
}
.sthFilter-title{
    padding-left:14px;
    font-weight: 500;
}

/*mange-downmenu*/
.mange-downmenu{
    right:0px;
    left:auto;
    border:none;
}
.mange-downmenu li{
    line-height:30px;
}
.mange-downmenu > li > a:hover, .mange-downmenu > li > a:focus,.sort-dropdown-menu > li > a:hover, .sort-dropdown-menu > li > a:focus {
    background-color: #e8f0f3;
    color:#41586c;
}
.holders-downmenu > li > a:hover, .holders-downmenu > li > a:focus {
    background-color: #e8f0f3;
    color:#41586c;
    border-radius: 4px;
}
.no-link{
    font-weight: 500;
    margin-left:20px;
}
.manage-btn{
    width:100px;
    padding:0 14px;
    text-align:left;
}
.add_stakeholder_btn{
    width:134px;
}
.action-btn:hover,.manage-btn:hover{
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.mange-downmenu a{
    cursor:pointer;
}
.mange-downmenu > li > a,.sort-dropdown-menu >li >a{
    color:#7f8082;
}
.invite_li a{
    background-color: #e8f0f3;
    color: #41586c;
}

/*table*/
.table>tbody>tr>td{
    border-top: none;
}
.stake-table{
    min-width:980px;
    /*border-collapse: separate;*/
}
.warrant-table{
    min-width:1200px;
}
.convertible-table{
    min-width:1060px;
}
.stake-table>tbody>tr{
    height:42px;
    border:none;
}
/* .stake-holder-table-fixed {
    
}
.stake-holder-header-fixed {
    position: fixed;
    right: 45px;
    top: 100px;
    left: 256px;
    z-index: 2;
    min-width: 700px;
} */
/*.table-box>table{*/
/*border-collapse:separate;*/
/*border-spacing:0;*/
/*border:none;*/
/*}*/
.stake-table tr td p{
    margin-bottom: 0;
}
.table tr.stake-tableTh td p{
    color:#fff;
}
.stake-table>tbody>tr>td{
    border-bottom:1px solid #e5f4f7;
    padding:0 8px;
}
.table tr td:first-child{
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.table tr td:last-child{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
tr.table-th td{
    color:#252525;
}
.stake-table td p{
    line-height: 42px;
}
.stake-table td .schedule_p{
    line-height: 16px;
    padding: 6px 0;
}
.stake-table-row td p{
    color:#7f8082;
    line-height:42px;
}
.transaction_tr td:first-child{
    padding-left:22px;
}
.transaction_tr td:last-child{
    padding-right:26px;
}
/*修改checkbox样式*/
.check-box{
    position:relative;

}
table.table > tbody > tr > .check-box{
    padding:0 0 0 14px;
}
.re-checkbox+label{
    width:20px;
    height:20px;
    background-color:#fff;
    display: block;
    cursor: pointer;
    position: absolute;
    top:16px;
    border-radius: 4px;
    border:1px solid #cacaca;
}
.disabled-checkbox+label{
    background-color:#eee;
    cursor:not-allowed;
}
.re-checkbox[type=checkbox]{
    visibility: hidden;
}/*清除原有样式*/
.re-checkbox:checked+label::before{
    content:"\2713";/*对号的粗细，2714大一号*/
    color:#00a9cd;
    display: block;
    text-align: center;
    font-size: 14px;
}
.holders-checkbox+label{
    top:11px;
}
.proRata-checkbox+label{
    left:50px;
    top:8px;
}
.complete_checkbox+label{
    top:8px;
    right:0;
}
.holders-checkbox:checked+label::before{
    color:#0f518b;
}

/*checkbox被选中后tr,td,btn的样式*/
.checked-state{
    background-color:#0f518b;
}
.checked-state td p{
    color:#fff;
}
.checked-error-state{
    background-color: #FFCFD0;
}


@media screen and (max-width: 767px){
    .table-responsive {
        border: none;
    }/*清除reponsive在768以下的border*/
}

/*.table > tbody > tr > .th-td {*/
/*padding:16px 8px 16px 0;*/
/*line-height: 1.42857143;*/
/*vertical-align: top;*/
/*border-top:none;*/
/*}*/
/*.th-td{*/
/*position: relative;*/
/*}*/
.stake-tableTh p{
    color:#fff;
    position:relative;
}
/*.th-td p{*/
/*height:24px;*/
/*padding-left:8px;*/
/*-webkit-border-radius: 4px;*/
/*-moz-border-radius: 4px;*/
/*border-radius: 4px;*/
/*color:#fff;*/
/*}*/
/*.th-td p:hover{*/
/*background-color:#00a9cb;*/
/*}*/
.stake-tableTh span{
    display:inline-block;
    width:9px;
    height:14px;
    position:absolute;
    top:50%;
    margin-top:-6px;
    margin-left:8px;
    cursor: pointer;
}
.updown-box{
    display:inline-block;
    width:9px;
    height:14px;
    position:absolute;
    top:50%;
    margin-top:-9px;
    margin-left:10px;
    cursor: pointer;
}
.updown{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMTItMjFUMTk6MDE6MzcrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTEyLTIxVDE5OjAyOjI0KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTEyLTIxVDE5OjAyOjI0KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBlMTZjMWZjLTcxOTAtNDhiMy05NjBmLWYyZjU1NmVhNWQ1NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowZTE2YzFmYy03MTkwLTQ4YjMtOTYwZi1mMmY1NTZlYTVkNTQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowZTE2YzFmYy03MTkwLTQ4YjMtOTYwZi1mMmY1NTZlYTVkNTQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjBlMTZjMWZjLTcxOTAtNDhiMy05NjBmLWYyZjU1NmVhNWQ1NCIgc3RFdnQ6d2hlbj0iMjAxOS0xMi0yMVQxOTowMTozNyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PVHhdQAAAE1JREFUKJG1jkEKwDAMw+TQ/3/ZO60Et1tP9SXEiESyTcSAelEboM8FypNOaPnZ+/oBJjhScpcUvwwNzuIUZ3G9775ApVOCc09xJQDwAHK9DR3JkWjjAAAAAElFTkSuQmCC) no-repeat;
}
.date-start,.date-end{
    position: relative;
}


table.table td.last-item{
    position:relative;
    padding-right:14px;
}
td.last-item button.gray_btn{
    width:24px;
    height:24px;
    border-radius: 2px;
    text-align:center;
    margin-top:8px;
}
.holders-triangle{
    margin-top:-2px;
    left:6px;
}
.table-position{
    top:50%;
    left:5px;
    margin-top:-3px;
}
.stake-table-row:hover{
    background-color:#fff;
}
.stake-table-row:hover td p{
    color:#252525;
}
:focus{
    outline: none;
}
.holders-downmenu{
    border:none;
    right:0;
    left:auto;
    min-width:160px;
    line-heihgt:30px;
    padding:0;

}
.board-downmenu{
    right:-20px;
}
.holders-downmenu > li > a{
    color:#282828;
    cursor: pointer;
}
.table > tbody > tr > .td0{
    min-width:110px;
}
.table > tbody > tr > .stakeholder_td{
    min-width:200px;
}
.table > tbody > tr > td.stakeholder_td p{
    width:190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.table > tbody > tr > .td1{
    width:46px;
}
.esp-navbox{
    margin-bottom:15px;
}
.esp-navbox a{
    width:120px;
    background-color:#baccd5;
    margin-right:10px;
    color:#fff;
}
.esp-navbox>li> a:hover{
    background-color:#baccd5;
}

.no-marginRight{
    margin-right:0;
}

/*Access*/
.access-table tbody tr td:last-child{
    text-align:right;
    padding-right:14px;
}
div.btn-group button.accessBtn{
    padding:6px 12px;
}
.access-roundsTd{
    text-align:center;
    height:42px;
}
.access-roundsTd ul{
    width:260px;
    height:42px;
    display: flex;
    padding:8px 0;
    margin:0 auto;
}
.access-roundsTd li{
    height:26px;
    line-height:26px;
    padding:0 8px;
    margin-right:2px;
    border-radius: 4px;
    color:#fff;
    background-color:#b9ccd1;

}
.form-horizontal .member-radio{
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.radio .radio-label{
    padding:6px 0 0 32px;
    font-weight: 800;
}
.radio .vesting-label{
    font-weight: normal;
}
.radio .holder-label{
    padding:0 0 0 30px;
}
.radio .member-label{
    padding:0 0 0 18px;
    font-weight: normal;
}

.border_blue{
    border:5px solid #00a9cc;
    border-radius: 4px;
}
#addPropertiesModal table,#editStakeholderModal table,#addStakeholderModal table{
    margin-bottom: 0;
}

.loading_position{
    margin-top:260px;
}
.min-height{
    min-height:300px;
}
.stakeholder_loading_position{
    margin-top:140px;
}
.stakeholder-search-box {

}
.stakeholder-search-input {
    width: 200px;
    height: 38px;
    margin-right: 10px;
    position: relative;
}
.stakeholder-table-row-hide {
    display: none;
}
.search-prefix-icon, .search-close-icon {
    color: #CACACA;
    cursor: pointer;
}
.stakeholder-warning {
    display: inline-block;
    margin-bottom: 18px;
}

/*滑块checkbox*/
.selected_remind_input input[type="checkbox"] {
    -webkit-appearance: none;
}

.selected_remind_input input[type="checkbox"]:checked+label,
.selected_remind_input input[type="checkbox"]:not(:checked)+label {
    background-color: #e0e0e0;
    border-radius: 24px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    text-indent: -9999px;
    width: 50px;
}

.selected_remind_input input[type="checkbox"]:checked+label:after,
.selected_remind_input input[type="checkbox"]:not(:checked)+label:after {
    background-color: #fff;
    border-radius: 20px;
    content: " ";
    height: 16px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 16px;
}

.selected_remind_input input[type="checkbox"]:checked+label {
    background-color: #00a9cc;
}

.selected_remind_input input[type="checkbox"]:checked+label:after {
    left: 30px;
}

.selected_remind_input input[type="checkbox"]:checked+label,
.selected_remind_input input[type="checkbox"]:not(:checked)+label {
    transition: background-color 0.3s;
}

.selected_remind_input input[type="checkbox"]:checked+label:after,
.selected_remind_input input[type="checkbox"]:not(:checked)+label:after {
    transition: left 0.3s;
}

.cancel_pop{
    width:210px;
    padding:8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position:absolute;
    z-index: 99;
    top:-16px;
}
.marginRig10{
    margin-right:10px;
}
.marginLf10{
    margin-left:10px;
}
.marginRig6{
    margin-right:6px;
}
.security-manageBtn{
    width:200px;
    margin-right:6px;
    font-weight: 500;
    padding:0px 14px;
    display: inline-block;
    text-align: left;
}
.warrant-manageBtn {
    min-width:250px;
}
.convertible-manageBtn{
    width:220px;
    margin-right:6px;
    font-weight: 500;
    padding:0px 14px;
    display: inline-block;
    text-align: left;
}
.shares-downmenu{
    width:190px;
    left:0px;
}
.action-downmenu{
    left:0;
    right:auto;
    width:180px;
}
.width280{
    width:280px;
}
.width270{
    width:270px;
}
/*downtriangle  list  item  tooltip*/
.holders-downmenu > li > .no-cursor{
    cursor:not-allowed;
}
.reverse-btn{
    position:relative;
}
.stake-table tbody tr td .reverse-tip{
    line-height:18px;
}
.reverse-tip{
    color:#818181;
    visibility: hidden;
    /* width: 230px; */
    border: 1px solid #eef3f6;
    border: 1px solid rgba(247,248,252,.1);
    background-color:#eef3f6;
    padding: 10px;
    border-radius: 6px;
    box-shadow:1px 1px 5px gray;
    position:absolute;
    right:105%;
    top:-26px;
    z-index:10000;
}
.reverse-tip::after {
    content: " ";
    position: absolute;
    top: 50%;
    left:100%; /* 提示工具you侧 */
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #eef3f6;

}
.reverse-btn:hover .reverse-tip {
    visibility: visible;
}

/*sign tip*/
.stake-table td .sign-tiptext{
    color:#fff;
    line-height:30px;
    z-index: 999;
}
.sign-tiptext{
    /*opacity:0;*/
    /*transition:opacity 0.5s;*/
    visibility: hidden;
    text-align:center;
    position:absolute;
    top:-72%;
    left:0;
    width:180px;
    height:30px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
}
.stake-table tr td .error-tiptext{
    width:60px;
    border-bottom: 2px solid #c92928;
    /*border-radius:0;*/
    /*visibility: visible;*/
    visibility: hidden;
}
.stake-table tr td .signTipBox:hover .error-tiptext{
    /*color:#8F6861;*/
    color:#fff;
    visibility: visible;
}
.draft_table .stake-table-row:hover td .sign-tiptext{
    color:#8F6861;
    visibility: visible;
}
.stake-table-row:hover td .sign-tiptext {
    color: #fff;
    /*opacity:1;*/
    visibility: visible;

}
.stake-table .table-row .signTipBox .showErrorTip{
    visibility:hidden ;
}
.removeTip:hover p.sign-tiptext{
    /*opacity: 0;*/
    visibility: hidden;
}
.holder-tip-triangle{
    position:absolute;
    top:0;
    left:0;
    border-width:5px;
    border-style:solid;
    border-color:#2cb676 transparent transparent #2cb676;
}
.officer-tip-triangle{
    position:absolute;
    top:0;
    left:0;
    border-width:5px;
    border-style:solid;
    border-color:#fc843c transparent transparent #fc843c;
}
.error-tip-triangle{
    position:absolute;
    top:0;
    left:0;
    border-width:8px;
    border-style:solid;
    border-color:#c92928 transparent transparent #c92928;
}
/*Modify Share Modal*/
.marginLeft36{
    margin-left:36px;
}
.marginLeft16{
    margin-left:16px;
}
.marginLeft6{
    margin-left:6px;
}
.padding030{
    padding:0 30px;
}
.padding5030{
    padding:50px 30px 0 30px;
}
.padding1010{
    padding:10px;
}
.padding2030{
    padding:20px 30px 0 30px;
}
padding2020{
    padding:20px;
}
.padding2032{
    padding:20px 32px 0 32px;
}
.padding203020{
    padding:20px 30px 20px 30px;
}
.padding040{
    padding:0 40px;
}
.shareTitleBox{
    display: flex;
    justify-content: center;
}
.iconBox{
    width:30px;
    height:30px;
    border-radius: 15px;
    line-height:30px;
    text-align:center;
}
.iconBox span{
    color:#fff;
}
.shareTextBox{
    width:96%;
    margin-left:10px;
}
.shareTextBox p{
    margin-bottom:0;
}
.shareTitle{
    font-weight: 500;
}
.marginTop2{
    margin-top:2px;
}
.marginTop0{
    margin-top:0;
}
.marginTop6{
    margin-top:6px;
}
.marginTop10{
    margin-top:10px;
}
.marginTop30{
    margin-top:30px;
}
.marginTop8{
    margin-top:8px;
}
.padding2026026{
    padding:20px 26px 0 26px;
}
.padding1030{
    padding:10px 30px;
}
/*Modify table*/
.modify-table{
    margin:10px 0;
}
.modify-value-table tbody tr td:first-child{
    width:40%;
}
.modify-table tbody .modify-contentRow,.reviewTb-contentRow,#vest_milestone_table tbody .modify-contentRow{
    background-color:#f3f8fb;
    border:1px solid #fff;
}
.modify-table tbody .modify-contentRow td{
    padding:0;
}

.modify-table tbody .modify-contentRow td:first-child{
    padding:8px;
}
.modify-table tbody .modify-contentRow td.mid_column{
    width:26%;
    padding:8px;
    color:#777;
}
.file-con{
    overflow: hidden;
    width:180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.modify-contentRow input[disabled],.modify-contentRow select[disabled],.modify-contentRow textarea[disabled]{
    opacity:0.2;
    border:1px solid #ccc;
}
.modify-contentRow .datepicker_opacity input{
    border:none
}
.exercise_date_selector{
    margin-bottom: 4px;
}
.modify-contentRow .ant-picker.ant-picker-disabled{
    opacity: 0.4;
}
.modify-contentRow .fileTd input[disabled]{
    opacity: 0;
    border:none;
}
.modify-contentRow .fileTd{
    display: flex;
    justify-content: space-between;
    width:100%;
}

.modify-contentRow .fileDisabled0,.modify-contentRow .fileDisabled1{
    opacity: 0.3;
}
.modify-table tbody tr td:last-child{
    padding-right:0;
}
.modify-firstRow{
    background-color:#10518d;
}
.modify-firstRow td{
    color:#fff;
}
.modify-checkbox+label{
    top:0;
}
.modify-label{
    padding-left:12px;
}
.modify-darkInput{
    background:#f3f8fb;
}
.modify-whiteInput{
    background:#fff;
}
select.modify-whiteInput{
    background:#fff;

}
.deleteModalBox{
    position:relative;
}
.delModal{
    position:absolute;
    left:50%;
    top:70px;
    margin-left:-210px;
    z-index: 99999;
}
.modify-content{
    margin-bottom:16px;
}
.modify-historyTd{
    position: relative;
}
.modify-tiptext86{
    top:-86px;
    left:-102px;
}
.modify-tiptext76{
    top:-76px;
    left:-10px;
}
.modify-tiptext116{
    top:-116px;
    left:-102px;
}
.modify-tiptext106{
    top:-106px;
    left:-102px;
}
.modify-tiptext100{
    top:-100px;
    left:-102px;
}
.modify-tiptext66{
    top:-66px;
    left:-102px;
}
.modify-tiptext45{
    top:-45px;
    left:-102px;
}
.modify-tiptext124{
    top:-124px;
    left:-102px;
}
.modify-tiptext144{
    top:-144px;
    left:-102px;
}
.modify-tiptext166{
    top:-166px;
    left:-102px;
}
.reviewTb{
    width:840px;
    table-layout: fixed;
}
 .reviewTb>tbody>tr>td{
     padding:8px;
     color:#333;
 }
.reviewTb>tbody>.reviewTb-contentRow>td{
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}
.reviewTb>tbody>.modify-firstRow>td{
    color:#fff;
}
.reviewTb>tbody>.reviewTb-contentRow>.newValueTd{
    color:#000;
    font-weight:500;
    white-space: nowrap;
}
.reviewTb>tbody>.reviewTb-contentRow>.oldValueTd{
    white-space: nowrap;
}
 .reviewTb>tbody>tr>td:first-child{
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
 }
.reviewTb>tbody>tr>td.width100{
    width:100px;
}
.reviewTb>tbody>tr>td.width120{
    width:120px;
}
.reviewTb>tbody>tr>td.width160{
    width:160px;
}
.reviewTb>tbody>tr>td:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width:180px;
    text-align:center;
}
.reviewTb>tbody>.reviewTb-contentRow>td:last-child{
    font-weight: 500;
    color:#db585d;
}
.length-a{
    cursor:pointer;
}
.length-a:hover{
    color:#00a9cb;
    text-decoration: underline;
}
.legends-checkbox+label{
    top:5px;
}
.compliancePre{
    width:100%;
    white-space:pre-line;
    height:140px;
    color:#555;
    margin-top:10px;
}
.cerFilter-body{
    padding:15px 20px 0 20px;
}
.cerFilter-dateTd div{
    margin-top:2px;
}
.to-text{
    text-align:center;
    margin-top:8px;
}
table.modify-table tbody tr td.no_padding{
    padding:0
}
.nopadding .ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
    padding-left: 0;
}

.no_padding .ant-collapse > .ant-collapse-item > .ant-collapse-header {
     padding: 0;
 }
table.no_margin{
    margin:0
}
table.no_margin  tr:first-child{
    border-top:none
}
table.no_margin  tr:last-child{
    border-bottom:none
}
/*Vest Milestones*/
.table>tbody>tr>td.completion_date_td{
    padding:0;
}

/*Repurchase*/
.srepur-fileName{
    padding-left:10px;
}
.switch-checkbox+label{
    margin-top:4px;
}
.switch_disable +label{
    cursor: not-allowed !important;
}
.repurchase_select{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding-right:26px;
}



/*Add Vesting Schedule*/
.acceleration_terms_a:hover,.acceleration_terms_a:focus{
    color:#00a9cb;
}
.resetDownTri{
    font-size:12px;
}
.acceleration_terms_textarea{
    margin-top:4px;
    min-height:100px;
}
.schedule-progress{
    height:14px;
    margin:4px 0;
    border-radius: 7px;
}
.schedule-progress-bar{
    width:50%;
    background-color:#00a9cc;
}

.add-vesting-schedule-progress-bar{
    background-color:#00a9cc;
}

/* Vesting Schedule ToolTip*/

.scheduleInput-tiptext{
    left:98%;
    top:-16px;
    width: 220px;
}
.scheduleInput-tiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left:-2%; /* 提示工具左侧 */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #eef3f6 transparent transparent;
}
.vesting-btn{
    position: relative;
}
.vesting-tiptext{
    width:260px;
    left:-24px;
    top:-220%;
    text-align:left;
    white-space: pre-line;
}



.acceleration-p{
    font-weight: 500;
    margin:10px 0;
}
.legend-item{
    display: inline-block;
    background: #cce8ee;
}
.vestedTr{
    background-color:#cce8ee;
}
.summaryTr p{
    margin-bottom: 0;
}
.vested-table tr{
    border-bottom:1px solid #fff;
}
.vested-table tbody .vestedTr td{
    color:#00a9cc;
}
.resetFont{
    font-weight:500;
}
.vested-3Td{
    text-align:right;
}
.paddingLeft26{
    padding-left:26px;
}
.paddingLeft21{
    padding-left:21px;
}
.paddingLeft6{
    padding-left:6px;
}
.paddingLeft24{
    padding-left:24px;
}
.paddingLeft42 {
    padding-left: 42px;
}
.vesting-trash{
    float:left;
    margin-top:3px;
}
.colorWhite{
    color:#fff;
}
.colorRed{
    color: red;
    background-color: #fff;
}
input.schedule-checkbox+label{
    top:0;
}
.scheduleTr{
    border:1px solid #fff;
}
.schedule-table tbody .scheduleTr td{
    border-left:1px solid #fff;
}
.schedule-table tbody .scheduleTr .noBorderTd{
    border-left:none;
}
.alignLeft{
    text-align:left;
}
.font_reset_form .add-label{
    color:#252525;
}
.accelerate-form .form-group{
    margin-left:0px;
}

/*Transger*/
.flexDiv{
    display: flex;
    cursor: pointer;
    position: relative;
}
.flexTd{
    display: flex;
    flex-flow: wrap;
}
.transfer_dic{
    margin-right: 10px;
    display: inline-block;
    min-width:38px;
    height:38px;
    border-radius: 19px;
    background-color:#00abcf;
}
.transfer-title{
    font-weight: 500;
    color:#252525;
}
.signatory_error {
    margin-bottom: 20px;
}
.signatory_error .ant-alert-message {
    color: red;
}
.transfer_triangle{
    display: inline-block;
    position: absolute;
    right:0;
    width:50px;
    height:50px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAYAAACp65zuAAAAAXNSR0IArs4c6QAABBBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIj4KICAgICAgICAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDpEOUYwN0NGRkI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QTwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpEOUYwN0QwMEI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpEOUYwN0QwMkI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpEOUYwN0QwMUI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgokbLjxAAAAaUlEQVQoFY3SCwoAIQgE0HaP6sG86i4TKDj5SYjAXhbiUtUPaw3x2vmEHeJCh58MiMjO22vYPcHVGDucKgfY4QNWOIUZLiHjEnIXUsgIrTpghvCNACsUYIccTmjDGwQYxowHAcDCYYeAfyc7QlR/qnv2AAAAAElFTkSuQmCC) no-repeat  right center;
}
.width580 p {
    padding-right:10px;
}
.resetCalendarPosition{
    background-position: right -1px;

}
select.transfer-select-box {
    width: 140px;
}
.transfer-selBox{
    border:1px dashed #989b9e;
    border-radius: 4px;
    padding:3px;
}
.transfer-fileName{
    line-height:36px;
    width:140px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;

}
.minHeight140{
    min-height:140px;
}
.minHeight100{
    min-height:100px;
}
.transfer_detailsTd{
    background-color:#e3edee;
}
.transfer_detailsTd table.transfer_detailsTable{
    padding-bottom:0;
    margin-bottom:0;
    background-color:#e3edee;
}
.transfer_detailsTable tr td{
    border:1px solid #e3edee;
}
.transfer_detailsTable>tbody>tr>td:first-child{
    text-align:left;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color:#f3f8fb;
}
.transfer_detailsTable td:last-child{
    text-align:left;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color:#fff;
}
.table.vesting-milestone-table tr.bg-skyblue td {
    width: 100%;
    color: #232323;
    text-align:right;
    font-weight:500;
}
table >tbody > tr.scheduleTr > td.ellipsisTd p{
    width:140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#review_transfer_details .table > tbody + tbody {
    border-top:none;
}
.scheduleTr .not_pointer{
    cursor: not-allowed;
}

/*accelerate vesting*/
.type_tip{
    padding:3px 6px 0;
}
.legend_tip{
    color:#ff4e5c;
    background:pink;
    text-decoration: line-through;
}
ul.accelerate_ul{
    margin-bottom:0
}
.accelerate_ul li{
    margin-right:12px;
}
.accelerate_list .new_tranche{
    color:#fff;
    background:#26B884;
}
.accelerate_tr{
    background: #26B884;
}
.accelerate_vesting_tr{
    border-bottom: 1px solid #fff;
}
.line_through_tr {
    background: #ffe0e0;
    -webkit-text-decoration: line-through red;
            text-decoration: line-through red;
}
.optionColor{
    color:#777
}
/*Drafts*/
.draftsContent{
    width:100%;
    background-color:#e6f0f4;
}
.draftList .scroll-div{
    overflow-x: scroll;
}
.scroll-cont {
    min-height: 520px;
}
.scroll-cont .scroll-div{
    overflow-x: scroll;
}
table.security-DraftsTable{
    min-width:840px;
    margin-bottom:8px;
}
table.draftsWarrantTable{
    min-width: 600px;
    margin-bottom:8px;
}
table.draftsCnTable{
    min-width: 540px;
    margin-bottom:8px;
}
table.security-DraftsTable tbody tr td.paddingRight14{
    padding-right:14px;
}

.edit-shareClass-progress{
    height:10px;
}
.blue-triangle-down{
    padding-right:10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCMDA1Q0Y0RDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCMDA1Q0YzRDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU1NUREODcwNTk0NTExRUE5REZFQjMxNzExNzI4RTk1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU1NUREODcxNTk0NTExRUE5REZFQjMxNzExNzI4RTk1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IrxZRwAAAEBJREFUeNpilF169j8DBDAyYAdg+UdRRmB5JnQJbIqRAROayf9xsBmRNTBg0YRVMbqTsPmBEZuTcCnAGggAAQYAbvULC5SbZ5YAAAAASUVORK5CYII=) no-repeat right center;
}
select.blue-triangle-down{
    padding-right:26px;
    background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCMDA1Q0Y0RDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCMDA1Q0YzRDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU1NUREODcwNTk0NTExRUE5REZFQjMxNzExNzI4RTk1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU1NUREODcxNTk0NTExRUE5REZFQjMxNzExNzI4RTk1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IrxZRwAAAEBJREFUeNpilF169j8DBDAyYAdg+UdRRmB5JnQJbIqRAROayf9xsBmRNTBg0YRVMbqTsPmBEZuTcCnAGggAAQYAbvULC5SbZ5YAAAAASUVORK5CYII=) no-repeat right center;
}
.blue-triangle-up{
    padding-right:10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYyNUQwRjIzRDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYyNUQwRjIyRDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU1NUREODcwNTk0NTExRUE5REZFQjMxNzExNzI4RTk1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU1NUREODcxNTk0NTExRUE5REZFQjMxNzExNzI4RTk1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GwN3iwAAAERJREFUeNpi/P//PwMykFt2DibA+CjKiAEdMOFQDAL/gXzcGtAU49TEhEUxIxRj1cSERTE29n9sfoArQPIsI7obAQIMAHhJG3NSydkfAAAAAElFTkSuQmCC) no-repeat right center;
}
.edit-shareClass-triangle-down{
    padding-right:10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCMDA1Q0Y0RDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCMDA1Q0YzRDM4RjExRUM4N0VBQjVBMTJCRDE0QUZGIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU1NUREODcwNTk0NTExRUE5REZFQjMxNzExNzI4RTk1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU1NUREODcxNTk0NTExRUE5REZFQjMxNzExNzI4RTk1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IrxZRwAAAEBJREFUeNpilF169j8DBDAyYAdg+UdRRmB5JnQJbIqRAROayf9xsBmRNTBg0YRVMbqTsPmBEZuTcCnAGggAAQYAbvULC5SbZ5YAAAAASUVORK5CYII=) no-repeat right 12px;
}
.editShareClassBtn{
    color:#fff;
    font-weight: 500;
    padding:6px 18px;
}
.terms_list_box{
    position:relative;
}
.terms_edit_btn{
    width:120px;
    position: absolute;
    top:50%;
    right:0;
    margin-top:-18px;
}
.warrant_edit_btn{
    width:160px;
}
.radio .shareClassLabel{
    font-weight: 500;
    padding:6px 10px 0 32px;
}
.error_tip_bar{
    border-radius:0;
    padding:0;
    display: flex;
    justify-content: space-between;
    height:auto;
    border-top:6px solid#d42f2e
}
.correct_error_tip{
    justify-content: left;
}
.error_icon_box,.error_close{
    padding:10px;
    width:30px;
    display: flex;
    align-items: center;
}
.error_close{
    border-left: 1px solid #ccc;

}
.error_tip_icon{
    color:#d42f2e;

}
.error_tip_text{
    padding:10px;
    color:#8F6861;
}
.percent_icon{
    padding:8px;
}
.error_list{
    border-left: 2px solid #fff;
    padding-left:15px;
}
/*Manage authorized*/
.manageAuthorized-table td{
    text-align:right;
}
.manageAuthorized-table td:first-child{
    text-align:left;
}
.manageAuthorized-table .first-row{
    background-color:#00a9cc;
}
.manageAuthorized-table .first-row td{
    color:#fff;
}
.manageAuthorized-table tbody .scheduleTr td{
    border-left:1px solid #e7f0f4;
}
.manageAuthorized-table tbody .scheduleTr{
    border-radius: 4px;
    border-bottom:1px solid #e7f0f4;
}
.calender-rCenter{
    background-position: right center;
}
.width100perc{
    width:100%;
    }
.widthAuto{
    width:auto;
}
.width40perc{
    width:40%;
}
.width46perc{
    width:46%;
}
.width50perc{
    width:50%;
}
.width60perc{
    width:60%;
}
.checkboxTop8+label{
    top:8px;
}
.blockSpan{
    display:inline-block;
    width:20%;
    text-align: center;
    margin-top:10px;
}

.draft_share_btnGroup{
    margin:10px 0 0 12px;
    min-width:160px;
}
.drafts-btn-group.open .dropdown-toggle{
    box-shadow:none;
}
.drafts-btn{
    cursor: pointer;
}
.drafts-btn:hover{
    color:#00a9cc;
}
.drafts-downmenu{
    border:none;
    top:20px;
    width:220px;
}
.drafts-downmenu li a{
    color:#888;
    cursor: pointer;
    position:relative;
}

.drafts-icon{
    color:#888;
    position:absolute;
    right:20px;
    display: inline-block;
    padding-left:20px;
    width:14px;
    height:20px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2MTMzODMyNURFNDExRUE5NDcwOTJEQUE3QTQ4QkIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2MTMzODMzNURFNDExRUE5NDcwOTJEQUE3QTQ4QkIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjYxMzM4MzA1REU0MTFFQTk0NzA5MkRBQTdBNDhCQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjYxMzM4MzE1REU0MTFFQTk0NzA5MkRBQTdBNDhCQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4MongnAAAA/UlEQVR42mL8//8/A7mABUR0dnaCqB4gzgNiVjQ1P4HYBYiPoGtmgtLMQJwDxIJAzIiE2aFy64DYBp9mkOKvWFz3D4hDgHgtEDtgOJsAYAPig1D2diDmRLcZF/iF5gUmbM4mBvyCGkCWZhDgA+L1QHwLiB1J0cwDxNuA+CkQZwPxTGI1cwPxViC+Ak0L/kB8lZjQBoXuJiC+C7VxEhAbArEnzOa/QPwf6jRkAAqgNUD8GIhToRr1gdgDiD+xIGmeDMTvkJInKHqyoIaCNM4FYjmoxq/ooV0KTRCweAUBWyB+C02e0kDsg5wK8QUYyAB1aPTsBWI/IP6GrAAgwAAJoizixq2uHwAAAABJRU5ErkJggg==) no-repeat left center;
}
.drafts-trash-can{
    position:absolute;
    right:42px;
    top:5px;
    width:20px;
    height:20px;
}
.resetDrafts:hover .drafts-icon{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZDQTkyMDVBMTc2ODExRUE4MDUxOEE5QzZGMkQyMkZCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZDQTkyMDVCMTc2ODExRUE4MDUxOEE5QzZGMkQyMkZCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkNBOTIwNTgxNzY4MTFFQTgwNTE4QTlDNkYyRDIyRkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkNBOTIwNTkxNzY4MTFFQTgwNTE4QTlDNkYyRDIyRkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/Ou4FAAAA3UlEQVR42qSSTQ4BQRCF9QhDDAuXcAkRFrbcROIcLNmKE7BhyQY3YOMGbCV+xqK9SqqTTum0xku+zUy9qrzqUlrrzL8aghRowR3UXQYzNMtFJfE/D57g7GpgzFT0cDQ33xvgBJrfmu0IN2mOPHugHSgmBm+1UeBCU27wk5lUAXNwBC25GJ8SsAUj0KYGnzIb0RMuwR70QBccQiYXwQpM+B5o8o4iyCNJhDHmiVOuGYMNKNvvTBqI8yT1wQLkuMHavkIyK0/WGbiAKihw1mvIkVDTGj8PZe7YRqOXAAMAKAhNmyFOWYEAAAAASUVORK5CYII=) no-repeat left center;
    color:#262626;
}
.boxbtn-drafts{
    color:#fff;
    font-weight: 500;
    padding:6px 18px;
}
#sendInfoForSignatureModal p{
    margin-bottom:0;
}
.disableDo{
    background:#fff;
    width:276px;
    padding:16px;
    border-radius: 4px;
    position:absolute;
    z-index: 99;
    top:-100px;
}
.disableDo p{
    text-align: center;
    margin-bottom:0;
}
.send-ok{
    margin-right: 20px;
    display: inline-block;
    width:38px;
    height:38px;
    border-radius: 19px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI5M0YwRURDNURFNDExRUE4NDEyRTNDMUJGMDg3N0RFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI5M0YwRURENURFNDExRUE4NDEyRTNDMUJGMDg3N0RFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjkzRjBFREE1REU0MTFFQTg0MTJFM0MxQkYwODc3REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjkzRjBFREI1REU0MTFFQTg0MTJFM0MxQkYwODc3REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5HYRhgAAACTklEQVR42syYOywEURSGr7ElCkpRKLxfhcKjRKIRFRKhIJtsQ0IhoaCiUJCQaEgIQUFDVCS0bOGRIIRKIkpEKEn8h3PZeOzeO3t2dv7kSzbM3PNldufOnJNSsj2oXKQM1INakA9yQBr/7wXcgmuwD/bAmW2BgMWxVDgEgqA4ynGZTAVo5b9dgHkwx+Ix4xjK94EbMBlD6r8U87k3vFYgXrE8EAZTIEvFnyxeK8xruxJrAoegUsmH1jziGlZiHWADZKjEJZ1rdJqKNYMlyxvDbajGIteMKlYAVkCq8i6pXLPgPzGyX+VL7HXSuXbgL7GeBP3QbW6I3p9itHmOqORnWD9BtFhIaJ+S2OdCkWLBRFc8bxz/wCBBLVbu8jFjJWX5+ConsTofSenUk1i1V1KlO0Omp1aTWJHPpCiFJJbtMylKtmO605veVQJSH08CR/LHLCT1tfM/S8hJSpETid2ZHPmzUKSIsBTlLgVd0ho+tEntSwJSlHWH37+NE62wkBQl7HDfp+KVE5Si7JHYKfd9ruWEpcjlVL8xLoAJiSsnkIXI155ZcO+D97EHdvkSo7Z9zAdio3qEELnzz3ATmqycsMOvZuSVG93nJEjRVWpnhz/7yivujN88lHrjC3IVqxPfAl0eyVGNbq5pNLugzrhFGc6y4vj6aH62bDvt2eQm9DgBUse89obttEeHxpVVoB88Cgg98lpVvLZyK6bv1mmQCwbApQuhSz43l9d6NRkDmeZJfY4rCRoON4Aa9T0c1q/otN3o4fAB2FUuhsPvAgwA20aT6iALkhYAAAAASUVORK5CYII=) no-repeat;
}
.send-availableBtn{
    background-color:rgba(0,169,204,1);
}
.send-disabledBtn{
    background:rgba(0,169,204,.5); ;
}
.send-newavailableBtn{
    background-color:rgba(48,180,116,1)
}
.send-newdisabledBtn{
    background:rgba(48,180,116,.5);
}
.draft-certificate-btn{
    width:24px;
    height:24px;
    background-color:#bbcad0;
    border-radius: 4px;
}
.white-text{
    color:#fff;
}
.draft-titLi{
    padding:16px;
}
.draft-titleLi-group {
    display: flex;
    justify-content: space-between;
}
.draft-titleLi-group span {
    margin-top: 3px;
    cursor: pointer;
}
.draft-titleLi-group svg {
    font-size:16px;
    color: #99ABAF;
}
.draft-titLi p {
    font-size:18px;
    font-weight: 400;
}
.reset_formFlex{
    padding-bottom:0;
}
.draft-tip{
    padding:0 16px 16px 16px;
}
tr.draft_table_row{
    background-color:#fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border:1px solid #e7f0f4;
}
.draft_table_row td p{
    color:#252525;
}
.draft_table_row td .text-blue{
    color: #00a9cd;
}
div.draft_save_banner{
    justify-content: center;
    align-items: center;
    height:30px;
    width:446px;
    position:fixed;
    bottom:0;
    z-index: 9999;
}
.legend-triangle{
    right:24px;
}
.legend-downmenu{
    border:none;
    left:auto;
}
.legend-downmenu li{
    border:none;
    padding:2px;
}

.padding610{
    padding:6px 0;
}
.certificate-image{
    width: 54px;
    height: 42px;
    border:1px solid #96b278;
}
.enlarged_pic{
    width:900px;
}
.empty_value{
    color:#ff4e5c;
    font-weight: 500;
}

.approval-imgBox {
    margin:0 auto;
    width:40px;
    height:40px;
    border-radius:90px;
}
.view_approval{
    margin-left:80px;
    width:100%;
}
#approvals_text{
    border-radius: 4px;
    margin-top:6px;
}

/*Convertibles*/
#TransferSafeModal p{
    margin-bottom:0;
}
.alert_tip{
    padding:10px;
    border-radius: 4px;
}
.terms-tip{
    display: inline-block;
    width:30px;
    line-height: 30px;
}
.terms_shut_btn{
    line-height:30px;
}
.overflow_td{
    max-width:220px;
    padding-right:10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.draft_cnTd{
    width:40px;
}
.inline_block{
    display:inline-block;
}

/*Templates*/
.doc_title{
    font-weight: bold;
    padding-left:10px;
}
.templates-name{
    margin:0 20px;
}
.folder-collapse .templates-name{
    margin-left:46px;
}
.legend_collapse{
    margin-left:10px;
}
.paddingBottom40{
    padding-bottom:40px;
}
.paddingBottom20{
    padding-bottom:20px;
}
.legend_box ul {
    margin-bottom: 0;
}
.name_td_nowrap{
    width:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nowrap160{
    width:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nowrap120{
    width:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nowrap180{
    width:180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.edit_row{
    /*background-color:#cceff6;*/
}
.minWidth990{
    min-width:990px;
}
.minWidth700{
    min-width:700px;
}
minWidth400{
    min-width:400px;
}
.prefer-left .btn-group > .btn:hover, .prefer-left .btn-group > .btn.active{
    z-index: 0;
}
.prefer-right .top_minus3+label{
    top:-3px;
}
.file_name_posi{
    margin-top:6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.file_disabled{
    cursor:not-allowed;
}
.exercise_date_list{
    display: flex;
}
.exercise_date_list ul{
    margin-bottom:0;
}
.exercise_date_list li{
    margin-top:0;
    margin-bottom:1em;
}
.transfer_date_list{
    display: flex;
}
.transfer_date_list li{
    margin-bottom:6px;
}
.advance_table{
    background: #F7F7F7;
    /*padding:6px 0px;*/
    border-radius: 4px;
    padding: 20px 0px 6px 0px;
    margin-bottom:20px;
}

/**
Modify / Exercise history table
 */
td.exercise_history_item .ant-collapse-borderless {
    background-color: #f3f8fb;
}
.table > tbody > tr.exercise_history_root > td.exercise_history_item {
    padding:0;
}
td.exercise_history_item .ant-collapse-borderless > .ant-collapse-item{
    border-bottom:1px solid #fff;
}
td.exercise_history_item .ant-collapse > .ant-collapse-item > .ant-collapse-header{
    padding:8px 8px 8px 34px;
    color: rgba(0, 0, 0, 0.5);
}
td.exercise_history_item .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow{
    left:12px;
}
.exercise_history_item .ant-collapse-content > .ant-collapse-content-box{
    padding:0;
    border-bottom:1px solid #fff;
}
.table > tbody > tr > td.exercise_history_item .exercise_content_first_tr{
    border-top:1px solid #fff;
}

#keep_checkbox .left58{
    left:58%;
    top:10px;
}
.cantTip{
    display: inline-block;
    width:16px;
    height:16px;
    position:absolute;
    top:10px;
    left:0;
}
.cantTip-text::after{
    left:8%
}
#TransferSafeModal .has-error-border .ant-select-selector {
    border:1px solid #a94442;
}
.btn_con{
   width:100px;
    margin:0 auto;
}
.list-loading-position{
    width:100%;
    height:60px;
    /*line-height: 60px;*/
    /*margin:0 auto;*/
    position:absolute;
    top:94%;
}
.tip_position{
    top:12px;
    left:170px;
}

.shares-table .sign-tiptext {
  top: 0 !important;
  margin-top: -30px;
}
.shares-table tr td {
  background-color: #fff;
}
.shares-table .shares-row-msg-show {
  visibility: visible;
}
.shares-table .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.shares-table .green-disc, .shares-table .red-disc, .shares-table .yellow-disc {
  line-height: normal !important;
}

.shares-table-menu-item .no-cursor {
  cursor: not-allowed;
}

.shares-actions {
  z-index: 2;
  background: #2BB877;
  color: #FFF;
}
.shares-actions .actions-left {
  float: left;
}
.shares-actions .actions-right {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
}

.shares-actions[disabled], .shares-actions[disabled]:hover, .shares-actions[disabled]:focus, .shares-actions[disabled]:active {
  color: #FFF;
  background: rgba(48, 180, 116, 0.5);
  border-color: rgba(48, 180, 116, 0.5);
  text-shadow: none;
  box-shadow: none;
}

.draft-date-picker {
  width: 100%;
}

.draft-statistic .draft-statistic-badge .ant-badge-count {
  left: -14px;
  top: 4px;
  right: unset;
}
.draft-shares-table {
  min-width: 840px;
  margin-bottom: 8px;
}
.draft-shares-table td {
  background-color: #fff;
}
.draft-shares-table .checked-error-state td {
  background-color: #FFCFD0 !important;
}
.draft-shares-table .sign-tiptext {
  top: -30px;
}
.relation-header{
    position:relative;
}
.back-btn{
    position:absolute;
    left:20px;
    top:18px;
    width:20px;
    height:20px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzZGMDQ4NEZGNkQ2MTFFOTk5OThDNzcwQ0MyNTgzRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzZGMDQ4NTBGNkQ2MTFFOTk5OThDNzcwQ0MyNTgzRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NkYwNDg0REY2RDYxMUU5OTk5OEM3NzBDQzI1ODNFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NkYwNDg0RUY2RDYxMUU5OTk5OEM3NzBDQzI1ODNFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl+G6ZMAAADASURBVHjaYuTfdosBCFSBuAOIXYCYj4E64BMQ7wHiCiC+zQi0SB3IOAHEAgy0AR+A2IIJSLTR0BIGqNltTNDgojVwY6JinOADPEwMdAKjFsHBOWdVMKapRaRYQLZFyJYY7b1NG4vItYQkiyixhKygI8cSiuOIJhYh+4TmqY4SyyiKI5pnWHISBKiG/T9aqJJr0Sc62POFCdokojXYBbKoGtokohUAmV0NsugGqN0FxOuA+DMVLfgMNRNk9g2AAAMAPa00BdJEz8kAAAAASUVORK5CYII=) no-repeat center center;
    background-size: 100% 100%;
}

.advisor-td{
    width:400px;
}
.width260{
    width:260px;
}
.width280{
    width:280px;
}
.table > tbody > tr > td.add_td{
    padding:8px 8px 8px 2px;
}
.relationship-table > tbody > tr > .relationship-td {
    padding:3px 8px;
}
#table-rel > tbody > tr > td:first-child{
    padding:12px 8px;
}
.relationship_selectbox{
    height:36px;
}
.advisor-downmenu{
    position:relative;
}
.advisor-btn{
    position:absolute;
    right:-160px;
    top:-10px;
}
.down-box{
    padding:20px;
    width:220px;
    position: absolute;
    left:-60px;
    top:22px;
    border:none;               /* For Firefox3.6+ */            /* For Chrome5+, Safari5+ */
    box-shadow:0px 0px 12px 0px lightgray  ;
}
.down-box li{
    line-height:26px;
}

.relationship-date-input{
    width:140px;
    height:34px;
    cursor: pointer;
}
.date-input2{
    width:120px;

    cursor: pointer;
}
input.up_doc_filling_date{
    width:120px;
}
select.select-box{
    width:240px;
    -webkit-appearance: none;
    appearance: none;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBDNEE1MEUzQzFBQzExRTlBMzIyQkU0QTQ1NTJFRUNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBDNEE1MEU0QzFBQzExRTlBMzIyQkU0QTQ1NTJFRUNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEM0QTUwRTFDMUFDMTFFOUEzMjJCRTRBNDU1MkVFQ0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QTUwRTJDMUFDMTFFOUEzMjJCRTRBNDU1MkVFQ0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RjVC8AAAAOUlEQVR42mJsaGj4zwABjAzYAVieCV0AmyKYQkYcipHZjExYrP2PrgjdamxuZES2mgGHYhSNAAEGAItqCY1NYZ79AAAAAElFTkSuQmCC) no-repeat right center;
    cursor:pointer;
}
#transferModal select.transfer_select{
    height:24px;
    width:180px;
}
select::-ms-expand {
    display: none;
}/*清除ie的默认选择框样式清除，隐藏下拉箭头*/


.box-lasttd{
    position:relative;
}
.btn-box{
    position:absolute;
    right:10px;
    top:16px;
    width:70px;
    display:flex;
    justify-content: flex-end;
}
.btnBox-top13{
    top:12px;
    right:6px;
}
.btnBox-top6{
    top:6px;
}
.btnBox-top12{
    top:12px;
}
.relationship-btnBox{
    top:8px;
}
.addFiles-btnBox{
    top:6px;
    right:0;
}
.btn-mp:last-child{
    margin-right:0;
}
.plus{
    width:24px;
    height:24px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJDM0U4QTI5QzFBQzExRTlBODhDQTg0MTcyNTEwNkFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJDM0U4QTJBQzFBQzExRTlBODhDQTg0MTcyNTEwNkFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkMzRThBMjdDMUFDMTFFOUE4OENBODQxNzI1MTA2QUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkMzRThBMjhDMUFDMTFFOUE4OENBODQxNzI1MTA2QUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IgT63AAAAsUlEQVR42mJk2HOVAQhUgbgDiF2AmI+BNuATEO8B4gogvs0ItFgdyDgBxAIM9AEfgNiCCUi00dFSBqhdbUzQ4KU3cGOiYZziAzxMDAMERi0mGvx31gLj0aAetXjQWcxCTOolR55x77Uh6mNcLof5lJDPRhPXqMWDL1WTmtpHg3pQWvxpAOz9wgTtVtAb7AJZXA3tVtALgOyqBll8A9SXAeJ1QPyZhhZ+htoBsusGQIABAEarJFrpEzJXAAAAAElFTkSuQmCC) no-repeat;
    background-size:100% 100%;
    margin-right:6px;
}
.minus{
    width:24px;
    height:24px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI3QTk5NzNCQzFBQzExRTlCNzc0RUI5MzUxMTRCOTkyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI3QTk5NzNDQzFBQzExRTlCNzc0RUI5MzUxMTRCOTkyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjdBOTk3MzlDMUFDMTFFOUI3NzRFQjkzNTExNEI5OTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjdBOTk3M0FDMUFDMTFFOUI3NzRFQjkzNTExNEI5OTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4XvgjaAAAAp0lEQVR42mJ88+YNAxCoAnEHELsAMR8DbcAnIN4DxBVAfJsRaLE6kHECiAUY6AM+ALEFE5Boo6OlDFC72kA+/kjD4MUFvjANgKUgwMPEMEBg1OJRi0ctHvoWsxBSMGXKFLIMzsnJGZw+BlUS/0cT16jFoxaPWjzkLP40APaCm7d7BsDiXaCyWgPIOE7nLowlyMc3QH0ZIF4HxJ9paOFnqB0gu24ABBgAPAAmU17+4HUAAAAASUVORK5CYII=) no-repeat;
    background-size:100% 100%;
}



.option_con{
    position: relative;
}
.equity_awards_conCenter {
    margin: 0 auto;
    min-width: 1020px;
    min-height: 520px;
}
.equity_awards_navbar{
    margin-bottom:20px;
}
.nav > li > .equity_awards_a{
     color:#fff;
     background:#bacbd2;
     margin-right:3px;
     padding:4px 12px;
    cursor: pointer;
 }
ul.nav > li.active > .equity_awards_a,ul.nav-pills > li > .equity_awards_a:hover,ul.nav-pills > li.active > .equity_awards_a:hover {
    background:#00a9cc;
    color: #fff;
}
.equity-manageBtn{
    width:180px;
    margin-right:6px;
}
.equity-downmenu {
    width: 180px;
    left: 0px;
}
.set_filter-pic{
    position:absolute;
    left:10px;
    top:6px;
    display:inline-block;
    width:24px;
    height:24px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZERTk0M0M0NjJDOTExRUFCRkFDOTI0Q0QzMUJBOTE5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZERTk0M0M1NjJDOTExRUFCRkFDOTI0Q0QzMUJBOTE5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkRFOTQzQzI2MkM5MTFFQUJGQUM5MjRDRDMxQkE5MTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkRFOTQzQzM2MkM5MTFFQUJGQUM5MjRDRDMxQkE5MTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4JFyQGAAACAklEQVR42rSWzytFQRTHPQ+95zeJSFaKFClREhY2ysYfomzIBillgwWSHitZ2bDyo/woO/4BvzZSNoTwHsLzru+8vqNjundc4tSnM3fmzJ05Z86cewOO46T8p6RS54IB8ADePbgEpyBusdkAZV9WUB6APnDv/I1M8J1JdCPGwWqQ7sEcbXItNiu0ydQLpNGRLOpjSzjj1E+ibcoJdZp5BgnqdB/nZbPJ0JE3J2n9Zpl8T/1ssbkzO7QrKkNKQER4Y0or9Twzxk2azQ0EeA9U7Kv+KPWVFxUgKkNTSZ0DQh5EaFNgsZkC+W4h0gvFLDt7pY5aQvQZGfOQHR8ZEjQyxU1UJbiW5/ibLLLJMOMfM0N0BYrBrCWL2sGjx5h6zyjYBHtutejIZ525AmHOKQfdbOdxfIHP9aBd1qI4DfJYR9yIgIRYoJtzFsGu2MQ4uATbIKAXSHAwxcI0bcKib4l9Z2BQPCtpksUu4OMAgyLjwqQUHII2cMPxc9APipJ3hjtxfHgwJmwmxZwhw06F80kPag92QAdYBhceHnRy9+qurPPi9YAaw66WNmvgQK9axi/Rd3IqPyZghv0joBC0gCh4BBkyizTZIMdCtrBtBLfghYs8UL9RD6uvXKrhXoy1xgtZq9SPwj7LeBcL5RaoA6ugIVkhvjnYn6B+GnrZDoKQan8IMACIeTXF5TnwvQAAAABJRU5ErkJggg==) no-repeat;
}
.option_tableBox{
    overflow: auto;
    height:auto;
    min-height:600px;
}
.option_table{
    white-space: nowrap;
}
/*.option_table p{*/
    /*margin-top:6px;*/
/*}*/
table.option_table > tbody > tr > td:nth-child(2)>p{
    margin-left:6px;
}
.option_table .updown{
    margin-left:4px;
    margin-top:-4px;
    background-size:80% 80%;
}
.option-progress{
    height:8px;
    width:60px;
    margin:16px 0;
    border-radius: 7px;
}
.option-list-vested-bar{
    height:8px;
    width:60px;
    position:absolute;
    top:20px;
    border-radius: 7px;
}
.option-progress-bar{
    background-color:#00a9cc;
    box-shadow: none;
}
.option_review_box{
    border:1px solid #c4d641;
    background:#f1f4bc;
    border-radius: 4px;
    padding:10px 14px;
}
.option_review_box button{
    color:#f1f4bc;
    background:#c4d641;
}
.equity_awards_progress{
    margin:10px 0;
}
.equity_awards_table>tbody>tr.equity_contentRow>td{
    height:32px;
    line-height:32px;
}
.equity_edit_btn{
    width:50px;
    height:30px;
    color:#fff;
    padding:0 12px;
}
.file_text{
    width:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*draft option*/
.empty_option{
    display: flex;
    justify-content: center;
}
.empty_option_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.marginTop40{
    margin-top:40px;
}
.marginTop20{
    margin-top:20px;
}
.marginTop80{
    margin-top:80px;
}
.marginTop186{
    margin-top:186px;
}
.empty_option_icon{
    display: block;
    width:66px;
    height:60px;
}
.bg_draft_file{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABQCAYAAACdxrJZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBODBERjdGNjhDRjExRUE5QTgwQjlFREYzRkY1QTZFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBODBERjgwNjhDRjExRUE5QTgwQjlFREYzRkY1QTZFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE4MERGN0Q2OENGMTFFQTlBODBCOUVERjNGRjVBNkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE4MERGN0U2OENGMTFFQTlBODBCOUVERjNGRjVBNkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4FxOzIAAAEGElEQVR42uydS2gTURSGT2yrYFtFRESLDwTjo6BCoV240KIVxIW4qCiiIFTBJ1ZFQbStj4WvKoKPVl1pQS2CCy2C3dht60apInVjK1YEFaRRfMdzuDcySNI7STvJ6Znzw09CJpkcvrm5c+becyeR5tZ78J9K0TXoKvRMdCEEq6PoBhCqfM/z0ehG9DZ0XhZjqLePDZIBE9w29PIcxSEW8ij72JhDuF7IIgGX2m6Bg8RBJsBbstzn+oF8UhLgKoZxHZTSkgnwdKaxiWjJBLiIcXzUkuM5dgzdjT6Hnp9pFqFKrUKbCNSin6EvoAsUcDCiZGC3vWYoUMDBiRKDMwo4WO1Az1PAwQ4z1CjgYLVCAQerGX6auUuRkEOMD7KtWFswgys5lQJWwCoFrIAVsEoBK2AFrFLAClilgBWwAlb5Ub4icIrq9haiy9GL0m2UCtitJs/zieiV6HVgposKFPDw6iO6xboEfFSlah+cud6iDytgzSIUsEoBax7MUVH0UpvfRm1WMA5MHchn9Dt0D/oJugP9XAG7NR5MPdkm9IJB3kf57iz0YvRm+9pLm5412XRNuwiPxoJZ89GHPuuAm0pz0SfQvehT4KOqJyyAK+3Pu952AUMVVbwfsC16VZgBU19ah24Hs+Z6uDUVfR9MIfaosAGmUv+rYBaa5wV8EPejb6PHhAVwxJ6IarL4ndXoO8kOpkTAdVmGm9Bq9GnpgJegj6T5mWLb6lM5lsa+ai1okYApFbsBuV13TQek2ebb4gAfAh7LgieDZ521FMATwCwQ5CIaiJ8iCfBWv1dWWRKlbNslAd7IMCYa74hIAFxqzU10PiiTALiSc9pIgAccb8r1/RqWOeIrDzjPHcrnKwhwH/MW2uvYHmUce5QAP2IO+INjewnj2EsI8HX0b8ZBfnFs53xLnCIC/AJ9aQSf5Divpf6XptGYZjvTIF03J40xBjyQAPwTzPQH3fDnF7MgJzm29zMG3O/NgwnyHjClmnQLq24mrcM1gNPDGHBPsml76pP3jaA+uAu9YbCfqY88N+b4fKYn0k4JV3KPGcfWIQHwU6bdxBv6dUkZTWthGlNcCuDLPi5Isqnv6Iv0RApgqhW7wiiea4n0UdKc3DEmOfEnEDgnl0inqB4inuM4doKn+lJaXcRDMNWT6R6Ywcaj08mBaUznlvcFiZU9dFPnmzn43jZ7JQzSAcdtV9Gaxe98gF4LScZxpFZX/kCvB/P/IEH3ydQtrEF/TbZRcn3wHzDDsFQr9j6A/dNMS7U9qaUcgQxDhTsVSc9Bn0d/G8aLCNrnXdebw7JGg1YN7QVT6X4c/TqDfdDkMP3tBC2O2WXzXafCtsqIugqqH6b1GmVgyl0r0LPR02xKlpiKp8GaV+hOMMu4ujLpz/8KMAC+jeUopN8L3wAAAABJRU5ErkJggg==) no-repeat;
    background-size:100% 100%;
}
.bg_draft_edit{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUzQjhENkJBNkQwNjExRUFBOTNDQkY1RTY4QzEwQjUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUzQjhENkJCNkQwNjExRUFBOTNDQkY1RTY4QzEwQjUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTNCOEQ2Qjg2RDA2MTFFQUE5M0NCRjVFNjhDMTBCNTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTNCOEQ2Qjk2RDA2MTFFQUE5M0NCRjVFNjhDMTBCNTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7F6fhQAAACwElEQVR42uyZW4hNURjH94xDZHLLLbfkHiXKCx7MNJ7xQI1kzLzyMJkpJNHIg4QnpQaNGYQkZ0K5TC7lXlJeePCiPEgZyWDMYPt/+W99rdZmn32ZvdT869fZe63OOf/zrbW+9e11ynzf91ouFD1oPNgBFnpu6BM4Aa7oxgJfxewxsMpzSytANXgWNJTzdZeDZkWjwVHdEBhe7LmrBWCwabjPYcO9YJBp+KfDhsWbbxr+bzRgOGsVLG1PwNOcfQ0HtVENy+7S4kAwa6NOiXEOmJ08sOhcWnQ2bQJNoA0cUu2rwZ4SPkerB+wG19I2LKNwktcHQSvo4n0rC5S4Og6mpD0lZFs8zetO0K362hKOcHsWU0IMbwRHmJ+/q76t/DFxpkSvrnMt9UOgsXHmsOhxSHsWm0wF+AYegre6+Ck4mgzegUXgJe/LSjUs2aABnOJCC1QJdibIEvvAA0vfR6KnZUlZ4hwYCqqAPLF+YN8ZMClBJGeTMM0AU8HdUrNEp5qvX1XfjYRD/7f314Dn4I4e1ahZYi1YCe5xKAPVM/pxs8TNkL6Z4Ky6r+MIr4/6RbJir4b0Xc9g0b3hDtpsRLzLtVpCjhqmM0B7wXajf7NLhiUTdXDEKth2wDDdUXAoskVezwG3mTI/0/REsAxsKHcoslpLmB2CSDeCpfIDbIa7+9lsMaRPTL9Qed4PS2vTwKwUTQ0Bwyw1xxpw6R/v/RKlWmskaarJMFxnbPE2yZZdbeT9PzvdqAyHfRs4rO7nR3gqf2QzqyP8iisxbe1nHa31mjXJLU4Xm9kqZVZ2ODms/KEN1/TjQpNUdZ8F1ASL2UpuHIH6dEGfZ1rbAs6D9+rEyTTrMbK5nF5KmThG3V/kyNZzgdnM5nou0Uxj5lP2ZbDcKFtzNzwCrANzWYyPzPogJanmeb//xmqn4Z64H/RLgAEAn42SD+jkWNgAAAAASUVORK5CYII=) no-repeat;
    background-size:100% 100%;
}
.empty_option_text{
    color:#99aab0;
    font-weight:800;
    font-size:20px;
}
.edit-icon{
    display: block;
    width:30px;
    height:33px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAsCAYAAAAXb/p7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIyMTRDOUMyNjhGNDExRUFBRkRCRkFDNzQyRTNDRjMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIyMTRDOUMzNjhGNDExRUFBRkRCRkFDNzQyRTNDRjMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjIxNEM5QzA2OEY0MTFFQUFGREJGQUM3NDJFM0NGMzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjIxNEM5QzE2OEY0MTFFQUFGREJGQUM3NDJFM0NGMzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5s1RQ6AAABiUlEQVR42uzYv0rDQBwH8KtGdBHBoZO+gLi7KhLqG7jq5u5gnZpuZqmbb+AgPoGg4Kij6Cu4CA51Eyzx+6N3cITEXu+/cD/4EpIhfPjl0usvnbIsGWoDuUR6yCozqyFSMEuVcdwLsm7pngN+tIJc4J2zhZOR1oA95qasILOGNdfRvFfVglxB+iYddF1nyEXMQCOkL6A20idQC+kbODcyBHAuZCigMjIkUCCjBirtJLZKdQeqYn+LWQImYAImoNt6jh1IM9BTzMAxcqCKDLUGlZEugVUtRQsymg4OGv7/jdNM8p9nkn7sM0lpA+n6ERsjfaxBI6Svl0Qb6fMt1kIS8GvGDqAb2sbWGpDDP5DHSLcOvHfUsR3krgFZtCA/kH1+7MrAc+QzMFLg3pBt5FXs3Yt5nhPumk2/9m8iy5aRdN895Bb5lq4/8mF/q4Z74B3cRSbiy8I7chhg26MuXfEOyjhRpzHMJGLN1XE/yEksQxMhR9L5BDlCbjIWT9FP0BI9Vuoc4ejirwADAHMzZba3Yl5QAAAAAElFTkSuQmCC) no-repeat;
    background-size:100% 100%;
}
.edit_text{
    color:#99aab0;
}
.post_checkbox+label{
    right:16px;
}
.input_disabled{
    disabled:disabled;
}
.draft_option_btnGroup{
    min-width:240px;
}
.drafts-btn-group{
    display: block;
}
.draft_option_downmenu {
    border: none;
    top: 20px;
    width: 240px;
    padding:0;
    z-index:1;
}
.draft_option_downmenu p{
    margin-bottom: 0;
}
.draft_square{
    display: inline-block;
    width:12px;
    height:12px;
}
.option_li p{
    font-size:12px;
}
.option_li:hover{
    background:#f0f8fe;
    border-radius: 4px;
}
.option_li:hover p{
    color:#00a9cd;
}
.option_downmenu_progress{
    width:100%;
}
.permi-outbox{
    background-color:#e2f1f4;
}
.permi-box{
/*    display:-webkit-flex;
    display:flex;
*/}
.permi-sidebar{
    position: fixed;
    top: 80px;
    left: 226px;
    padding-top:50px;
    width:160px;
    background-color:#f7f8fc;
    min-height:900px;
}
.permi-a{
    background-color:transparent;
    border:none;
    border-left:2px solid #f7f8fc;
    padding-left:28px;
}
.permi-a:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.permi-a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.permi-active{
    background-color:#edeef2;
    border-left:2px solid #00a9cd;
}
.permi-a:hover,.permi-a:focus,.permi-a:active,.permi-a:focus-within{
    background-color:#edeef2;
    border-left:2px solid #00a9cd;
}

.permi-content{
    margin-left: 180px;
    min-width:800px;
}

.permi-header{
    margin-bottom:20px;
}
.permi-search{
    width:25%;
    border-radius: 4px;
}
.add-btn{
    color:#fff;
    height:38px;
    padding:0 18px;
}
.permi{
    width:100%;
}
.permission-table>tbody>tr{
    height:50px;
}
.permission-table tbody tr td p{
    margin-bottom:0;
}
.permission-th td span{
    color:#fff;
    line-height:34px;
}
.permi-row p{
    line-height:20px;
}
.permi-row a{
    color:#6a94ff;
}
.resend{
    color:#6a94ff;
    text-decoration:underline;
    cursor:pointer;
}
.board_resend{
    padding-left:14px;
}
.last-permi{
    position:relative;
}
.edit-btn{
    height:38px;
    padding:0 24px;
    background-color:#bcd0d5;
    position:absolute;
    right:10px;
    color:#8b979e;
}
.height34{
    height:30px;
    position:absolute;
    top:50%;
    margin-top:-15px;
}
.permi-row:hover{
    background-color:#fff;
}
.permi-row:hover .edit-btn{
    background-color:#00bcd5;
    color:#fff;
}
.permi-name{
    min-width:100px;
}
.permi-email{
    min-width:240px;
}
.permi-td{
    min-width:180px;
}
.permission-name{
    font-weight:500;
}
.per-btn{
    width:14px;
    height:16px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAXCAYAAAAC9s/ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFGNTYwNDA2Q0E2NDExRTk4QkY3QjNBMjczRDVCNzE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFGNTYwNDA3Q0E2NDExRTk4QkY3QjNBMjczRDVCNzE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUY1NjA0MDRDQTY0MTFFOThCRjdCM0EyNzNENUI3MTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUY1NjA0MDVDQTY0MTFFOThCRjdCM0EyNzNENUI3MTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7PEnAiAAABTUlEQVR42mKsra1lAIItQOzNQDrYygRl5ALxGyCWAWJGIrAsVH0ezID7QDwViPuJtLkPqv4eE5JgBxCbALELAc0uUHUg9QwsSBI/oF7ZTYQLfKHqUQwABwrUj0QDJgYKAQsWsf9E6GPEZwADAW/8x+eFeiC+SsD2q1B1GC4ACYYCsSMBA0Dy+6HsRhYsml9jcTKyl14jGwLzgjoQ78OiGRd4DTVAA+aCbCC+AM1Uu4gwwA2I/YDYAOaC90CcAMRzgViIgGaQ/DwgTgTpQ44FkJNWAfFMAgaA5FdCvYwRjVVArAbEcTg0x0HDqwpXQvoJxLFAvAeIDwHxAyQ5BSDugebGn/jywiVoVl0ExMxQMRC9EIg7ofIEM9MEIP4DxKVQPoj+i63AwZUX/gFxPBCfhvILgNgUKk50dn4MxIVQdhGUjzU7E5N9l+GSAAgwAAiAQ2wtHBKGAAAAAElFTkSuQmCC) no-repeat center center;
    background-size:100% 100%;
}
.white-send{
    color:#fff;
    margin-right:8px;
}

.edit-document-set-root {
  padding: 20px;
}
.edit-document-set-root .edit-document-set-content {
  margin: 0 auto;
}
.edit-document-set-root .edit-document-set-content .edit-document-set-title {
  margin-bottom: 20px;
}
.edit-document-set-root .edit-document-set-content .ant-form-item-label {
  width: 200px;
}
.edit-document-set-root .edit-document-set-content .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.edit-document-set-root .edit-document-set-content .btn-wrap .ant-btn {
  width: 120px;
}
.e-sign-template-root {
  width: 760px;
  min-height: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.e-sign-document-root {
  padding: 20px;
}
.e-sign-document-root .e-sign-document-form {
  padding-top: 30px;
}
.e-sign-document-root .e-sign-document-form .e-sign-document-attr label {
  width: 220px;
  margin: 0 10px 0 0;
  justify-content: right;
}
.e-sign-document-root .e-sign-document-form .e-sign-document-attr-select, .e-sign-document-root .e-sign-document-form .e-sign-document-attr-input {
  width: 310px;
}
.e-sign-document-root .e-sign-document-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.e-sign-document-root .e-sign-document-button button {
  width: 120px;
}
.documents-set-root .documents-set-banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.documents-set-root .documents-set-banner .documents-set-filter {
  width: 250px;
}
.documents-set-root .documents-set-table-render {
  display: flex;
  margin: 10px 0;
}
.documents-set-root .documents-set-table-render .documents-set-class {
  width: 190px;
  margin-right: 20px;
}
.documents-set-root .documents-set-table-render .documents-set-file {
  margin-bottom: 5px;
}
.documents-set-root .documents-set-table-render .file-link {
  cursor: pointer;
  color: #01A9CE;
}

.documents-set-model .ql-snow {
  min-width: unset;
}
.documents-set-model .e-sign-template-root {
  margin: unset;
}

.documents-set-banner-menu .documents-set-banner-li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.documents-set-banner-menu .documents-set-banner-li-img {
  width: 20px;
  margin-right: 5px;
}
.documents-set-banner-menu .documents-set-banner-li-img .documents-set-lock {
  width: 20px;
}

.documents-set-model-lock {
  padding: 25px;
}
.award-model {
  padding: 40px;
  text-align: center;
}
.award-model .ant-btn {
  margin-top: 20px;
  width: 120px;
}
.award-model .ant-form-item-label {
  width: 150px;
}
.award-model .ant-form-item-label label {
  display: flex;
}
.award-model .name {
  position: relative;
}
.award-model .required {
  position: absolute;
  left: 0px;
  top: 26px;
  color: #777;
  font-size: 80%;
}
.awardCategiry-template .header-nav {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
.awardCategiry-template .award-name-input {
  width: 300px;
}
.awardCategiry-template .awardCategory-btn {
  text-align: right;
}
.awardCategiry-template .awardCategory-btn .icon-add {
  background-color: #00a9cd;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 21px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.awardCategiry-template .awardCategory-btn .icon-minus {
  background-color: #d2d2d2;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 21px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
.awardCategiry-template .form-email-help-icon {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #93acb9;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 700;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}
.awardCategiry-template .ant-table-thead .ant-table-cell {
  padding: 8px;
}
.awardCategiry-template .category-tooltip .ant-tooltip-inner {
  background-color: #ecf4f6;
  color: #060606;
  line-height: 20px;
  border: 1px solid #eef3f6;
  border: 1px solid rgba(50, 180, 196, 0.1);
}
.awardCategiry-template .category-tooltip .ant-tooltip-arrow-content {
  background-color: #ecf4f6;
}
.docusign-template-callback i {
  height: 18px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}
.docusign-template-detail-a4 {
  width: 100%;
  height: calc(100vh - 210px);
  overflow-y: scroll;
  background-color: #FFF;
  margin-top: 20px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}
.docusign-template-detail-a4-content {
  width: 760px;
  margin: 0 auto;
  padding: 20px 0;
}
.docusign-template-detail-a4-content div {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  margin-bottom: 15px;
  border-radius: 3px;
}
.docusign-template-detail .ql-editor ul {
  list-style-type: none;
}
.docusign-template-detail .ql-editor ul li {
  list-style-type: none;
}
.docusign-template-detail .ql-editor ol {
  list-style: none;
}
.docusign-template-detail .ql-editor ol li {
  list-style: none;
}
.docusign-template-button {
  display: flex;
  justify-content: space-between;
}
.docusign-template .docusign-color-red {
  color: #FF5151;
}

.docusign-quill-edit {
  width: 100%;
}
.docusign-quill-edit .ql-editor * {
  font-family: "Microsoft YaHei" !important;
}
.docusign-quill-edit-button {
  display: flex;
  justify-content: space-between;
}

.docusign-quill-edit-drag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: red;
  width: 175px;
  margin-bottom: 8px;
  text-align: center;
  border: 0;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10pt;
  color: #FFF;
  font-weight: 500;
  padding: 2px 10px;
  cursor: pointer;
  opacity: 0.3;
  -webkit-user-select: none;
          user-select: none;
}

.docusign-quill-edit-card {
  background: #F8F8F8;
  width: 100%;
  min-width: 1170px;
}
.docusign-quill-edit-card .quill {
  width: calc(100vw - 520px);
}
.docusign-quill-edit-card .ql-editor {
  height: calc(100vh - 324px);
  width: 827px;
  margin: 0 auto;
  padding: 15px 50px;
}
.docusign-quill-edit-card .ql-editor ul {
  list-style-type: none;
}
.docusign-quill-edit-card .ant-card-body {
  display: flex;
  flex-direction: row;
}
.docusign-quill-edit-card .ant-space-align-center {
  align-items: flex-start;
}
.docusign-quill-edit-card .docusign-quill-menu {
  margin: 50px 20px 0 0;
  height: calc(100vh - 300px);
  overflow-y: auto;
}
.docusign-quill-edit-card .docusign-quill-menu-button {
  width: 175px;
  margin-bottom: 8px;
  text-align: center;
  border: 0;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10pt;
  color: #FFF;
  font-weight: 500;
  padding: 2px 10px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.docusign-quill-edit-card .docusign-quill-menu .docusign-quill-menu-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8B8B8B;
  margin-bottom: 8px;
}
.docusign-quill-edit-card .docusign-quill-edit-page {
  width: 100%;
  background: #FFF;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #EEE;
  display: flex;
  align-items: center;
}
.docusign-quill-edit-card .docusign-quill-edit-page span {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  width: 827px;
  margin: 0 auto;
  padding: 0 50px;
}

.docusign-template-rename-root {
  padding: 60px 120px;
}
.docusign-template-rename-root input {
  height: 40px;
  line-height: 40px;
  margin-top: 14px;
}
.docusign-template-rename-root .docusign-rename-button {
  display: flex;
  justify-content: space-between;
  width: 350px;
  margin: 60px auto 0 auto;
}
.docusign-template-rename-root .docusign-rename-button button {
  width: 170px;
  height: 50px;
}

.docusign-template-list-root .template-list-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.docusign-template-list-root .template-list-header-search {
  width: 250px;
}
.template-choice-root {
  padding: 50px 143px 59px 143px;
}
.template-choice-root p {
  margin-bottom: 0;
}
.template-choice-root .template-choice-content {
  display: flex;
  justify-content: space-between;
  padding: 0 21px;
  margin-top: 30px;
}
.template-choice-root .template-choice-content-left, .template-choice-root .template-choice-content-right {
  width: 320px;
  height: 449px;
  background: #EAF7FC;
  border: 2px dashed #B8CCD1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.template-choice-root .template-choice-content-left img, .template-choice-root .template-choice-content-right img {
  margin-top: 58px;
}
.template-choice-root .template-choice-content-left h5, .template-choice-root .template-choice-content-right h5 {
  margin-bottom: 0;
  margin-top: 45px;
  font-size: 20px;
  font-weight: 500;
}
.template-choice-root .template-choice-content-left p, .template-choice-root .template-choice-content-right p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.template-choice-root .template-choice-content-left button, .template-choice-root .template-choice-content-right button {
  width: 185px;
  height: 50px;
  margin-top: 40px;
}
.template-choice-root .template-choice-content-left button span, .template-choice-root .template-choice-content-right button span {
  font-weight: 500;
}
.template-choice-root .template-choice-content-left-upload, .template-choice-root .template-choice-content-right-upload {
  display: flex;
  justify-content: center;
}
.template-choice-root .template-choice-content-left-upload .ant-upload-select-picture-card, .template-choice-root .template-choice-content-right-upload .ant-upload-select-picture-card {
  width: 185px;
  height: 50px;
  margin-top: 40px;
  background: #00A9CD;
  border: 1px solid #00A9CD;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.template-choice-root .template-choice-content-left-upload .ant-upload-select-picture-card .ant-upload, .template-choice-root .template-choice-content-right-upload .ant-upload-select-picture-card .ant-upload {
  color: #FFF;
  font-weight: 500;
}
.template-choice-root .template-choice-content-left-upload .ant-upload-select-picture-card:hover, .template-choice-root .template-choice-content-right-upload .ant-upload-select-picture-card:hover {
  background-color: #23bdd9;
  border-color: #23bdd9;
}

.docusign-model {
  width: calc(100vw - 32px) !important;
  top: 30px;
}
.docusign-model .ant-modal-content iframe {
  height: calc(100vh - 60px);
  width: calc(100vw - 32px);
  border-radius: 4px;
}

.docusign-template-edit-root .docusign-template-edit-close {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}
.docusign-template-edit-root .docusign-template-edit-close svg {
  font-size: 30px;
}
.ql-toolbar {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    width: 100%;
    max-height: 40px;
    min-width: 900px;
}

.ql-toolbar>button,
.ql-toolbar>select,
.ql-toolbar>span {
    margin-right: 8px;

}

.ql-toolbar hr {
    float: left;
    width: 1px;
    height: 8px;
    border: 0;
    margin: 10px 20px;
}


 .token-holder-group {
    display: flex;
    flex-flow: column;
    margin-top: 80px;
    margin-left: -170px;
    padding-right: 10px;
    width: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 140px);
}

 .token-holder-group .token-holder {
    margin-bottom: 24px;
}

 .token-holder-group .title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #8B8B8B;
    margin-bottom: 8px;
}

 .token-holder-group .token-holder button {
    display: block;
    margin-bottom: 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 10pt;
    font-weight: 400;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .ql-picker.ql-font {
    width: 160px;
}

.ql-snow.ql-toolbar button.ql-token,
.ql-snow.ql-toolbar button.ql-block-token,
.ql-snow.ql-toolbar button.ql-list-token,
.ql-snow.ql-toolbar button.ql-raw-token,
.ql-snow.ql-toolbar button.ql-special-token,
.ql-snow.ql-toolbar button.ql-signature-token {
    background-color: #cccccc;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 4px 10px;
    height: auto;
    text-align: center;
}

.hidden {
    display: none !important;
}

.ql-snow.ql-toolbar button.btn-custom {
    display: flex;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}

.ql-snow.ql-toolbar button.btn-custom img {
    width: 100%;
}
.ql-toolbar.ql-snow, .ql-container.ql-snow {
    border: 0 !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    min-width: 900px;
}
.ql-container.ql-snow {
    margin-top: 10px;
    background: #FFF;
}
.sprout-radio-buttons .ant-radio-button-wrapper {
  margin-right: 10px;
  border-radius: 4px;
  border: transparent;
}
.sprout-radio-buttons .ant-radio-button-wrapper:before {
  width: 0;
}
.security-template-root .security-template-content {
  padding: 10px 0;
}
.security-template-root .security-template-header {
  display: flex;
  justify-content: space-between;
}
.security-template-root .security-template-content {
  padding: 10px 0;
}

.col_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis_200 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}

.ellipsis_160 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

.ellipsis_140 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
}

.ellipsis_120 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}

.ant-table-tbody > tr.tr-row > td {
  color: #000;
}

.ant-table-tbody > tr.bg_sea_blue {
  background: #0f518b;
}
.ant-table-tbody > tr.bg_sea_blue > td {
  color: #fff;
}

.draf-table .draft-effective-date {
  width: 300px;
}

.draf-table .select-box {
  width: 180px;
}

.draf-table .link-cursor {
  height: 36px;
}

.draft-checked .ant-checkbox-wrapper {
  margin-left: 0;
}

.draft-checked {
  margin-bottom: 10px;
}

.draft-checked .checkbox {
  margin: 0;
  min-height: 27px;
}

.form-draftflextwo {
  padding: 0 16px 16px;
}

.form-draftflextwo .select-box {
  width: 151px;
}

.ant-table-tbody .sign-tiptext {
  top: -30px;
}
.ant-table-tbody > tr.checked-error-state td {
  background-color: #ffcfd0 !important;
}

.draft-upload-disabled {
  pointer-events: none;
  background-color: #CCC;
}

.align-center {
  align-items: center;
}

.equity-plan-size {
  font-size: 80%;
  margin-top: 12px;
  color: #00a9cd;
}

.document_set {
  padding: 0;
}
.document_set .manage_document {
  margin-right: 5px;
  color: #00a9cd;
  margin-top: 30px;
  text-decoration: underline;
  cursor: pointer;
}

.prefer-left .billing-change-plan-back {
  height: 32px;
  margin-bottom: 10px;
}
.prefer-left .billing-change-plan-back .anticon-left svg {
  width: 13px;
}
.prefer-left .billing-change-plan-back span {
  margin: 0;
}

.draft-option-docusign {
  padding: 0 15px;
}
.draft-option-docusign-select {
  margin-bottom: 10px;
}
.draft-option-docusign-select p {
  color: #777;
  padding: 0;
  margin: 5px 0;
}
.draft-option-docusign-select button {
  width: 110px;
  font-weight: 600;
  margin-right: 10px;
}

.pdf-preview-content {
  padding: 50px 0;
  min-height: 800px;
}
.pdf-preview-content div {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  margin-bottom: 15px;
  border-radius: 3px;
}

.draft-option-file {
  width: 140px;
}

.draft-option-file-tooltip {
  cursor: default;
}

.relationship-table .ant-select:not(.ant-select-customize-input) .error_border {
  border: 1px solid #a94442 !important;
}
.draft-options-table {
  min-width: 840px;
  margin-bottom: 8px;
}
.draft-options-table tr td {
  background-color: #fff;
}
.draft-rsa-table {
  min-width: 840px;
  margin-bottom: 8px;
}
.draft-rsa-table tr {
  background-color: #fff;
}
.draft-rsu-table {
  min-width: 840px;
  margin-bottom: 8px;
}
.draft-rsu-table tr {
  background-color: #fff;
}
.draft-rsu-table .showErrorTip {
  background-color: #ffcfd0;
}
.draft-sar-table {
  min-width: 840px;
  margin-bottom: 8px;
}
.draft-sar-table tr {
  background-color: #fff;
}
.draft-sar-table .showErrorTip {
  background-color: #ffcfd0;
}
.adduser-form{
    padding:0 0 20px 0;
}
.send-box[type=checkbox]{
    visibility: hidden;
}/*清除原有样式*/
.send-box+label{
    width:20px;
    height:20px;
    background-color:#fff;
    display: block;
    cursor: pointer;
    position: absolute;
    top:6px;
    border-radius: 4px;
    border:1px solid #cacaca;
}
.disabled-send-box+label{
    background-color: #eee;
    cursor: not-allowed;
}
.post_checkbox+label{
    top:-2px;
}
.error_check+label{
    border:1px solid #ff4e5c;
}
.send-box:checked+label::before{
    content:"\2713";/*对号的粗细，2714大一号*/
    color:#00a9cd;
    display: block;
    text-align: center;
    font-size: 14px;
}
.send-label{
    display: inline-block;
    position:absolute;
    top:6px;
    left:22px;
    color:#999999;
}
.checkbox .send-div{
    padding-left:0;
}

.titles-p{
    margin-top:6px;
    margin-bottom:0;
    color:#999999;
}
.text-blue{
    color:#00a9cd;
}
.text-green{
    color:#4eb886;
}
/*AddMember Modal radio*/
.form-horizontal .status-radio{
    padding-left:10px;

}
.radio input[type="radio"] {
    position: relative;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 9px;
    left:0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #00a9cc;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #00a9cc;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.holders-radioLi{
    position: relative;
    margin-top:0;
}
.holders-radioLi label{
    padding-left:0;
}
.holders-radioBox[type=radio],.holders-radioBox[type=checkbox]{
    visibility: hidden;
}/*清除原有样式*/
.holders-radioBox+label{
    width:20px;
    height:20px;
    background-color:#fff;
    display: block;
    cursor: pointer;
    top:6px;
    border-radius: 4px;
    border:1px solid #cacaca;
}
.holders-radioBox:checked+label::before{
    content:"\2713";/*对号的粗细，2714大一号*/
    color:#00a9cd;
    display: block;
    text-align: center;
    font-size: 14px;
}

.holders-label{
    display: inline-block;
    position:absolute;
    top:6px;
    left:14px;
    padding-left:0;
    color:#999999;
    font-weight: normal;
}
.holders-title{
    position: absolute;
    top:6px;
    left:36px;
}
.convertible-table .ant-table-filter-column-title {
  float: left;
}
.convertible-table .ant-table-filter-trigger-container {
  position: relative;
  float: left;
}
.convertible-table .ant-table-filter-trigger-container svg {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.convertible-table .ant-table-filter-column-title {
  padding: 16px 0 16px 16px;
  flex: unset;
}
.convertible-table .ant-table-filter-column-title {
  padding: 0 !important;
}
.convertible-table .ant-table-filter-trigger {
  align-items: stretch;
}
.convertible-table .ant-table-filter-trigger .anticon {
  position: unset;
  transform: none;
}
.convertible-table .ant-table-filter-trigger .anticon-filter {
  display: block;
  overflow: hidden;
}
.convertible-table .ant-table-tbody tr td {
  padding: 12px !important;
}
.convertible-table .ant-table-filter-column {
  height: 45px;
  align-items: center;
}
.convertible-table .firstAttr .ant-table-filter-column {
  padding-left: 0;
}
.convertible-table .green-disc, .convertible-table .red-disc {
  margin: 0;
}
.convertible-table .convertible-row-msg-show {
  visibility: visible;
}
.convertible-table .stake-table-row td p {
  line-height: normal;
}
.convertible-table .sign-tiptext {
  top: -30px;
}
.convertible-table .stake-table-row:hover td .sign-tiptext {
  line-height: 30px;
}
.convertible-table .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}

.stake-table {
  min-width: 540px !important;
  margin-bottom: 8px;
}
.stake-table .sign-tiptext {
  top: -30px;
}
.stake-table .checked-error-state td {
  background-color: #FFCFD0 !important;
}
.redeem-modal {
  border: none;
}
.redeem-modal .redeem-content {
  padding: 30px 40px 15px 40px;
}
.redeem-modal .redeem-content .ant-form-item-label {
  min-width: 200px;
  text-align: left;
}
.redeem-modal .redeem-content .ant-form-item-label label {
  color: #252525;
  font-weight: normal;
}
.redeem-modal .redeem-content .ant-form-item-control {
  width: 200px;
}
.redeem-modal .redeem-content p {
  margin-bottom: 0;
}
.redeem-modal .redeem-content .file-name {
  max-width: 144px;
}
.redeem-modal .modal-footer {
  padding-bottom: 20px;
}
/*.board-sidebar{*/
    /*margin-right:6%;*/
/*}*/
.board-content{
    width:75%;
    min-width: 800px;
}
.tab-navbar{
    margin:0;
}
.filter-box{
    margin:0 10px;
}
.filter-btn{
    position: relative;
    width:90px;
    height:38px;
    padding:6px 12px 6px 0;
    color:#fff;
}
.clearFilterBtn{
    padding:6px 10px;
}
.filter-dropdown{
    border:none;
    padding-left:10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border:none;
}
.board-nav{
    border:none;
}
.board-nav>li>a{
    width:100px;
    height:38px;
    border:none;
    background-color:#fff;
    text-align:center;
    margin-right:10px;
}
.takeplace{
    display: flex;
}
.takeplace li{
    width:100px;
    height:10px;
    margin-right:10px;
}
.takeplace-dark{
    background-color:#dbeaed;
}
.board-nav>li.user-a a{
    background-color:#dbeaed;
}
.board-userbox{
    padding:20px 30px;
    /*background-color:#dbeaed;*/
}
.permi-table td{
    white-space: nowrap;
    text-overflow: ellipsis;
}
.orderBtn{
    display:inline-block;
    width:9px;
    height:14px;
    background-size:100% 100%;
    margin-left:8px;
    cursor: pointer;
    position: absolute;
    top:18px;
}
.user-name{
    min-width:100px;
}
.email-td{
    min-width:180px;
}
.user-role{
    min-width:100px;
}
.date-start{
    min-width:100px;
}
.date-end{
    min-width:100px;
}
.user-status{
    min-width:150px;
}
.board-lastbtn{
    left:-12px;
}

.circle{
    width:10px;
    height:10px;
    border-radius: 90px;
    margin:4px 6px 0 0;
}
.status-td p{
    padding-left:14px;
}
/*.no-send{*/
    /*margin-top:10px;*/
/*}*/
.pink-disc{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc0MDlFQURDQ0E2MzExRTlBQkYzRUQ3MzMxRDY2N0YyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc0MDlFQUREQ0E2MzExRTlBQkYzRUQ3MzMxRDY2N0YyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzQwOUVBREFDQTYzMTFFOUFCRjNFRDczMzFENjY3RjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzQwOUVBREJDQTYzMTFFOUFCRjNFRDczMzFENjY3RjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PVH0nAAAAeklEQVR42mL8P3UWAxT4AnEhEJtC+aeBuA+It4A4TFDBFiDeBMSOQMwDxSD2ZqgcAwsQ+wBxNQNuAJI7CTKxiIEwKAQpNCFCoQkTA3GAEaTwDBEKT4MU9hOhsJ8JGgSteBSB5DbD3FgDxP5AvB+Iv0IxiO0HlWMACDAAGhkVxFGDP3kAAAAASUVORK5CYII=) no-repeat left center;
}
.red-disc{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE4NDFFRUQzNzk5OTExRUE4NUFDRjE0MERENzEwNkExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE4NDFFRUQ0Nzk5OTExRUE4NUFDRjE0MERENzEwNkExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTg0MUVFRDE3OTk5MTFFQTg1QUNGMTQwREQ3MTA2QTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTg0MUVFRDI3OTk5MTFFQTg1QUNGMTQwREQ3MTA2QTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WNNOQAAAAeklEQVR42mJ8FxPDAAW+QFwIxKZQ/mkg7gPiLSAOE1SwBYg3AbEjEPNAMYi9GSrHwALEPkBczYAbgOROgkwsYiAMCkEKTYhQaMLEQBxgBCk8Q4TC0yCF/UQo7GeCBkErHkUguc0wN9YAsT8Q7wfir1AMYvtB5RgAAgwAQXcVPB/dme8AAAAASUVORK5CYII=) no-repeat left center;
}
.green-disc{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4MUUzRTdFQ0E2MzExRTlBMDc4QTc5NjE1NEY3QjE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4MUUzRTdGQ0E2MzExRTlBMDc4QTc5NjE1NEY3QjE1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzgxRTNFN0NDQTYzMTFFOUEwNzhBNzk2MTU0RjdCMTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzgxRTNFN0RDQTYzMTFFOUEwNzhBNzk2MTU0RjdCMTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4MANFtAAAAeklEQVR42mJM2qXCAAW+QFwIxKZQ/mkg7gPiLSAOE1SwBYg3AbEjEPNAMYi9GSrHwALEPkBczYAbgOROgkwsYiAMCkEKTYhQaMLEQBxgBCk8Q4TC0yCF/UQo7GeCBkErHkUguc0wN9YAsT8Q7wfir1AMYvtB5RgAAgwAnoQU1t9u2AUAAAAASUVORK5CYII=) no-repeat left center;
}
.gray-disc{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdDMTgwQjZDQ0E2MzExRTlBRkM5QjcwNjVCNTM2MjkyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdDMTgwQjZEQ0E2MzExRTlBRkM5QjcwNjVCNTM2MjkyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0MxODBCNkFDQTYzMTFFOUFGQzlCNzA2NUI1MzYyOTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0MxODBCNkJDQTYzMTFFOUFGQzlCNzA2NUI1MzYyOTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6FB5eHAAAAeklEQVR42mLcd/EqAxT4AnEhEJtC+aeBuA+It4A4TFDBFiDeBMSOQMwDxSD2ZqgcAwsQ+wBxNQNuAJI7CTKxiIEwKAQpNCFCoQkTA3GAEaTwDBEKT4MU9hOhsJ8JGgSteBSB5DbD3FgDxP5AvB+Iv0IxiO0HlWMACDAAb60V+qYw598AAAAASUVORK5CYII=) no-repeat left center;
}
.yellow-disc{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAydpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBN0U5QjUyQkUwRDExRUM4QTQyQjk0ODcwOTU5QkM0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBN0U5QjUxQkUwRDExRUM4QTQyQjk0ODcwOTU5QkM0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc0MDlFQURDQ0E2MzExRTlBQkYzRUQ3MzMxRDY2N0YyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc0MDlFQUREQ0E2MzExRTlBQkYzRUQ3MzMxRDY2N0YyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+cWqSvgAAAM5JREFUeNpskDsOwjAQRGcXk4CCGwr6IESXI6TgFJyRhjNQ0FLRg0SHBEIofBPixYkAh4CllS3P7PN46bAZIw/GHU6XCT3WAK6A2I3bEBXCNCPdOE9OtNtPO3ybJWS2+CxxR3AA48VacWZJecVERZHrMBdwtkiYHquKSC+afGPlCAW5O5H+PE0FNQWXl4TffF9NZI3kVwRy+cS5yU6ARfVdpHqEN567YONFWlSvRnr/vqgmchVqLoZp/JE1D/GJUZpbkMYAxo813+enpwADAHu2S/wcO1MaAAAAAElFTkSuQmCC) no-repeat left center;
}
.radio input[type="radio"] {
    position: relative;
    opacity: 0;
    z-index:10000;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 9px;
    left:0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #00a9cc;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #00a9cc;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.radio .filter-label{
    padding:0 0 0 28px;
    font-weight: normal;
}
.board-table tr td:first-child{
    padding-left:14px;
}
.board-triangleBtn{
    top:50%;
    left:6px;
    margin-top:0;
}
tr.board-row{
    border:none;
}
.board-row td p{
    line-height:42px;
    color:#7f8082;
}
.board-row td p.board_resend_p {
     line-height: 20px;
}
.board-row:hover td p{
    color:#252525;
}
.board-row:hover .triangle-down{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAEEGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEI1QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEIyQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOkQxQTNEMEIzQjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOkQxQTNEMEI0QjZCNzExRTlCRjY2QkQ0RUY3NkUxMzczPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cvr78t8AAABoSURBVCgVjZLRDkARDEOv+///jIpJsc72MunWoxKl9vpmlV52znb2/2ziAevqfO6PJJeYSOh51rO8YTrRvHzBYMwAo50N9gJGIHgvmAK+QBLmAaFZqS/kJjPTmQa6Ao2ZGVVnYASCvwFP/EQAaHRqzQAAAABJRU5ErkJggg==) no-repeat;
    background-size:100% 100%;
}
.board-row:hover .triangle-graydown{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOUYwN0QwMUI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOUYwN0QwMkI2QjcxMUU5ODU1RkU2Q0ZFOTQ5NkI3QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ5RjA3Q0ZGQjZCNzExRTk4NTVGRTZDRkU5NDk2QjdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ5RjA3RDAwQjZCNzExRTk4NTVGRTZDRkU5NDk2QjdBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Fr4MagAAAFdJREFUeNqc0kESACAEBVDf/c/gqlpVM+YjWRavGDAzlxuQeZx6zS6m0MbwCcY8aNKeT6HY5itIITazDvQqX8nLGehNHsVefkhXSIshY3heYqywXOolwAC8DhDwoscDuwAAAABJRU5ErkJggg==) no-repeat;
    background-size:100% 100%;
}
.table-row:hover .board-lastbtn{
    background-color:#00a9cd;
}
.exercises-root p {
  margin-bottom: 0;
}
.exercises-root .exercises-search-box .exercises-search {
  height: 38px;
  margin: 15px 0;
}
.exercises-root .exercises-search-box button {
  height: 38px;
}
.exercises-root .exercises-table .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.exercises-root .exercises-header {
  width: 100%;
  height: 120px;
  background-color: #FFF;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  display: flex;
  padding: 0 30px;
}
.exercises-root .exercises-header .exercises-header-left {
  width: 40%;
  margin-top: 25px;
}
.exercises-root .exercises-header .exercises-header-left .exercises-submitted-tit {
  font-size: 16px;
}
.exercises-root .exercises-header .exercises-header-left .exercises-submitted-submitted {
  font-size: 24px;
  margin-top: 3px;
}
.exercises-root .exercises-header .exercises-header-right {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.exercises-root .exercises-header .exercises-header-right .exercises-right-box {
  border: 1px solid #E3E3E3;
  height: auto;
  width: 270px;
  padding: 10px;
  margin: 15px 10px;
  border-radius: 10px;
}
.exercises-root .exercises-header .exercises-header-right .exercises-right-box dt {
  font-size: 16px;
}
.exercises-root .exercises-header .exercises-header-right .exercises-right-box dd {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 3px;
}
.exercises-root .exercise-status-box {
  display: flex;
}
.exercises-root .exercise-status-box .exercises-help {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #B9CCD1;
  color: #FFF;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
  margin: 1px 0 0 8px;
  cursor: pointer;
}

.decline-request-root {
  padding: 20px;
}
.decline-request-root .holdings-detailsTable {
  border: 1px solid #EEEEEE;
}
.decline-request-root .decline-request-content {
  padding-top: 20px;
}
.decline-request-root textarea {
  margin-top: 10px;
}
.decline-request-root .decline-request-button {
  text-align: center;
  margin: 10px;
}
.sprout-security-root .row {
  margin-right: 0;
  margin-left: 0;
}

.warrant-table {
  min-width: auto !important;
}

.warrant-table-new thead {
  background: #01A9CE;
}
.warrant-table-new tr td {
  background: #fff;
}
.warrant-table-new .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.warrant-table-new .ant-table-filter-column-title {
  float: left;
}
.warrant-table-new .ant-table-filter-trigger-container {
  position: relative;
  float: left;
}
.warrant-table-new .ant-table-filter-trigger-container svg {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.warrant-table-new .ant-table-filter-column-title {
  padding: 16px 0 16px 16px;
  flex: unset;
}
.warrant-table-new .ant-table-filter-column-title {
  padding: 0 !important;
}
.warrant-table-new .ant-table-filter-trigger {
  align-items: stretch;
}
.warrant-table-new .ant-table-filter-trigger .anticon {
  position: unset;
  transform: none;
}
.warrant-table-new .ant-table-filter-trigger .anticon-filter {
  display: block;
  overflow: hidden;
}
.warrant-table-new .ant-table-filter-column {
  align-items: center;
  height: 45px;
  padding-left: 16px;
}
.warrant-table-new .firstAttr .ant-table-filter-column {
  padding-left: 0;
}
.warrant-table-new .green-disc, .warrant-table-new .red-disc, .warrant-table-new .yellow-disc {
  margin: 0;
}
.warrant-table-new .ant-table-filter-column {
  padding-left: 0;
}
.warrant-table-new .stake-table-row td p {
  line-height: normal;
}
.warrant-table-new .stake-table-row:hover td .sign-tiptext {
  line-height: 30px;
}
.warrant-table-new .sign-tiptext {
  top: -30px;
}
.warrant-table-new .stake-table-row:hover td .sign-tiptext {
  line-height: 30px;
}

.draft-warrants-table {
  min-width: auto;
}
.draft-warrants-table .sign-tiptext {
  top: -30px;
}
.draft-warrants-table .checked-error-state td {
  background-color: #FFCFD0 !important;
}

.ant-dropdown .no-cursor {
  cursor: not-allowed;
}

.sprout-root .bigger_checkbox .ant-table-thead tr th, .sprout-root .bigger_checkbox .ant-table-tbody > tr > td {
  padding: 12px 10px;
}

.bigger_checkbox .ant-table-selection-column {
  width: 80px;
}

.bigger_checkbox .ant-checkbox-inner {
  width: 18px;
  height: 18px;
  margin: 4px 2px;
}
.merge-dialog{
    width:800px;
    top:40px;
}
.merge-content{
    width:800px;
    margin:0 auto;
    border:none;
}
div.box-header{
    background-color:#00a9cd;
    text-align:center;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;

}
.shut-btn{
    color:#fff;
    opacity: .8;
}
.box-header h4{
    color:#fff!important;
    font-weight:bold;
}
.box-text{
    color:#7f8082;
    line-height:24px;
    margin-bottom:20px;
}
.pink-mergebox{
    text-align:center;
    margin-bottom:20px;
}
.relation-body{
    padding-bottom:0;
}

.merge-table > tbody > tr > td, .merge-table > tfoot > tr > td ,.relationship-table > tbody > tr > td, .relationship-table > tfoot > tr > td{
    padding:12px 8px;
}
.merge-table > tbody > tr > td:last-child, .merge-table > tfoot > tr > td:last-child,.relationship-table > tbody > tr > td:first-child, .relationship-table > tfoot > tr > td:first-child {
    padding:3px 8px;
}
.merge-table > tbody > tr > td.update_td, .merge-table > tfoot > tr > td.update_td,.relationship-table > tbody > tr > td.effective-date, .relationship-table > tfoot > tr > td.effective-date,.review-relationship-table > tbody > tr > td:last-child, .review-relationship-table > tfoot > tr > td:last-child {
    padding:12px 8px;
}
.merge-table tbody tr td{
    color:#7f8082;
    border-bottom:1px solid #fff;
    background-color:#f3f8fb;
}
.merge-table tbody tr td:first-child{
    color:#252525;
    background-color:#e8eff7;
}
.merge-table tbody tr.first-row td,.relationship-table tbody tr.first-row td,.accelerate_table tbody tr.first-row td, .table-rel tbody tr.first-row td{
    background-color:#0f518b;
    color:#fff;
}
.accelerate_table tbody tr td{
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: #fff;
}

.can-input{
    width:100%;
    height:36px;
    padding:0 10px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RjI3RjQ0QkJFOTYxMUU5OTZFRjkzNThGREYwMTJCRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RjI3RjQ0Q0JFOTYxMUU5OTZFRjkzNThGREYwMTJCRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGMjdGNDQ5QkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGMjdGNDRBQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KraxkgAAADFJREFUeNpi+P//PwMunJCQgF8SROOVxKoAWRLDCnRJFBOwScIV4JIEW4FPEkQDBBgA2tmyP2kH0RsAAAAASUVORK5CYII=) no-repeat right bottom;
    border:1px solid transparent;
}
.can-input:hover,.can-input:focus{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENjc0OUFCRTk4MTFFOTk2MDlEODI4M0Y1NUJDODkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENjc0OTlCRTk4MTFFOTk2MDlEODI4M0Y1NUJDODkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGMjdGNDRCQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGMjdGNDRDQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+N9XWLgAAADNJREFUeNpiZNhzlQEP+M+ETxKIGZnwSYIYTPgksVmBIoluBYYkshVYJWFW4JQEsQECDABTgxCeDKzXiQAAAABJRU5ErkJggg==) no-repeat right bottom;
    background-color:#fff;
    border-radius: 4px;               /* For Firefox3.6+ */            /* For Chrome5+, Safari5+ */
    box-shadow:0px 0px 12px 0px lightgray  ;
}
.date-calendar{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NjdENTk4OEJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NjdENTk4OUJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2N0Q1OTg2QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk2N0Q1OTg3QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B+ZYVwAAAbNJREFUeNqslEsoRFEYx+/oRkqNJAsij2ThUbJBFhbKCs1adO9GlKUmpVjMRmbHTqa7sx0LCwshj4VHKUQxJpJRaDw2LFz8j/63jtPlXplTv875zrnf/37fOd85AcMwNJeWBLegWXNvm6AYVFqW9W0hQMEKUMC5NAU/6FSiiF2DS5ANqkGQ8w8QT+oYjICo5BAGF+AcDIIJRTACVkE9CIEpZ8E0zVERoYhkEsRFxOAeJIANykCpInjFDHJADcjnfDcY02msgB3JSaR0B1JEbfvcjlNnDxFdnixYqDiUa7+3Fpe5L40sLcNNd5nrAU3cy2me8gDX5riHw6CIqce9BCM8QY2CdWCc9i4FZ2if+BEM8e8vtLdAK8dH7BtBLg/OM+V3loxNW5TVmzTWpHXbj+ACaHBuEmgDS7S7wCI4oH0Mar0Eh0AVeKa9B/o53pYOLsgC94zwEJxJaT5JET6y36Dvq+rsVofLfGnStNtpCzqkB0TYa34ijPEu30hP2TzHCfZR1ue6H8FZIr+Nvco34Z9uipNyKgO3LiVHaLCYA39VwSvj1GenI9jHFI1/RihO3PgUYACeX212gWRUhQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    cursor:pointer;
}
.date-calendar-with10padding{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF6GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMTItMjFUMTk6MDA6MDcrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTEyLTIxVDE5OjAxOjE5KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTEyLTIxVDE5OjAxOjE5KzA4OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmExMWZmNTRkLWIyMjAtNGRhNi1iNWQyLWQ2MTZjOWNmYzU0ZiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NjdENTk4OUJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjk2N0Q1OTg5QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4IiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTY3RDU5ODZCRTk2MTFFOUIwRDFDNTc0MzkwMkRGRTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTY3RDU5ODdCRTk2MTFFOUIwRDFDNTc0MzkwMkRGRTgiLz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTExZmY1NGQtYjIyMC00ZGE2LWI1ZDItZDYxNmM5Y2ZjNTRmIiBzdEV2dDp3aGVuPSIyMDE5LTEyLTIxVDE5OjAxOjE5KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5RWuPeAAAB5klEQVRIia3VO2gVQRQG4O+GoAiCImKhKD4QCx8gNioWFoKVhoCdKLuNqFiKFgEbG8EudmLYzjYWFhYSxUehBgQVBY0XgxghSnw0pjDGYs4ly2WNey/3h+Gc/8yc+ffM7Mw0sixTgSamsbeqE4+wFpuLovjHkMXRCOFNWBWxmRCej8nXteV8wiSWYCtWRPxbURTNusJ9OB9C49GO4QPGcLoUb7WzuIcpDJbi7/M8v1hXuJFl2TyuYBQNfMUE5rAB69tyPsaHLsU2rIz4UQwVRdGoI9wfdgxPS/FJfImqpirynkvb8La1x3meL8dQHdGy8Oq2+Mb/5O2riLXPsSj6OhncS/RXxAawR9rrYemvPhV9N6Q9Poc10pKP9kr4MnaGP4wduBT8WQhfC/6ml8KDUjW/gj/G/vBfhd2NZdIP2BWqhP9IR2ku+Dx+l3yl/jldokr4FnaF38AB3Al+BLfxIvhrbO+V8Blswc/g4zgZ/pOwA9JVWfuKrCP8Eu8sLO8PCxV/D/swcme7Fa46x3ell2km+MHg0zgUsZng97sVrqp4RLqrPwdv4mb4E2GvSuf7QS+Fr0droYnjbWMudCvYQmupqx6CTtHRHK2KM+nSqPWklZHnOel8H+5U+IS0tFmnom2Y7WSOv0FudjfV9TGzAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    cursor:pointer;
}
.merge-calender:hover,.merge-calender:focus {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF6GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMTItMjFUMTk6MDA6MDcrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTEyLTIxVDE5OjAxOjE5KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTEyLTIxVDE5OjAxOjE5KzA4OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmExMWZmNTRkLWIyMjAtNGRhNi1iNWQyLWQ2MTZjOWNmYzU0ZiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NjdENTk4OUJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjk2N0Q1OTg5QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4IiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTY3RDU5ODZCRTk2MTFFOUIwRDFDNTc0MzkwMkRGRTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTY3RDU5ODdCRTk2MTFFOUIwRDFDNTc0MzkwMkRGRTgiLz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTExZmY1NGQtYjIyMC00ZGE2LWI1ZDItZDYxNmM5Y2ZjNTRmIiBzdEV2dDp3aGVuPSIyMDE5LTEyLTIxVDE5OjAxOjE5KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5RWuPeAAAB5klEQVRIia3VO2gVQRQG4O+GoAiCImKhKD4QCx8gNioWFoKVhoCdKLuNqFiKFgEbG8EudmLYzjYWFhYSxUehBgQVBY0XgxghSnw0pjDGYs4ly2WNey/3h+Gc/8yc+ffM7Mw0sixTgSamsbeqE4+wFpuLovjHkMXRCOFNWBWxmRCej8nXteV8wiSWYCtWRPxbURTNusJ9OB9C49GO4QPGcLoUb7WzuIcpDJbi7/M8v1hXuJFl2TyuYBQNfMUE5rAB69tyPsaHLsU2rIz4UQwVRdGoI9wfdgxPS/FJfImqpirynkvb8La1x3meL8dQHdGy8Oq2+Mb/5O2riLXPsSj6OhncS/RXxAawR9rrYemvPhV9N6Q9Poc10pKP9kr4MnaGP4wduBT8WQhfC/6ml8KDUjW/gj/G/vBfhd2NZdIP2BWqhP9IR2ku+Dx+l3yl/jldokr4FnaF38AB3Al+BLfxIvhrbO+V8Blswc/g4zgZ/pOwA9JVWfuKrCP8Eu8sLO8PCxV/D/swcme7Fa46x3ell2km+MHg0zgUsZng97sVrqp4RLqrPwdv4mb4E2GvSuf7QS+Fr0droYnjbWMudCvYQmupqx6CTtHRHK2KM+nSqPWklZHnOel8H+5U+IS0tFmnom2Y7WSOv0FudjfV9TGzAAAAAElFTkSuQmCC) no-repeat right center;
    background-color:#fff;
}
.calender-position200{
    background-position: 200px 6px;
}
.calender-position120{
    background-position: 120px 6px;
}
.calender-position130{
    background-position: 130px 6px;
}
.calender-position114{
    background-position: 114px 6px;
}
.calender-positionReset{
    background-position:right 6px;
}
.last_day_to_exercise_datepicker{

}
/*.filling_date_calender{*/
    /*background-position:right 13px;*/
/*}*/
.relationship-calender {
    background-position: right 8px;
}
.calender-position100{
    background-position: 100px 10px;
}
.date-input::-webkit-inner-spin-button{
    visibility: hidden;
}
.date-input::-webkit-calendar-picker-indicator {
    width:10px;
    height:14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NjdENTk4OEJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NjdENTk4OUJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2N0Q1OTg2QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk2N0Q1OTg3QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B+ZYVwAAAbNJREFUeNqslEsoRFEYx+/oRkqNJAsij2ThUbJBFhbKCs1adO9GlKUmpVjMRmbHTqa7sx0LCwshj4VHKUQxJpJRaDw2LFz8j/63jtPlXplTv875zrnf/37fOd85AcMwNJeWBLegWXNvm6AYVFqW9W0hQMEKUMC5NAU/6FSiiF2DS5ANqkGQ8w8QT+oYjICo5BAGF+AcDIIJRTACVkE9CIEpZ8E0zVERoYhkEsRFxOAeJIANykCpInjFDHJADcjnfDcY02msgB3JSaR0B1JEbfvcjlNnDxFdnixYqDiUa7+3Fpe5L40sLcNNd5nrAU3cy2me8gDX5riHw6CIqce9BCM8QY2CdWCc9i4FZ2if+BEM8e8vtLdAK8dH7BtBLg/OM+V3loxNW5TVmzTWpHXbj+ACaHBuEmgDS7S7wCI4oH0Mar0Eh0AVeKa9B/o53pYOLsgC94zwEJxJaT5JET6y36Dvq+rsVofLfGnStNtpCzqkB0TYa34ijPEu30hP2TzHCfZR1ue6H8FZIr+Nvco34Z9uipNyKgO3LiVHaLCYA39VwSvj1GenI9jHFI1/RihO3PgUYACeX212gWRUhQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size:100% 100%;
    color: transparent;
}
.date-input::-webkit-calendar-picker-indicator:hover{
    width:10px;
    height:14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NjdENTk4OEJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NjdENTk4OUJFOTYxMUU5QjBEMUM1NzQzOTAyREZFOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2N0Q1OTg2QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk2N0Q1OTg3QkU5NjExRTlCMEQxQzU3NDM5MDJERkU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B+ZYVwAAAbNJREFUeNqslEsoRFEYx+/oRkqNJAsij2ThUbJBFhbKCs1adO9GlKUmpVjMRmbHTqa7sx0LCwshj4VHKUQxJpJRaDw2LFz8j/63jtPlXplTv875zrnf/37fOd85AcMwNJeWBLegWXNvm6AYVFqW9W0hQMEKUMC5NAU/6FSiiF2DS5ANqkGQ8w8QT+oYjICo5BAGF+AcDIIJRTACVkE9CIEpZ8E0zVERoYhkEsRFxOAeJIANykCpInjFDHJADcjnfDcY02msgB3JSaR0B1JEbfvcjlNnDxFdnixYqDiUa7+3Fpe5L40sLcNNd5nrAU3cy2me8gDX5riHw6CIqce9BCM8QY2CdWCc9i4FZ2if+BEM8e8vtLdAK8dH7BtBLg/OM+V3loxNW5TVmzTWpHXbj+ACaHBuEmgDS7S7wCI4oH0Mar0Eh0AVeKa9B/o53pYOLsgC94zwEJxJaT5JET6y36Dvq+rsVofLfGnStNtpCzqkB0TYa34ijPEu30hP2TzHCfZR1ue6H8FZIr+Nvco34Z9uipNyKgO3LiVHaLCYA39VwSvj1GenI9jHFI1/RihO3PgUYACeX212gWRUhQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size:100% 100%;
    color: transparent;
}/*修改日历控件的图标*/
.date-input::-webkit-clear-button{
    display:none;
}

.box-footer{
    border-top:none;
    text-align:center;
}
.boxbtn-to{
    color:#fff;
    font-weight: 500;
    padding:10px 18px;
}
.drafts_btn{
    color:#fff;
    font-weight: 500;
    height:38px;
    line-height:38px;
    padding:0 18px;
}

.add-body{
    padding:40px 40px 0 40px;
}
.header-border{
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUE2RjE4NERCRTk5MTFFOUI0MDM5QjlCQjY1RTg3MDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUE2RjE4NEVCRTk5MTFFOUI0MDM5QjlCQjY1RTg3MDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQTZGMTg0QkJFOTkxMUU5QjQwMzlCOUJCNjVFODcwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQTZGMTg0Q0JFOTkxMUU5QjQwMzlCOUJCNjVFODcwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZUAAAAAElFQyBzUkdCAAAAAAAAAAAAAAAAAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGEAAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJYWVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uACZBZG9iZQBkwAAAAAEDABUEAwYKDQAAEWMAABGSAAAR5QAAEgn/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//CABEIAAECvAMBEQACEQEDEQH/xACHAAEAAwAAAAAAAAAAAAAAAAAABQcJAQEAAwEAAAAAAAAAAAAAAAAABgcJCBAAAgMBAAAAAAAAAAAAAAAAQGAFBjY1EQABBQAAAAAAAAAAAAAAAABAYASEBbUSAAEDBQAAAAAAAAAAAAAAAEBgAQOCsoOzBBMBAAAAAAAAAAAAAAAAAAAAYP/aAAwDAQACEQMRAAABmuscfwAAAAAAAANHqH0ZuCMW8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2gAIAQEAAQUCDoWTRP/aAAgBAgABBQIOZ6SJ/9oACAEDAAEFAg6HlET/2gAIAQICBj8CDkptZC//2gAIAQMCBj8CD5cm6RC//9oACAEBAQY/Ag6qdpPEL//aAAgBAQMBPyEwR//aAAgBAgMBPyExX//aAAgBAwMBPyEwZ//aAAwDAQACEQMRAAAQkkkkkkkkknJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ/9oACAEBAwE/EDA//9oACAECAwE/EDCP/9oACAEDAwE/EDGn/9k=) no-repeat bottom left;
    padding-bottom:8px;
    color:#155488;
    font-weight: 500;
    font-size:16px;
    margin-bottom:0;
}
.add-form{
    padding:20px 0;
}
.label-nopadding{
    padding-left:0;
    font-weight: normal;
    color:#818181;
}
.add-label{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
    color:#252525;
}
.add-tip{
    padding-bottom:20px;
}
.add-center{
    border-bottom:1px solid #e3e6ef;
}
.convertible-tipbox{
    position: relative;
}
.red-input{
    border:1px solid #fe5857;
    margin-bottom:8px;
}
.red-input:focus{
    border:1px solid #fe5857;
    box-shadow: inset 0 0px 1px #fe5857, 0 0 8px #fe5857;
}
.danger-red{
    color:#fe5857;
}
div.holders-radio input[type="radio"]:checked + label.holders-radioLabel:before {
    background-color: #155488;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}
div.holders-radio input[type="radio"]:focus + label.holders-radioLabel:before {
    outline: none;
    border-color: #155488;
}

/*View stakeholder holdings*/
.viewHoldingsBox{
    display: flex;
}
.holdings-navBox{
    padding-top:15px;
    width:160px;
}
.holdings-navBox p{
    padding-left:15px;
}
.holdings-navUl>li>a{
    width:100%;
    padding:6px 15px;
}
.viewHoldingsContent{
    background-color:#e8eff7;
    padding:15px;
    width:800px;
    min-height:300px;
}
.holders-h3{
    font-weight: 800;
    font-size:20px;
    margin-bottom:20px;
    word-break: break-all;
    white-space: normal;
}
.holders-h3.f12{
    font-size:12px;
}
.holders-h3.f16{
    font-size:16px;
}
.holdings-navUl > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #0b0f10;
    background-color: #e8eff7;
}
.viewHoldings-table .first-row,table.properties-table>tbody>.first-row{
    background-color:#10518d;
}
.viewHoldings-table .first-row td,table.properties-table>tbody>.first-row td{
    color:#fff;
}
.viewHoldings-table td:first-child{
    padding-left:16px;
}
.viewHoldings-table td:last-child{
    text-align: right;
    padding-right:16px;
}
.viewRelTable td:last-child{
    text-align:left;
}
.holdings-tr{
    background-color:#fff;
    border-bottom:1px solid #e8eff7;
}
#ViewSthHoldingsModal .ant-empty{
    margin:90px 8px;
}
/*holdings details*/

.none_entered,.stake-table-row td p.none_entered{
    color:#db585d;
    font-weight: 500;
}
.viewSthHoldings-p{
    font-size:16px;
    font-weight: 800;
    background-color:#00a9ce;
    color:#fff;
    width:100%;
    height:36px;
    border-radius: 4px;
    text-align:center;
    line-height:36px;
}
.holdings-detailsTable{
    width:100%;
}
.holdings-detailsTable>tbody > tr{
    height:36px;
    border-bottom: 1px solid #e8eff7;
}
.holdings-detailsTable > tbody > tr > td:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color:#f3f8fb;
    padding-left:14px;
}
.holdings-detailsTable > tbody > tr > td:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color:#fff;
    padding-left:14px;
}

/*Terminate Stakeholder*/
.terminate-titbox{
    width:100%;
    text-align:center;
    padding:30px 40px 10px 40px;
}
.ter-title{
    color:#275177;
    font-size:20px;
    font-weight: 500;
    margin-bottom:0;
}
.ter-subtitle{
    font-weight: 500;
    margin:16px 0 10px 0;
}
.ter-description{
    color:#383838;
}
.form-horizontal .ter-row{
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.form-horizontal .form-control[readonly] {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
}
.marginBott2{
    margin-bottom:2px;
}
.mt20{
    margin-top: 20px;
}
.ter-tipText{
    margin-bottom:15px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmNDUwNTA5YS0yNDk3LTE5NDYtYWRlZC0yODFlYjIwYzUzYTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDFBNUZEQTNERTA1MTFFOTlCNTFFNjZFRDc4MTE5ODciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDFBNUZEQTJERTA1MTFFOTlCNTFFNjZFRDc4MTE5ODciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NGIwODgzMDQtMTIxNy04NTQ1LTk3MjYtMGM2ODliOWU0MTA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjYwMDJiMDYtMjczMS0yMzQyLTk0MWYtMDBmY2U0MzU4OTE1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+42GzJQAAALpJREFUeNpszs8KQUEUx/G540oWsrP3Jyw9BG/gCW5JutY2HsDCRllYzU6WSl5CCjuirDyBlRJd38m5Nf6c+sxM5/xmGi8IAkW10EUZHo4YYuqztBHKvlHvqmGCjGbpyDCPC9JYy6XQvlDBFgs0cJVXdijawBNJ5NRnJfDQcruufsv+42QDIwyQdYYp9DGzgTmWWDmBPW4Ya2n0UHUCBTRx953mGZGcD3HTDZT+fFRpY0x8jr4oO3sJMADAkCYGl6z+iQAAAABJRU5ErkJggg==) no-repeat 15px 3px;
    padding-left:30px;
}

.notifications-titbox .ter-description{
    text-align:left;
}
.padding1414{
    padding:14px;
}
.marginBott10{
    margin-bottom:10px;
}
.level_up .marginBott20{
    margin-bottom:20px;
}
.marginBott20{
    margin-bottom:20px;
}
.marginBott30{
    margin-bottom:30px;
}
.marginBott50{
    margin-bottom:50px;
}
.newEmailCon .has-error input,.newEmailCon .has-error .form-control, .newEmailCon .has-error .form-control:focus {
    border-color: #ff4d4f;
}

.newEmailCon .error_tip{
    margin-top:2px;
    color:#ff4d4f;
}

/*Review termination*/
.ter-review{
}
.ter-review-titbox{
    text-align: center;
}
.ter-review-subtitle{
    font-weight: 500;
    margin-bottom:6px;
}
.checkTd{
    position:relative;
}
.ter-checkColumn{
    position: absolute;
    right:0;
    top:-36px;
    margin:0 auto;
    width:160px;
    text-align: center;
    padding:6px 12px;
    border:2px solid #73af40;
    background-color:#eff9e5;
    color:#84aa67;
    border-radius: 4px;
}
/*.reviewTable{*/
/*    margin-top:20px;*/
/*}*/
.reviewTable tbody tr{
    height:38px;
}
.table-titleTr{
    background-color:#00a9cc;
    width:100%;
}
.reviewTable tbody .table-titleTr td{
    color:#fff;
}
.reviewTable tbody tr td{
    text-align:right;
    color:#383838;
}
.table-contentTr,.scenario-total-tr{
    background-color:#f2f7fa;
    border:1px solid #fff;
}
.reviewTable tbody .table-contentTr td:first-child{
    color:#00a9cc;
}
.reviewTable tbody .overviewTr td:first-child{
    color:#383838;
}
.reviewTable tbody tr td:nth-child(2){
    text-align:left;
}
.reviewTable tbody tr td:first-child{
    text-align:left;
}
.grantTable tbody .table-contentTr .exercise_date{
    padding:1px 8px;
    width:160px;
}
.grant_total_tr td{
    font-weight: 500;
}
.ter-email-checkbox{
    width:250px;
    margin:0 auto;
}
.confirm_date_checkbox{
    width:420px;
    margin:0 auto;
}
.ter-email-checkbox .email-sendbox+label,.confirm_date_checkbox .email-sendbox+label{
    top:0;
}
.emailMe{
    padding-left:26px;
}
.review_errorTip{
    color:#fea5a6;
    text-decoration: underline;
}
.review_errorTip:hover{
    color:#fea5a6;
    text-decoration: none;
}

/*Add Properties*/
table.properties-table>tbody>tr{
    height:38px;
}
table.properties-table>tbody>tr>td{
    line-height:38px;
}
.properties-table>tbody>tr>td:first-child{
    padding-left:0;
    width:86%;
}
table.properties-table>tbody>tr>.proTd{
    padding-left:10px;
}
.pro-text{
    margin-top:5px;
}
.width200{
    width:200px;
    margin:0 auto;
}
.width220{
    width:220px;
}
.width180{
    width:180px;
}
.width300{
    width:200px;
}
.sprsheet-selBtn input{
    width:200px;
}

.sprsheet-filenameBox{
    width:200px;
    padding-left:10px;
    position:relative;
}
.sprsheet-delBtn{
    position:absolute;
    right:10px;

}

.banner-rightBox{
    position:relative;
    width: auto;
}
.bg-cyan{
    background-color:#47c58e;
}
.bg-lightgreen{
    background-color:#2cb676;
}
.bg-orange{
    background-color:#ff7827;
}
.bg-lightorange{
    background-color:#fc843c;
}
.bg-dangered{
    background-color:#c92928;
}
.bg-lightred{
    background-color:#FFE0E0;
}
.bg-danger_text{
    background-color:#d42f2e;
}
.bg-redbtn{
    background-color: #FFE0E0;
}

.download-boxes{
    position:absolute;
    top:-280%;
    width:360px;
}
.banner-download{
    display: flex;
    height:46px;
    border-radius: 4px;
    margin-bottom:6px;
}
div.banner-rightBox>div.download-boxes>div.banner-download{
    z-index: 999;
}
.download-badge{
    display: inline-block;
    height:46px;
    width:46px;
    line-height: 46px;
    text-align: center;
    color:#fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top:0;
}
.download-message{
    height:46px;
    line-height:46px;
    padding-left:6px;
    color:#fff;
    margin-bottom: 0;
}
.download-btnBox{
    position:absolute;
    right:0;
}
.banner-download .download-btn{
    margin:8px;
    height:30px;
    border-radius: 4px;
    padding:2px 10px;
}
.banner-download  .no-marginRight{
    margin-right:0;
}
.sendbar{
    position:absolute;;
    width:34%;
    right:40px;
    top:10px;
}
/*Download modal*/
.tasksBox{
    position:relative;
    padding:10px 0;
}
.downloadBtn{
    position:absolute;
    right:0;
    top:10px;
}
.noTask{
    width:180px;
    margin:20px auto;
    text-align: center;

}


/*refresh animation*/
@keyframes spin {
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(90deg);}
    100%{-webkit-transform:rotate(180deg);}
}
.spinner-box {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius:4px;
}
.refresh_bg_orange{
    background-color: #ff833a;

}
/* SPINNING CIRCLE */
.circle-border {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBMEQ4RDU0NDhCMzExRUE4ODRDQzk3ODZCQzMwN0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBMEQ4RDU1NDhCMzExRUE4ODRDQzk3ODZCQzMwN0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUEwRDhENTI0OEIzMTFFQTg4NENDOTc4NkJDMzA3RTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUEwRDhENTM0OEIzMTFFQTg4NENDOTc4NkJDMzA3RTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz40a0zOAAAA/UlEQVR42mL8//8/AyWACYsYIxBnAvEpIP4PxReBuBiIuTBUg1yAhAWA+Pt/BLgGxFeQ+B+BWB9ZDzYDbgFxF5QNE+cC4iwkgySxGcCEZhg2bAU14AK6ARlAfI4IA0B4BtQQQ5gBfED8CSqYR4QB7FC1XTADGpD89gaIRfFo5oD6HwQOALEsSFAOiJdCBXWAmAePASC520gWzoVJZEMF5IjwQhSSAQowQTmowEYiA/IMEPeiR+NOqCGeRBjAgi0dgPz3BWpIERBzI8mxAnEuEJ8HYkV8KVEFiF8g+RGUNk79RwVK+AyA2VYAxJeQNN0D4lq05A3GjJRmZ4AAAwAgLLGCrtgdLAAAAABJRU5ErkJggg==) no-repeat 100% 100%;
    animation: spin .8s linear 0s infinite;
}
.gender-select{
    border: 0;
}
.icon-padding{
    padding:0 6px 0 4px;
}
.has-error input, .has-error .ant-picker {
  border-color: #ff4d4f;
}

.add-stakeholder-modal {
  background: none;
}
.add-stakeholder-modal .ant-modal-body {
  padding: 0;
}
.update-body{
    padding:40px;
    display: flex;

}
.update-box{
    width:100%;
}
.update-tit{
    color:#0c416f;
    font-weight: 500;
    font-size: 16px;
    margin-bottom:10px;
}
.update-btn{
    background-color:#00a9cd;
    width:200px;
    color:#fff;
    margin:10px 0;
}
.update-darkBtn{
    background-color:#b9cdd2;
}
.down-pic{
    color:#fff;
    margin-right:10px;
}


/*add group*/
.star-a{
    text-decoration:underline;
    cursor:pointer;
}
.group-input{
    position: relative;
}
.group-downmenu{
    position:absolute;
    width:92%;
    top:32px;
    left:14px;
    border:none;
}
.group-downmenu li{
    margin-bottom:6px;
    cursor: pointer;
}
.group-name{
    font-weight:bold;
}
.users-box{
    margin-top:10px;
}
.user-li{
    background-color:#f7f8fc;
    margin-bottom:6px;
    padding:10px;
    position: relative;
}
.group-del{
    position: absolute;
    right:10px;
    top:16px;
}
.sign-dialog{
    width:480px;
    top:40px;
}
.sign-content{
    background-color:#fff;
    border-radius: 4px;
}
.understand-box{
    padding:12px 20px;
    border-top:4px solid #124f82;
    background-color:#f3f8fb;
    margin-bottom:20px;
}
.understand-box p{
    line-height:24px;
    color:#36455c;
}
.sign-here{
    display: flex;
    justify-content: flex-start;
    align-items:flex-end;
}
.label-text{
    font-weight: normal;
    flex:1 0 auto;
}
.merge-sign-box{
    width:100%;
    border-bottom:2px solid gray;
    padding-left:20px;
    font-size:32px;
    color:#252525;
    flex:1 1 auto;
}
.text_align_center{
    text-align:center;
}
.merge-stakeholder-actions {
  background: #2BB877;
  color: #FFF;
}
.merge-stakeholder-actions .actions-left {
  float: left;
}
.merge-stakeholder-actions .actions-right {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
}

.merge-stakeholder-header {
  position: relative;
}
.merge-stakeholder-header .title {
  height: 80px;
  line-height: 80px;
  background-color: #00A9CD;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0 !important;
}
.merge-stakeholder-header .go-back {
  position: absolute;
  left: 18px;
  top: 50%;
  color: #FFF;
  height: 40px;
  margin-top: -10px;
  cursor: pointer;
}
.merge-stakeholder-header .go-back svg {
  width: 20px !important;
  height: 20px !important;
}
.merge-stakeholder-header .close {
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin-top: -12px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  opacity: 1;
}
.merge-stakeholder-header .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.merge-stakeholder-content dl {
  margin-bottom: 28px;
}
.merge-stakeholder-content dt {
  color: #808080;
  line-height: 24px;
  margin: 25px 0 10px 0;
  font-weight: 400;
}
.merge-stakeholder-content dt .explain {
  width: 100%;
  border-top: 4px solid #0F518B;
  height: 105px;
  color: #0F518B;
  background: #F3F8FA;
  margin-top: 15px;
}
.merge-stakeholder-content dt .explain p {
  padding: 21px 20px 18px 20px;
}
.merge-stakeholder-content .confirm_dt {
  margin: 25px 0 10px 0;
}
.merge-stakeholder-content dd .autograph .autograph-input .ant-input-group-addon {
  border: 0;
  background: none;
  padding: 30px 3px 0 0;
}
.merge-stakeholder-content dd .autograph .autograph-input input {
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
  height: 50px;
  font-size: 32px;
  border-radius: 0;
  line-height: 50px;
  padding-top: 7px;
}
.merge-stakeholder-content dd .signature {
  width: 100%;
  padding-top: 5px;
  color: #808080;
  text-align: center;
}
.merge-stakeholder-content dd .clear {
  clear: both;
}
.merge-stakeholder-content .table {
  padding-bottom: 15px;
}
.merge-stakeholder-content .table thead tr th {
  background: #0F518B;
  color: #FFF;
  font-weight: 400;
  height: 50px;
  padding: 0 16px;
}
.merge-stakeholder-content .table tbody tr td {
  height: 50px;
  padding: 0 10px;
  background: #F3F8FA;
  color: #808080;
  border-bottom: 1px solid #FFF;
}
.merge-stakeholder-content .table tbody tr td .ant-picker {
  padding: 0;
}
.merge-stakeholder-content .table tbody tr td .can-input {
  width: 100%;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RjI3RjQ0QkJFOTYxMUU5OTZFRjkzNThGREYwMTJCRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RjI3RjQ0Q0JFOTYxMUU5OTZFRjkzNThGREYwMTJCRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGMjdGNDQ5QkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGMjdGNDRBQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KraxkgAAADFJREFUeNpi+P//PwMunJCQgF8SROOVxKoAWRLDCnRJFBOwScIV4JIEW4FPEkQDBBgA2tmyP2kH0RsAAAAASUVORK5CYII=) no-repeat right bottom;
  border: 1px solid transparent;
}
.merge-stakeholder-content .table tbody tr td .can-input:hover, .merge-stakeholder-content .table tbody tr td .can-input:focus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENjc0OUFCRTk4MTFFOTk2MDlEODI4M0Y1NUJDODkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENjc0OTlCRTk4MTFFOTk2MDlEODI4M0Y1NUJDODkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGMjdGNDRCQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGMjdGNDRDQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+N9XWLgAAADNJREFUeNpiZNhzlQEP+M+ETxKIGZnwSYIYTPgksVmBIoluBYYkshVYJWFW4JQEsQECDABTgxCeDKzXiQAAAABJRU5ErkJggg==) no-repeat right bottom;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px lightgrey;
}
.merge-stakeholder-content .table tbody tr td:first-child {
  background: #E6F0F4;
  color: #000000;
}
.merge-stakeholder-content .table tbody tr td:first-child {
  background: #E6F0F4;
  color: #000000;
}
.merge-stakeholder-content .table tbody tr td .can-input:focus {
  box-shadow: 0px 3px 10px 0px lightgrey;
}
.merge-stakeholder-content .table tbody .calender-positionReset {
  background-position: right center;
}
.merge-stakeholder-content .table tbody .w100 {
  width: 100%;
}
.merge-stakeholder-content .table tbody .ml10 {
  margin-left: 10px;
}
.merge-stakeholder-content .table tbody .ant-select-selector {
  margin-left: -10px;
}
.merge-stakeholder-content .table tbody .color808080 {
  color: #808080 !important;
}
.merge-stakeholder-content .table tbody .color808080 input {
  color: #808080 !important;
}
.merge-stakeholder-content .table tbody .operations {
  text-align: center;
}
.merge-stakeholder-content .table tbody .icon_add, .merge-stakeholder-content .table tbody .icon_minus {
  background-color: #00A9CD;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
.merge-stakeholder-content .table tbody .empty-add {
  background: none;
  cursor: default;
}
.merge-stakeholder-content .table tbody .icon_minus {
  background-color: #D2D2D2;
  color: #808080;
}
.merge-stakeholder-content .table tbody .ml5 {
  margin-left: 5px;
}
.merge-stakeholder-content .table .merge-stakeholder-c {
  padding: 0;
}
.merge-stakeholder-content .table .merge-stakeholder-c-box {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.merge-stakeholder-content .table .merge-stakeholder-c-box .merge-stakeholder-txt-left {
  text-align: left;
  width: 100%;
}
.merge-stakeholder-content .table .merge-stakeholder-c .merge-stakeholder-securities {
  height: auto;
  padding: 5px;
}
.merge-stakeholder-content .table .merge-stakeholder-c-red {
  background-color: #fdbbc7;
}
.merge-stakeholder-content .relationship-table {
  padding-bottom: 15px;
}
.merge-stakeholder-content .relationship-table thead tr th {
  background: #0F518B;
  color: #FFF;
  font-weight: 400;
  height: 50px;
  padding: 0 16px;
  border-bottom: none;
}
.merge-stakeholder-content .relationship-table tbody tr td {
  height: 50px;
  padding: 0 10px;
  background: #F3F8FA;
  color: #808080;
  border-bottom: 1px solid #FFF;
  border-collapse: separate;
}
.merge-stakeholder-content .relationship-table tbody .relationship-table-tr-error .relationship-table-td-red, .merge-stakeholder-content .relationship-table tbody .relationship-table-tr-error-err .relationship-table-td-red {
  background-color: #FDBBC7;
}
.merge-stakeholder-content .relationship-table tbody .relationship-table-tr-error-err .relationship-table-td-red {
  border-top: none;
}
.merge-stakeholder-content .relationship-table tbody .w100 {
  width: 100%;
}
.merge-stakeholder-content .relationship-table tbody .ml10 {
  margin-left: 10px;
}
.merge-stakeholder-content .relationship-table tbody .operations {
  display: flex;
  justify-content: center;
  align-items: center;
}
.merge-stakeholder-content .relationship-table tbody .icon_add, .merge-stakeholder-content .relationship-table tbody .icon_minus {
  background-color: #00A9CD;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
.merge-stakeholder-content .relationship-table tbody .empty-add {
  background: none;
  cursor: default;
}
.merge-stakeholder-content .relationship-table tbody .icon_minus {
  background-color: #D2D2D2;
  color: #808080;
}
.merge-stakeholder-content .relationship-table tbody .ant-select-arrow {
  right: 0;
}
.merge-stakeholder-content .relationship-table tbody .ml5 {
  margin-left: 5px;
}
.merge-stakeholder-content .merge-stakeholder-tr-red {
  border: 1px solid red !important;
}
.merge-stakeholder-content .review-table tr td {
  height: 40px;
}
.merge-stakeholder-content .review-table tr td:first-child {
  color: #000;
}

.new-merge-stakeholder-content {
  padding: 0 20px !important;
}

.information-w100 {
  width: 100%;
  text-align: center;
}
.information-w100 .information-button {
  width: 300px;
  height: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
.terminate-stakeholder-header {
  position: relative;
}
.terminate-stakeholder-header .title {
  line-height: 56px;
  font-size: 18px;
  background-color: #00A9CD;
  color: #FFF;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0 !important;
}
.terminate-stakeholder-header .close {
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  margin-top: -12px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  opacity: 1;
}
.terminate-stakeholder-header .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.bulk_terminate-table {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.bulk_terminate-table .ant-table-thead tr th {
  padding: 12px 6px;
  background: #10518d;
  color: #fff;
}
.bulk_terminate-table .ant-table-tbody > tr > td {
  background-color: #f2f7fa;
  border-bottom: 1px solid #fff;
  padding: 6px;
}
.bulk_terminate-table .ant-table-tbody > tr > td p {
  margin: 0;
  padding-bottom: 6px;
  text-align: center;
  line-height: 26px;
}
.bulk_terminate-table .fileSize svg {
  margin-top: 10px;
  color: #00a9cd;
  width: 30px;
  height: 30px;
}
.bulk_terminate-table tfoot > tr > td {
  background-color: #cceff6;
  border: none;
  font-weight: 500;
  text-align: right;
  padding: 10px 6px;
}
.bulk_terminate-table .certificate-table {
  border: 1px solid rgba(216, 237, 243, 0.95);
  border-radius: 4px;
}
.bulk_terminate-table .certificate-table .ant-table-thead tr th {
  padding: 12px 6px;
  background: #E0F6FE;
  color: rgba(0, 0, 0, 0.85);
}

.terminate-w100 {
  width: 100%;
  text-align: center;
}
.terminate-w100 .ant-btn-dangerous.ant-btn-primary[disabled], .terminate-w100 .ant-btn-dangerous.ant-btn-primary[disabled]:hover, .terminate-w100 .ant-btn-dangerous.ant-btn-primary[disabled]:focus, .terminate-w100 .ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  opacity: 0.5;
  cursor: not-allowed;
}
.terminate-w100 .terminate-button {
  width: 200px;
  height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}

.bulk-confirm {
  width: 420px;
  margin: 10px auto;
}
.bulk-confirm .confirm-check {
  color: #6c757d;
}
.all-stakeholders-table .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.all-stakeholders-table .ant-table-filter-column-title {
  float: left;
}
.all-stakeholders-table .ant-table-filter-trigger-container {
  position: relative;
  float: left;
  margin-right: 22px;
}
.all-stakeholders-table .ant-table-filter-trigger-container svg {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.all-stakeholders-table .ant-table-filter-column-title {
  padding: 16px 0 16px 16px;
  flex: unset;
}
.all-stakeholders-table .ant-table-filter-column-title {
  padding: 0 !important;
}
.all-stakeholders-table .ant-table-filter-trigger {
  align-items: stretch;
}
.all-stakeholders-table .ant-table-filter-trigger .anticon {
  position: unset;
  transform: none;
}
.all-stakeholders-table .ant-table-filter-trigger .anticon-filter {
  display: block;
  overflow: hidden;
}
.all-stakeholders-table .ant-table-thead tr th {
  padding: 0px 16px !important;
  height: 45px;
}
.all-stakeholders-table .ant-table-filter-column {
  height: 45px;
  align-items: center;
  display: inline-flex;
}
.all-stakeholders-table .firstAttr .ant-table-filter-column {
  padding-left: 0;
}

.shares-actions {
  background: #2BB877;
  color: #FFF;
}
.shares-actions .actions-left {
  float: left;
}
.shares-actions .actions-right {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
}

.shares-actions[disabled], .shares-actions[disabled]:hover, .shares-actions[disabled]:focus, .shares-actions[disabled]:active {
  color: #FFF;
  background: rgba(48, 180, 116, 0.5);
  border-color: rgba(48, 180, 116, 0.5);
  text-shadow: none;
  box-shadow: none;
}

.stakeholder-registered-card {
  margin-bottom: 18px;
  overflow: hidden;
}
.stakeholder-registered-card .stakeholder-registered-root .ant-spin-nested-loading {
  height: 253px;
}
.stakeholder-registered-card .stakeholder-registered-root .empty-icon {
  width: 100%;
  height: 253px;
}
.stakeholder-registered-card .stakeholder-registered-root .stakeholder-registered-table {
  margin-top: 20px;
}
.stakeholder-registered-card .stakeholder-registered-root-hide {
  display: none;
}
.stakeholder-registered-card .stakeholder-registered-echarts {
  height: 253px !important;
}
.stakeholder-registered-card .ant-card-body {
  padding: 12px 22px 30px 22px;
}

.stakeholder-registered-hide-width {
  width: 330px;
}

.stakeholder-card-box {
  position: relative;
}
.stakeholder-card-box-title {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 32px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #DCDCDC;
  justify-content: center;
}
.stakeholder-card-box-title-bar {
  width: 7px;
  height: 12px;
  background: #64C7FF;
}
.stakeholder-card-box-title-bar:first-child {
  height: 3px;
  background: #D1D1D1;
  margin-right: 2px;
}
.stakeholder-card-box-title-bar:last-child {
  height: 8px;
  background: #D1D1D1;
  margin-left: 2px;
}
.stakeholder-card-box-value {
  position: absolute;
  top: 12px;
  left: 59px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}
.stakeholder-card-box-img {
  position: absolute;
  top: 10px;
  left: 290px;
  z-index: 2;
  cursor: pointer;
}
.boarding-select .ant-select-selection-item {
  font-weight: 600;
}

.modal-shareholder .modal-header-title {
  color: #666;
  margin-bottom: 20px;
}
.modal-shareholder .modal-header-title .title-info {
  margin-left: 5px;
}
.modal-shareholder .new-hotTable {
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.modal-shareholder .new-hotTable table {
  table-layout: fixed;
}
.modal-shareholder .new-hotTable table tr td {
  min-width: 220px;
  color: black;
  background: rgb(218, 233, 243);
  border: 1px solid rgb(255, 255, 255);
  word-break: break-all;
  text-align: center;
}
.modal-shareholder .new-hotTable table tr.new-hotTable-header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}
.modal-shareholder .new-hotTable table tr.new-hotTable-header td {
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
  background: rgb(68, 114, 199) !important;
  border: 1px solid rgb(255, 255, 255) !important;
  vertical-align: bottom;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.modal-shareholder .new-hotTable table tr.new-hotTable-body td {
  color: black;
  background: rgb(186, 211, 233);
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
}
.modal-shareholder .history-table {
  width: 100%;
  max-height: 400px;
  overflow: auto;
  margin-top: 24px;
}
.modal-shareholder .history-table table {
  table-layout: fixed;
}
.modal-shareholder .history-table table tr td {
  min-width: 220px;
  color: black;
  background: #ecf0f2;
  border: 1px solid rgb(255, 255, 255);
  word-break: break-all;
  text-align: center;
}
.modal-shareholder .history-table table tr.new-hotTable-header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}
.modal-shareholder .history-table table tr.new-hotTable-header td {
  font-weight: bold;
  color: #fff !important;
  background: #788baf !important;
  border: 1px solid rgb(255, 255, 255) !important;
  vertical-align: bottom;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.modal-shareholder .active-bac {
  background-color: #FF8FA4 !important;
}
.modal-shareholder .active-warning {
  background-color: #F7E85C !important;
  color: #AF3E00 !important;
}
.modal-shareholder .modal-top {
  margin-bottom: 19px;
}
.modal-shareholder .modal-top .maRi15 {
  margin-right: 15px;
}
.modal-shareholder .dragger {
  margin: 0 2px;
}
.modal-shareholder .dragger .ant-upload.ant-upload-drag {
  border: 2px dashed #b8ccd1;
  background: #e6f6fc;
}
.modal-shareholder .dragger .ant-upload.ant-upload-drag .ant-upload-drag-icon {
  margin-bottom: 20px;
}
.modal-shareholder .dragger .ant-upload.ant-upload-drag .ant-upload {
  padding: 31px 0 29px 0;
}
.modal-shareholder .dragger .ant-upload.ant-upload-drag .ant-upload-text {
  font-size: 18px;
  font-weight: 500;
  color: #00a9cd;
  line-height: 32px;
}
.modal-shareholder .dragger .ant-upload.ant-upload-drag .upload-icon {
  width: 51px;
  height: 47px;
}
.modal-shareholder .prohibit-btn {
  cursor: pointer;
  pointer-events: none;
  color: #fff;
  background: #b9ccd1;
}
.modal-shareholder .missing-field {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #ff4d4f;
  line-height: 32px;
  margin-top: 14px;
}
.modal-shareholder .missing-field img {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.modal-shareholder .modal-top {
  display: flex;
  justify-content: space-between;
}
.modal-shareholder .marBtm20 {
  margin-bottom: 20px;
}
.modal-shareholder .modal-top-date {
  display: flex;
  align-items: flex-end;
}
.modal-shareholder .modal-top-date div {
  margin-left: 10px;
}
.modal-shareholder .modal-footer {
  padding: 80px 0px 60px;
}
.modal-shareholder .excel-del {
  display: flex;
  align-items: center;
}
.modal-shareholder .excel-del .excel-name {
  height: 40px;
  background: #dceff6;
  border-radius: 4px;
  line-height: 40px;
  padding: 0 31px;
}
.modal-shareholder .excel-del .excel-del-btn {
  width: 40px;
  height: 40px;
  background: #00a9cd;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
}
.modal-shareholder .excel-del .excel-del-btn .glyphicon {
  font-size: 16px;
  color: #fff;
}
.modal-shareholder .title-required-err {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.modal-shareholder .title-required-err img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.modal-shareholder .title-required-err .required-err-list {
  display: flex;
  align-items: center;
  line-height: 22px;
  margin-top: 8px;
  color: #ff5151;
}
.modal-shareholder .title-required-err .required-war-list {
  display: flex;
  align-items: center;
  height: 14px;
  line-height: 32px;
  margin-top: 8px;
  color: #AF3E00;
}
.modal-shareholder .title-required-err .required-war-list img {
  width: 17px;
}
.modal-shareholder .history-data {
  padding: 0 30px 60px;
}
.modal-shareholder .history-data .history-data-title {
  padding-bottom: 21px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-shareholder .history-data .history-data-title img {
  width: 30px;
  height: 30px;
  margin-right: 9px;
}
.modal-shareholder .line {
  height: 1px;
  background-color: #dcdcdc;
  margin-bottom: 20px;
  margin-top: 43px;
}
.merge-stakeholder-actions {
  background: #2BB877;
  color: #FFF;
}
.merge-stakeholder-actions .actions-left {
  float: left;
}
.merge-stakeholder-actions .actions-right {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
}

.merge-stakeholder-header {
  position: relative;
}
.merge-stakeholder-header .title {
  height: 80px;
  line-height: 80px;
  background-color: #00A9CD;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0 !important;
}
.merge-stakeholder-header .go-back {
  position: absolute;
  left: 18px;
  top: 50%;
  color: #FFF;
  height: 40px;
  margin-top: -10px;
  cursor: pointer;
}
.merge-stakeholder-header .go-back svg {
  width: 20px !important;
  height: 20px !important;
}
.merge-stakeholder-header .close {
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin-top: -12px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  opacity: 1;
}
.merge-stakeholder-header .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.merge-stakeholder-content {
  padding: 0 20px;
}
.merge-stakeholder-content dl {
  margin-bottom: 28px;
}
.merge-stakeholder-content dt {
  color: #808080;
  line-height: 24px;
  margin: 25px 0 28px 0;
  font-weight: 400;
}
.merge-stakeholder-content dt .explain {
  width: 100%;
  border-top: 4px solid #0F518B;
  height: 105px;
  color: #0F518B;
  background: #F3F8FA;
  margin-top: 15px;
}
.merge-stakeholder-content dt .explain p {
  padding: 21px 20px 18px 20px;
}
.merge-stakeholder-content .confirm_dt {
  margin: 25px 0 10px 0;
}
.merge-stakeholder-content dd .autograph .autograph-input .ant-input-group-addon {
  border: 0;
  background: none;
  padding: 30px 3px 0 0;
}
.merge-stakeholder-content dd .autograph .autograph-input input {
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
  height: 50px;
  font-size: 32px;
  border-radius: 0;
  line-height: 50px;
  padding-top: 7px;
}
.merge-stakeholder-content dd .signature {
  width: 100%;
  padding-top: 5px;
  color: #808080;
  text-align: center;
}
.merge-stakeholder-content dd .clear {
  clear: both;
}
.merge-stakeholder-content .table {
  padding-bottom: 15px;
}
.merge-stakeholder-content .table thead tr th {
  background: #0F518B;
  color: #FFF;
  font-weight: 400;
  height: 50px;
  padding: 0 16px;
}
.merge-stakeholder-content .table tbody tr td {
  height: 50px;
  padding: 0 10px;
  background: #F3F8FA;
  color: #808080;
  border-bottom: 1px solid #FFF;
}
.merge-stakeholder-content .table tbody tr td .ant-picker {
  padding: 0;
}
.merge-stakeholder-content .table tbody tr td .can-input {
  width: 100%;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RjI3RjQ0QkJFOTYxMUU5OTZFRjkzNThGREYwMTJCRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RjI3RjQ0Q0JFOTYxMUU5OTZFRjkzNThGREYwMTJCRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGMjdGNDQ5QkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGMjdGNDRBQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KraxkgAAADFJREFUeNpi+P//PwMunJCQgF8SROOVxKoAWRLDCnRJFBOwScIV4JIEW4FPEkQDBBgA2tmyP2kH0RsAAAAASUVORK5CYII=) no-repeat right bottom;
  border: 1px solid transparent;
}
.merge-stakeholder-content .table tbody tr td .can-input:hover, .merge-stakeholder-content .table tbody tr td .can-input:focus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJENjc0OUFCRTk4MTFFOTk2MDlEODI4M0Y1NUJDODkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJENjc0OTlCRTk4MTFFOTk2MDlEODI4M0Y1NUJDODkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGMjdGNDRCQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGMjdGNDRDQkU5NjExRTk5NkVGOTM1OEZERjAxMkJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+N9XWLgAAADNJREFUeNpiZNhzlQEP+M+ETxKIGZnwSYIYTPgksVmBIoluBYYkshVYJWFW4JQEsQECDABTgxCeDKzXiQAAAABJRU5ErkJggg==) no-repeat right bottom;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px lightgrey;
}
.merge-stakeholder-content .table tbody tr td:first-child {
  background: #E6F0F4;
  color: #000000;
}
.merge-stakeholder-content .table tbody tr td:first-child {
  background: #E6F0F4;
  color: #000000;
}
.merge-stakeholder-content .table tbody tr td .can-input:focus {
  box-shadow: 0px 3px 10px 0px lightgrey;
}
.merge-stakeholder-content .table tbody .calender-positionReset {
  background-position: right center;
}
.merge-stakeholder-content .table tbody .w100 {
  width: 100%;
}
.merge-stakeholder-content .table tbody .ml10 {
  margin-left: 10px;
}
.merge-stakeholder-content .table tbody .ant-select-selector {
  margin-left: -10px;
}
.merge-stakeholder-content .table tbody .color808080 {
  color: #808080 !important;
}
.merge-stakeholder-content .table tbody .color808080 input {
  color: #808080 !important;
}
.merge-stakeholder-content .table tbody .operations {
  text-align: center;
}
.merge-stakeholder-content .table tbody .icon_add, .merge-stakeholder-content .table tbody .icon_minus {
  background-color: #00A9CD;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
.merge-stakeholder-content .table tbody .empty-add {
  background: none;
  cursor: default;
}
.merge-stakeholder-content .table tbody .icon_minus {
  background-color: #D2D2D2;
  color: #808080;
}
.merge-stakeholder-content .table tbody .ml5 {
  margin-left: 5px;
}
.merge-stakeholder-content .relationship-table {
  padding-bottom: 15px;
}
.merge-stakeholder-content .relationship-table thead tr th {
  background: #0F518B;
  color: #FFF;
  font-weight: 400;
  height: 50px;
  padding: 0 16px;
}
.merge-stakeholder-content .relationship-table tbody tr td {
  height: 50px;
  padding: 0 10px;
  background: #F3F8FA;
  color: #808080;
  border-bottom: 1px solid #FFF;
}
.merge-stakeholder-content .relationship-table tbody .w100 {
  width: 100%;
}
.merge-stakeholder-content .relationship-table tbody .ml10 {
  margin-left: 10px;
}
.merge-stakeholder-content .relationship-table tbody .operations {
  text-align: center;
}
.merge-stakeholder-content .relationship-table tbody .icon_add, .merge-stakeholder-content .relationship-table tbody .icon_minus {
  background-color: #00A9CD;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
.merge-stakeholder-content .relationship-table tbody .empty-add {
  background: none;
  cursor: default;
}
.merge-stakeholder-content .relationship-table tbody .icon_minus {
  background-color: #D2D2D2;
  color: #808080;
}
.merge-stakeholder-content .relationship-table tbody .ant-select-arrow {
  right: 0;
}
.merge-stakeholder-content .relationship-table tbody .ml5 {
  margin-left: 5px;
}
.merge-stakeholder-content .review-table tr td {
  height: 40px;
}
.merge-stakeholder-content .review-table tr td:first-child {
  color: #000;
}

.information-w100 {
  width: 100%;
  text-align: center;
}
.information-w100 .information-button {
  width: 300px;
  height: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}

.all-stakeholders-table .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.all-stakeholders-table .ant-table-filter-column-title {
  float: left;
}
.all-stakeholders-table .ant-table-filter-trigger-container {
  position: relative;
  float: left;
}
.all-stakeholders-table .ant-table-filter-trigger-container svg {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.all-stakeholders-table .ant-table-filter-column-title {
  padding: 16px 0 16px 16px;
  flex: unset;
}
.all-stakeholders-table .ant-table-filter-column-title {
  padding: 0 !important;
}
.all-stakeholders-table .ant-table-filter-trigger {
  align-items: stretch;
}
.all-stakeholders-table .ant-table-filter-trigger .anticon {
  position: unset;
  transform: none;
}
.all-stakeholders-table .ant-table-filter-trigger .anticon-filter {
  display: block;
  overflow: hidden;
}
.all-stakeholders-table .ant-table-thead tr th {
  padding: 0px 16px !important;
}
.all-stakeholders-table .ant-table-filter-column {
  height: 45px;
  align-items: center;
}
.all-stakeholders-table .firstAttr .ant-table-filter-column {
  padding-left: 0;
}

.shares-actions {
  background: #2BB877;
  color: #FFF;
}
.shares-actions .actions-left {
  float: left;
}
.shares-actions .actions-right {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
}

.shares-actions[disabled], .shares-actions[disabled]:hover, .shares-actions[disabled]:focus, .shares-actions[disabled]:active {
  color: #FFF;
  background: rgba(48, 180, 116, 0.5);
  border-color: rgba(48, 180, 116, 0.5);
  text-shadow: none;
  box-shadow: none;
}
.stakeholder-wallets-root .search-area-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stakeholder-wallets-root .search-area {
  flex: 2 1;
}
.stakeholder-wallets-root .search-area-right {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
  align-items: center;
}
.stakeholder-wallets-root .search-area-right .table-column-filter {
  margin-left: 10px;
  margin-right: 0;
}
.stakeholder-wallets-root .relationship-table .ant-select:not(.ant-select-customize-input) .error_border {
  border: 1px solid #a94442 !important;
}
.transaction-root .mr-10 button {
  height: 38px;
}
.transaction-root .ant-table-filter-column-title {
  float: left;
}
.transaction-root .ant-table-tbody .transaction-history-render div {
  font-size: 13px;
}
.transaction-root .ant-table-filter-trigger-container {
  position: relative;
  float: left;
}
.transaction-root .ant-table-filter-trigger-container svg {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.transaction-root .ant-table-filter-column-title {
  padding: 16px 0 16px 16px;
  flex: unset;
}
.transaction-root .ant-table-filter-column-title {
  padding: 0 !important;
}
.transaction-root .ant-table-filter-trigger {
  align-items: stretch;
}
.transaction-root .ant-table-filter-trigger .anticon {
  position: unset;
  transform: none;
}
.transaction-root .ant-table-filter-trigger .anticon-filter {
  display: block;
  overflow: hidden;
}
.transaction-root .ant-table-filter-column {
  height: 45px;
  padding-left: 16px;
  align-items: center;
}
.transaction-root .firstAttr .ant-table-filter-column {
  padding-left: 0;
}
.transaction-root colgroup col:first-child {
  min-width: 110px !important;
}
.transaction-root .ant-table-thead tr th {
  padding: 0 16px !important;
  height: 45px;
}
.transaction-root .stakeholder-search-mr-0 {
  margin-right: 0;
}
.transaction-root .title-position {
  position: absolute;
  margin-left: 30px;
  top: 16px;
  z-index: 99;
  color: #BEBFBF;
}
.sprout-image-callery-bullet {
  color: #205D93;
  background-color: #205D93;
}

.image-gallery-bullets .image-gallery-bullet {
  background-color: #C9DCED;
  border: transparent;
  padding: 8px;
}
.image-gallery-bullets .image-gallery-bullet:hover {
  background: #C9DCED;
  border: transparent;
}
.image-gallery-bullets .image-gallery-bullet.active {
  background-color: #205D93;
  border: transparent;
}
.access-level-preview {
  width: 100%;
  height: 100%;
  position: relative;
}

.preview-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #00A9CD;
  padding: 8px;
  cursor: pointer;
  color: #ffffff;
}
.set-access-root {
  min-height: 500px;
  overflow: hidden;
}
.set-access-root .set-access-content {
  display: flex;
  width: 2100px;
}
.set-access-root .tips {
  color: #808080;
  margin-bottom: 10px;
  padding-left: 8px;
}
.set-access-root .sprout-modal-content .sprout-modal-close {
  top: 0;
}
.set-access-root .set-access-content-front {
  width: 1050px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.set-access-root .set-access-content-front .access-level-wrap {
  display: flex;
  height: 300px;
}
.set-access-root .set-access-content-front .access-level-wrap .access-level-item {
  cursor: pointer;
  flex: 1 1;
  margin: 0 8px;
  width: 150px;
}
.set-access-root .set-access-content-front .access-level-wrap .access-level-item .name {
  font-weight: bold;
  margin: 4px 0;
}
.set-access-root .set-access-content-front .access-level-wrap .access-level-item .icon {
  width: 150px;
  border-radius: 8px;
  margin-bottom: 6px;
}
.set-access-root .set-access-content-front .access-level-wrap .access-level-item .active {
  border: 3px solid #79d3a6;
}
.set-access-root .set-access-content-front .access-level-wrap .access-level-item .message {
  color: #808080;
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
}
.set-access-root .set-access-content-front .access-level-wrap .access-level-item .btn-wrap {
  min-height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.set-access-root .set-access-content-front .access-level-wrap .access-level-item .btn-wrap .ant-btn {
  width: 100px;
}
.set-access-root .set-access-content-end {
  width: 1050px;
  padding: 20px 30px;
  min-height: 424px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.set-access-root .set-access-content-transform {
  transform: translateX(-1050px);
  transition: transform 0.4s ease-out;
}
.set-access-root .set-access-back {
  position: absolute;
  left: 12px;
  top: 22px;
  cursor: pointer;
}
.set-access-root .set-access-btns {
  text-align: center;
  margin-top: 20px;
}
.captable-access-root .captable-access-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.captable-access-root .captable-access-banner .ant-input-group-wrapper {
  width: auto;
}
.token-repors-root .token-repors-filter {
  margin-bottom: 16px;
}
.create-meeting-modal-root {
  padding: 40px 30px;
  min-height: 570px;
}
.create-meeting-modal-root .ant-form-item label {
  width: 200px;
}
.create-meeting-modal-root .btns-wrap {
  text-align: center;
  margin-top: 40px;
}
.create-meeting-modal-root .btns-wrap .ant-btn {
  height: 42px;
  width: 150px;
}
.meeting-list-root .meeting-list-banner {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.meeting-list-root .meeting-list-banner .ant-btn {
  height: 40px;
}
.meeting-list-root .meeting-list-status {
  display: flex;
  align-items: center;
}
.meeting-list-root .meeting-list-status .status-dot {
  border-radius: 1000px;
  width: 8px;
  height: 8px;
  margin-right: 6px;
}
.meetings-attendees-root {
  min-height: 300px;
}
.meetings-attendees-root .btns-wrap {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.meetings-attendees-root .btns-wrap .ant-btn {
  height: 42px;
  width: 150px;
}
.meetings-attendees-root .has-error {
  border: 1px solid red;
}
.meetings-attendees-root .btns-add {
  margin: 10px 0 0 10px;
  width: 100px;
}
.meetings-attendees-root .ant-table-tbody .ant-btn {
  padding: 2px 6px;
  height: 32px;
  width: 60px;
}
.meetings-attendees-root .error_tip {
  width: 700px;
  margin: 10px auto;
}
.meetings-attendees-root .error_tip p {
  margin-bottom: 0;
}
.publish-meeting-root {
  min-height: 500px;
  overflow: hidden;
}
.publish-meeting-root .publish-meeting-content {
  display: flex;
  width: 1200px;
}
.publish-meeting-root .publish-meeting-content-front {
  width: 600px;
  padding: 30px;
}
.publish-meeting-root .publish-meeting-content-end {
  width: 600px;
  padding: 30px;
}
.publish-meeting-root .publish-meeting-content-transform {
  transform: translateX(-600px);
  transition: transform 0.4s ease-out;
}
.publish-meeting-root .publish-meeting-back {
  position: absolute;
  left: 12px;
  top: 22px;
  cursor: pointer;
}
.publish-meeting-root .publish-meeting-message .message-btn {
  margin: 16px 0;
}
.meeting-agenda-root {
  overflow: hidden;
}
.meeting-agenda-root .meeting-agenda-content {
  display: flex;
  width: 1200px;
  transition: transform 0.4s ease-out;
}
.meeting-agenda-root .meeting-agenda-content-front {
  width: 600px;
  padding: 30px;
}
.meeting-agenda-root .meeting-agenda-content-end {
  width: 600px;
  padding: 30px;
}
.meeting-agenda-root .meeting-agenda-content-transform {
  transform: translateX(-600px);
}
.meeting-agenda-root .meeting-agenda-content-reset {
  transform: translateX(0px);
}
.meeting-agenda-root .meeting-agenda-back {
  position: absolute;
  left: 12px;
  top: 22px;
  cursor: pointer;
}
.meeting-agenda-root .meeting-agenda-btns {
  text-align: center;
  margin: 20px 0;
}
.meeting-agenda-root .ant-form-item-label > label {
  min-width: 150px;
}
.meetings-detail-root {
  min-width: 1000px;
}
.meetings-detail-root .meetings-detail-content {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
}
.meetings-detail-root .meetings-detail-content .mettings-empay .sprout-empty {
  min-height: 100px;
}
.meetings-detail-root .meetings-detail-content .mettings-empay .sprout-empty .ant-empty-image {
  height: 60px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-banner {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-banner .banner-content {
  margin-left: 8px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-banner .banner-content .description {
  font-size: 13px;
  color: #686865;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-left {
  width: 350px;
  margin-right: 30px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-left .meeting-message {
  background-color: #fff;
  border-radius: 2px;
  padding: 16px;
  margin-top: 20px;
  min-height: 100px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-left .meeting-message .meetings-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-left .meeting-message .meetings-name span {
  font-size: 16px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-left .meeting-message .meetings-time {
  margin-bottom: 20px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-left .meeting-message .meetings-location {
  white-space: break-spaces;
  margin-top: 20px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-left .meetings-edit-icon {
  background-color: #ccc;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right {
  flex: 1 1;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-banneer {
  display: flex;
  justify-content: space-between;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content {
  border-radius: 4px 4px 2px 2px;
  margin-top: 30px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .meetings-detail-right-wrap {
  text-align: center;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .meetings-detail-right-wrap .banner {
  font-size: 18px;
  background-color: #00a9cd;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 4px 4px 0 0;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .meetings-detail-right-wrap .add {
  float: right;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background-color: #00bcd5;
  cursor: pointer;
  padding: 3px 0;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .meetings-detail-right-wrap .content {
  min-height: 300px;
  background-color: #ffffff;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .agenda-item {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .agenda-item .details {
  display: flex;
  align-items: center;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .agenda-item .details img {
  margin-right: 6px;
  width: 38px;
  height: 38px;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .agenda-item .details .agenda-description {
  text-align: left;
}
.meetings-detail-root .meetings-detail-content .meetings-detail-right-content .agenda-item .details .agenda-description .description {
  color: #686865;
  white-space: pre-line;
}
.publish-meeting-img {
  text-align: center;
  margin-top: 60px;
}

.publish-meeting-tips {
  text-align: left;
  padding: 20px 0;
}

.publish-meeting-btns {
  text-align: center;
  padding: 40px 0;
}
.data-room-box-new {
  margin: 0 auto;
}
.data-room-bread-crumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #CED8E3;
}
.data-room-bread-crumb .ant-breadcrumb-link a {
  font-size: 18px;
}
.data-room-bread-crumb .ant-breadcrumb-separator {
  font-size: 18px;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link {
  display: inline-flex;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link a {
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.4509803922);
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link {
  display: inline-flex;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link .anticon-down {
  display: none;
}
.data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link a {
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.data-room-bread-crumb-overlay .ant-dropdown-menu-root .ant-dropdown-menu-item {
  padding: 6px 12px;
}
.data-room-bread-crumb-overlay .ant-dropdown-menu-root .ant-dropdown-menu-item:hover a {
  color: #129ec8;
}
.data-room-bread-crumb-operation {
  cursor: pointer;
  width: 30px;
}
.data-room-file-content {
  margin-top: 25px;
}
.data-room-file-content-item {
  position: relative;
  min-width: 180px;
  background: #FFF;
  border: 1px solid #CED8E3;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
}
.data-room-file-content-item-operation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 22px;
}
.data-room-file-content-item-checkbox .ant-checkbox-inner {
  width: 20px;
  height: 20px;
}
.data-room-file-content-item-icon {
  width: 80%;
}
.data-room-file-content-item-more {
  cursor: pointer;
  height: 25px;
}
.data-room-file-content-item-footer {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
.data-room-file-content-item-footer p {
  text-align: center;
  width: 80%;
  font-weight: bold;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.data-room-file-content-item .data-room-file-content-item-more span svg {
  font-size: 25px;
}
.data-room-file-content-item:hover .data-room-file-content-item-more:hover {
  background: #E6F0F4;
  border-radius: 4px;
  color: #129ec8;
}
.data-room-file-content-item:hover .data-room-file-content-item-forbidden {
  cursor: not-allowed;
}
.data-room-file-content-item-active {
  background: #E8EFF7;
  border: 1px solid #43C0DB;
}
.data-room-file-content-item-active .data-room-file-content-item-checkbox {
  opacity: 1;
}
.data-room-file-content-item-active .data-room-file-content-item-more {
  opacity: 1;
}
.data-room-file-content-item-active .data-room-file-content-item-more span svg {
  font-size: 20px;
}
.data-room-file-table {
  margin-top: 20px;
  width: 100%;
}

.data-room-modal-wrap .ant-modal-body {
  padding: 0;
}
.data-room-modal-wrap .sprout-modal-detail {
  padding: 20px;
  padding-bottom: 80px;
}

.data-room-box-new .header-btn button {
  display: flex;
  align-items: center;
}
.data-room-box-new .header-btn button img {
  width: 12px;
}
.data-room-box-new .header-btn button .access {
  width: 18px;
}
.data-room-box-new .header-btn button .shareOut {
  width: 14px;
}
.data-room-box-new .client-name {
  cursor: pointer;
}
.data-room-box-new .client-name .name:hover {
  color: #00A9CD;
  text-decoration: underline;
}
.data-room-box-new .noPointer {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25) !important;
}
.data-room-box-new .noPointer div {
  color: #000;
}
.data-room-box-new .noPointer .name:hover {
  color: #000;
  text-decoration: none;
}
.data-room-box-new .header-btn {
  display: flex;
  align-items: center;
}
.data-room-box-new .header-btn img {
  width: 15px;
  margin-right: 5px;
}
.data-room-box-new .data-search .ant-breadcrumb-link a {
  font-size: 18px;
}
.data-room-box-new .data-search .search-info {
  display: flex;
}
.data-room-box-new .data-search .search-info .search-input {
  width: 250px;
  margin-right: 8px;
}
.data-room-box-new .data-search .search-info .data-room-bread-crumb-operation {
  width: auto;
  padding: 4px 10px;
  display: flex;
  align-items: center;
}
.data-room-box-new .inner-right {
  margin-left: auto;
}
.data-room-box-new .ant-breadcrumb {
  margin: 10px 0;
}

.data-room-move-file-content .ant-tree {
  transition: none;
}
.data-room-move-file-content .ant-tree-list-holder {
  position: relative;
}
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode {
  width: 100%;
  position: relative;
}
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode .ant-tree-switcher,
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode .ant-tree-switcher_open {
  position: absolute;
  right: 0;
  top: 2px;
}
.data-room-move-file-content .ant-tree-list-holder .ant-tree-treenode .ant-tree-node-selected {
  background: #F3FDFF;
  border: 1px solid #43C0DB;
  border-radius: 4px;
}

.data-room-table-operate-cell .ant-space-item a:hover {
  color: #00A9CD !important;
}
.data-room-table-operate-cell .ant-space-item a.noPointer:hover {
  color: rgba(0, 0, 0, 0.25) !important;
}
.data-room-table-operate-cell a {
  display: flex;
  align-items: center;
}
.data-room-table-operate-cell img {
  width: 16px;
  margin-right: 4px;
}

.data-room-table-operate-cell-a:hover {
  color: #00A9CD !important;
}
.access-add-container-new .access-add-header {
  border-radius: 4px;
  background-color: #00A9CD;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  height: 40px;
}
.access-add-container-new .access-add-content {
  display: flex;
  padding: 20px 0;
}
.access-add-container-new .access-add-content img {
  width: 40px;
  height: 40px;
}
.access-add-container-new .access-add-content .access-add-content-desc {
  flex: 1 1;
  margin-left: 10px;
}
.access-add-container-new .access-add-content .access-add-content-desc p:first-of-type {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.access-add-container-new .access-add-content .access-add-content-btn-area .access-add-content-btn {
  width: 156px;
}
.access-add-container-new .access-add-table-content {
  margin-bottom: 20px;
}

.invited-people-table .access-add-header {
  border-radius: 4px;
  background-color: #0F518B;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  height: 40px;
}
.invited-people-table .access-add-desc {
  background: #F2F7FA;
  font-size: 14px;
  border-radius: 4px;
  padding: 3px 5px;
  margin-bottom: 2px;
}
.invited-people-table .access-add-desc span {
  color: red;
}
.invited-people-table .invited-people-form {
  background: #F2F7FA;
  border-radius: 4px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  margin-top: 2px;
}
.invited-people-table .invited-people-form .ant-row-start {
  height: 60px;
  align-items: center;
}
.invited-people-table .invited-people-form .ant-row-start .ant-col {
  height: 30px;
}
.invited-people-table .invited-people-form .ant-form-item-explain div {
  font-size: 12px;
}
.invited-people-table .invited-people-operate {
  margin-top: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EAF7FC;
  border: 2px dotted #B8CCD1;
  border-radius: 4px;
  height: 60px;
}
.invited-people-table .invited-people-operate img {
  width: 19px;
  height: 19px;
}
.invited-people-table .invited-people-operate span {
  margin-left: 5px;
  color: #00A9CD;
}

.invited-people-btn {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
  bottom: 0;
}

.access-invite-btn {
  position: relative;
  float: right;
  right: 0;
  z-index: 10;
  margin-bottom: 20px;
}

.invite-person-modal .invite-person-columns {
  padding: 20px 40px;
}
.invite-person-modal .invite-person-columns p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.invite-person-modal .invite-person-columns p.invite-person-tips {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.invite-person-modal .invite-person-columns .btn-wrap {
  text-align: center;
}
.invite-person-modal .invite-person-columns .invite-person-permission,
.invite-person-modal .invite-person-columns .invite-person-confirm {
  display: flex;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-icon,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-icon {
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAC8ZJREFUeF7tnXtUU0cex7+TAAmiqFXxrSg+gAAuardKH4pWE+xaa9311dXd1lY9XR/r0UroY0+6rQJqT0917Sln1bbbl7W72q2tkFJFu1bR+mokiNYnSlWqiAiSIMnsmUACEULm3tyLPJxz/MPDb37zm8+dufc3v/nNhOAelkHbl3YOCFDG2qliMAEJJ6CDKdATQCcAbQC0BVABkFJQWgyCUgIUUpCTFDRPQewnKypsR09NfOvaveoGacyGh203tLEElI8FxRiAxAOIAeCrDRSACaBZINilrgjceXii4XZj9ctX473baTAoNA+Vj4NC8WdQOhFAkPdKPkmUgZDtsNs/MB8IzITBYPdJm5fKsgGMzDK0JVbr8wBdDCBUzk40oPs8QN6hKtWG3HhDqRw2SA5w5JYlgbfaqRZQguUAOsthtAid1wCyOrjEsm7/1LfLRdT3WEVSgJr0xOkgJBVAHymNlFBXPihNNCekbpZKpyQAI755pa9CaXsPgE4qw+TVQ4x2m2LeiSdWXPC1HZ8BRqUn/pESsh5AsK/GNHL9EkLpX3ISUj/2pV3RAEOzDOo2Vst6AjzniwH3ui4Bfb9UFfji+XiDRYwtogDGGJeFVFK/LwkwUkyjTa0OBfb7kcqnTNo1hUJtEwwwxvhqPxu1ZQI0TGhjTVuenFES5TiT9s1zQuwUBDAqc3kEtSm+A9BDSCPNSPYXorQ/njNu1Qlem7kBajL0AwBkAejFq7yZyl0CEG/WpZzmsZ8LYOyOpC4VCroPAIPYGsrpADuJOzoh+VdvnfUKMHKLIYAEW74H8JA3ZS3s7wes9rJRpyesszbUL68ANcbEDaBkTguDw9cdQjeatanPiwZY7SR/xNday5QilM5qyNn2OAKrl2emZrjCkPpJlthtyhhPyz6PADUZSRkA1fJao+0Wgxm9RyA8uAfa+ql4qzWqXGmlBSdKfsFHF37ArsJcAW0To1mXXO86v16A1VGVz3haICB4LXISpvZuXt+YT/L3IfnEdp4uVslQzDQnpNRhUgegI+zub2GOJFdIanLPYXgj6vf8hjQhSb3pc3x9+RivRfnqO+qIu7cL6gDUZCQtByiL6XGVbXGLMbBdNy7ZpiaUc/MSpmezQBJvIYlmXfKq2tJuAKvC8Ba2FuSOJJvGr4SC1Ki5bCnGtoLDvBY1qtzTPYejm7q9q807dhtiM18VYsN1qlKH1t4ecAdoTFxIKFkrRGOONtlNnL2cFx1tmp7P2thZGBMS6WZvlDFJSHdBCV2Uq01d56xUA9BgUESOKD9NQPoJ0djaAAI4b85Whzl3+1wANemJWhCSIQQek22FAFm3E8y6FAerGoDGpM9A6fTGBtgzsCOGdOiDDv5tcL2iFIdvnMc16y2hZnDJSzGFqxv63KxLcbByAKx2XVg0VvCmt9gRGBrUGUnhE/Fw50FunaegMF45jpS8ryUHKSHAMiWp7GrSrilzAIwwJj2loHQb12O8S0gMwKj2vbBh+By09VN7bLLQUoJZB99DQfkNMWbVW0dCgLATMvmENpltawBRxqT3KKXzxFgqFGCgMgDfPLoUISrvm3h5ty5j6v51sFOW/uJ7kRIgISQtR5s83wFQk6E/BWCgGBOFApzd9xEsD3/C1VRppRXrT2fi5K3LGN6xH+aGxcOPKF1/X3zsY+y8ahZjWp06UgIE8LNZlzKIsB02G/W7KtZCoQDThj3r9t578ciH+P7XPFfzz/SNc7wbnWXLxQP4e+6XYs1zqycxQLD3INFk6FmUIV2shUIBbo1bjEG1ln4x377sNkV7BT6AjMdecpmTVXgCC4/+S6x5sgKkhE4gkcZEPaHEfTkhwFyhAD/47VzHVHWWGdnv4vjNi67/J3QfgtUxNd7UV78cwcvHv/Bo0biuUY4RG6KueaeW3CnHhnO7sekc24moKVKPQEpoEvE1ZC8U4IIB4zA/bIyrV+wr+7p5G9gH48EH+uNvkZPQ3p8lp1aV13L+g20FhzwC/F/8q+gYUL/3NSprhcO3dBapAYLQjUSTrt8JwjJGxRWhALuo2uHrR5YiiCPoetVyExP2vgWr7Y5H4zxFg27bKsAAltsq5AMImsXegSz2Fy4On/ClXJ82nfBO7CwMbNvVa5M/Fp3FS6bNDTrUzCGf02+U26hl0DbnZ+NosXvyleQjEMhjANkXOMRrbzwICBmB47tGYWX0VKiV/tzN3agow5Jjn+DQDUEZF/XqlwFgIQNYAqAdd4/uEuQFyD4OqdHT3GKHTBVbul26XYRblRZ08A9Cj8AOdUxhU3jekfdxqMg3iDIALGUAfXLzeQCGtQ3BFyMXIkDh54LDHOgNZ3dja8EhFNV60XdXd8CMPiMxO/RhN4e6+M5tPLn3bTdZoQ9dBoBgANnOe4BQY5zyPADvdp4vlRfhhUObcPH2dY/NRrfvDVYv2D/QJVOfU802tVg0p1OtL3GZzeqI6rCIc+0iF0B2SIUdbBFVvAHsHxSCrx5Z4tJdYa/ElH1rca7Ma9oJRnQKw4bhNYkBrO7o3SvB/DxneV3zNKb0erCO7ceKL2D2wTQ3J10GgI4pzF4soo8heAP4bL/HsHRQgquDn1zYh+Q8/u3Ed4f+CY91qXESlv70GYxX2H5/VTkw1uDRJXp8TwquWG66ZGUAWEgijXoToYgWNfw4ItIp0VPxux6xLvXP/fhPHCw6y93c5J7D8UbUFJd82pldWHc60/X/VTHTMaH7kDr62Ab6tOz1sNOaczYyAMyT3ZFmX99+QV0QpFRBSQjSzmaBuSa8JTSoC6b3fgiV1A7mHJuK87H3GgseVRUFUWBkpwFgDrqzsC/6D9dOwXKXAy4DwN2NvpTjBSeHnOQA2VKusYMJcoDh1Sk1wKpgQiOHs3g7K4ec1ADtlDwhe0C1jTIASRETERnMjgE3TmHvPpaBlVHra81alhqgI6DKFGsy9D+LzX/25sa80H80Fg/kzpKTjLCN2vFo1ptuPqPEAKtC+g6A6fo0EMwVY31rBei2qSTntmZLncJu25oxxmVB1RtLjbaxLma0+1pHwinsvrFe/R5kZ2inCTXS2xQWqk9OeQkBuqd2VAMUtTvXSgHWTS4CuxxihOWM0MCCafwKx3LKWdji/burOXIOJNG6x3eLdsuIYNGdoZmvCdV3wZyt7l8nvY1piRSRYPnvuEUIb9ddqBFNQt508yJmZr8ryBYC+tccXeo7zkr1pfieFxIfnNRjKFZE/0GQEU1FeLlpM3Zc/kmIOQ2n+Fa9C4UlmbM6L0c8iZl9mtfZ6w/P78Xqk98IgceyARtOMmfahB5zcFoQHxKBmX3iHNPZX1GTHCTQQlnFWYg/t6QAn+bvx55a+TicjfIdc6hemcwAwaeciluJGH3GrEutw0Syo14tmiLFt+aElHoX9B4BhqfrQ5UE7A3rPROyRdNDiZL4/cbTXQoNnheOykiaRUGlyS1rppAJyOwcXbLHgy/3D1w38GApsClXl9LgYXOvAAfsWKhSKYL2tMYj/2Uq9WhvF/J4Bcge0P1LJzwPUy6A1cGGAZRgN6GOKzpbbKEEBYRitKTXnjhpVV+8YwTQu4USvEiUdq0sF++4IBpf6U2pjZ0Tcz/22PyJ5hKi1OVoV9QkbHP0iXsK19alyVjyAKBiCS5xHG00B5F9gHWiWfd2kVBjRQFkjVR/ndcAWCC00SYm/w+rvWyZtwt2PNksGqBrSqfrJ1NCNwGkbmppEyPlbg4tJlQxJycheasvZvoMkDVedceMPU3INSm+GO17XWK0UTo/LyGFxT59KpIAdFqgSdezKE4K740fPlkurnI+KPT1XV8iTp3vt4jXaZddg1wSrF4IUHZei/vyCrEd4KzHsnDXBJdY1zbpa5Brd2bwf5e381Mp5zSFi7grrbaNJyetkuUYvKRTuN7RcP8qeM5JwiFW82MEZCy7JRJwpBb7+hDZMY3jjts1Cd3Z8n6MoAGwLEhxx4/G2u0YVM/PYbA0E2eqCcsJZv+uE6DA9XMYCpzyryRHeW6a5Hi+okT+D4JNSsRA465BAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area {
  flex: 1 1;
  margin-left: 20px;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-1, .invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-2,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-1,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-3,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-3 {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.invite-person-modal .invite-person-columns .invite-person-permission .invite-person-area-4,
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-area-4 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.invite-person-modal .invite-person-columns .invite-person-confirm {
  margin: 0 0 40px;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr {
  display: flex;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr:first-of-type {
  border-bottom: 1px solid #fff;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr span:first-of-type {
  background: #e7f0f5;
  width: 120px;
}
.invite-person-modal .invite-person-columns .invite-person-confirm .invite-person-sample-table .invite-person-sample-table-tr span:last-of-type {
  flex: 1 1;
  background: #f1f7fa;
}

.tab-list-container .file-operate-area {
  background: #ffffff;
  height: 80px;
  margin-bottom: 10px;
  background: #F3F8FA;
  border-radius: 8px;
}

.data-room-modal-wrap .ant-table-thead tr th {
  background: #00A9CD !important;
  white-space: nowrap;
  padding: 12px 16px;
  color: #fff;
}

.finacing-history-found-table .ant-table-thead tr th {
  background: #0F518B !important;
  padding: 0px 16px;
}
.finacing-history-found-table .ant-table-row {
  background: #f1f5f8;
}
.finacing-history-found-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid #fff;
}
#uploadFilesModal {
  padding: 30px 60px 0 60px;
}

.data-room-upload-modal .folder-body .folder-body-header {
  display: flex;
}
.data-room-upload-modal .folder-body .text-muted .glyphicon {
  margin-bottom: 9px;
  margin-left: 10px;
}
.data-room-upload-modal .folder-body .folders-btn {
  margin-left: 20px;
}
.data-room-upload-modal .folder-body .btnWid {
  width: 140px;
}
.data-room-upload-modal .folder-body .ant-upload-drag-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.file-upload-list {
  display: flex;
  justify-content: space-between;
}
.file-upload-list:first-of-type {
  margin-top: 10px;
}
.file-upload-list .file-upload-name-area {
  max-width: 340px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.file-upload-list .file-icon-remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #B9CCD1;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: bold;
  cursor: pointer;
}

.ant-upload.ant-upload-drag.file-upload-drapper {
  width: 100%;
  height: 166px;
  background: #EAF7FC;
  border: 2px dashed #b8ccd1;
  border-radius: 4px;
  margin-top: 15px;
  padding: 0;
}
.ant-upload.ant-upload-drag.file-upload-drapper img {
  width: 51px;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 3px solid #00A9CD;
  background: #CFF7FF;
}

.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  color: #00a9cd;
  line-height: 22px;
}

.ant-upload.file-upload-drapper-active p.ant-upload-text {
  font-size: 16px;
  font-weight: bold;
  color: #00A9CD;
  line-height: 22px;
}

.ant-upload.ant-upload-drag p.ant-upload-info {
  font-size: 14px;
  color: #00a9cd;
  line-height: 22px;
}
.data-room-sprout-empty {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.data-room-sprout-empty .sprout-empty-name {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin: 0;
}
.data-room-sprout-empty .sprout-empty-sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0;
  margin-bottom: 36px;
  margin-top: 10px;
}
.data-room-sprout-empty .sprout-empty-content {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background: #d6dfe7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-room-sprout-empty .sprout-empty-content img {
  width: 105px;
  height: 122px;
}
.board-consents-progress {
  max-width: 200px;
}

.board-consents-root {
  min-width: 980px;
}

.new-board-consents-root {
  position: relative;
}

.board-consents-operate-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.board-consents-operate-area .board-consents-operate-btn {
  padding: 0 20px;
}
.board-consents-operate-area .board-consents-operate-save {
  margin-right: 10px;
}

.ant-progress-inner {
  background-color: #B9CCD1;
}

.status-dot-consent {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  border-radius: 100%;
}

.board-consents-operate {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  transition: all 1s;
  text-align: center;
  background: #B9CCD1;
}
.board-consents-operate span {
  display: inline-block;
  width: 100%;
  height: 100%;
  top: -5px;
  color: #fff;
  position: relative;
}
.board-consents-operate span svg {
  margin-top: 9px;
  font-size: 12px;
}

.board-consent-operate-add {
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0;
  border-radius: 18px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  min-width: 36px;
  z-index: 999999;
}
.board-consent-operate-add:hover {
  transform: rotate(-45deg);
}

.board-consents-operate-disabled {
  cursor: not-allowed;
}

.consent-drop-down-icon {
  position: relative;
  top: 3px;
}

.board-consents-operate-items {
  cursor: pointer;
  transition: all 1s;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  z-index: 99999999;
}
.board-consents-operate-items li {
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
}
.board-consents-operate-items li a {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  color: #7f8082;
}
.board-consents-operate-items li a:hover {
  background-color: #e8f0f3;
  color: #41586c;
}
.board-consents-operate-items li:hover {
  background-color: #d6eeff;
  color: #013b5e;
}

.board-consents-operate-item {
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1764705882);
  z-index: 99999999;
}
.board-consents-operate-item li {
  height: 32px;
  line-height: 32px;
}
.board-consents-operate-item li a {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  color: #7f8082;
}
.board-consents-operate-item li a:hover {
  background-color: #e8f0f3;
  color: #41586c;
}
.board-consents-operate-item li:hover {
  background-color: #d6eeff;
  color: #013b5e;
}
.board-consents-operate-item .board-consents-operate-cancel {
  color: #d91e18;
}
.board-consents-operate-item .board-consents-operate-cancel:hover {
  color: #d91e18;
}

.board-consents-operate {
  cursor: pointer;
}

.board-consents-wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 20px;
}

.board-preview-wrapper-content {
  display: flex;
  flex-flow: row nowrap;
}
.board-preview-wrapper-content .board-preview-wrapper {
  flex: 1 1;
  margin-top: 30px;
  background: #fff;
  margin-left: 20px;
}

.board-consents-left-wrapper {
  display: inline-block;
  flex: 3 1;
  display: flex;
  flex-flow: row nowrap;
}
.board-consents-left-wrapper .back-btn-area {
  width: 155px;
}
.board-consents-left-wrapper .back-btn-area button:focus a, .board-consents-left-wrapper .back-btn-area button:hover a {
  color: #23bdd9;
}
.board-consents-left-wrapper .back-btn-area button a {
  color: #FFF;
}
.board-consents-left-wrapper .time-line-wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -15px;
}
.board-consents-left-wrapper .time-line-wrapper .ant-steps .ant-steps-icon-dot {
  top: 12px;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 50px;
  background: #B9CCD1;
  border: 1px solid #ccc;
  float: left;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li span {
  position: absolute;
  top: 30px;
  color: #000;
  margin-left: -55px;
  width: 100px;
  text-align: center;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li::after {
  content: "";
  width: 100px;
  display: inline-block;
  height: 2px;
  background-color: #B9CCD1;
  border-radius: 2px;
  position: absolute;
  margin-left: 14px;
  top: 20px;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li:last-of-type::after {
  content: none;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li.finish {
  background-color: #00A9CD;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li.current {
  background-color: #0F518B;
}

.ant-spin-nested-loading {
  flex: 1 1;
}

.board-preview-wrapper-right {
  width: 340px;
  padding: 30px;
  margin-top: 30px;
  background: #fff;
}
.board-preview-wrapper-right .board-detail-display-wrapper {
  margin-bottom: 40px;
}
.board-preview-wrapper-right .board-detail-display-wrapper .board-detail-display-title {
  color: #364453;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.board-preview-wrapper-right .board-detail-display-wrapper .board-consent-badge {
  border-radius: 9px;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 10px;
  min-width: 1.15rem;
  padding: 3px 8px;
  position: relative;
  text-align: center;
  background-color: #ffe7da;
  border: 1px solid #e8d2c7;
  color: #85360f;
  flex-shrink: 0;
}
.board-preview-wrapper-right .board-detail-display-wrapper .board-consent-badge-approve {
  background-color: #d7f6ef;
  border: 1px solid #c4e0da;
  color: #165340;
}

.board-preview-wrapper-left {
  background-color: #fff;
  margin-bottom: 19px;
  padding: 30px;
  flex: 1 1;
  height: calc(100% - 30px);
  margin-left: 20px;
}

.board-preview-detail {
  margin-top: 30px;
  border-radius: 4px;
}

.ant-timeline-item-head-blue {
  background: #01A9CE;
}

.board-consents-right-wrapper {
  min-height: 200px;
  flex: 1 1;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 19px;
  z-index: 1;
}
.board-consents-right-wrapper .w-e-text-container {
  padding: 0 40px;
}
.board-consents-right-wrapper .w-e-text-container .placeholder {
  text-indent: 40px;
}

.board-setting-right-wrapper {
  min-height: 200px;
  flex: 1 1;
  border-radius: 4px;
  margin-bottom: 19px;
}
.board-setting-right-wrapper .board-setting-approve {
  padding: 20px;
  background: #fff;
}
.board-setting-right-wrapper .board-setting-date {
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}
.board-setting-right-wrapper .board-setting-message {
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}
.board-setting-right-wrapper .board-setting-message textarea {
  display: block;
  width: 420px;
}

.consent-btn-create {
  margin-left: 10px;
}

.back-btn-area {
  width: 155px;
}
.back-btn-area button:focus a, .back-btn-area button:hover a {
  color: #23bdd9;
}
.back-btn-area button a {
  color: #FFF;
}

.template-list-table {
  margin-top: 20px;
}

.new-templates-root .back-btn-area, .new-templates-root .template-operate-area, .new-board-preview-root .back-btn-area, .new-board-preview-root .template-operate-area {
  display: inline-block;
  width: 50%;
}
.new-templates-root .template-operate-area, .new-board-preview-root .template-operate-area {
  text-align: right;
}
.new-templates-root .template-operate-area .board-preview-action-btn, .new-board-preview-root .template-operate-area .board-preview-action-btn {
  background: #2CB977;
  width: 130px;
}
.new-templates-root .template-operate-area .board-preview-action-btn:focus, .new-board-preview-root .template-operate-area .board-preview-action-btn:focus {
  color: #fff;
}
.new-templates-root .template-operate-area .board-preview-action-icon-down svg, .new-board-preview-root .template-operate-area .board-preview-action-icon-down svg {
  top: 3px;
  position: relative;
}

.new-board-preview-root .back-btn-area {
  left: 0;
}
.new-board-preview-root .back-btn-area button:focus a, .new-board-preview-root .back-btn-area button:hover a {
  color: #23bdd9;
}
.new-board-preview-root .back-btn-area button a {
  color: #FFF;
}

.template-operate {
  text-align: right;
}

.board-menber-title {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  padding-top: 0;
}

.board-title-padding {
  margin-top: 20px;
}

.board-consent-top {
  color: #9E9E9E;
  margin-top: 10px;
}

.board-consent-banner, .board-consent-bottom {
  font-size: 14px;
  font-weight: 400;
  padding: 30px;
  background: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
}

.board-consent-banner-wrapper table {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.directors-wrapper {
  margin-top: 40px;
}
.directors-wrapper .directors-members {
  width: 200px;
  padding: 10px 0;
  display: inline-block;
  border-top: 1px dashed #9292a2;
}
.directors-wrapper .directors-members p {
  margin-bottom: 5px;
}

.consent-modal-sign .consent-sign-input {
  background-image: linear-gradient(transparent 80%, #686865 80%, #686865 100%), linear-gradient(transparent 80%, #686865 80%, #686865 100%);
  border-bottom-color: #686865;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 1px 100%;
  border-bottom-style: solid;
  border-radius: 0;
  border-width: 0 0 1px;
  display: block;
  font-size: 16px;
  padding: 2px;
  text-indent: 6px;
  width: 100%;
}
.consent-modal-sign .ant-input:hover {
  border-right: none;
}
.consent-modal-sign .ant-input:focus, .consent-modal-sign .ant-input-focused {
  box-shadow: none;
}

.board-consent-template-list-select label {
  display: block;
}
.board-consent-template-list-select label span li {
  display: inline-block;
}

.board-consents-root .ant-modal-header {
  background: #00A9CD;
}
.board-consents-root .ant-modal-header .ant-modal-title {
  color: #fff;
  text-align: center;
}
.board-consents-root .ant-modal-close-x {
  color: #fff;
}

.modal-select-template .ant-modal-body {
  padding: 24px;
  padding-bottom: 24px;
}
.modal-select-template .ant-modal-header {
  background: #00A9CD;
}
.modal-select-template .ant-modal-header .ant-modal-title {
  color: #FFF;
  text-align: center;
}
.modal-select-template .ant-modal-footer {
  text-align: center;
}

font[size="1"] {
  font-size: 12px;
}

font[size="2"] {
  font-size: 14px;
}

font[size="3"] {
  font-size: 16px;
}

font[size="4"] {
  font-size: 18px;
}

font[size="5"] {
  font-size: 20px;
}

font[size="6"] {
  font-size: 22px;
}

font[size="7"] {
  font-size: 24px;
}

#board-new-content table[data-list-type] tr td:first-child {
  padding-left: 15px !important;
}
.board-consents-progress {
  max-width: 200px;
}

.board-consents-root {
  min-width: 980px;
}

.new-board-consents-root {
  position: relative;
}

.board-consents-operate-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.board-consents-operate-area .board-consents-operate-btn {
  padding: 0 20px;
}
.board-consents-operate-area .board-consents-operate-save {
  margin-right: 10px;
}

.ant-progress-inner {
  background-color: #B9CCD1;
}

.status-dot-consent {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  border-radius: 100%;
}

.board-consents-operate {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  transition: all 1s;
  text-align: center;
  background: #B9CCD1;
}
.board-consents-operate span {
  display: inline-block;
  width: 100%;
  height: 100%;
  top: -5px;
  color: #fff;
  position: relative;
}
.board-consents-operate span svg {
  margin-top: 9px;
  font-size: 12px;
}

.board-consent-operate-add {
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0;
  border-radius: 18px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  min-width: 36px;
  z-index: 999999;
}
.board-consent-operate-add:hover {
  transform: rotate(-45deg);
}

.board-consents-operate-disabled {
  cursor: not-allowed;
}

.consent-drop-down-icon {
  position: relative;
  top: 3px;
}

.board-consents-operate-items {
  cursor: pointer;
  transition: all 1s;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  z-index: 99999999;
}
.board-consents-operate-items li {
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
}
.board-consents-operate-items li a {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  color: #7f8082;
}
.board-consents-operate-items li a:hover {
  background-color: #e8f0f3;
  color: #41586c;
}
.board-consents-operate-items li:hover {
  background-color: #d6eeff;
  color: #013b5e;
}

.board-consents-operate-item {
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1764705882);
  z-index: 99999999;
}
.board-consents-operate-item li {
  height: 32px;
  line-height: 32px;
}
.board-consents-operate-item li a {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  color: #7f8082;
}
.board-consents-operate-item li a:hover {
  background-color: #e8f0f3;
  color: #41586c;
}
.board-consents-operate-item li:hover {
  background-color: #d6eeff;
  color: #013b5e;
}
.board-consents-operate-item .board-consents-operate-cancel {
  color: #d91e18;
}
.board-consents-operate-item .board-consents-operate-cancel:hover {
  color: #d91e18;
}

.board-consents-operate {
  cursor: pointer;
}

.board-investor-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin-top: 20px;
}
.board-investor-wrapper .review_tip {
  position: absolute;
  top: 90px;
  left: 20px;
}
.board-investor-wrapper .investor-left-wrapper {
  width: 68%;
  background: #fff;
  margin-top: 20px;
  padding: 20px 0;
}
.board-investor-wrapper .investor-right-wrapper {
  width: 30%;
}

.board-preview-wrapper-content {
  display: flex;
  flex-flow: row nowrap;
}
.board-preview-wrapper-content .board-preview-wrapper {
  flex: 1 1;
  margin-top: 30px;
  background: #fff;
  margin-left: 20px;
}

.board-consents-left-wrapper {
  display: inline-block;
  flex: 3 1;
  display: flex;
  flex-flow: row nowrap;
}
.board-consents-left-wrapper .back-btn-area {
  width: 155px;
}
.board-consents-left-wrapper .back-btn-area button:focus a, .board-consents-left-wrapper .back-btn-area button:hover a {
  color: #23bdd9;
}
.board-consents-left-wrapper .back-btn-area button a {
  color: #FFF;
}
.board-consents-left-wrapper .time-line-wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -15px;
}
.board-consents-left-wrapper .time-line-wrapper .ant-steps .ant-steps-icon-dot {
  top: 12px;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 50px;
  background: #B9CCD1;
  border: 1px solid #ccc;
  float: left;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li span {
  position: absolute;
  top: 30px;
  color: #000;
  margin-left: -104px;
  width: 200px;
  text-align: center;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li::after {
  content: "";
  width: 100px;
  display: inline-block;
  height: 2px;
  background-color: #B9CCD1;
  border-radius: 2px;
  position: absolute;
  margin-left: 14px;
  top: 20px;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li:last-of-type::after {
  content: none;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li.finish {
  background-color: #00A9CD;
}
.board-consents-left-wrapper .time-line-wrapper .step-list-content li.current {
  background-color: #0F518B;
}

.ant-spin-nested-loading {
  flex: 1 1;
}

.board-preview-wrapper-right {
  width: 340px;
  padding: 30px;
  margin-top: 30px;
  background: #fff;
}
.board-preview-wrapper-right .board-detail-display-wrapper {
  margin-bottom: 40px;
}
.board-preview-wrapper-right .board-detail-display-wrapper .board-detail-display-title {
  color: #364453;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.board-preview-wrapper-right .board-detail-display-wrapper .board-consent-badge {
  border-radius: 9px;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 10px;
  min-width: 1.15rem;
  padding: 3px 8px;
  position: relative;
  text-align: center;
  background-color: #ffe7da;
  border: 1px solid #e8d2c7;
  color: #85360f;
  flex-shrink: 0;
}
.board-preview-wrapper-right .board-detail-display-wrapper .board-consent-badge-approve {
  background-color: #d7f6ef;
  border: 1px solid #c4e0da;
  color: #165340;
}

.board-preview-wrapper-left {
  background-color: #fff;
  margin-bottom: 19px;
  padding: 30px;
  flex: 1 1;
  height: calc(100% - 30px);
  margin-left: 20px;
}

.board-preview-detail {
  margin-top: 30px;
  border-radius: 4px;
}

.ant-timeline-item-head-blue {
  background: #01A9CE;
}

.board-consents-right-wrapper {
  min-height: 200px;
  flex: 1 1;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 19px;
  z-index: 1;
}
.board-consents-right-wrapper .w-e-text-container {
  padding: 0 40px;
}
.board-consents-right-wrapper .w-e-text-container .placeholder {
  text-indent: 40px;
}
.board-consents-right-wrapper .total_size_wrap {
  position: absolute;
  bottom: 60px;
  left: 16px;
  font-size: 16px;
  z-index: 10000;
  color: #00a9cd;
  margin-bottom: 0;
}
.board-consents-right-wrapper .file_list_container {
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 10000;
  width: auto;
}
.board-consents-right-wrapper .file_list_container li {
  display: inline-block;
  padding: 0 6px 0 10px;
  border-radius: 5px;
  background: #F5F5F5;
  margin-right: 4px;
}

.board-setting-right-wrapper {
  min-height: 200px;
  flex: 1 1;
  border-radius: 4px;
  margin-bottom: 19px;
}
.board-setting-right-wrapper .board-setting-approve {
  padding: 20px;
  background: #fff;
}
.board-setting-right-wrapper .board-setting-date {
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}
.board-setting-right-wrapper .board-setting-message {
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}
.board-setting-right-wrapper .board-setting-message textarea {
  display: block;
  width: 420px;
}

.consent-btn-create {
  margin-left: 10px;
}

.back-btn-area {
  width: 155px;
}
.back-btn-area button:focus a, .back-btn-area button:hover a {
  color: #23bdd9;
}
.back-btn-area button a {
  color: #FFF;
}

.template-list-table {
  margin-top: 20px;
}

.new-templates-root .back-btn-area, .new-templates-root .template-operate-area, .new-board-preview-root .back-btn-area, .new-board-preview-root .template-operate-area {
  display: inline-block;
  width: 50%;
}
.new-templates-root .template-operate-area, .new-board-preview-root .template-operate-area {
  text-align: right;
}
.new-templates-root .template-operate-area .board-preview-action-btn, .new-board-preview-root .template-operate-area .board-preview-action-btn {
  background: #2CB977;
  width: 130px;
}
.new-templates-root .template-operate-area .board-preview-action-btn:focus, .new-board-preview-root .template-operate-area .board-preview-action-btn:focus {
  color: #fff;
}
.new-templates-root .template-operate-area .board-preview-action-icon-down svg, .new-board-preview-root .template-operate-area .board-preview-action-icon-down svg {
  top: 3px;
  position: relative;
}

.new-board-preview-root .back-btn-area {
  left: 0;
}
.new-board-preview-root .back-btn-area button:focus a, .new-board-preview-root .back-btn-area button:hover a {
  color: #23bdd9;
}
.new-board-preview-root .back-btn-area button a {
  color: #FFF;
}

.template-operate {
  text-align: right;
}

.board-menber-title {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  padding-top: 0;
}

.board-title-padding {
  margin-top: 20px;
}

.board-consent-top {
  color: #9E9E9E;
  margin-top: 10px;
}

.board-consent-banner, .board-consent-bottom {
  font-size: 14px;
  font-weight: 400;
  padding: 30px;
  background: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  height: 1124px;
}

.board-consent-banner-wrapper table {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.directors-wrapper {
  margin-top: 40px;
}
.directors-wrapper .directors-members {
  width: 200px;
  padding: 10px 0;
  display: inline-block;
  border-top: 1px dashed #9292a2;
}
.directors-wrapper .directors-members p {
  margin-bottom: 5px;
}

.consent-modal-sign .consent-sign-input {
  background-image: linear-gradient(transparent 80%, #686865 80%, #686865 100%), linear-gradient(transparent 80%, #686865 80%, #686865 100%);
  border-bottom-color: #686865;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 1px 100%;
  border-bottom-style: solid;
  border-radius: 0;
  border-width: 0 0 1px;
  display: block;
  font-size: 16px;
  padding: 2px;
  text-indent: 6px;
  width: 100%;
}
.consent-modal-sign .ant-input:hover {
  border-right: none;
}
.consent-modal-sign .ant-input:focus, .consent-modal-sign .ant-input-focused {
  box-shadow: none;
}

.board-consent-template-list-select label {
  display: block;
}
.board-consent-template-list-select label span li {
  display: inline-block;
}

.board-consents-root .ant-modal-header {
  background: #00A9CD;
}
.board-consents-root .ant-modal-header .ant-modal-title {
  color: #fff;
  text-align: center;
}
.board-consents-root .ant-modal-close-x {
  color: #fff;
}

.modal-select-template .ant-modal-body {
  padding: 24px;
  padding-bottom: 24px;
}
.modal-select-template .ant-modal-header {
  background: #00A9CD;
}
.modal-select-template .ant-modal-header .ant-modal-title {
  color: #FFF;
  text-align: center;
}
.modal-select-template .ant-modal-footer {
  text-align: center;
}

font[size="1"] {
  font-size: 12px;
}

font[size="2"] {
  font-size: 14px;
}

font[size="3"] {
  font-size: 16px;
}

font[size="4"] {
  font-size: 18px;
}

font[size="5"] {
  font-size: 20px;
}

font[size="6"] {
  font-size: 22px;
}

font[size="7"] {
  font-size: 24px;
}

.danger-tip {
  color: #c92928;
}
.notifications-list-status {
  display: flex;
  align-items: center;
}
.notifications-list-status .status-dot {
  border-radius: 1000px;
  width: 8px;
  height: 8px;
  margin-right: 6px;
}

.notifications-modal-box .email-preview-content {
  height: 400px;
  overflow-y: auto;
}
.sprout-notification-modal .ant-modal-body {
  padding: 24px !important;
}
.add-coin-root {
  padding: 20px 60px;
}
.add-coin-root .ant-form-item-label {
  min-width: 120px;
  text-align: left;
}
.add-coin-root .add-coin-btns {
  text-align: center;
  margin-top: 20px;
}
.add-coin-root .add-coin-btns .ant-btn {
  width: 100px;
}
.token-dash-board-root .token-dash-board-container .token-dash-board-title {
  display: flex;
  justify-content: space-between;
}
.token-dash-board-root .token-dash-board-container .token-dash-board-title p {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.token-dash-board-root .token-dash-board-container .operation-list {
  margin-top: 5px;
  background: #ffffff;
  border-radius: 4px;
  height: 140px;
  padding: 20px;
}
.token-dash-board-root .token-dash-board-container .operation-list .operation-list-item {
  display: flex;
  align-items: center;
  height: 92px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  background: no-repeat center;
  background-position: right 10px center;
  background-size: auto 80%;
  padding: 0 20px;
  cursor: pointer;
}
.token-dash-board-root .token-dash-board-container .coin-list {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 4px;
  padding: 16px 20px 12px 20px;
}
.token-dash-board-root .token-dash-board-container .coin-list h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item {
  height: 74px;
  background: #F6F6F6;
  border-radius: 4px;
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 16px;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-left {
  display: flex;
  align-items: center;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-left-order {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-left-icon {
  margin-left: 14px;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-left-icon img {
  width: 33px;
  height: 33px;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-left-name {
  margin-left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-left-short-name {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #8F959F;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-right-rise-area {
  width: 62px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-right .rise-area {
  background: #00B080;
}
.token-dash-board-root .token-dash-board-container .coin-list .coin-container .coin-list-item .coin-list-right .down-area {
  background: #FF555F;
}
.token-dash-board-root .token-dash-board-container .coin-table {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px 20px 20px 20px;
}
.token-dash-board-root .token-dash-board-container .coin-table .coin-table-header {
  margin-bottom: 6px;
}
.token-dash-board-root .token-dash-board-container .coin-table .coin-table-header h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.token-detail-wallets .update-button {
  background-color: #D3F9FF;
  color: #139FC5;
  cursor: pointer;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
}
.crypto-root .crypto-detail-title {
  font-size: 20px;
  font-weight: bold;
}
.crypto-root .crypto-detail-banner {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}
.crypto-root .crypto-detail-banner .crypto-detail-btns {
  display: flex;
  align-items: center;
}
.crypto-root .crypto-detail-summary {
  width: 100%;
}
.crypto-root .crypto-section {
  background: #ffffff;
  border-radius: 5px;
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.crypto-root .crypto-section .crypto-section-title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(143, 149, 159, 0.2);
  line-height: 38px;
}
.crypto-root .crypto-section .crypto-section-content {
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1 1;
}
.crypto-root .crypto-section .crypto-section-content .crypto-section-content-item {
  display: flex;
  margin-bottom: 14px;
  flex: 1 1;
}
.crypto-root .crypto-section .crypto-section-content .crypto-section-content-item .crypto-label {
  color: #000000;
  width: 40%;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
}
.crypto-root .crypto-section .crypto-section-content .crypto-section-content-item .crypto-value {
  font-weight: 600;
  flex: 1 1;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.crypto-root .crypto-filtered-data {
  margin-top: 12px;
}
.crypto-root .crypto-filtered-data .crypto-section {
  padding: 0;
}
.crypto-root .crypto-filtered-data .crypto-section .crypto-section-content .crypto-section-content-item {
  margin-bottom: 0;
}
.crypto-root .crypto-filtered-data .crypto-section .crypto-section-content .crypto-section-content-item .crypto-label {
  margin: 10px 0;
  padding: 0px 16px;
  border-right: 1px solid #8F959F;
}
.crypto-root .crypto-filtered-data .crypto-section .crypto-section-content .crypto-section-content-item .crypto-label:last-child {
  border-right: transparent;
}
.crypto-root .crypto-filtered-data .crypto-section .crypto-section-content .crypto-section-content-item .crypto-value {
  width: 100%;
}
.crypto-root .crypto-detail {
  margin-top: 12px;
}
.crypto-root .crypto-detail .crypto-transaction-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  overflow: hidden;
}
.plan-assign-token {
  padding: 30px;
}
.plan-assign-token .plan-assign-token-btn {
  text-align: center;
}
.assign-token-grant-modal-content {
  padding: 30px 50px;
}
.assign-token-grant-modal-content .add-wallet-content {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 19px;
}
.assign-token-grant-modal-content .address-content .ant-form-item-control {
  width: 204px;
}
.assign-token-grant-modal-content .grant-min-content {
  padding: 0 80px;
}
.assign-token-grant-modal-content .grant-min-content .ant-form-item-label {
  min-width: 160px;
}
.assign-token-grant-modal-content .ant-form-item-label {
  min-width: 130px;
  text-align: left;
}
.assign-token-grant-modal-content .ant-form-item-label label {
  color: #252525;
  font-weight: normal;
}
.assign-token-grant-modal-content .ant-radio-inner {
  background-color: transparent;
}
.assign-token-grant-modal-content .ant-collapse-content-box {
  padding: 0 16px;
  padding-bottom: 0 !important;
}
.assign-token-grant-modal-content .ant-collapse-header {
  padding: 0 16px !important;
  padding-left: 40px !important;
}
.assign-token-grant-modal-content .assign-token-grant-modal-documents {
  margin: 0 auto;
  padding: 0 62px;
}
.assign-token-grant-modal-content .assign-token-grant-modal-documents .ant-collapse-header {
  font-weight: bold;
}
.assign-token-grant-modal-content .assign-token-grant-modal-documents .ant-row {
  display: block;
}
.assign-token-grant-modal .btn-wrap {
  text-align: center;
  margin-top: 16px;
}
.assign-token-grant-modal .btn-wrap .ant-btn {
  width: 120px;
}
.assign-token-grant-modal .permission-board-tips {
  position: relative;
  top: -20px;
  padding: 0px 6px 0 160px;
  color: #818181;
}
.assign-token-grant-modal .ant-form-item {
  margin-bottom: 19px;
}
.assign-token-grant-modal .ant-form-item-has-error .ant-picker {
  border-color: #ff4d4f;
}
.assign-token-grant-modal .ant-form-item-label > label::after {
  content: "";
  position: relative;
  top: -10px;
  margin: 0 8px 0 2px;
}
.assign-token-grant-modal .ant-form-item-with-help {
  margin-bottom: 10px;
}
.margin0 {
  margin: 0;
}

.padding0 {
  padding: 0;
}

.margin15 {
  margin: 15px;
}
.margin15 .document_set {
  margin-left: 10px;
}

.shares-table .sign-tiptext {
  top: 0 !important;
  margin-top: -30px;
}
.shares-table tr td {
  background-color: #fff;
}
.shares-table .shares-row-msg-show {
  visibility: visible;
}
.shares-table .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.shares-table .green-disc, .shares-table .red-disc {
  line-height: normal !important;
}

.shares-table-menu-item .no-cursor {
  cursor: not-allowed;
}

.shares-actions, .shares-export {
  z-index: 2;
  background: #2BB877;
  color: #FFF;
}
.shares-actions .actions-left, .shares-export .actions-left {
  float: left;
}
.shares-actions .actions-right, .shares-export .actions-right {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
}

.shares-export {
  border: 1px solid #2BB877;
}

.shares-export, .shares-export:hover, .shares-export:focus, .shares-export:active {
  background: #2BB877;
}

.shares-actions[disabled], .shares-actions[disabled]:hover, .shares-actions[disabled]:focus, .shares-actions[disabled]:active {
  color: #FFF;
  background: rgba(48, 180, 116, 0.5);
  border-color: rgba(48, 180, 116, 0.5);
  text-shadow: none;
  box-shadow: none;
}

.draft-date-picker {
  width: 100%;
}

.draft-statistic .draft-statistic-badge .ant-badge-count {
  left: -14px;
  top: 4px;
  right: unset;
}

.grants_down_menu {
  width: 140px;
}

.width130btn {
  width: 130px;
  padding: 0 14px;
  text-align: center;
}

.padding2040 {
  padding: 20px 40px 20px 40px;
}

.token-title-box {
  margin: 0 0 20px 0;
}

.form-add-label {
  position: relative;
}
.form-add-label .text-muted {
  margin-left: 5px;
}
.captable-token-root .captable-token--banner {
  margin-bottom: 16px;
}
.captable-token-root .captable-shareclass-date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.captable-token-root .captable-shareclass-date label {
  font-weight: 600;
  padding-right: 20px;
}
.captable-token-root .captable-shareclass-date-selector {
  width: 200px !important;
}
.captable-token-root .portfolio-capitalization-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 16px;
}
.captable-token-root .capitalization-header-wrap {
  background-color: #00A9CD;
  border-radius: 4px 4px 0 0;
  display: flex;
  color: #fff;
  padding: 6px 16px;
}
.captable-token-root .capitalization-header-wrap .certificate-title {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-token-root .capitalization-header-wrap .table-th {
  flex: 1 1;
  text-align: right;
}
.captable-token-root .ant-collapse-content-box {
  padding: 0;
}
.captable-token-root .ant-collapse-arrow {
  left: 8px;
}
.captable-token-root .ant-collapse {
  border-radius: 0;
  border: transparent;
}
.captable-token-root .ant-collapse .ant-collapse-item {
  border-bottom: transparent;
}
.captable-token-root .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 4px 16px 4px 32px;
  background-color: #F2F7F9;
  margin-bottom: 2px;
  position: relative;
  border-radius: 2px;
}
.captable-token-root .ant-collapse .ant-collapse-item .ant-collapse-content {
  border-top: transparent;
}
.captable-token-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header {
  padding: 4px 16px 4px 56px;
}
.captable-token-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .header-name {
  height: 44px;
  width: 380px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-token-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(120%, -50%);
  padding: 0;
}
.captable-token-root .ant-collapse .ant-collapse-item .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-90%, -50%);
  padding: 0;
}
.captable-token-root .common0 > .ant-collapse-header {
  border-left: 3px solid #84C44C;
}
.captable-token-root .common1 > .ant-collapse-header {
  border-left: 3px solid #00A9CD;
}
.captable-token-root .common2 > .ant-collapse-header {
  border-left: 3px solid #0F518B;
}
.captable-token-root .common3 > .ant-collapse-header {
  border-left: 3px solid #E4D212;
}
.captable-token-root .common4 > .ant-collapse-header {
  border-left: 3px solid #bf70dd;
}
.captable-token-root .unlabeled > .ant-collapse-header {
  border-left: 3px solid #2ecd82;
}
.captable-token-root .certificate-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.captable-token-root .certificate-content-header .header-name {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.captable-token-root .certificate-content-header .header-name-unlabeled {
  line-height: 44px;
}
.captable-token-root .certificate-content-header .header-name .description {
  color: #656565;
}
.captable-token-root .certificate-content-header .header-name .description span {
  font-size: 12px;
  display: inline-block;
}
.captable-token-root .certificate-content-header .table-td {
  flex: 1 1;
  text-align: right;
}
.captable-token-root .certificate-content-item {
  display: flex;
  background-color: #E6F0F4;
  align-items: center;
  padding: 10px 16px 10px 80px;
}
.captable-token-root .certificate-content-item .item-name {
  cursor: pointer;
  width: 356px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.captable-token-root .certificate-content-item .item-name img {
  margin-right: 4px;
}
.captable-token-root .certificate-content-item .item-name .name div {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.captable-token-root .certificate-content-item .item-name .description {
  font-size: 12px;
  color: #656565;
}
.captable-token-root .certificate-content-item .item-name .description span {
  font-size: 12px;
}
.captable-token-root .certificate-content-item .table-td {
  flex: 1 1;
  text-align: right;
}
.captable-token-root .table-total {
  background-color: rgba(0, 169, 205, 0.3);
  font-weight: bold;
  display: flex;
  padding: 6px 16px;
  border-radius: 2px;
}
.captable-token-root .table-total .table-total-td-first {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.captable-token-root .table-total .table-total-td {
  flex: 1 1;
  text-align: right;
}
.captable-token-root .options-available-wrap {
  display: flex;
  align-items: center;
  border-left: 3px solid #B9CCD1;
  background-color: #F3F8FA;
  padding: 8px 16px 8px 32px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.captable-token-root .options-available-wrap .options-available-first {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.captable-token-root .options-available-wrap .options-available-item {
  text-align: right;
  flex: 1 1;
}
.captable-token-root .capitalization-convertible {
  margin-top: 24px;
}
.token-filtered-data {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 16px 0;
  display: flex;
}
.token-filtered-data .token-filtered-data-item {
  width: 33.3%;
  padding: 0 16px;
  border-right: 1px solid #8F959F;
}
.token-filtered-data .token-filtered-data-item:last-child {
  border-right: transparent;
}
.token-filtered-data .token-filtered-data-item .token-filtered-data-icon {
  width: 15px;
  height: 18px;
  margin-right: 4px;
}
.token-filtered-data .token-filtered-data-item .token-filtered-data-label {
  margin-bottom: 4px;
  color: #9BA4BB;
  display: flex;
  align-items: center;
}
.token-filtered-data .token-filtered-data-item .token-filtered-data-label .bold-title {
  font-weight: bold;
  color: #000000;
}
.token-filtered-data .token-filtered-data-item .token-filtered-data-value {
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transaction-crypto .transaction-crypto-banner {
  margin-bottom: 16px;
}
.transaction-crypto .transaction-crypto-banner .arrow {
  width: 10px;
  height: 6px;
  margin-left: 8px;
}
.transaction-crypto .transaction-crypto-banner .transaction-crypto-banner-filter-btn {
  margin-right: 8px;
}
.transaction-crypto .transaction-crypto-content {
  background-color: #ffffff;
  border-radius: 4px;
  transition: height 0.2s ease-out;
  overflow: hidden;
  margin-bottom: 16px;
}
.transaction-crypto .transaction-crypto-content .ant-form-item-row {
  display: block;
}
.transaction-crypto .transaction-crypto-content .transaction-crypto-search {
  padding: 16px;
}
.transaction-crypto .transaction-crypto-content .transaction-crypto-search .ant-form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.transaction-crypto .transaction-crypto-content .transaction-crypto-search .ant-form-item label {
  height: 18px;
}
.transaction-crypto .transaction-crypto-content .transaction-crypto-search .transaction-crypto-btn {
  text-align: right;
  padding-top: 24px;
}
.transaction-crypto .transaction-crypto-content-active {
  height: 0px;
  margin-bottom: 0px;
}
.transaction-crypto .transaction-crypto-fitered {
  margin-bottom: 16px;
}
.sprout-token-captable-root .row {
  margin-right: 0;
  margin-left: 0;
}
.chart {
  display: flex;
  flex: 1 1;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.chart #myChart {
  width: 100%;
  height: 500px;
}
.chart .chart-content {
  position: absolute;
  right: 4%;
  top: 80px;
  font-size: 14px;
  color: #595959;
}
.chart .chart-content .chart-header {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart .chart-content .chart-header .lft .title {
  font-weight: 600;
  text-align: right;
}
.chart .chart-content .chart-header .lft .info {
  text-align: right;
}
.chart .chart-content .chart-header .rit {
  margin-left: 10px;
}
.chart .chart-content .chart-header .rit img {
  width: 100%;
  height: 100%;
}
.chart .chart-content .chart-data {
  text-align: right;
}
.chart .chart-share {
  position: absolute;
  left: 40px;
  top: 70px;
  font-size: 16px;
  font-weight: 400;
}
.merge-stakeholder-content {
  padding: 30px 0 0;
}

.Market-Value-Model .merge-stakeholder-content .MarketValueForm {
  padding-top: 20px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-row {
  justify-content: center;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-row .ant-col.ant-col-8 {
  margin-right: 20px;
  flex: 0 0 20%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-row .ant-col.ant-col-8 .ant-form-item-no-colon {
  font-weight: 700;
  color: #000;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-form-item-control {
  flex: 0 0 42%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-form-item-control .ant-form-item-control-input-content {
  display: flex;
  justify-content: space-between;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ant-form-item-control .MaRit5 {
  margin-right: 5px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues {
  margin-bottom: 20px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ant-form-item-control .ant-form-item-control-input-content {
  display: block;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList {
  display: flex;
  justify-content: space-between;
  background: #f2f7f9;
  margin-bottom: 10px;
  border-radius: 4px;
  align-items: center;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .ShareInput {
  width: 40%;
  text-align: right;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .wid55 {
  width: 55%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .wid35 {
  width: 35%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .name {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  padding: 4px;
  border-right: 1px solid transparent;
  position: relative;
  left: 2px;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues .ShareTableList .FmvShare {
  width: 100%;
  border-radius: 0px 4px 4px 0;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange {
  position: relative;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange .data1 .ant-form-item-control-input {
  width: 50%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange .data2 {
  position: absolute;
  right: 140px;
  top: 0;
  width: 19%;
  z-index: 0;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .Fmvdaterange .data2 .ant-col {
  width: 100%;
  flex: 1 1;
  max-width: 100%;
}
.Market-Value-Model .merge-stakeholder-content .MarketValueForm .ShareValues.ShareValues_list .ant-form-item-label {
  visibility: hidden;
}
.Market-Value-Model .information-w100 .boxbtn-to {
  width: 185px;
  height: 40px;
  margin-bottom: 20px;
}
.Market-Value-Model .information-w100 .bg-darkgrey {
  background: #b9ccd1;
  margin-right: 5px;
}
.fair-header {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 30px;
  /* border: 8px; */
  border-radius: 8px;
}
.fair-header .fair-content-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 26px;
  margin-bottom: 14px;
}
.fair-header .fair-content-border {
  padding: 0 5px;
}
.fair-header .fair-content-border .child-border {
  height: 1px;
  background: #EEEEEE;
}
.fair-header .fair-info {
  padding-top: 18px;
}
.fair-header .fair-info .fair-info-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 16px;
  padding-bottom: 14px;
}
.fair-header .fair-info .fair-info-title .fontFamily {
  display: inline-block;
  font-size: 18px;
}
.fair-header .fair-info .fair-info-text {
  color: #000;
  font-size: 14px;
  padding-bottom: 14px;
  width: 66%;
}

.tablecolor {
  background-color: #ddd;
}

.tokenvaluation .ant-table-wrapper .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.tokenvaluation .ant-table {
  margin-bottom: 50px;
}
.financing-history-root .finacing-history-chart {
  border-radius: 4px;
}
.financing-history-root .finacing-history-chart .banner {
  background: #01A9CE;
  border-radius: 4px 4px 0 0;
  height: 56px;
  color: #fff;
  padding: 0 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.financing-history-root .finacing-history-chart .content {
  background: #fff;
  min-height: 400px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.financing-history-root .finacing-history-found-table {
  margin-top: 40px;
}
.financing-history-root .finacing-history-found-table .financing-history-table-first-td {
  display: flex;
  align-items: center;
}
.financing-history-root .finacing-history-found-table .financing-history-table-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  border-radius: 2px;
}
.financing-history-root .finacing-history-found-table .financing-history-table-icon {
  padding-right: 10px;
}
.financing-history-root .finacing-history-found-table .financing-history-table-icon svg {
  width: 10px !important;
  width: 10px !important;
}
.financing-history-root .finacing-history-found-table .financing-history-table-icon svg path {
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 80;
}
.financing-history-root .finacing-history-found-table .financing-history-table-icon-hidden {
  visibility: hidden;
  opacity: 0;
}
.financing-history-root .finacing-history-found-table .ant-table-row-level-1 .financing-history-table-icon {
  visibility: hidden;
  opacity: 0;
}
.financing-history-root .finacing-history-found-table .financing-history-table-red {
  color: #1273D7;
  font-weight: 600;
}
.financing-history-root .finacing-history-found-table .financing-history-found-table-yellow {
  background-color: #FFFBD0;
}
.financing-history-root .finacing-history-found-table .ant-table-tbody td {
  margin: 0 !important;
  border-bottom: 0 !important;
  height: 48px;
}
.financing-history-root .financing-history-found-desc {
  width: 100%;
  display: flex;
  justify-content: right;
  padding: 12px 13px 0 0;
}
.financing-history-root .financing-history-found-desc span {
  font-size: 14px;
  font-weight: 600;
  color: #1273D7;
}
.financing-history-root .btns-wrap {
  margin-bottom: 20px;
}
.financing-history-root .empty-img {
  height: 300px;
  margin: 0 auto;
}
.financing-history-root .empty-img img {
  height: 100%;
}
.financing-history-root .table-menu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.financing-history-root .ant-table-row-level-1 {
  background-color: #F2F7F9 !important;
}
.financing-history-form {
  width: 500px;
  margin: 0 auto;
  padding-top: 34px;
  text-align: center;
}
.financing-history-form input {
  height: 40px;
  line-height: 40px;
}
.financing-history-form .financing-history-row {
  align-items: center;
  margin-top: 10px;
}
.financing-history-form .financing-history-row div:first-child {
  text-align: left;
}
.financing-history-form button {
  margin: 78px auto 50px auto;
  width: 220px;
  height: 40px;
  font-weight: bold;
}
.financing-history-form .financing-history-input .ant-input-group-addon {
  background-color: #EEEEEE;
}

.financing-history-customize {
  width: 540px;
  padding: 60px 0 50px 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.financing-history-customize .history-customize-form-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.financing-history-customize .history-customize-form-data dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.financing-history-customize .history-customize-form-data dt .history-customize-form-help {
  width: 16px;
  height: 16px;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B9CCD1;
  margin-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.financing-history-customize .history-customize-form-data dd {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.financing-history-customize .history-customize-form-data dd .financing-customize-input, .financing-history-customize .history-customize-form-data dd .financing-customize-date {
  height: 40px;
  width: 260px !important;
  background: #F8F8F8;
}
.financing-history-customize .history-customize-form-data dd .financing-customize-input input, .financing-history-customize .history-customize-form-data dd .financing-customize-date input {
  height: 40px;
}
.financing-history-customize .history-customize-form-data dd .ant-picker-input > input[disabled], .financing-history-customize .history-customize-form-data dd .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.85) !important;
  cursor: default;
}
.financing-history-customize .history-customize-form-data dd .financing-customize-input {
  text-align: right;
}
.financing-history-customize .history-customize-form-data dd .financing-customize-input input {
  background: #F8F8F8;
}
.financing-history-customize .history-customize-form-data dd .financing-customize-input .ant-input-group-addon {
  background-color: #EEEEEE;
}
.financing-history-customize .history-customize-form-data dd button {
  width: 87px;
  height: 40px;
  margin-left: 10px;
}
.financing-history-customize .history-customize-form-data dd .history-customize-button-hidden {
  visibility: hidden;
}
.financing-history-customize .history-customize-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.financing-history-customize .history-customize-confirm {
  width: 220px;
  height: 40px;
  background: #00A9CD;
  border-radius: 4px;
  margin: 100px auto 0 auto;
}

.fully-diluted-share .diluted-share-button {
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.fully-diluted-share .diluted-share-button button {
  height: 40px;
  width: 87px;
}
.fully-diluted-share .diluted-share-button button:first-child {
  display: flex;
  align-items: center;
}
.fully-diluted-share .diluted-share-button button:first-child i {
  height: 18px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}
.fully-diluted-share .diluted-share-button-right {
  display: flex;
}
.fully-diluted-share .diluted-share-table {
  margin: 15px 0 5px 0;
}
.fully-diluted-share .diluted-share-table .diluted-share-table-checkbox {
  width: 100px;
}
.fully-diluted-share .diluted-share-table .diluted-share-table-checkbox span {
  color: #FFF;
}
.fully-diluted-share .fully-diluted-total {
  width: 100%;
  height: 40px;
  background: #5CC5DD;
  border-radius: 4px;
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fully-diluted-share .fully-diluted-total .ant-checkbox-input {
  margin: 0;
}
.fully-diluted-share .fully-diluted-total .ant-checkbox {
  top: 0;
}
.fully-diluted-share .fully-diluted-total-checkbox {
  margin-right: 57px;
}
.fully-diluted-share .fully-diluted-total-ea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fully-diluted-share .fully-diluted-total-ea-tit {
  width: 490px;
  display: inline-block;
}
.fully-diluted-share .fully-diluted-total-ea-issued {
  width: 125px;
  text-align: right;
}
.fully-diluted-share .fully-diluted-total-ea-t-width {
  width: 565px;
}
.fully-diluted-share .fully-diluted-total-date {
  width: 400px;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
.fully-diluted-share .fully-diluted-total-color {
  background-color: #B2E3FF;
}
.fully-diluted-share .ant-checkbox-inner {
  width: 18px;
  height: 18px;
}
.table-column-filter {
  width: 67px !important;
  position: relative;
  margin-right: 10px;
}
.table-column-menu {
  min-width: 244px;
}
.table-column-menu .ant-dropdown-menu-item-group-title {
  font-weight: bold;
  color: black;
}
.scenario-modeling-header button {
  margin-right: 10px;
  background: none;
  color: #515F63;
  width: 134px;
  border: 2px solid #B9CCD1;
  border-radius: 4px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  box-shadow: none;
}
.scenario-modeling-header .ant-btn-primary:active, .scenario-modeling-header .ant-btn-primary:hover {
  background: #00A9CD;
  color: #FFF;
  border-color: #00A9CD;
}
.scenario-modeling-header span {
  text-shadow: none;
}
.scenario-modeling-header .active {
  background: #00A9CD;
  color: #FFF;
  border-color: #00A9CD;
}
.sprout-chart-root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sprout-chart-root .sprout-chart-wrap {
  width: 100%;
}
.advance-model-root {
  position: relative;
}
.advance-model-root .advance-model-close {
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin-top: -12px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.advance-model-root .advance-model-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.advance-model-root .advance-model-title {
  height: 80px;
  line-height: 80px;
  background-color: #00A9CD;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.advance-model-box {
  padding: 16px 34px 0 34px;
}
.advance-model-box .ant-radio-inner {
  background-color: #FFF !important;
}
.advance-model-box .advance-model-option-circle {
  width: 40px;
  height: 40px;
  color: #2BB878;
  float: left;
}
.advance-model-box .advance-model-option-circle svg {
  width: 40px !important;
  height: 40px !important;
}
.advance-model-box .advance-model-option-content {
  float: left;
  width: 657px;
  margin-left: 13px;
}
.advance-model-box .advance-model-option-content div:first-child {
  font-weight: bold;
  font-size: 18px;
  margin-top: -5px;
}
.advance-model-box .advance-model-option-content dl {
  padding: 35px 0 0 0px;
}
.advance-model-box .advance-model-option-content dt, .advance-model-box .advance-model-option-content dd {
  display: inline-block;
}
.advance-model-box .advance-model-option-content dt {
  padding-right: 34px;
  width: 235px;
  text-align: right;
}
.advance-model-box .advance-model-option-content a {
  text-decoration: underline;
  font-style: oblique;
}
.advance-model-box .table_icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFF;
  border-radius: 8px;
  background-color: #2777BD;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  font-weight: 600;
}
.advance-model-box .title_icons {
  background-color: #EEEEEE;
  color: #9E9E9E;
}
.advance-model-box .advance-model-height-1 {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #DCDCDC;
}
.advance-model-box .advance-model-seniority {
  width: 117px;
}
.advance-model-box .advance-model-seniority-table table th {
  background-color: #0F518B !important;
  height: 36px;
  overflow: hidden;
  color: #FFF;
}
.advance-model-box .advance-model-seniority-table table td {
  height: 36px;
  background: #F2F7F9;
  border-bottom: 1px solid #FFF;
  padding: 0 16px 0 16px !important;
}
.advance-model-box .advance-model-seniority-table .ant-table.ant-table-middle .ant-table-thead .ant-table-column-sorters {
  padding-top: 0;
  padding-bottom: 0;
}
.advance-model-box .advance-model-seniority-table .ant-table.ant-table-middle .ant-table-title, .advance-model-box .advance-model-seniority-table .ant-table.ant-table-middle .ant-table-footer, .advance-model-box .advance-model-seniority-table .ant-table.ant-table-middle .ant-table-thead > tr > th, .advance-model-box .advance-model-seniority-table .ant-table.ant-table-middle tfoot > tr > th {
  padding: 0 8px;
}
.advance-model-box .ant-input-group-wrapper {
  vertical-align: middle;
}
.advance-model-box .advance-model-input {
  width: 117px;
}
.advance-model-box .advance-model-select {
  width: 280px;
}
.advance-model-box .advance-model-table-active {
  background-color: #B2E5F1;
}
.advance-model-box .advance-model-table-active td {
  background: none !important;
}
.advance-model-box .advance-model-submit {
  text-align: center;
}

.clear {
  clear: both;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mt-30 {
  margin-top: 30px;
}

.advance-model-save-button {
  width: 100%;
  padding: 10px 0 37px 0;
}
.advance-model-save-button button {
  width: 283px;
  margin: 0 auto;
  display: block !important;
  height: 49px;
  font-size: 16px;
  font-weight: 600;
}

.advance-terms-example .example-content {
  padding-bottom: 30px;
}
.advance-terms-example .example-content .example-box {
  padding: 0 10px;
}
.advance-terms-example .example-content .example-box .example-help-str li {
  line-height: 30px;
  list-style-type: disc;
  margin-left: 20px !important;
}
.new-financing-round-root {
  color: #000000;
  min-width: 1100px;
}
.new-financing-round-root .w100 {
  width: 100%;
}
.new-financing-round-root .ant-divider-horizontal {
  margin: 0;
  border-top-color: #E8E8E8;
}
.new-financing-round-root .new-financing-align-right {
  text-align: right;
}
.new-financing-round-root thead .new-financing-discount {
  padding-right: 45px !important;
}
.new-financing-round-root .new-financing-pr-45 {
  padding-right: 45px !important;
}
.new-financing-round-root .new-financing-pr-10 {
  padding-right: 10px !important;
}
.new-financing-round-root .new-financing-pr-12 {
  padding-right: 12px !important;
}
.new-financing-round-root .new-financing-pl-12 {
  padding-left: 12px !important;
}
.new-financing-round-root .new-financing-round-capitalization {
  width: 100%;
  min-width: 1400px;
  margin-top: 20px;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central {
  padding-top: 10px;
  margin-bottom: 20px;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central h5 {
  font-size: 18px;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central-select {
  background: #FFF !important;
  color: #252525;
  line-height: normal;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central .new-financing-round-model {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: normal !important;
  background: #FFF;
  color: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central-button {
  display: flex;
  justify-content: space-between;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central .new-financing-round-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central .new-financing-round-add p {
  margin-bottom: 0;
  font-size: 16px;
  padding-right: 20px;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central .new-financing-round-mt-10 {
  margin-top: 10px;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-central .new-financing-round-mt-20 {
  margin-top: 20px;
}
.new-financing-round-root .new-financing-round-capitalization-content {
  width: 100%;
  padding: 0px 18px;
}
.new-financing-round-root .new-financing-round-capitalization-content .financing-investment-input-name, .new-financing-round-root .new-financing-round-capitalization-content .financing-investment-investment {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADZJREFUKFNjZMADjh492sCISx4kycDAUI9VAUwSpBlDAbIkhgJ0SRQF2CThCnBJghXgkwQpAAAkexn6k9xmFgAAAABJRU5ErkJggg==) bottom right no-repeat;
  border-radius: 0;
}
.new-financing-round-root .new-financing-round-capitalization-content .financing-investment-input-name .ant-input-group-addon, .new-financing-round-root .new-financing-round-capitalization-content .financing-investment-investment .ant-input-group-addon {
  border: 0;
  background-color: #EEEEEE;
}
.new-financing-round-root .new-financing-round-capitalization-content .financing-investment-input-name .ant-input-group, .new-financing-round-root .new-financing-round-capitalization-content .financing-investment-investment .ant-input-group {
  line-height: unset;
}
.new-financing-round-root .new-financing-round-capitalization-content .financing-investment-input-name input, .new-financing-round-root .new-financing-round-capitalization-content .financing-investment-investment input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}
.new-financing-round-root .new-financing-round-capitalization-content .financing-investment-investment {
  padding: 0 !important;
}
.new-financing-round-root .new-financing-round-capitalization-content-form {
  padding-bottom: 15px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-terms {
  padding-top: 15px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-terms span {
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-terms span:last-child {
  font-size: 16px;
  font-weight: 600;
  color: #00A9CD;
  cursor: pointer;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-date {
  margin-top: 5px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-date-selector {
  width: 126px !important;
  height: 40px;
  margin-right: 10px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form {
  display: flex;
  justify-content: flex-start;
  padding-top: 12px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input {
  width: 25%;
  padding-right: 12px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input .ant-select-arrow {
  margin-top: -9px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input label {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input label span {
  font-style: italic;
  color: #777;
  font-size: 80%;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input .ant-input-group-addon {
  background-color: #EEEEEE;
  font-size: 16px;
  font-weight: 400;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input input {
  height: 40px;
  border-color: #D2D2D2;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input .new-financing-form-input-selector {
  height: 40px;
  width: 100%;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input-desc {
  font-size: 12px;
  font-weight: 500;
  color: #656565;
  padding-top: 6px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input-desc span {
  color: #00A9CD;
  font-size: 12px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input-help {
  width: 18px;
  height: 18px;
  border-radius: 8px;
  background-color: #B9CCD1;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
  margin-top: -2px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-form .new-financing-form-input .new-financing-input-error input {
  border-color: red !important;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-stakeholder-error {
  margin-top: 20px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table {
  margin-top: 28px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .ant-table-thead tr th, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table .ant-table-thead tr th {
  padding: 9px 12px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder td, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table td {
  height: 40px;
  padding: 0;
  border-bottom-color: #FFF;
  background: #F2F7F9;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder td .ant-input-group-addon, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table td .ant-input-group-addon {
  border-radius: 0;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder tfoot td, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table tfoot td {
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  font-weight: bold;
  background-color: #FFF;
  border-radius: 2px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder tfoot td:first-child, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table tfoot td:first-child {
  border-left: 1px solid #C9C9C9;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder tfoot td:last-child, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table tfoot td:last-child {
  border-right: 1px solid #C9C9C9;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder tr.ant-table-row-selected:hover > td, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table tr.ant-table-row-selected:hover > td {
  background: #F2F7F9;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder tr.ant-table-row-selected > td, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table tr.ant-table-row-selected > td {
  background-color: #F2F7F9;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .new-financing-round-cn-table-tr td, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table .new-financing-round-cn-table-tr td {
  border-bottom-color: #eee;
  background-color: #FFF !important;
  border-right: 1px solid #D2D2D2;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-cn-name, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table .financing-investment-cn-name {
  text-indent: 12px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .new-financing-cn-td, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table .new-financing-cn-td {
  padding-right: 12px;
  border-right: 0px !important;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder th {
  padding-left: 13px !important;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .ant-select-multiple .ant-select-selection-item {
  background-color: #FeFeFe;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-select-type {
  height: 40px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-select-type .ant-select-selector {
  height: 40px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-select-type .ant-select-selector .ant-select-selection-item {
  line-height: 40px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder table td {
  padding: 0;
  border-left: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder table td:last-child {
  border-right: 1px solid #D2D2D2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder table td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder table .ant-table-cell {
  background-color: #FFF;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder table .financing-round-investment-td-pro-rata {
  background-color: #EEE;
  padding-left: 7px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-stakeholder-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-stakeholder-button .icons_add, .new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-stakeholder-button .icons_minus {
  background-color: #00A9CD;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 21px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-stakeholder .financing-investment-stakeholder-button .icons_minus {
  background-color: #D2D2D2;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn {
  margin-top: 60px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn col {
  min-width: 0 !important;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-title {
  line-height: 21px;
  display: flex;
  justify-content: space-between;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-title .new-financing-cn-span {
  display: flex;
  align-items: center;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-title .new-financing-cn-span span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-title .new-financing-cn-span div {
  width: 27px;
  height: 22px;
  background: #00A9CD;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-left: 8px;
  line-height: 22px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table {
  margin-top: 8px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-table .icons_minus {
  background-color: #D2D2D2;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 21px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-box {
  margin-top: 27px;
}
.new-financing-round-root .new-financing-round-capitalization-content-form .new-financing-round-capitalization-cn-box:first-child {
  margin-top: 0px;
}
.new-financing-round-root .new-financing-round-capitalization h2 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
}
.new-financing-round-root .new-financing-round-capitalization h2 .new-financing-round-model-desc {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 12px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 3px 8px;
  position: relative;
  text-align: center;
  background-color: #B2E5F1;
  border-color: #B2E5F1;
  color: rgb(0, 70, 120);
  margin-left: 12px;
}
.new-financing-round-root .new-financing-round-capitalization h2 svg {
  font-size: 22px;
  color: #666;
  margin-right: 10px;
  cursor: pointer;
}
.new-financing-round-root .new-financing-round-capitalization .ant-card-body {
  padding: 20px;
}
.new-financing-round-root .new-financing-round-capitalization-collapse {
  background-color: #FFF;
  border: 1px solid #00A9CD;
  border-radius: 4px;
  display: flex;
  max-height: 2000px;
  justify-content: flex-start;
  transition: all 600ms ease 0s;
  overflow: hidden;
  margin-top: 10px;
}
.new-financing-round-root .new-financing-round-capitalization-collapse .ant-collapse-header {
  height: 112px;
}
.new-financing-round-root .new-financing-round-capitalization-collapse-checkbox {
  width: 60px;
  background: #B2E5F1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-financing-round-root .new-financing-round-capitalization-collapse-checkbox .ant-checkbox-inner {
  width: 22px;
  height: 22px;
}
.new-financing-round-root .new-financing-round-capitalization-collapse-checkbox .ant-checkbox-inner::after {
  left: 29% !important;
}
.new-financing-round-root .new-financing-round-capitalization-collapse-checkbox .ant-radio-inner::after {
  top: 5px;
  left: 5px;
}
.new-financing-round-root .new-financing-round-capitalization-collapse-checkbox .ant-radio-inner {
  width: 20px;
  height: 20px;
  background-color: #FFF;
}
.new-financing-round-root .new-financing-round-capitalization-collapse-checkbox .ant-radio-wrapper {
  margin-right: 0;
}
.new-financing-round-root .new-financing-round-capitalization-collapse:first-child {
  margin-top: 0;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-border-red {
  border-color: red !important;
}
.new-financing-round-root .new-financing-round-capitalization .new-financing-round-stretch {
  max-height: 92px;
}
.new-financing-round-root .new-financing-round-capitalization-title {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  padding-top: 15px;
  margin-bottom: 15px;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-title-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  width: 25%;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-title-name input {
  width: 200px;
  border: 1px dashed #FFF;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-title-name .ant-input-affix-wrapper {
  padding: 0;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-title-name .ant-input-suffix {
  opacity: 0;
  margin-left: -20px;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-title-name:hover input {
  border: 1px dashed #00A9CD;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-title-name:hover .ant-input-suffix {
  opacity: 1;
  margin-left: -20px;
}
.new-financing-round-root .new-financing-round-capitalization-title-post {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  width: 100%;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right ul li {
  min-width: 21%;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right ul li p {
  font-weight: 400;
  margin: 0;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right ul li p:last-child {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right ul .new-financing-round-li-min {
  min-width: 16%;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px 0 0 10px;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right-dot img {
  height: 24px;
}
.new-financing-round-root .new-financing-round-capitalization-title-post .new-financing-round-title-right-dot:hover {
  border: 1px solid #606060;
  cursor: pointer;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-round-title-left {
  font-weight: 400;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-round-title-left div {
  display: flex;
  flex-wrap: wrap;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-round-title-left span:first-child {
  padding-right: 13px;
}
.new-financing-round-root .new-financing-round-capitalization-title .new-financing-round-title-left span:last-child {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.new-financing-round-root .new-financing-round-breakdown {
  margin-top: 20px;
  position: relative;
  min-width: 1140px;
}
.new-financing-round-root .new-financing-round-breakdown .ant-card-body {
  padding: 20px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title {
  display: flex;
  justify-content: space-between;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left {
  width: 100%;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left-button {
  margin: 20px 0 24px 0;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left-button button {
  margin-right: 5px;
  height: 30px;
  background: #B9CCD1;
  border-radius: 4px;
  padding: 0 10px;
  text-align: center;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left-button button span {
  color: #FFF;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left-button button:hover {
  background: #00A9CD;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left-button button:hover span {
  color: #FFF;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left-button .active {
  background: #00A9CD;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left-button .active span {
  color: #FFF;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left .new-financing-echarts {
  padding-top: 40px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-left .new-financing-echarts h3 {
  text-align: center;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-right {
  position: relative;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-right button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 30px;
  padding: 0;
  top: 0;
  right: 0;
  position: absolute;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-right button img {
  width: 21px;
  height: 17px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-right button .new-financing-breakdown-title-right-down {
  width: 10px;
  height: 6px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title-right span {
  position: absolute;
  bottom: 32px;
  right: 0;
  width: 190px;
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: right;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title .new-financing-capitalization-tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title .new-financing-capitalization-tit button {
  height: 32px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-title .new-financing-capitalization-tit button img {
  margin-right: 5px;
  margin-top: -1px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table col {
  min-width: 140px !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table .new-financing-table-column {
  width: 100px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table .new-financing-table-border {
  border-left: 1px solid #CCC;
  box-sizing: border-box;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table .new-financing-color-right {
  background-color: #EDFBFF !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tr {
  background-color: #D9EEFF;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-content {
  border-radius: 6px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead tr {
  background-color: #009ACD;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead th {
  height: 40px;
  background: #009ACD !important;
  padding: 0 16px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead th .new-financing-table-right-title {
  font-size: 16px;
  font-weight: 500;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead .new-financing-color-right {
  background-color: #00A9CD !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead .new-financing-column-group-right {
  background-color: #009ACD !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead .ant-table-cell-fix-left {
  background-color: #437DC5 !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead .new-financing-table-column {
  background-color: #5089D1 !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-thead .new-financing-column-first {
  min-width: 250px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left td {
  background-color: #D9EEFF !important;
  padding: 12px 16px;
  border-bottom: 1px solid #FFF;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-empty td {
  background-color: #FFF !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tfoot td {
  border-top: 1px solid #8CB7EC;
  border-bottom: 1px solid #8CB7EC;
  font-weight: bold;
  background-color: #FFF !important;
  border-radius: 0;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tfoot td:first-child {
  border-left: 1px solid #8CB7EC;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tfoot td:last-child {
  border-right: 1px solid #8CB7EC;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tfoot tr:first-child td {
  border-bottom: 0;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tfoot tr:first-child td:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tfoot tr:last-child td {
  border-top: 0;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left tfoot tr:last-child td:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2px !important;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .new-financing-table-round-name {
  padding-left: 25px;
  line-height: 20px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table-left .ant-table-row-level-1 .new-financing-table-round-name {
  padding-left: 40px;
}
.new-financing-round-root .new-financing-round-breakdown .new-financing-breakdown-table .new-financing-round-green {
  color: green;
}
.new-financing-round-root .new-financing-round-red {
  color: rgb(217, 30, 24);
}
.new-financing-round-root .new-financing-round-def {
  color: #000;
}

.new-financing-round-model-menu {
  margin-top: -2px;
}
.new-financing-round-model-menu span {
  margin-left: 5px;
}
.new-financing-round-model-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-financing-round-model-menu li span {
  padding-right: 20px;
}
.new-financing-round-model-menu li img {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.new-financing-round-model-menu .model-menu-active {
  background-color: #f5f5f5;
}
.new-financing-round-model-menu .ant-dropdown-menu-title-content {
  display: flex;
  justify-content: space-between;
}

.financing-investment-select-pro-rata-option {
  font-weight: normal !important;
}
.financing-investment-select-pro-rata-option label {
  padding-right: 5px;
}

.new-financing-round-save-name {
  padding: 50px 20px 32px 20px;
  text-align: center;
}
.new-financing-round-save-name div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new-financing-round-save-name div label {
  width: 170px;
  margin: 0 0 0 50px;
}
.new-financing-round-save-name div input {
  width: 340px;
  height: 34px;
}
.new-financing-round-save-name button {
  height: 42px;
  width: 100px;
  font-weight: bold;
  margin-top: 40px;
}

.new-financing-round-delete {
  text-align: center;
  padding: 50px 20px 32px 20px;
}
.new-financing-round-delete p {
  line-height: 32px;
}
.new-financing-round-delete button {
  height: 42px;
  width: 220px;
  margin-top: 32px;
}
.waterfall-root {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.waterfall-root .title {
  font-size: 18px;
  font-weight: 600;
}
.waterfall-root .add_error_css {
  border-top: 5px solid #d91e18;
  background: #ffe0e0;
}
.waterfall-root .add_error_css .ant-alert-message {
  color: #911e2a !important;
}
.waterfall-root .add_warning_css {
  border-top: 5px solid #fd7b26;
  background: #ffe7da;
}
.waterfall-root .add_warning_css .ant-alert-message {
  color: #85360f !important;
}
.waterfall-root .error_icon svg {
  font-size: 28px;
}
.waterfall-root .banner-title {
  min-width: 140px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin-top: 18px;
}
.waterfall-root .banner-title .active {
  background: #00A9CD !important;
  color: #FFF !important;
  border: 1px solid #00A9CD !important;
}
.waterfall-root .banner-title .title-div {
  color: #515F63;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #B9CCD1;
}
.waterfall-root .banner-title .title-div:hover {
  background: #00A9CD;
  border-radius: 4px;
  cursor: pointer;
  color: #FFF;
}
.waterfall-root .banner-title .width-140 {
  width: 140px;
}
.waterfall-root .nav {
  text-align: center;
}
.waterfall-root .mt-23 {
  margin-top: 23px;
}
.waterfall-root .waterfall-input .color-blue {
  color: #00A9CD;
}
.waterfall-root .small-str {
  color: #9E9E9E;
  font-size: 12px;
}
.waterfall-root .button_box {
  margin-bottom: 17px;
}
.waterfall-root .report_button {
  background: #00A9CD;
  width: 280px;
  height: 40px;
  border: 0;
  float: right;
  margin-left: 6px;
}
.waterfall-root .terms_button {
  background: #B9CCD1;
  width: 280px;
  height: 40px;
  border: 0;
  margin-right: 6px;
  float: right;
}
.waterfall-root .color-1 {
  color: #00A9CD;
}
.waterfall-root .cursor-poi {
  cursor: pointer;
}
.waterfall-root .height-40 {
  height: 40px;
}
.waterfall-root .height-40 input {
  height: 40px;
}
.waterfall-root .height-40 .ant-select-selector {
  height: 40px;
}
.waterfall-root .height-40 .ant-select-selection-item {
  line-height: 40px !important;
}
.waterfall-root .calender-positionReset {
  background-position: right;
}
.waterfall-root .ant-btn:active {
  color: #FFF;
}
.waterfall-root .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.waterfall-root .title {
  font-size: 18px;
  font-weight: 600;
}

.waterfall-advance-model-box {
  padding: 16px 34px 0 34px;
}
.waterfall-advance-model-box .ant-radio-inner {
  background-color: #FFF !important;
}
.waterfall-advance-model-box .advance-model-option-circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #2BB878;
  float: left;
}
.waterfall-advance-model-box .advance-model-option-content {
  float: left;
  width: 546px;
  margin-left: 13px;
}
.waterfall-advance-model-box .advance-model-option-content dl {
  padding: 35px 0 0 0px;
}
.waterfall-advance-model-box .advance-model-option-content dt, .waterfall-advance-model-box .advance-model-option-content dd {
  display: inline-block;
}
.waterfall-advance-model-box .advance-model-option-content dt {
  padding-right: 24px;
  width: auto;
  text-align: right;
  display: inline-block;
  padding-left: 106px;
}
.waterfall-advance-model-box .table_icon {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFF;
  border-radius: 14px;
  background-color: #2777BD;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
}
.waterfall-advance-model-box .title_icons {
  background-color: #EEEEEE;
  color: #9E9E9E;
}
.waterfall-advance-model-box .advance-model-seniority {
  width: 117px;
}
.waterfall-advance-model-box .ant-input-group-wrapper {
  vertical-align: middle;
}
.waterfall-advance-model-box .advance-model-input {
  width: 117px;
}
.waterfall-advance-model-box .advance-model-select {
  width: 280px;
}
.waterfall-advance-model-box .advance-model-table-active {
  background-color: #B2E5F1;
}
.waterfall-advance-model-box .advance-model-table-active td {
  background: none !important;
}
.waterfall-advance-model-box .advance-model-submit {
  text-align: center;
}

.advance-model-save-button {
  width: 100%;
  padding: 0 0 27px 0;
}
.advance-model-save-button button {
  width: 214px;
  margin: 0 auto;
  display: block !important;
  height: 49px;
  font-size: 16px;
  font-weight: 600;
}

.waterfall-models-table .ant-table-thead tr th {
  background-color: #0F518B !important;
  height: 40px;
  padding: 9px 8px !important;
}
.waterfall-models-table .ant-table-tbody tr {
  height: 40px;
  background-color: #F2F7FA !important;
}
.waterfall-models-table .ant-table-tbody tr td {
  padding: 7px 8px !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-62 {
  margin-top: 62px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-23 {
  padding-left: 23px;
}

.align-r {
  text-align: right;
}

.clear {
  clear: both;
}

.w100 {
  width: 100%;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.fb {
  font-weight: 600;
}

.color1 {
  background: #E6F0F4 !important;
}

.mb-3 {
  margin-bottom: 3px;
}

.mt-3 {
  margin-top: 3px;
}
.waterfall-detail-root {
  margin-top: 52px;
  overflow: hidden;
}
.waterfall-detail-root .waterfall-header-box {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 115px;
  left: 0;
}
.waterfall-detail-root .waterfall-header-box .financing_round_edit_dl {
  width: 100%;
  background: #FFF;
  padding: 0 30px;
  align-items: center;
  height: 70px;
}
.waterfall-detail-root .waterfall-header-box h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.waterfall-detail-root .waterfall-header-box small {
  font-size: 14px;
}
.waterfall-detail-root .waterfall-header-box .edit_box_title {
  margin-top: 12px;
  float: left;
  font-size: 18px;
}
.waterfall-detail-root .waterfall-header-box .edit_box_content {
  height: 70px;
  display: flex;
  align-items: center;
  float: right;
}
.waterfall-detail-root .waterfall-header-box .edit_box_button {
  height: 40px;
  font-weight: 600;
}
.waterfall-detail-root .waterfall-header-box .edit_box_close {
  color: #999;
  margin-left: 29px;
  cursor: pointer;
}
.waterfall-detail-root .waterfall-header-box .edit_box_close svg {
  font-size: 20px;
}
.waterfall-detail-root .waterfall-header-box .edit_box_button_symbol {
  height: 12px;
  display: inline-block;
  overflow: hidden;
}
.waterfall-detail-root .waterfall-header-box .share-button {
  background-color: #B9CCD1;
  color: #FFF;
  border: 1px solid #B9CCD1;
}
.waterfall-detail-root .waterfall-detail-content {
  width: 100%;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box {
  width: 26%;
  overflow-y: scroll;
  float: left;
  border-radius: 4px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding: 20px 6% 0 6%;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .waterfall-left-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl {
  padding-top: 10px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dt {
  font-weight: 400;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dd input {
  height: 40px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dd .height-40 {
  height: 40px;
  line-height: 40px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dd .ant-select-selector {
  height: 40px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dd .calender-positionReset {
  background-position: right 9px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dd .small-str {
  color: #9E9E9E;
  font-size: 12px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dd .color-1 {
  color: #00A9CD;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content dl dd .cursor-poi {
  cursor: pointer;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .mb30 {
  margin-bottom: 30px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .water-left-button-results, .waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .water-left-button-terms {
  width: 100%;
  text-align: center;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .water-left-button-results button, .waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .water-left-button-terms button {
  width: 78%;
  height: 40px;
  background-color: #B9CCD1;
  border: 1px solid #B9CCD1;
  margin-bottom: 20px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .water-left-button-terms {
  margin-bottom: 26px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .water-left-button-terms button {
  background-color: #00A9CD;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-left-box .content .waterfall-detail-select .ant-select-selection-item {
  line-height: 40px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box {
  width: 74%;
  overflow-y: scroll;
  float: right;
  padding-left: 20px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .detail-background {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .detail-background .content {
  overflow: hidden;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content {
  overflow-y: scroll;
  background-color: #FFF;
  padding-top: 24px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl {
  margin: 0;
  padding: 0px 30px 0 30px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dt .waterfall-payout-title {
  float: left;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dt .waterfall-payout-title h5 {
  font-size: 18px;
  font-weight: 600;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dt .waterfall-payout-title p {
  font-weight: 400;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dt .waterfall-payout-select {
  float: right;
  padding-top: 8px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dt .waterfall-payout-select .payout-select {
  height: 38px;
  width: 140px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dt .waterfall-payout-select .ant-select-selector {
  height: 38px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dt .waterfall-payout-select .ant-select-selection-item {
  line-height: 38px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dd .waterfall-stakeholders-table {
  margin-top: 5px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dd .waterfall-stakeholders-table th {
  background: #0F518B !important;
  padding: 10px 16px !important;
  color: #FFF;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dd .waterfall-stakeholders-table th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dd .waterfall-stakeholders-table th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dd .waterfall-stakeholders-table td {
  background: #F2F7FA;
  height: 40px;
  padding: 12px 16px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dd .breakpoints-table {
  margin-top: 5px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content dl dd .breakpoints-table td {
  padding: 12px 16px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content .mt-20 {
  margin-top: 20px;
}
.waterfall-detail-root .waterfall-detail-content .waterfall-detail-right-box .content .mb-25 {
  margin-bottom: 25px;
}
.waterfall-detail-root .clear {
  clear: both;
}
.wire-instructions-root .wire-instructions-page-title {
  text-align: center;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
  background: #00a9cd;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  margin-bottom: 0;
}
.wire-instructions-root .wire-instructions-content {
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  padding: 20px;
}
.wire-instructions-root .wire-instructions-content .wire-instructions-content-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.wire-instructions-root .wire-instructions-content .wire-instructions-detail {
  margin-top: 10px;
}
.wire-instructions-root .wire-instructions-content .wire-instructions-detail textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 25px 18px;
}
.wire-instructions-root .wire-instructions-content .wire-instructions-btnwrap {
  text-align: center;
  padding: 25px 0;
}
.wire-instructions-root .wire-instructions-content .wire-instructions-btnwrap .wire-instructions-btn-update {
  width: 360px;
  height: 50px;
}
.self-help-root {
  width: 100%;
  text-align: center;
}
.self-help-root h3 {
  font-size: 30px;
}
.self-help-root h4 {
  font-size: 20px;
}
.self-help-root .self-help-content {
  padding-top: 22px;
  max-width: 80%;
  min-width: 1100px;
  margin: 0 auto;
}
.self-help-root .self-help-content .self-help-nav {
  height: 2072px;
  background-color: #FFFFFF;
  border-radius: 4px;
  text-align: left;
  padding: 20px;
  min-width: 230px;
}
.self-help-root .self-help-content .self-help-nav .self-help-nav-t1 {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}
.self-help-root .self-help-content .self-help-nav ul .self-help-nav-t2 {
  padding-top: 10px;
  text-overflow: ellipsis;
}
.self-help-root .self-help-content .self-help-box {
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  height: 2072px;
}
.self-help-root .self-help-content .self-help-box dt {
  width: 100%;
  padding: 35px 15px 0px 15px;
}
.self-help-root .self-help-content .self-help-box dt h5 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.self-help-root .self-help-content .self-help-box dt .self-help-best {
  font-size: 20px;
}
.self-help-root .self-help-content .self-help-box dt .self-help-title-img {
  width: 100%;
  padding: 28px 11% 0 11%;
}
.self-help-root .self-help-content .self-help-box dt .self-help-title-img img {
  width: 100%;
}
.self-help-root .self-help-content .self-help-box dd {
  padding: 0 11%;
  overflow-y: auto;
  height: 1700px;
}
.self-help-root .self-help-content .self-help-box dd .self-help-cat-first {
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 30px;
}
.self-help-root .self-help-content .self-help-box dd .self-help-cat-first img {
  margin: 3px 6px 0 0;
}
.self-help-root .self-help-content .self-help-box dd .self-help-cat-first div {
  font-size: 26px;
  font-weight: bold;
}
.self-help-root .self-help-content .self-help-box dd .self-help-ul {
  text-align: left;
}
.self-help-root .self-help-content .self-help-box dd .self-help-ul .self-help-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CBCBCB;
  cursor: pointer;
  padding: 28px 0;
}
.self-help-root .self-help-content .self-help-box dd .self-help-ul .self-help-li span {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.self-help-root .self-help-content .self-help-box .self-help-dd-best, .self-help-root .self-help-content .self-help-box .self-help-dd-token {
  height: 655px;
}
.self-help-root .self-help-content .self-help-token-box {
  margin-bottom: 22px;
}
.self-help-root .self-help-content .self-help-best-box, .self-help-root .self-help-content .self-help-token-box {
  height: 1026.5px;
  overflow: hidden;
}
.self-help-root .self-help-content .self-help-best-box {
  margin-top: 0 !important;
}
.self-help-root .self-help-content .self-help-best-box-notoken {
  height: 2072px !important;
}
.self-help-root .self-help-content .self-help-best-box-notoken .self-help-dd-best {
  height: 1700px !important;
}
:root,
:host {
  --w-e-textarea-bg-color: #fff;
  --w-e-textarea-color: #333;
  --w-e-textarea-border-color: #ccc;
  --w-e-textarea-slight-border-color: #e8e8e8;
  --w-e-textarea-slight-color: #d4d4d4;
  --w-e-textarea-slight-bg-color: #f5f2f0;
  --w-e-textarea-selected-border-color: #B4D5FF;
  --w-e-textarea-handler-bg-color: #4290f7;
  --w-e-toolbar-color: #595959;
  --w-e-toolbar-bg-color: #fff;
  --w-e-toolbar-active-color: #333;
  --w-e-toolbar-active-bg-color: #f1f1f1;
  --w-e-toolbar-disabled-color: #999;
  --w-e-toolbar-border-color: #e8e8e8;
  --w-e-modal-button-bg-color: #fafafa;
  --w-e-modal-button-border-color: #d9d9d9;
}

.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1 1!important}
.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px 3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px 3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px 3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px 4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{box-shadow:none}.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}

.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}
.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}

.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}

:root,
:host {
  --w-e-textarea-bg-color: #fff;
  --w-e-textarea-color: #333;
  --w-e-textarea-border-color: #ccc;
  --w-e-textarea-slight-border-color: #e8e8e8;
  --w-e-textarea-slight-color: #d4d4d4;
  --w-e-textarea-slight-bg-color: #f5f2f0;
  --w-e-textarea-selected-border-color: #B4D5FF;
  --w-e-textarea-handler-bg-color: #4290f7;
  --w-e-toolbar-color: #595959;
  --w-e-toolbar-bg-color: #fff;
  --w-e-toolbar-active-color: #333;
  --w-e-toolbar-active-bg-color: #f1f1f1;
  --w-e-toolbar-disabled-color: #999;
  --w-e-toolbar-border-color: #e8e8e8;
  --w-e-modal-button-bg-color: #fafafa;
  --w-e-modal-button-border-color: #d9d9d9;
}

.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1 1!important}
.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px 3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px 3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px 3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px 4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{box-shadow:none}.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}

.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}
.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}

.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
@charset "UTF-8";
.self-help-detail-root {
  width: 1100px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 4px;
  min-height: 800px;
}
.self-help-detail-root * {
  font-family: 宋体;
}
.self-help-detail-root h3 {
  text-align: center;
  padding-top: 40px;
  font-size: 28px;
}
.self-help-detail-root .self-help-detail-content {
  padding: 25px;
}
.self-help-detail-root ol {
  margin-left: 20px;
  margin-bottom: 0;
}
.self-help-detail-root ol li {
  list-style: decimal;
}
.self-help-detail-root ul {
  margin-left: 20px;
}
.self-help-detail-root ul li {
  list-style: initial;
}
.portfolio-overview-holdings-root .holdings-content {
  display: flex;
}
.portfolio-overview-holdings-root .holdings-content .owner-ship {
  width: 212px;
  height: 300px;
  background-color: #F2F7F9;
  border-radius: 4px;
  margin-right: 12px;
}
.portfolio-overview-holdings-root .holdings-content .owner-ship .owner-ship-wrap .chart-wrap {
  margin: 20px auto;
  width: 182px;
  height: 182px;
  position: relative;
}
.portfolio-overview-holdings-root .holdings-content .owner-ship .owner-ship-wrap .chart-wrap .tips {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #00A9CD;
  font-weight: bold;
}
.portfolio-overview-holdings-root .holdings-content .owner-ship .owner-ship-wrap .title {
  color: #B9CCD1;
  font-weight: bold;
  text-align: center;
}
.portfolio-overview-holdings-root .holdings-content .owner-ship .owner-ship-wrap .sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.portfolio-overview-holdings-root .holdings-content .certificate-wrap {
  border-radius: 4px;
  background-color: #F2F7F9;
  flex: 1 1;
  overflow-x: auto;
  padding: 0px 18px;
  display: flex;
  align-items: center;
  height: 300px;
}
.portfolio-overview-holdings-root .holdings-content .certificate-wrap .certificate-card {
  background-color: #fff;
  border-radius: 4px;
  border-left: 4px solid #fff;
  padding: 6px 18px 18px 18px;
  margin-right: 20px;
  min-width: 300px;
  position: relative;
}
.portfolio-overview-holdings-root .holdings-content .certificate-wrap .certificate-card .certificate-banner {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 2px 0 4px 0;
}
.portfolio-overview-holdings-root .holdings-content .certificate-wrap .certificate-card .token-banner {
  border-bottom: 1px solid #EEEEEE;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 2px 0 4px 0;
  display: flex;
  align-items: center;
}
.portfolio-overview-holdings-root .holdings-content .certificate-wrap .certificate-card .token-banner img {
  margin-right: 10px;
}
.portfolio-overview-holdings-root .holdings-content .certificate-wrap .certificate-card .certificate-card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.portfolio-overview-holdings-root .holdings-content .certificate-wrap .certificate-card .certificate-card-status {
  position: absolute;
  border-bottom: 0;
  text-align: center;
  color: #fff;
  left: -4px;
  right: 0;
  font-size: 12px;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
}
.portfolio-overview-root .overview-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.portfolio-overview-root .overview-banner .ant-btn-link {
  padding: 0;
}
.portfolio-overview-root .overview-banner .title {
  font-weight: bold;
  font-size: 16px;
}
.portfolio-overview-root .portfolio-overview-section {
  margin-bottom: 24px;
}
.portfolio-overview-root .overview-detail .portfolio-content {
  background: #f2f7fa;
  padding: 16px 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
}
.portfolio-overview-root .overview-detail .portfolio-profile-item {
  flex: 1 1;
}
.portfolio-overview-root .overview-detail .portfolio-profile-item .portfolio-profile-detail {
  margin-bottom: 10px;
}
.portfolio-overview-root .overview-detail .portfolio-profile-item .portfolio-profile-detail .portfolio-profile-name {
  color: #888;
  display: flex;
  align-items: center;
}
.portfolio-overview-root .overview-detail .portfolio-profile-item .portfolio-profile-detail .portfolio-profile-name img {
  height: 24px;
  margin-right: 6px;
}
.portfolio-overview-root .overview-detail .portfolio-profile-item .portfolio-profile-detail .portfolio-profile-value {
  padding-left: 30px;
  font-weight: bold;
}
.dropdown-menu-root {
  display: flex;
  justify-content: center;
}
.dropdown-menu-root .dropdown-menu-icon {
  width: auto;
  height: 24px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #B9CCD1;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.request-history-modal .request-history-content {
  padding-bottom: 24px;
}
.request-history-modal .request-history-content .request-history-btn {
  text-align: center;
  margin-top: 20px;
}
.request-exercise-modal {
  padding: 32px;
}
.request-exercise-modal .request-content {
  margin-bottom: 48px;
}
.request-exercise-modal .request-content .ant-form-item-label label {
  min-width: 240px;
  font-weight: 500;
  margin-bottom: 0px;
}
.request-exercise-modal .request-btns {
  text-align: center;
}
.request-exercise-modal .request-btns .ant-btn {
  width: 150px;
}
.request-view-root {
  padding: 24px;
}
.request-view-root .request-view-content {
  padding: 24px 0;
}
.request-view-root .request-view-content .request-view-content-label {
  margin: 10px 0;
}
.request-view-root .request-view-btn {
  text-align: center;
  margin-top: 24px;
}
.request-view-root .request-view-btn .ant-btn {
  margin: 0 6px;
}
.client-portfolio-holdings-wrap {
  padding-top: 16px;
}
.client-portfolio-holdings-wrap .top-title {
  display: flex;
  justify-content: space-between;
}
.client-portfolio-holdings-wrap .latest-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.client-portfolio-holdings-wrap .latest-title .ant-select {
  width: 205px;
  margin-left: 5px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section {
  margin-bottom: 20px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .holdings-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 16px;
  display: inline-block;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-collapse-content-box {
  padding: 0;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-collapse-arrow {
  left: 8px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-collapse {
  border-radius: 0;
  border: transparent;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-collapse .ant-collapse-item {
  border-bottom: transparent;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-collapse .ant-collapse-item .ant-collapse-header {
  display: block;
  padding-left: 25px;
  padding: 16px 16px 16px 32px;
  margin-bottom: 2px;
  background-color: #f2f7f9;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-collapse .ant-collapse-item .ant-collapse-content {
  border-top: transparent;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-collapse .ant-collapse-item .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-90%, -50%);
  padding: 0;
  left: 16px;
  display: inline-block;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .table-total {
  background-color: rgba(0, 169, 205, 0.3);
  font-weight: bold;
  display: flex;
  padding: 6px 16px;
  border-radius: 2px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .table-total .table-total-td-first {
  min-width: 150px;
  text-align: left;
  margin-right: 18px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .table-total .table-total-td {
  flex: 1 1;
  text-align: right;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .ant-table-summary {
  background-color: rgba(0, 169, 205, 0.3);
  font-weight: bold;
  text-align: right;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .option-item {
  cursor: pointer;
  color: #00a9cd;
  display: flex;
  align-items: center;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .option-item .certificate-img {
  position: relative;
  margin-right: 4px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .option-item .certificate-img .certificate-status {
  position: absolute;
  bottom: -5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  left: 0;
  padding: 1px 2px;
  border-radius: 2px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-section .option-item .certificate-name {
  margin-top: -2px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-table-wrap {
  background-color: #00a9cd;
  border-radius: 4px 4px 0 0;
  display: flex;
  color: #fff;
  padding: 6px 16px 6px 34px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-table-content {
  display: flex;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-table-item {
  display: flex;
  padding: 0 16px;
  height: 48px;
  align-items: center;
  background-color: #e6f0f4;
  margin-bottom: 2px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-table-item .certificate-detail {
  min-width: 150px;
  cursor: pointer;
  margin-right: 18px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-table-item .certificate-detail img {
  margin-right: 4px;
  width: 40px;
  height: 32px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-table-item .certificate-detail span {
  color: #00a9cd;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .holdings-table-item .table-td {
  flex: 1 1;
  text-align: right;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .certificate-title {
  min-width: 150px;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .table-th {
  flex: 1 1;
  text-align: right;
  white-space: nowrap;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .common > .ant-collapse-header {
  border-left: 3px solid #84c44c;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .preferred > .ant-collapse-header {
  border-left: 3px solid #00a9cd;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .option > .ant-collapse-header {
  border-left: 3px solid #0f518b;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-root .convertible > .ant-collapse-header {
  border-left: 3px solid #e4d212;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-tip .ant-tooltip-inner {
  background-color: transparent;
  padding: 0;
}
.client-portfolio-holdings-wrap .client-portfolio-holdings-tip .ant-tooltip-inner img {
  width: 700px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 6px;
  padding: 10px;
}

.portfolio-disable {
  color: #c3c3c3;
  cursor: not-allowed;
  caret-color: red;
}

table.optionsTable .ant-table-cell-ellipsis {
  white-space: normal;
}
.portfolio-capitalization-captable-root .portfolio-capitalization-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 16px;
}
.portfolio-capitalization-captable-root .capitalization-header-wrap {
  background-color: #00A9CD;
  border-radius: 4px 4px 0 0;
  display: flex;
  color: #fff;
  padding: 6px 16px;
}
.portfolio-capitalization-captable-root .capitalization-header-wrap .certificate-title {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio-capitalization-captable-root .capitalization-header-wrap .table-th {
  flex: 1 1;
  text-align: right;
}
.portfolio-capitalization-captable-root .ant-collapse-content-box {
  padding: 0;
}
.portfolio-capitalization-captable-root .ant-collapse-arrow {
  left: 8px;
}
.portfolio-capitalization-captable-root .ant-collapse {
  border-radius: 0;
  border: transparent;
}
.portfolio-capitalization-captable-root .ant-collapse .ant-collapse-item {
  border-bottom: transparent;
}
.portfolio-capitalization-captable-root .ant-collapse .ant-collapse-item .ant-collapse-header {
  padding: 4px 16px 4px 32px;
  background-color: #F2F7F9;
  margin-bottom: 2px;
  position: relative;
  border-radius: 2px;
}
.portfolio-capitalization-captable-root .ant-collapse .ant-collapse-item .ant-collapse-content {
  border-top: transparent;
}
.portfolio-capitalization-captable-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header {
  padding: 4px 16px 4px 56px;
}
.portfolio-capitalization-captable-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .header-name {
  width: 380px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio-capitalization-captable-root .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(120%, -50%);
  padding: 0;
}
.portfolio-capitalization-captable-root .ant-collapse .ant-collapse-item .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-90%, -50%);
  padding: 0;
}
.portfolio-capitalization-captable-root .common > .ant-collapse-header {
  border-left: 3px solid #84C44C;
}
.portfolio-capitalization-captable-root .preferred > .ant-collapse-header {
  border-left: 3px solid #00A9CD;
}
.portfolio-capitalization-captable-root .option > .ant-collapse-header {
  border-left: 3px solid #0F518B;
}
.portfolio-capitalization-captable-root .convertible > .ant-collapse-header {
  border-left: 3px solid #E4D212;
}
.portfolio-capitalization-captable-root .warrants > .ant-collapse-header {
  border-left: 3px solid #bf70dd;
}
.portfolio-capitalization-captable-root .certificate-content-header {
  display: flex;
  align-items: center;
}
.portfolio-capitalization-captable-root .certificate-content-header .header-name {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio-capitalization-captable-root .certificate-content-header .header-name .description {
  color: #656565;
}
.portfolio-capitalization-captable-root .certificate-content-header .header-name .description span {
  font-size: 12px;
}
.portfolio-capitalization-captable-root .certificate-content-header .table-td {
  flex: 1 1;
  text-align: right;
}
.portfolio-capitalization-captable-root .certificate-content-item {
  display: flex;
  background-color: #E6F0F4;
  align-items: center;
  padding: 2px 16px 2px 80px;
}
.portfolio-capitalization-captable-root .certificate-content-item .item-name {
  width: 356px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.portfolio-capitalization-captable-root .certificate-content-item .item-name img {
  margin-right: 4px;
}
.portfolio-capitalization-captable-root .certificate-content-item .item-name .description {
  font-size: 12px;
  color: #656565;
}
.portfolio-capitalization-captable-root .certificate-content-item .item-name .description span {
  font-size: 12px;
}
.portfolio-capitalization-captable-root .certificate-content-item .table-td {
  flex: 1 1;
  text-align: right;
}
.portfolio-capitalization-captable-root .table-total {
  background-color: rgba(0, 169, 205, 0.3);
  font-weight: bold;
  display: flex;
  padding: 6px 16px;
  border-radius: 2px;
}
.portfolio-capitalization-captable-root .table-total .table-total-td-first {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.portfolio-capitalization-captable-root .table-total .table-total-td {
  flex: 1 1;
  text-align: right;
}
.portfolio-capitalization-captable-root .options-available-wrap {
  display: flex;
  align-items: center;
  border-left: 3px solid #B9CCD1;
  background-color: #F3F8FA;
  padding: 8px 16px 8px 32px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.portfolio-capitalization-captable-root .options-available-wrap .options-available-first {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio-capitalization-captable-root .options-available-wrap .options-available-item {
  text-align: right;
  flex: 1 1;
}
.portfolio-capitalization-captable-root .capitalization-convertible {
  margin-top: 24px;
}
.portfolio-capitalization-rights-root .portfolio-capitalization-rights-table {
  margin-bottom: 24px;
}
.portfolio-capitalization-rights-root .portfolio-capitalization-rights-table .rights-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.portfolio-capitalization-root {
  padding-top: 12px;
}
.portfolio-capitalization-root .portfolio-capitalization-content {
  padding-top: 12px;
}
.client-portfolio-history-root {
  padding-top: 12px;
}
.client-portfolio-history-root .client-portfolio-history-chart {
  width: 100%;
  text-align: center;
}
.client-portfolio-history-root .client-portfolio-history-table {
  margin-top: 32px;
}
.chart {
  display: flex;
  flex: 1 1;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.chart #myChart {
  width: 100%;
  height: 500px;
}
.chart .chart-content {
  position: absolute;
  right: 4%;
  top: 80px;
  font-size: 14px;
  color: #595959;
}
.chart .chart-content .chart-header {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart .chart-content .chart-header .lft .title {
  font-weight: 600;
  text-align: right;
}
.chart .chart-content .chart-header .lft .info {
  text-align: right;
}
.chart .chart-content .chart-header .rit {
  margin-left: 10px;
}
.chart .chart-content .chart-header .rit img {
  width: 100%;
  height: 100%;
}
.chart .chart-content .chart-data {
  text-align: right;
}
.chart .chart-share {
  position: absolute;
  left: 40px;
  top: 70px;
  font-size: 16px;
  font-weight: 400;
}
.fair-header {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 30px;
  /* border: 8px; */
  border-radius: 8px;
}
.fair-header .fair-content-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 26px;
  margin-bottom: 14px;
}
.fair-header .fair-content-border {
  padding: 0 5px;
}
.fair-header .fair-content-border .child-border {
  height: 1px;
  background: #EEEEEE;
}
.fair-header .fair-info {
  padding-top: 18px;
}
.fair-header .fair-info .fair-info-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 16px;
  padding-bottom: 14px;
}
.fair-header .fair-info .fair-info-title .fontFamily {
  font-size: 18px;
}
.fair-header .fair-info .fair-info-text {
  color: #000;
  font-size: 14px;
  padding-bottom: 14px;
  width: 66%;
}

.tablecolor {
  background-color: #ddd;
}

.fairmarketvalue .ant-table-wrapper .tableMenu {
  width: 24px;
  height: 24px;
  background: #B9CCD1;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-top: 3px;
  cursor: pointer;
  float: right;
}
.fairmarketvalue .ant-table-wrapper .ant-table-thead tr th {
  background: #0f518b !important;
}
.fairmarketvalue .ant-table {
  margin-bottom: 50px;
}
.no-data-root {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-data-root .no-data-item {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.no-data-root .no-data-item:first-of-type {
  margin-top: 200px;
}
.no-data-root .no-data-item a, .no-data-root .no-data-item span {
  font-size: 18px;
}
.no-data-root .no-data-item .no-data-img {
  width: 52px;
  height: 58px;
}
.no-data-root .first-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0be6ff;
}
.client-portfolio-root {
  color: #000;
}
.client-portfolio-root .portfolio-banner {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 28px;
  display: flex;
  align-items: center;
}
.client-portfolio-root .portfolio-banner a {
  margin-left: 20px;
  padding-top: 2px;
}
.client-portfolio-root .portfolio-btns {
  margin: 8px 0;
  padding-left: 15px;
}
.client-portfolio-root .portfolio-btns .ant-btn {
  margin-right: 4px;
}
.client-portfolio-root .portfolio-content {
  background-color: #fff;
  border-radius: 4px;
  padding: 0px 15px 24px 15px;
}
.client-portfolio-root .access-level {
  display: flex;
  padding: 20px;
  background-color: #FFF;
  margin-bottom: 20px;
}
.client-portfolio-root .access-level-noaccess {
  color: red;
  font-size: 20px;
  font-weight: 800;
}
.client-portfolio-root .access-level-title {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 20px;
  color: red;
}

.finacing-history-found-table .ant-table-cell-fix-left {
  background: none;
}
.finacing-history-found-table .financing-history-found-table-yellow {
  background-color: #FFFBD0 !important;
}
.finacing-history-found-table .financing-history-blue {
  color: #1273D7;
  font-weight: 600;
}

.financing-history-found-desc {
  width: 100%;
  display: flex;
  justify-content: right;
  padding: 12px 13px 0 0;
}
.financing-history-found-desc span {
  font-size: 14px;
  font-weight: 600;
  color: #1273D7;
}
.dashboard-container-root * {
  margin: 0;
  padding: 0;
}
.dashboard-container-root .dash-board-item {
  padding-top: 0;
  background: #FFFFFF;
  margin-left: 20px;
  border-radius: 8px;
  position: relative;
}
.dashboard-container-root .dash-board-item .zoom-container {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 70px;
  z-index: 2;
  right: 20px;
}
.dashboard-container-root .dash-board-item .zoom-container .zoom-container-item {
  margin-left: 10px;
  border-radius: 6px;
  display: inline-block;
  padding: 0 5px;
  width: 50px;
  cursor: pointer;
  background: #f7f7f7;
  color: #333333;
  text-align: center;
}
.dashboard-container-root .dash-board-item .zoom-container .zoom-container-item-selected {
  background: #e6ebf5;
  color: #010101;
}
.dashboard-container-root .dash-board-item .no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard-container-root .dash-board-item .no-data img {
  width: 53px;
  height: 58px;
}
.dashboard-container-root .dash-board-item .no-data span {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-family: Noto Sans;
  font-weight: 400;
  color: #0FE6FF;
}
.dashboard-container-root .dash-board-item .dash-board-item-content {
  background: #FFFFFF;
  border-radius: 6px;
}
.dashboard-container-root .dash-board-item-note {
  display: inline-block;
  width: 12px;
  height: 26px;
  background: #42AB8E;
  position: absolute;
  top: 30px;
  left: 0;
}
.dashboard-container-root .dash-board-item-title {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.dashboard-container-root .dash-board-item-content {
  display: flex;
}
.dashboard-container-root .dash-board-item-content-number {
  padding: 10px;
  flex: 1 1;
}
.dashboard-container-root .dash-board-item-content-total .currency-tag {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.dashboard-container-root .dash-board-item-content-total .currency-number {
  margin-left: 10px;
  font-size: 52px;
  font-weight: 500;
  color: #000000;
}
.dashboard-container-root .dash-board-item-content-available .tag .note {
  width: 14px;
  height: 14px;
  background: #42AB8E;
  border-radius: 50%;
  display: inline-block;
}
.dashboard-container-root .dash-board-item-content-available .tag .desc {
  font-size: 23px;
  font-weight: 400;
  margin-left: 20px;
}
.dashboard-container-root .dash-board-item-content-available .money {
  margin-left: 35px;
  margin-top: -15px;
}
.dashboard-container-root .dash-board-item-content-available .money .currency-tag {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.dashboard-container-root .dash-board-item-content-available .money .currency-number {
  margin-left: 10px;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
}
.dashboard-container-root .dash-board-item-content-unavailable {
  margin-top: 30px;
}
.dashboard-container-root .dash-board-item-content-unavailable .tag .note {
  width: 14px;
  height: 14px;
  background: #42AB8E;
  border-radius: 50%;
  display: inline-block;
}
.dashboard-container-root .dash-board-item-content-unavailable .tag .desc {
  font-size: 23px;
  font-weight: 400;
  margin-left: 20px;
}
.dashboard-container-root .dash-board-item-content-unavailable .money {
  margin-left: 35px;
  margin-top: -15px;
}
.dashboard-container-root .dash-board-item-content-unavailable .money .currency-tag {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.dashboard-container-root .dash-board-item-content-unavailable .money .currency-number {
  margin-left: 10px;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
}
.dashboard-container-root .dash-board-item-content-chart {
  width: 100%;
  height: 228px !important;
}
.dashboard-container-root .dash-board-item-content-chart .portfolio-chart-item {
  height: 210px;
}
.dashboard-container-root .dash-board-item-content-chart .sprout-chart-root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-container-root .dash-board-item-content-chart .sprout-chart-root .sprout-chart-wrap {
  width: 100%;
  height: 140px;
}
.dashboard-container-root .dash-board-item-content-chart .sprout-chart-root .sprout-chart-wrap div {
  padding: 20px;
}
.dashboard-container-root .dash-board-item-content-chart-legend {
  display: flex;
  width: 60%;
  margin-left: 20%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.dashboard-container-root .dash-board-item-content-chart-legend-item {
  display: inline-block;
  width: 35%;
  margin-left: 30%;
}
.dashboard-container-root .dash-board-item-content-chart-legend-item:nth-of-type(2n+1) {
  margin-left: 0;
}
.dashboard-container-root .dash-board-item-content-chart-legend-token {
  flex-direction: column;
}
.dashboard-container-root .dash-board-item-content-chart-legend-token .dash-board-item-content-chart-legend-item {
  width: 60%;
  margin-left: 20%;
}
.dashboard-container-root .dashboard-container-top-container {
  display: flex;
  justify-content: space-between;
}
.dashboard-container-root .dashboard-container-radio {
  display: inline-block;
}
.dashboard-container-root .dashboard-container-radio .ant-radio-group {
  background: #bacbd0;
  border-radius: 21px;
}
.dashboard-container-root .dashboard-container-radio .ant-radio-button-wrapper {
  color: #959698;
  width: 130px;
  border: none;
  border-radius: 21px;
  text-align: center;
}
.dashboard-container-root .dashboard-container-radio .ant-radio-button-wrapper-active {
  color: #FFFFFF;
  background: #65B1E1;
}
.dashboard-container-root .dashboard-container-radio .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: #bacbd0;
  display: none;
}
.dashboard-container-root .transaction-crypto-banner {
  display: inline-block;
  margin-left: 20px;
}
.dashboard-container-root .dash-board-top-token-price {
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 10px;
}
.dashboard-container-root .dash-board-top-token-price p {
  font-size: 18px;
  font-weight: 500;
  color: #4691C1;
  margin-bottom: 10px;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container {
  display: flex;
  flex-direction: row;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container p {
  font-size: 25px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #4691C1;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item {
  flex: 1 1;
  height: 78px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item:first-of-type {
  margin-left: 0;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item span {
  display: inline-block;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item .dash-board-top-token-item-sort {
  width: 10px;
  margin-right: 5px;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item .dash-board-top-token-item-name {
  font-size: 16px;
  font-family: Noto Sans;
  font-weight: 400;
  color: #000000;
  flex: 1 1;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item .dash-board-top-token-item-name img {
  width: 33px;
  height: 32px;
  margin-right: 5px;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item .dash-board-top-token-item-name .no {
  margin-left: 10px;
  font-size: 16px;
  font-family: Noto Sans;
  font-weight: 500;
  color: #8F959F;
}
.dashboard-container-root .dash-board-top-token-price .dash-board-top-token-container .dash-board-top-token-item .dash-board-top-token-item-change {
  background: #00B080;
  border-radius: 4px;
  font-size: 16px;
  font-family: Noto Sans;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 5px;
}
.dashboard-container-root .dash-board-top {
  margin-top: 20px;
  display: flex;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 {
  flex: 2 1;
  margin-left: 0;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .dash-board-top-pie-chart {
  height: 300px;
  flex: 1 1;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .dash-board-item-sub-title {
  margin-bottom: 20px;
  margin-top: 10px;
  text-indent: 10px;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .dash-board-item-sub-title span {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  height: 30px;
  color: #4691C1;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .dash-board-item-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  height: 370px;
  border-radius: 6px;
  background: #fff;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .equity-area {
  flex: 1 1;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .token-area {
  flex: 1 1;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area {
  display: flex;
  flex-direction: column;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area p {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area p:first-of-type {
  margin-top: 0;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area .bold {
  font-weight: 500;
  font-size: 18px;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area .detail-item {
  flex: 1 1;
  background: #ffffff;
  color: #000000;
  border-radius: 6px;
  padding: 10px;
  padding-top: 10px;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area .detail-item .ant-progress-line {
  width: 70%;
  top: -45px;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area .detail-item p {
  margin-top: 0;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area .detail-item p div .item-cycle {
  margin-right: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 4px solid #FEC400;
  border-radius: 6px;
  position: relative;
  top: 1px;
}
.dashboard-container-root .dash-board-top .dash-board-top-1 .both-detail .display-area .detail-item p .value p {
  flex: 1 1;
  text-align: right;
  display: block;
}
.dashboard-container-root .dash-board-top .dash-board-top-2 {
  flex: 2 1;
}
.dashboard-container-root .dash-board-top .dash-board-top-2 .dash-board-item-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  border-radius: 8px 8px 0 0;
  background: #F9F9F9;
}
.dashboard-container-root .dash-board-top .dash-board-top-2 .dash-board-item-sub-title {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  text-align: left;
  height: 30px;
  text-indent: 10px;
  color: #4691C1;
}
.dashboard-container-root .dash-board-top .dash-board-top-2 .dash-board-item-sub-title span {
  font-size: 18px;
}
.dashboard-container-root .dash-board-top .dash-board-top-2 .dash-board-item-sub-title .quantity {
  margin-right: 20px;
}
.dashboard-container-root .dash-board-top .dash-board-top-2 .dash-board-item-content {
  height: 370px;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 {
  flex: 1 1;
  color: #4691C1;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .dash-board-item-title {
  height: 54px;
  line-height: 54px;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list {
  height: calc(100% - 110px);
  background: #FFFFFF;
  padding: 20px 15%;
  border-radius: 6px;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list a {
  color: #FFFFFF;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-accept {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-accept img {
  width: 29px;
  height: 28px;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-accept a {
  color: #65B1E1;
  font-weight: 500;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-accept span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #65B1E1;
  border-radius: 50%;
  color: white;
  line-height: 40px;
  text-align: center;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #DCDCDC;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-sign img {
  width: 29px;
  height: 25px;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-sign a {
  color: #65B1E1;
  font-weight: 500;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-sign span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #65B1E1;
  border-radius: 50%;
  color: white;
  line-height: 40px;
  text-align: center;
}
.dashboard-container-root .dash-board-top .dash-board-top-3 .task-list .task-view {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #65B1E1;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.14);
  margin: 30px auto;
  text-align: center;
  height: 50px;
  color: #FFFFFF;
}
.dashboard-container-root .dash-board-sub-top, .dashboard-container-root .dash-board-sub-top-second {
  margin-top: 20px;
  display: flex;
}
.dashboard-container-root .dash-board-sub-top .dash-board-item, .dashboard-container-root .dash-board-sub-top-second .dash-board-item {
  flex: 1 1;
  height: 300px;
}
.dashboard-container-root .dash-board-sub-top .dash-board-item:first-of-type, .dashboard-container-root .dash-board-sub-top-second .dash-board-item:first-of-type {
  margin-left: 0;
}
.dashboard-container-root .dash-board-sub-top .dash-board-item .dash-board-item-title, .dashboard-container-root .dash-board-sub-top-second .dash-board-item .dash-board-item-title {
  height: 54px;
  line-height: 54px;
  color: #4691C1;
}
.dashboard-container-root .dash-board-sub-top .dash-board-item .dash-board-item-content-chart-1, .dashboard-container-root .dash-board-sub-top-second .dash-board-item .dash-board-item-content-chart-1 {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 6px;
  height: 228px;
}
.dashboard-container-root .dash-board-sub-top .dash-board-item .dash-board-item-content-chart-1 .dash-board-item-chart, .dashboard-container-root .dash-board-sub-top-second .dash-board-item .dash-board-item-content-chart-1 .dash-board-item-chart {
  height: 100%;
}
.dashboard-container-root .dash-board-sub-top-token .dash-board-sub-top-1, .dashboard-container-root .dash-board-sub-top-token .dash-board-sub-top-3 {
  flex: 1 1 !important;
}
.dashboard-container-root .dash-board-sub-top-token .dash-board-sub-top-2 {
  flex: 1 1 !important;
}
.dashboard-container-root .dash-board-sub-top-token .dash-board-sub-top-2 .dash-board-item-sub-title {
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
}
.dashboard-container-root .dash-board-sub-top-second .dash-board-item-title-box {
  background: #F9F9F9;
  display: flex;
  justify-content: space-between;
}
.dashboard-container-root .dash-board-sub-top-second .dash-board-item-title-box .dash-board-item-title, .dashboard-container-root .dash-board-sub-top-second .dash-board-item-title-box .dash-board-item-sub-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.dashboard-container-root .dash-board-sub-top-second .dash-board-item-title-box .dash-board-item-sub-title {
  padding-right: 10px;
}
.dashboard-container-root .dash-board-sub-top-second .dash-board-sub-top-3 .dash-board-item-content-chart {
  display: flex;
}
.dashboard-container-root .dash-board-sub-top-second .dash-board-sub-top-3 .dash-board-item-content-chart .portfolio-chart-legend, .dashboard-container-root .dash-board-sub-top-second .dash-board-sub-top-3 .dash-board-item-content-chart .portfolio-chart-item {
  flex: 1 1;
}
.dashboard-container-root .dash-board-sub-top-second .dash-board-sub-top-3 .dash-board-item-content-chart .dash-board-item-content-chart-legend-item {
  margin-left: 10px;
  width: 75%;
}
.dashboard-container-root .dash-board-sub-top-2 .dash-board-item {
  flex: 1 1;
}
.dashboard-container-root .dash-board-middle {
  margin-top: 20px;
  display: flex;
}
.dashboard-container-root .dash-board-middle .dash-board-item {
  flex: 1 1;
  height: 300px;
}
.dashboard-container-root .dash-board-middle .dash-board-item:first-of-type {
  margin-left: 0;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex {
  display: flex;
  background: #ffffff;
  border-radius: 6px;
  height: calc(100% - 73px);
  padding: 10px;
  margin-top: 0;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex .dash-board-item-content-box {
  flex: 1 1;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex .dash-board-item-content-box p {
  display: flex;
  justify-content: space-between;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex .dash-board-item-content-box #portfolio-chart-5 {
  height: 150px !important;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex .dash-board-item-chart {
  flex: 1 1;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex .dash-board-item-chart .sprout-chart-root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex .dash-board-item-chart .sprout-chart-root .sprout-chart-wrap {
  width: 100%;
  height: 140px;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-flex .dash-board-item-chart .sprout-chart-root .sprout-chart-wrap div {
  padding: 20px;
}
.dashboard-container-root .dash-board-middle-1 .dash-board-item-title-box, .dashboard-container-root .dash-board-middle-2 .dash-board-item-title-box, .dashboard-container-root .dash-board-middle-3 .dash-board-item-title-box {
  display: flex;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
}
.dashboard-container-root .dash-board-middle-1 .dash-board-item-title, .dashboard-container-root .dash-board-middle-1 .dash-board-item-sub-title, .dashboard-container-root .dash-board-middle-2 .dash-board-item-title, .dashboard-container-root .dash-board-middle-2 .dash-board-item-sub-title, .dashboard-container-root .dash-board-middle-3 .dash-board-item-title, .dashboard-container-root .dash-board-middle-3 .dash-board-item-sub-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.dashboard-container-root .dash-board-middle-1 .dash-board-item-title, .dashboard-container-root .dash-board-middle-2 .dash-board-item-title, .dashboard-container-root .dash-board-middle-3 .dash-board-item-title {
  background: #F9F9F9;
}
.dashboard-container-root .dash-board-middle-1 .dash-board-item-sub-title, .dashboard-container-root .dash-board-middle-2 .dash-board-item-sub-title, .dashboard-container-root .dash-board-middle-3 .dash-board-item-sub-title {
  text-align: center;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-sub-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  border-radius: 8px 8px 0 0;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
.dashboard-container-root .dash-board-middle .dash-board-item .dash-board-item-sub-title span {
  font-size: 18px;
}
.dashboard-container-root .dash-board-bottom {
  margin-top: 20px;
  display: flex;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-1 {
  margin-left: 0;
  padding: 0px;
  width: calc(66% + 20px);
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-1 .dash-board-item-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-1 .dash-board-item-sub-title {
  text-align: center;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-2 {
  padding: 0;
  overflow-y: auto;
  width: calc(17% - 20px);
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-2 .dash-board-item-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-2 .update-list {
  padding: 0 10px;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-2 .update-list .update-item {
  margin-top: 10px;
  border-bottom: 1px solid #DCDCDC;
  height: 80px;
  display: flex;
  flex-direction: column;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-2 .update-list .update-item .detail {
  margin-top: 10px;
  flex: 1 1;
  color: #65B1E1;
  display: flex;
  flex-direction: column;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-2 .update-list .create-account .date {
  border: 1px solid #DB7BFF;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-3 {
  padding: 0;
  width: calc(17% - 20px);
  text-align: right;
}
.dashboard-container-root .dash-board-bottom .dash-board-bottom-3 .dash-board-item-title {
  text-align: left;
  font-weight: bold;
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
}

.dash-board-item-title {
  font-weight: bold;
}

.sprout-root .token-part-area {
  margin-top: 20px;
}
.sprout-root .token-part-area .dash-board-item-title {
  line-height: 54px;
  text-indent: 10px;
  color: #4691C1;
  padding: 0;
  margin: 0;
  height: 54px;
  background: #F9F9F9;
  border-radius: 8px 8px 0 0;
}
.sprout-root .token-part-area .ant-table-thead tr th {
  background: #E9FBFF !important;
  color: #139FC5 !important;
}

.dashboard-container-root-mobile .dash-board-top, .dashboard-container-root-mobile .dash-board-sub-top, .dashboard-container-root-mobile .dash-board-sub-top-second, .dashboard-container-root-mobile .dash-board-middle {
  display: flex;
  flex-direction: column;
}
.dashboard-container-root-mobile .dash-board-top .dash-board-item, .dashboard-container-root-mobile .dash-board-sub-top .dash-board-item, .dashboard-container-root-mobile .dash-board-sub-top-second .dash-board-item, .dashboard-container-root-mobile .dash-board-middle .dash-board-item {
  margin-left: 0;
  margin-top: 10px;
}
.dashboard-container-root-mobile .dash-board-top .dash-board-item:first-of-type, .dashboard-container-root-mobile .dash-board-sub-top .dash-board-item:first-of-type, .dashboard-container-root-mobile .dash-board-sub-top-second .dash-board-item:first-of-type, .dashboard-container-root-mobile .dash-board-middle .dash-board-item:first-of-type {
  margin-top: 0;
}
.dashboard-container-root-mobile .dash-board-top .dash-board-item-mobile, .dashboard-container-root-mobile .dash-board-sub-top .dash-board-item-mobile, .dashboard-container-root-mobile .dash-board-sub-top-second .dash-board-item-mobile, .dashboard-container-root-mobile .dash-board-middle .dash-board-item-mobile {
  display: flex;
  flex-direction: row;
  background: none;
}
.dashboard-container-root-mobile .dash-board-top .dash-board-item-mobile .dash-board-top-2, .dashboard-container-root-mobile .dash-board-sub-top .dash-board-item-mobile .dash-board-top-2, .dashboard-container-root-mobile .dash-board-sub-top-second .dash-board-item-mobile .dash-board-top-2, .dashboard-container-root-mobile .dash-board-middle .dash-board-item-mobile .dash-board-top-2 {
  flex: 2 1;
}
.dashboard-container-root-mobile .dash-board-top .dash-board-item-mobile .dash-board-top-3, .dashboard-container-root-mobile .dash-board-sub-top .dash-board-item-mobile .dash-board-top-3, .dashboard-container-root-mobile .dash-board-sub-top-second .dash-board-item-mobile .dash-board-top-3, .dashboard-container-root-mobile .dash-board-middle .dash-board-item-mobile .dash-board-top-3 {
  flex: 1 1;
  margin-top: 0;
  margin-left: 10px;
}
.dashboard-container-root-mobile .dash-board-top .dash-board-top-pie-chart, .dashboard-container-root-mobile .dash-board-sub-top .dash-board-top-pie-chart, .dashboard-container-root-mobile .dash-board-sub-top-second .dash-board-top-pie-chart, .dashboard-container-root-mobile .dash-board-middle .dash-board-top-pie-chart {
  height: 300px;
}
.dashboard-container-root-mobile .dash-board-middle {
  height: 1000px;
}
.dashboard-container-root-mobile .dash-board-middle-token {
  height: auto;
  display: flow-root;
}
.dashboard-container-root-mobile .dash-board-top .dash-board-top-1 .both-detail {
  height: auto;
}
.dashboard-container-root-mobile .dash-board-item {
  flex: 1 1;
}

.dash-board-item-title {
  background: #F9F9F9 !important;
  border-radius: 8px 8px 0 0 !important;
}

@media (max-width: 1400px) {
  .dash-board-item-title, .dash-board-item-sub-title {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
  .dash-board-top, .dash-board-sub-top, .dash-board-sub-top-second, .dash-board-middle {
    display: flex;
    flex-direction: column;
  }
  .dash-board-top .dash-board-item, .dash-board-sub-top .dash-board-item, .dash-board-sub-top-second .dash-board-item, .dash-board-middle .dash-board-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .dash-board-top .dash-board-item:first-of-type, .dash-board-sub-top .dash-board-item:first-of-type, .dash-board-sub-top-second .dash-board-item:first-of-type, .dash-board-middle .dash-board-item:first-of-type {
    margin-top: 0;
  }
  .dash-board-item {
    flex: 1 1;
  }
}
.dashboard-equity-transaction-table {
  min-width: 800px;
}
.dashboard-equity-transaction-table .ant-table .ant-table-container .ant-table-thead tr th {
  background: #E9FBFF !important;
  color: #4191C9;
}

.client-notification .ant-notification-notice-close {
  display: none;
}
.documents-port-folio {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.documents-port-folio .sprout-empty-name {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.documents-port-folio .sprout-empty-sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0;
  margin-bottom: 36px;
  margin-top: 10px;
}
.documents-port-folio .sprout-empty-content {
  margin-top: 20px;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background: #d6dfe7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.documents-port-folio .sprout-empty-content img {
  width: 105px;
  height: 122px;
}
.documents-container-root * {
  margin: 0;
  padding: 0;
}
.documents-container-root .dash-board-item {
  height: 450px;
  padding: 10px;
  padding-top: 0;
  background: #fff;
  margin-left: 20px;
  border-radius: 8px;
  position: relative;
}
.documents-container-root .dash-board-item-note {
  display: inline-block;
  width: 12px;
  height: 26px;
  background: #42AB8E;
  position: absolute;
  top: 30px;
  left: 0;
}
.documents-container-root .dash-board-item-title {
  margin-left: 30px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.documents-container-root .dash-board-item-content {
  display: flex;
  height: 300px;
}
.documents-container-root .dash-board-item-content-number {
  padding: 10px;
  flex: 1 1;
}
.documents-container-root .dash-board-item-content-total .currency-tag {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.documents-container-root .dash-board-item-content-total .currency-number {
  margin-left: 10px;
  font-size: 52px;
  font-weight: 500;
  color: #000000;
}
.documents-container-root .dash-board-item-content-available .tag .note {
  width: 14px;
  height: 14px;
  background: #42AB8E;
  border-radius: 50%;
  display: inline-block;
}
.documents-container-root .dash-board-item-content-available .tag .desc {
  font-size: 23px;
  font-weight: 400;
  margin-left: 20px;
}
.documents-container-root .dash-board-item-content-available .money {
  margin-left: 35px;
  margin-top: -15px;
}
.documents-container-root .dash-board-item-content-available .money .currency-tag {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.documents-container-root .dash-board-item-content-available .money .currency-number {
  margin-left: 10px;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
}
.documents-container-root .dash-board-item-content-unavailable {
  margin-top: 30px;
}
.documents-container-root .dash-board-item-content-unavailable .tag .note {
  width: 14px;
  height: 14px;
  background: #42AB8E;
  border-radius: 50%;
  display: inline-block;
}
.documents-container-root .dash-board-item-content-unavailable .tag .desc {
  font-size: 23px;
  font-weight: 400;
  margin-left: 20px;
}
.documents-container-root .dash-board-item-content-unavailable .money {
  margin-left: 35px;
  margin-top: -15px;
}
.documents-container-root .dash-board-item-content-unavailable .money .currency-tag {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.documents-container-root .dash-board-item-content-unavailable .money .currency-number {
  margin-left: 10px;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
}
.documents-container-root .dash-board-item-content-chart {
  flex: 1 1;
  margin-left: 10px;
}
.documents-container-root .dash-board-top {
  display: flex;
}
.documents-container-root .dash-board-top .dash-board-top-1 {
  flex: 2 1;
  margin-left: 0;
}
.documents-container-root .dash-board-top .dash-board-top-2 {
  flex: 1 1;
}
.documents-container-root .dash-board-top .dash-board-top-2 .both-detail {
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 390px;
}
.documents-container-root .dash-board-top .dash-board-top-2 .both-detail .equity-area {
  flex: 1 1;
}
.documents-container-root .dash-board-top .dash-board-top-2 .both-detail .token-area {
  flex: 1 1;
}
.documents-container-root .dash-board-top .dash-board-top-2 .both-detail .border-line {
  border-bottom: 2px solid #DCDCDC;
}
.documents-container-root .dash-board-top .dash-board-top-2 .both-detail .display-area p {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.documents-container-root .dash-board-top .dash-board-top-2 .both-detail .display-area p:first-of-type {
  margin-top: 0;
}
.documents-container-root .dash-board-top .dash-board-top-2 .both-detail .display-area .bold {
  font-weight: 500;
  font-size: 30px;
}
.documents-container-root .dash-board-bottom {
  margin-top: 20px;
  display: flex;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-1 {
  margin-left: 0;
  flex: 2 1;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-2 {
  flex: 1 1;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-2 .update-list .update-item {
  border-bottom: 1px solid #DCDCDC;
  height: 80px;
  display: flex;
  align-items: center;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-2 .update-list .update-item .date {
  text-align: center;
  flex: 1 1;
  background: #FFFFFF;
  border: 1px solid #19A2C8;
  border-radius: 18px;
  padding: 0 5px;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-2 .update-list .update-item .detail {
  margin-left: 10px;
  flex: 2 1;
  display: flex;
  flex-direction: column;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-2 .update-list .create-account .date {
  border: 1px solid #DB7BFF;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-3 {
  width: 200px;
  text-align: right;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-3 .dash-board-item-title {
  text-align: left;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-3 .task-list {
  margin-top: 30px;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-3 .task-list a {
  color: #42AB8E;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-3 .task-list .task-sign {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}
.documents-container-root .dash-board-bottom .dash-board-bottom-3 .task-list .task-view {
  margin-top: 30px;
}

.documents-container-root .data-room-box-new {
  margin: 0 auto;
}
.documents-container-root .data-room-bread-crumb-inner {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #CED8E3;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb-link {
  font-size: 22px;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb-link a {
  font-size: 22px;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb-separator {
  font-size: 22px;
  margin-left: 5px;
}
.documents-container-root .data-room-bread-crumb-inner {
  padding-bottom: 0;
  border-bottom: 1px solid #CED8E3;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link {
  display: inline-flex;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link a {
  margin-left: 5px;
  font-size: 22px;
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-link a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.4509803922);
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link {
  display: inline-flex;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link .anticon-down {
  display: none;
}
.documents-container-root .data-room-bread-crumb-inner .ant-breadcrumb .ant-breadcrumb-overlay-link a {
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.documents-container-root .inner-right {
  position: absolute;
  top: 0;
  right: 0;
}
.documents-container-root .access-add-table-content {
  margin-top: 10px;
}

.disabled-documents-operation {
  cursor: not-allowed !important;
  color: #ccc !important;
}
.no-account-root .no-account-container {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-account-root .no-account-container p {
  padding: 20px 50px;
}
.sprout-search-company-root .search-company-wrap {
  margin: 10px auto;
}
.sprout-search-company-root .search-company-wrap .search-input-company {
  border-radius: 4px;
}
.sprout-search-company-root .search-company-wrap .word-list {
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.sprout-search-company-root .search-company-wrap .word-list .word-item {
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #B9CCD1;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-left: 10px;
}
.sprout-search-company-root .search-company-wrap .word-list .word-item-active {
  background: #00a9cc;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs .ant-tabs-tab {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background: #B9CCD1;
  color: #fff;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs .ant-tabs-tab-active {
  background: #149FC0;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs-box {
  position: relative;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs-box-create {
  height: 40px;
  background: #4EBB9D;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.sprout-search-company-root .search-company-wrap .sprout-search-tabs-box-create span {
  color: #FFF;
  font-weight: 500;
}
.sprout-search-company-root .search-company-wrap .detail-list {
  background: #FFFFFF;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  border-radius: 2px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item {
  border-radius: 2px;
  padding: 10px;
  width: 33%;
  margin-top: 30px;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .fliter-title {
  font-weight: bold;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item {
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  text-indent: 5px;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item .word-item {
  font-size: 16px;
  width: 200px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item-match {
  background: #70c2e3;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item .filter-item img {
  width: 20px;
  margin-left: 5px;
  margin-top: -8px;
}
.sprout-search-company-root .search-company-wrap .detail-list .detail-list-item-active {
  background: #00a9cd;
}
.sprout-client-root {
  width: 100%;
  height: 100%;
}
.sprout-client-root .sprout-client-content-wrap {
  overflow-y: hidden;
  padding-top: 130px;
  padding-left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #e6f0f4;
}
.sprout-client-root .sprout-client-content-wrap .sprout-client-content {
  margin: 0 auto;
  padding: 24px;
  overflow-y: overlay;
}
.signature-modal {
  padding: 30px;
}
.signature-modal .signature-tips {
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
}
.signature-modal .signature-current {
  font-weight: bold;
  line-height: 40px;
}
.signature-modal .signature-current .signature-family {
  padding-left: 6px;
}
.signature-modal .signature-input {
  border-bottom: 1px solid #888888;
}
.signature-modal .ant-btn {
  min-width: 250px;
  height: 40px;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 20px;
}
.signature-modal .ant-input {
  font-size: 20px;
  padding-left: 20px;
}
.signature-modal .signature-btn-wrap {
  text-align: center;
}
.task-accept-root .accept-btns .ant-btn {
  padding: 2px 6px;
}
.task-sign-root .task-sign-btns {
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 20px;
  background: #CFDEE3;
  align-items: center;
  border-radius: 0 0 4px 4px;
}
.sprout-client-root .sprout-task-skip {
  margin-top: 5px;
  padding-left: 12px;
  display: flex;
  align-items: center;
  z-index: 99;
  top: 0;
  right: 105px;
  position: absolute;
}
.sprout-client-root .sprout-task-skip .anticon-right {
  position: relative;
  margin-top: 3px;
}
.sprout-client-root .task-banner-wrap {
  text-align: center;
  padding-bottom: 20px;
  color: #888888;
  min-height: 135px;
}

.signup-reminder-root {
  padding: 50px 50px 40px 50px;
  text-align: center;
}
.signup-reminder-root h4, .signup-reminder-root a {
  text-align: left;
  line-height: 28px;
  font-size: 16px;
}
.signup-reminder-root button {
  width: 140px;
  height: 50px;
  margin-top: 50px;
}
.sprout-signup-root .sprout-signup-right-background {
  background-image: url("https://s3.ap-southeast-1.amazonaws.com/www.getsprout.co/bg-cta.jpeg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #63c2a8;
  position: absolute;
  top: -20%;
  right: 0;
  z-index: 2;
  width: 40%;
  height: 1420px;
}
.sprout-signup-root .ant-divider-horizontal {
  width: 530px;
}
.sprout-signup-root .sprout-signup-message {
  width: 520px;
  margin-top: 10px;
  border: 1px solid #04b6e0;
}
.sprout-signup-root .sprout-signup-content dt {
  font-weight: normal;
}
.sprout-signup-root .sprout-signup-content dd {
  padding-top: 20px;
}
.sprout-signup-root .sprout-signup-content dd input {
  height: 60px;
  background: #FFFFFF;
  border-radius: 4px;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form {
  width: 520px;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-submit-button {
  width: 215px;
  height: 60px;
  background: #118CAD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin-top: 35px;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-submit-button button {
  width: 212px;
  height: 55px;
  background: #139FC5;
  border-radius: 30px;
  border-color: #139FC5;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-submit-button button span {
  font-weight: 600;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-send-button {
  height: 40px;
  background: #00A9CD;
  border-radius: 4px;
  border: 0;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-send-button span {
  width: 130px;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-send-button .ant-btn-loading-icon, .sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-send-button .anticon-loading {
  width: auto;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-send-button img {
  margin: -2px 5px 0 0;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-input-box {
  display: flex !important;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-input-box input {
  width: 353px;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-input-box button {
  margin-left: 15px;
  padding: 4px 10px;
  height: 60px;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .ant-form-item-explain-error, .sprout-signup-root .sprout-signup-content dd .sprout-signup-form .ant-form-item-explain-success {
  position: absolute;
  bottom: -25px;
  z-index: -1;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-mail-open {
  margin-bottom: 25px;
  animation-name: mail-open-show;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-mail-open .ant-form-item-explain-error {
  bottom: -46px;
}
@keyframes mail-open-show {
  from {
    margin-bottom: 25px;
  }
  to {
    margin-bottom: 50px;
  }
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .pwd-risk-root {
  margin: 35px 0 10px 0;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .ant-form-item {
  margin-bottom: 25px;
}
.sprout-signup-root .sprout-signup-content dd .sprout-signup-form .sprout-signup-time {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.init-password-root .sprout-auth-content .sprout-auth-form .re-password {
  margin-bottom: 0 !important;
}
.init-password-root .init-password-email {
  margin-bottom: 20px;
}
.init-password-root .init-password-email span {
  color: #000;
  font-style: italic;
  padding-left: 20px;
}
.init-password-root .sprout-forgot-label {
  color: #666;
}
.init-password-root .ant-form-item-label label {
  width: 180px;
}
.init-password-root .sprout-auth-bth {
  margin-top: 60px;
}
.sprout-auth-root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 980px;
}
.sprout-auth-root .auth-section {
  min-width: 980px;
  padding: 0 2%;
  max-width: 1200px;
  margin: 0 auto;
}
.sprout-auth-root .sprout-auth-header-wrap {
  width: 100%;
  height: 72px;
  min-height: 72px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 3;
  display: flex;
  align-items: center;
}
.sprout-auth-root .sprout-auth-header {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sprout-auth-root .sprout-auth-header a {
  color: #000000;
  font-size: 16px;
}
.sprout-auth-root .sprout-auth-header a:hover {
  color: #00A9CD;
}
.sprout-auth-root .sprout-auth-header .header-menu {
  display: flex;
  width: 50%;
}
.sprout-auth-root .sprout-auth-header .header-menu .logo {
  margin-right: 40px;
}
.sprout-auth-root .sprout-auth-header .header-menu .menu-wrap {
  display: flex;
  flex: 1 1;
}
.sprout-auth-root .sprout-auth-header .header-menu .menu-wrap .menu-item {
  flex: 1 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sprout-auth-root .sprout-auth-header .header-menu .menu-wrap .menu-item .ant-dropdown-trigger {
  font-size: 16px;
  white-space: nowrap;
}
.sprout-auth-root .sprout-auth-header .header-menu .menu-wrap .menu-item:hover {
  color: #00A9CD;
}
.sprout-auth-root .sprout-auth-header .header-menu-right {
  display: flex;
  align-items: center;
}
.sprout-auth-root .sprout-auth-header .header-menu-right .menu-item {
  margin-right: 30px;
}
.sprout-auth-root .button {
  box-shadow: inset -4px -4px 0 rgba(0, 0, 0, 0.12);
  background-color: #139fc5;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 50px;
}
.sprout-auth-root .button a {
  color: #ffffff;
  font-size: 16px;
}
.sprout-auth-root .sprout-auth-content {
  height: calc(100% - 72px);
  position: relative;
  min-height: 520px;
}
.sprout-auth-root .sprout-auth-content .sprout-auth-content-bg {
  position: absolute;
  width: 40%;
  height: 120%;
  right: 0;
  background-image: url("https://s3.ap-southeast-1.amazonaws.com/www.getsprout.co/bg-cta.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  top: -20%;
}
.sprout-auth-root .sprout-auth-content .sprout-auth-form {
  width: 50%;
  margin-top: 20px;
}
.sprout-auth-root .sprout-auth-content .sprout-auth-form .sprout-auth-form-conent {
  max-width: 500px;
}
.sprout-auth-root .sprout-auth-content .sprout-auth-form .ant-form-item {
  margin-bottom: 60px;
}
.sprout-auth-root .sprout-auth-content .sprout-auth-form .re-password {
  margin-bottom: 0 !important;
}
.sprout-auth-root .sprout-auth-link {
  margin-top: 10px;
}
.sprout-auth-root .sprout-auth-bth {
  box-shadow: inset -4px -4px 0 rgba(0, 0, 0, 0.12);
  background-color: #139fc5;
  height: 64px;
  padding: 0 30px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  min-width: 250px;
  text-align: center;
}
.sprout-auth-root .sprout-auth-bth span {
  font-size: 16px;
}
.sprout-auth-root .sprout-auth-title {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  line-height: 50px;
}
.sprout-auth-root .sprout-auth-sub-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 400;
}
.sprout-auth-root .sprout-auth-input {
  height: 62px;
  box-shadow: inset 0 0 0 1000px #ffffff !important;
}
.sprout-auth-root .sprout-auth-input input {
  box-shadow: inset 0 0 0 1000px #ffffff !important;
}
.sprout-auth-root .sprout-forgot-tips {
  font-size: 14px;
  color: gray;
  margin-bottom: 6px;
}
.sprout-auth-root .sprout-forgot-label {
  padding: 8px 0 4px 0;
  font-weight: bolder;
}
.custom-drawer-container .ant-drawer-content-wrapper {
  max-width: 100%;
}

.signup-root .signup-box {
  min-height: 815px;
}
.signup-root .signup-box-spin {
  min-height: 815px;
}
.signup-root .signup-content {
  width: 1223px;
  margin: 0 auto;
}
.signup-root .signup-content .signup-content-input-box {
  position: relative;
  width: 523px;
  height: 71px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.signup-root .signup-content .signup-content-input {
  margin-top: 18px;
  font-size: 16px;
  padding-left: 22px;
  color: #000;
}
.signup-root .signup-content .signup-content-placeholder {
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -13px;
  font-size: 16px;
  color: #90989F;
  transition: all 0.2s;
}
.signup-root .signup-content .signup-content-input:focus, .signup-root .signup-content .signup-content-input.filled {
  margin-top: 22px;
}
.signup-root .signup-content .signup-content-input:focus + .signup-content-placeholder, .signup-root .signup-content .signup-content-input.filled + .signup-content-placeholder {
  top: 18px;
}
.signup-root .signup-content .signup-content-input-hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -2000px;
  z-index: -1;
}
.signup-root .signup-content .signup-content-left {
  float: left;
}
.signup-root .signup-content .signup-content-left dt {
  margin: 31px 0 23px 0;
  font-size: 32px;
  font-weight: 600;
  color: #373737;
}
.signup-root .signup-content .signup-content-left dt span {
  font-size: 32px;
  background: linear-gradient(180deg, rgba(255, 244, 64, 0) 56%, #47D0F5 0%, #47D0F5 92%, #FFF 0%);
}
.signup-root .signup-content .signup-content-left .create-button {
  width: 517px;
  height: 59px;
  background: #139FC5;
  border-radius: 32px;
  font-weight: 600;
}
.signup-root .signup-content .signup-content-left .create-button span {
  font-size: 24px;
  color: #FFF;
}
.signup-root .signup-content .signup-content-left .create-button-background {
  width: 521px;
  height: 64px;
  background: #118CAD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
}
.signup-root .signup-content .signup-content-left .create-button-background .ant-btn-primary {
  border: 0;
}
.signup-root .signup-content .signup-content-left .button-loading {
  background: #639bb2;
}
.signup-root .signup-content .signup-content-input-desc {
  font-size: 14px;
  font-weight: 400;
  color: #ff4d4f;
  margin-top: 5px;
  padding-left: 2px;
}
.signup-root .signup-content .signup-create-input-mt12 {
  margin-top: 12px;
}
.signup-root .signup-content .signup-content-right {
  float: right;
  margin-top: 44px;
}
.signup-root .signup-content .signup-content-right img {
  width: 662px;
  height: 521px;
  -webkit-user-drag: none;
}
.signup-root .signup-content .signup-create-password {
  padding: 10px 0;
  display: none;
}
.signup-root .signup-content .signup-create-password-show {
  display: block;
}
.pick-plan-contact {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}
.pick-plan-contact img {
  width: 288px;
  margin-top: 60px;
}
.pick-plan-contact-title {
  display: flex;
  justify-content: center;
}
.pick-plan-contact-title h4 {
  margin-top: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  flex-direction: row;
  margin-bottom: 0;
  background: linear-gradient(#FFF 50%, #FFF 0%, #FFF440 92%, #FFF440 8%);
}
.pick-plan-contact p {
  width: 360px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  padding-top: 18px;
}
.pick-plan-contact button {
  width: 120px;
  height: 40px;
  margin-top: 30px;
}
.signup-root .pick-plan {
  width: 100%;
  padding-bottom: 40px;
}
.signup-root .pick-plan .pick-plan-background {
  position: relative;
  width: 100%;
  background: #EFFDFF;
  height: 275px;
  overflow: hidden;
}
.signup-root .pick-plan .pick-plan-background-a {
  width: 500px;
  height: 540px;
  border-radius: 50%;
  background-color: #FDFFEA;
  position: absolute;
  right: -260px;
  top: -100px;
}
.signup-root .pick-plan .pick-plan-background-b {
  position: absolute;
  width: 354px;
  height: 354px;
  border-radius: 50%;
  background-color: #56D6CE;
  right: 142px;
  bottom: -265px;
}
.signup-root .pick-plan .pick-plan-background .pick-plan-title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #333333;
  padding-top: 23px;
  font-size: 32px;
}
.signup-root .pick-plan .pick-plan-background-radio {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.signup-root .pick-plan .pick-plan-background-radio-value span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.signup-root .pick-plan .pick-plan-background-radio-value .ant-radio-inner {
  width: 18px;
  height: 18px;
  background: #fff;
}
.signup-root .pick-plan .pick-plan-background-radio-value .ant-radio-inner:after {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  top: 50%;
  left: 50%;
  display: block;
  transform: scale(0.5);
  border-radius: 18px;
}
.signup-root .pick-plan .pick-plan-background-button {
  margin: 16px auto 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 163px;
  height: 36px;
  border-radius: 6px;
  z-index: 1;
  background-color: #FFF;
}
.signup-root .pick-plan .pick-plan-background-button span {
  width: 50%;
  text-align: center;
  display: block;
  line-height: 36px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  height: 36px;
  border-radius: 6px;
  font-weight: bold;
}
.signup-root .pick-plan .pick-plan-background-button-span-white, .signup-root .pick-plan .pick-plan-background-button-span-black {
  animation-name: text-white;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.signup-root .pick-plan .pick-plan-background-button-span-black {
  animation-name: text-black;
}
@keyframes text-white {
  from {
    color: rgba(0, 0, 0, 0.6);
  }
  to {
    color: #FFF;
  }
}
@keyframes text-black {
  from {
    color: #FFF;
  }
  to {
    color: rgba(0, 0, 0, 0.6);
  }
}
.signup-root .pick-plan .pick-plan-background-button-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 36px;
  border-radius: 6px;
  background-color: #00A9CD;
  z-index: 1;
}
.signup-root .pick-plan .pick-plan-background-button-right, .signup-root .pick-plan .pick-plan-background-button-left {
  animation-name: button-right;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.signup-root .pick-plan .pick-plan-background-button-left {
  animation-name: button-left;
}
@keyframes button-right {
  from {
    left: 0;
  }
  to {
    left: 84px;
  }
}
@keyframes button-left {
  from {
    left: 84px;
  }
  to {
    left: 0;
  }
}
.signup-root .pick-plan .pick-plan-background-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  opacity: 0.6;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.signup-root .pick-plan .pick-plan-content {
  width: 1316px;
  margin: -127px auto 0 auto;
  background-color: unset;
  position: relative;
}
.signup-root .pick-plan .pick-plan-content-bottom {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  width: 72px;
  height: 72px;
  background: conic-gradient(from 90deg at 50% 0, #00A9FF 0, #00A9FF 45deg, transparent 45.1deg);
  border-radius: 10px;
  transform: rotate(90deg);
}
.signup-root .pick-plan .pick-plan-content-box, .signup-root .pick-plan .pick-plan-content-token {
  width: 400px;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid rgba(17, 111, 183, 0.4);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
}
.signup-root .pick-plan .pick-plan-content-box-important, .signup-root .pick-plan .pick-plan-content-token-important {
  width: 354px;
  height: 124px;
  background: linear-gradient(-30deg, rgb(14, 100, 165), rgb(44, 178, 228));
  border: 2px solid #4CA0E1;
  border-radius: 20px 20px 20px 0px;
  position: relative;
  z-index: 2;
  margin-left: -13px;
  margin-top: 10px;
}
.signup-root .pick-plan .pick-plan-content-box-important .pick-plan-content-setup, .signup-root .pick-plan .pick-plan-content-token-important .pick-plan-content-setup {
  text-align: center;
  padding-top: 5px;
}
.signup-root .pick-plan .pick-plan-content-box-important .pick-plan-content-setup-price, .signup-root .pick-plan .pick-plan-content-token-important .pick-plan-content-setup-price {
  font-size: 44px;
  font-weight: 600;
  color: #FFFFFF;
}
.signup-root .pick-plan .pick-plan-content-box-important .pick-plan-content-setup-price div, .signup-root .pick-plan .pick-plan-content-token-important .pick-plan-content-setup-price div {
  font-size: 44px;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
}
.signup-root .pick-plan .pick-plan-content-box-important .pick-plan-content-setup-pricedesc, .signup-root .pick-plan .pick-plan-content-token-important .pick-plan-content-setup-pricedesc {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: -10px;
  height: 28px;
}
.signup-root .pick-plan .pick-plan-content-box-important .pick-plan-content-setup-cycle, .signup-root .pick-plan .pick-plan-content-token-important .pick-plan-content-setup-cycle {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}
.signup-root .pick-plan .pick-plan-content-box-important .pick-plan-content-setup-desc, .signup-root .pick-plan .pick-plan-content-token-important .pick-plan-content-setup-desc {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: -5px;
}
.signup-root .pick-plan .pick-plan-content-token {
  width: 926px;
  margin: 0 auto;
}
.signup-root .pick-plan .pick-plan-content-token dl {
  margin-bottom: 0px;
}
.signup-root .pick-plan .pick-plan-content-token .pick-plan-content-box-important {
  width: 847px;
  height: 143px;
}
.signup-root .pick-plan .pick-plan-content-token .pick-plan-content-setup-price {
  font-size: 60px;
}
.signup-root .pick-plan .pick-plan-content-token .pick-plan-content-setup-price div {
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
}
.signup-root .pick-plan .pick-plan-content-token .pick-plan-content-setup-cycle {
  font-size: 33px;
}
.signup-root .pick-plan .pick-plan-content-token .pick-plan-content-setup-desc {
  font-size: 18px;
  font-weight: 400;
  padding-top: 6px;
}
.signup-root .pick-plan .pick-plan-content-token-detail ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 48px !important;
  justify-content: flex-start;
}
.signup-root .pick-plan .pick-plan-content-token-detail ul li {
  width: 390px;
}
.signup-root .pick-plan .pick-plan-content-token-detail .pick-plan-content-detail-value {
  font-size: 14px;
}
.signup-root .pick-plan .pick-plan-content-token-button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 80px;
}
.signup-root .pick-plan .pick-plan-content-token-button button {
  width: 234px;
  height: 50px;
  background: #116FB7;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
.signup-root .pick-plan .pick-plan-content-token-button button span {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.signup-root .pick-plan .pick-plan-content-token-speak {
  width: 855px;
  height: 62px;
  background: #E1F5FF;
  border-radius: 30px;
  margin: 30px auto 10px auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signup-root .pick-plan .pick-plan-content-token-speak p {
  font-size: 22px;
  font-weight: 600;
  color: #116FB7;
  margin-bottom: 0;
  padding-left: 50px;
}
.signup-root .pick-plan .pick-plan-content-token-speak button {
  width: 214px;
  height: 46px;
  background: #A7E1FF;
  border: 2px solid #48B8F7;
  border-radius: 23px;
  margin-right: 10px;
}
.signup-root .pick-plan .pick-plan-content-token-speak button span {
  font-size: 18px;
  color: #116FB7;
}
.signup-root .pick-plan .pick-plan-content-token .pick-plan-content-setup {
  padding-left: 96px;
}
.signup-root .pick-plan .pick-plan-content-right {
  border: 2px solid #B9D8F7;
}
.signup-root .pick-plan .pick-plan-content-right .pick-plan-content-title, .signup-root .pick-plan .pick-plan-content-right .pick-plan-content-desc, .signup-root .pick-plan .pick-plan-content-right .pick-plan-content-detail-title, .signup-root .pick-plan .pick-plan-content-right .pick-plan-content-detail-value {
  color: #48B8F7;
}
.signup-root .pick-plan .pick-plan-content-right .pick-plan-content-button button {
  background: #00A9FF;
  border: 2px solid #77EEDF;
}
.signup-root .pick-plan .pick-plan-content-title {
  font-size: 40px;
  font-weight: 600;
  color: #116FB7;
  text-align: center;
  padding-top: 15px;
}
.signup-root .pick-plan .pick-plan-content-desc {
  font-size: 16px;
  font-weight: 400;
  color: #116FB7;
  text-align: center;
  padding: 8px 48px 0 48px;
}
.signup-root .pick-plan .pick-plan-content-speak {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.signup-root .pick-plan .pick-plan-content-speak-usimg {
  width: 96px;
  height: 86px;
  margin-top: 8px;
}
.signup-root .pick-plan .pick-plan-content-speak-desc {
  width: 276px;
  height: 30px;
  background: #DCFAFF;
  border-radius: 8px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  color: #48B8F7;
  margin: 10px 0;
  font-size: 18px;
}
.signup-root .pick-plan .pick-plan-content-speak-desc span {
  font-size: 18px;
}
.signup-root .pick-plan .pick-plan-content-speak-desc img {
  margin: -4px 0 0 8px;
  width: 15px;
  height: 8px;
}
.signup-root .pick-plan .pick-plan-content-speak-desccur {
  cursor: default;
}
.signup-root .pick-plan .pick-plan-content-speak-select {
  position: absolute;
  top: 135px;
  left: 50%;
  margin-left: -138px;
  color: #48B8F7;
  width: 276px;
  height: 38px;
  background: #FFFFFF;
  border: 2px solid #48B8F7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  z-index: 2;
}
.signup-root .pick-plan .pick-plan-content-speak-select span {
  width: 264px;
  height: 26px;
  background: #FFF;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 26px;
  color: #48B8F7;
  font-size: 18px;
  font-weight: 500;
}
.signup-root .pick-plan .pick-plan-content-speak-select span:hover {
  background: #00A9FF;
  color: #FFF;
}
.signup-root .pick-plan .pick-plan-content-graphical {
  background: #FFF;
  transform: rotate(-45deg);
  margin: -6px 0 0 -8px;
  width: 0;
  height: 0;
  border-left: 9px solid #2296cf;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.signup-root .pick-plan .pick-plan-content-detail {
  padding: 0 22px;
}
.signup-root .pick-plan .pick-plan-content-detail-title {
  font-size: 16px;
  font-weight: 400;
  color: #116FB7;
  padding-bottom: 10px;
}
.signup-root .pick-plan .pick-plan-content-detail-value {
  font-size: 16px;
  font-weight: 400;
  color: #116FB7;
  padding-left: 15px;
}
.signup-root .pick-plan .pick-plan-content-detail ul {
  padding-bottom: 80px;
}
.signup-root .pick-plan .pick-plan-content-detail ul li {
  display: flex;
  align-items: baseline;
  padding-top: 3px;
}
.signup-root .pick-plan .pick-plan-content-detail ul li svg {
  color: #116FB7;
  font-weight: bold;
}
.signup-root .pick-plan .pick-plan-content-button {
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -117px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.signup-root .pick-plan .pick-plan-content-button-code {
  position: relative;
}
.signup-root .pick-plan .pick-plan-content-button-code .ant-form-item {
  margin-bottom: 10px;
}
.signup-root .pick-plan .pick-plan-content-button-code input {
  width: 216px;
  height: 28px;
  background: #D6E0EF;
  border-radius: 4px;
  color: #00A9FF;
  margin: 0 0 0px 9px;
  text-align: center;
  font-size: 16px;
}
.signup-root .pick-plan .pick-plan-content-button-code input::-webkit-input-placeholder {
  color: #FFF;
}
.signup-root .pick-plan .pick-plan-content-button-code-icon {
  position: absolute;
  top: 6px;
  left: 235px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #D6E0EF;
  color: #FFF;
  text-align: center;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}
.signup-root .pick-plan .pick-plan-content-button-code .pick-plan-content-button-item {
  margin-bottom: 0px;
}
.signup-root .pick-plan .pick-plan-content-button button {
  width: 234px;
  height: 50px;
  background: #116FB7;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
.signup-root .pick-plan .pick-plan-content-button button span {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.signup-root .pick-plan .pick-plan-content-button button[disabled] {
  background: #A4B6D0;
  border: 2px solid #BDCFE8;
  color: #FFFFFF;
}
.signup-root .pick-plan .pick-plan-content-button .pick-plan-content-button-input-error {
  border-color: #ff4d4f;
}
.signup-root .pick-plan .pick-plan-content-mt {
  margin-top: -127px;
}
.signup-root .pick-plan-back {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  margin-top: 45px;
  cursor: pointer;
  text-align: center;
}
.signup-root .pick-plan-back-icon svg {
  width: 26px !important;
  height: 26px !important;
  margin: 12px 0 0 0px;
}
.signup-root .pick-plan-desc {
  padding-top: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  opacity: 0.7;
  width: 100%;
  text-align: center;
}
.signup-root .pick-plan-talk {
  text-align: center;
  margin-top: 13px;
  cursor: pointer;
}
.signup-root .pick-plan-talk-span {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  color: #00A9CD;
}
.signup-root .pick-plan-discover {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.signup-root .pick-plan-discover p {
  width: 494px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 0;
}
.signup-root .pick-plan-discover button {
  width: 497px;
  height: 76px;
  background: #E9E9E9;
  border-radius: 6px;
}
.signup-root .pick-plan-discover button span {
  font-size: 22px;
  font-weight: 600;
  color: #AEAEAE;
}
.signup-root .signup-notify-root {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
.signup-root .signup-notify-root .signup-notify-box {
  display: none;
}
.signup-root .signup-notify-root .signup-notify-success-icon {
  width: 81px;
  height: 81px;
  margin: 54px auto 0 auto;
  display: block;
}
.signup-root .signup-notify-root .signup-notify-success-title, .signup-root .signup-notify-root .signup-notify-error-title {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  background: linear-gradient(180deg, #FFF 56%, #47D0F5 0%, #47D0F5 90%, #FFF 0%);
  display: inline-block;
  margin-top: 5px;
}
.signup-root .signup-notify-root .signup-notify-error-title {
  background: linear-gradient(180deg, #FFF 56%, #FFF440 0%, #FFF440 92%, #FFF 0%);
}
.signup-root .signup-notify-root .signup-notify-button-bak {
  width: 215px;
  height: 60px;
  background: #118CAD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin: 35px auto 0 auto;
}
.signup-root .signup-notify-root .signup-notify-button-bak .signup-notify-button {
  width: 212px;
  height: 55px;
  background: #139FC5;
  border-radius: 30px;
  margin: 0 auto;
}
.signup-root .signup-notify-root .signup-notify-button-bak .signup-notify-button span, .signup-root .signup-notify-root .signup-notify-button-bak .signup-notify-button a {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
.signup-root .signup-notify-root .signup-notify-button-bak .ant-btn-primary {
  border-color: #139FC5;
}
.signup-root .signup-notify-root .notify-box-show {
  display: block;
}
.signup-root .signup-notify-root .signup-notify-success-tit {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #333333;
  font-weight: 600;
  margin-top: 4px;
}
.signup-root .signup-notify-root .signup-notify-count-down {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  color: #139FC5;
  margin-top: 20px;
  text-align: center;
}
.signup-root .signup-notify-root .signup-notify-count-down .ant-statistic-content {
  font-size: 14px;
  color: #139FC5;
}
.signup-root .signup-notify-root .signup-notify-count-down span {
  cursor: pointer;
}
.signup-root {
  height: calc(100% - 70px);
}
.signup-root .add-ones-root {
  min-width: 1199px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: default;
}
.signup-root .add-ones-root .add-ones-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #F3F9F7;
  height: 196px;
}
.signup-root .add-ones-root .add-ones-content {
  width: 1199px;
  margin: 0 auto;
  height: 100%;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left {
  width: 849px;
  position: relative;
  z-index: 1;
  float: left;
  text-align: center;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-back {
  width: 399px;
  height: 196px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-drag: none;
  z-index: 1;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left h2 {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  height: 196px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 0;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-start-up-plan {
  width: 829px;
  margin: -55px auto 0 0;
  position: relative;
  z-index: 9999;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-start-up-plan-info {
  width: 100%;
  height: 77px;
  border: 1px solid #D5EFE7;
  border-top: 9px solid #4EBB9D;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-start-up-plan-info .add-ones-first-title {
  display: flex;
  justify-content: left;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-start-up-plan-info .add-ones-plan-l {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding: 12px 0 0 35px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-start-up-plan-info .add-ones-plan-l-desc {
  height: 24px;
  background: #D9EEF4;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #415A61;
  text-align: center;
  line-height: 24px;
  padding: 0 10px;
  margin: 18px 0 0 8px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-start-up-plan-info .add-ones-plan-r {
  background: linear-gradient(180deg, #FFF 60%, #47D0F5 0%, #47D0F5 92%, #FFF 0%);
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 22px 16px 0 0;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding {
  width: 826px;
  background: #FFFFFF;
  border: 2px solid #D5EFE7;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 14px;
  padding: 28px 19px 0 27px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt {
  display: flex;
  justify-content: space-between;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l {
  display: flex;
  justify-content: left;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l-checkbox {
  margin-top: 5px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l-checkbox .ant-checkbox-checked, .signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l-checkbox .ant-checkbox-inner {
  width: 24px;
  height: 24px;
  background-color: #FFF;
  border-color: #BFBFBF;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l-checkbox .ant-checkbox-inner::after {
  border-color: #139FC5;
  width: 10px;
  height: 14px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l-checkbox .ant-checkbox-checked::after {
  border-color: #BFBFBF;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l-checkbox .ant-checkbox {
  top: 0;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-l-title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  padding-left: 13px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-r {
  display: flex;
  justify-content: left;
  margin-top: 7px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-r div:first-child {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 600;
  color: #A9BDC1;
  margin-right: 8px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-r div:last-child {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #47D0F5 0%, #47D0F5 92%, #FFF 0%);
  height: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-r-color2 div:last-child {
  background: linear-gradient(180deg, #FFF 60%, #FFF440 0%, #FFF440 92%, #FFF 0%);
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding .add-ones-onboarding-dt-r-color3 div:last-child {
  background: linear-gradient(180deg, #FFF 60%, #4EBB9D 0%, #4EBB9D 92%, #FFF 0%);
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding dd {
  padding: 18px 0 0 37px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding dd p {
  text-align: left;
  margin-bottom: 22px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-content-onboarding-active {
  background: #F4FDFF;
  border: 2px solid #139FC5;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-next-button-bak {
  width: 215px;
  height: 60px;
  background: #118CAD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin: 33px auto 0 auto;
  float: right;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-next-button-bak .add-ones-next-button {
  width: 212px;
  height: 55px;
  background: #139FC5;
  border-radius: 30px;
  margin: 0 auto;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-next-button-bak .add-ones-next-button span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-left .add-ones-next-button-bak .ant-btn-primary {
  border-color: #139FC5;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right {
  width: 1199px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 894px;
  height: 100%;
  margin: 0 auto;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content {
  width: 350px;
  background: #F3F9F7;
  height: calc(100vh - 70px);
  float: right;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl {
  padding: 0 26px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dt {
  padding: 129px 0 40px 0;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-solid {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #9AB8C0;
  opacity: 0.5;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-all-startup {
  padding: 30px 0;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-all-startup .add-ones-all-round {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #4EBB9D;
  float: left;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-all-startup .add-ones-all-desc {
  float: left;
  font-weight: bold;
  color: #000000;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-all-startup .add-ones-all-desc div {
  font-size: 18px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-amount-detail {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-amount-detail span {
  font-size: 14px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-total {
  padding-top: 10px;
  width: 100%;
  text-align: right;
  font-size: 18px;
  color: #000;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-right .add-ones-right-content dl dd .add-ones-total b {
  font-size: 18px;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-button-back {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  margin-top: 37px;
  cursor: pointer;
  float: left;
}
.signup-root .add-ones-root .add-ones-content .add-ones-content-button-back-icon svg {
  width: 26px !important;
  height: 26px !important;
  margin: 12px 0 0 0px;
}
.signup-root .start-trial-root {
  min-width: 1223px;
  width: 100%;
}
.signup-root .start-trial-root .start-trial-banner {
  height: 196px;
  background: #F3F9F7;
  width: 100%;
}
.signup-root .start-trial-root .start-trial-banner .start-trial-background {
  width: 1223px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.signup-root .start-trial-root .start-trial-banner .start-trial-background img {
  width: 1126px;
  height: 196px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-user-drag: none;
}
.signup-root .start-trial-root .start-trial-banner .start-trial-background .start-trial-title {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  line-height: normal;
  background: linear-gradient(180deg, #F3F9F7 56%, #47D0F5 0%, #47D0F5 92%, #F3F9F7 0%);
  display: inline-block;
  margin-top: 47px;
}
.signup-root .start-trial-root .start-trial-banner .start-trial-background .start-trial-time {
  width: 252px;
  height: 50px;
  background: #FFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 50px;
  margin: 10px auto 0 auto;
}
.signup-root .start-trial-root .start-trial-content {
  width: 1223px;
  margin: 0 auto;
}
.signup-root .start-trial-root .start-trial-content .start-trial-detail {
  width: 463px;
  background: #FFFFFF;
  border: 1px solid #D5EFE7;
  border-top: 8px solid #4EBB9D;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: -14px auto 0 auto;
  position: relative;
  z-index: 2;
}
.signup-root .start-trial-root .start-trial-content .start-trial-detail dl {
  padding: 0 25px;
}
.signup-root .start-trial-root .start-trial-content .start-trial-detail dl dt {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.signup-root .start-trial-root .start-trial-content .start-trial-detail dl dd .start-trial-solid {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #9AB8C0;
  opacity: 0.5;
}
.signup-root .start-trial-root .start-trial-content .start-trial-detail dl dd .start-trial-detail-info {
  line-height: 34px;
  display: flex;
  justify-content: space-between;
}
.signup-root .start-trial-root .start-trial-content .start-trial-desc {
  width: 463px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  margin: 0 auto;
  padding-top: 20px;
}
.signup-root .start-trial-root .start-trial-content .start-trial-button-bac {
  width: 215px;
  height: 60px;
  background: #118CAD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin: 25px auto 50px auto;
  float: right;
}
.signup-root .start-trial-root .start-trial-content .start-trial-button-bac .start-trial-button {
  width: 212px;
  height: 55px;
  background: #139FC5;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.signup-root .start-trial-root .start-trial-content .start-trial-button-bac .ant-btn {
  border: 0;
}
.signup-root .start-trial-root .start-trial-content .button-loading {
  background: #639bb2;
}
.signup-root .start-trial-root .start-trial-content-button {
  width: 463px;
  margin: 0 auto;
}
.signup-root .start-trial-root .start-trial-content-button-back {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  margin-top: 25px;
  cursor: pointer;
  float: left;
  text-align: center;
}
.signup-root .start-trial-root .start-trial-content-button-back-icon svg {
  width: 26px !important;
  height: 26px !important;
  margin: 12px 0 0 0px;
}
.signup-root {
  width: 100%;
}
.signup-root .signup-header {
  min-width: 1199px;
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 5;
}
.signup-root .signup-header .signup-header-con {
  width: 1199px;
  overflow: hidden;
  margin: 0 auto;
}
.signup-root .signup-header .signup-header-con img {
  width: 152px;
  margin-top: 20px;
  display: block;
  float: left;
  -webkit-user-drag: none;
  margin-right: 198px;
}
.signup-root .signup-header .signup-header-con .signup-header-tab {
  float: left;
}
.signup-root .signup-header .signup-header-con .signup-header-tab .ant-steps-item-content {
  display: block;
  padding-right: 16px;
  background-color: #fff;
}
.signup-root .signup-header .signup-header-con .signup-header-tab .ant-steps-item {
  padding-left: 8px;
  flex: none;
}
.signup-root .signup-header .signup-header-con .signup-header-tab .ant-steps-item-title {
  padding-right: 0;
  color: #373737;
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
  height: 35px;
  line-height: 35px;
}
.signup-root .signup-header .signup-header-con .signup-header-tab .ant-steps-item-title::after {
  top: 18px;
  z-index: -1;
}
.signup-root .signup-header .signup-header-con .signup-header-tab .ant-steps-item-process .ant-steps-item-title {
  height: 35px;
  border-radius: 17px;
  color: #139FC5;
  padding: 0 10px;
  font-weight: 600;
}
.signup-root .clear {
  clear: both;
}

.signup-loading {
  margin-top: 30px;
}
.sprout-empty-root {
  width: 100%;
  height: 100%;
}
.sprout-empty-root .sprout-empty-content-wrap {
  overflow-y: hidden;
  padding-top: 130px;
  padding-left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #e6f0f4;
}
.sprout-empty-root .sprout-empty-content-wrap .sprout-empty-content {
  margin: 0 auto;
  padding: 24px;
  overflow-y: overlay;
}
