/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
@font-face {
  font-family: "Monospaced Number";
  src: local("Tahoma");
  unicode-range: U+30-39;
}
@font-face {
  font-family: "Monospaced Number";
  font-weight: bold;
  src: local("Tahoma-Bold");
  unicode-range: U+30-39;
}
@font-face {
  font-family: "Chinese Quote";
  src: local("PingFang SC"), local("SimSun");
  unicode-range: U+2018, U+2019, U+201c, U+201d;
}
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #00D0F6;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:focus {
  text-decoration: underline;
  text-decoration-skip: ink;
}
a:hover {
  color: #29e6ff;
}
a:active {
  color: #00a9cf;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  background: #1890ff;
  color: #fff;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'anticon';
  src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.eot');
  /* IE9*/
  src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.ttf') format('truetype'), /* iOS 4.1- */ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.svg#iconfont') format('svg');
}
.anticon {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon:before {
  display: block;
  font-family: "anticon" !important;
}
.anticon-step-forward:before {
  content: "\E600";
}
.anticon-step-backward:before {
  content: "\E601";
}
.anticon-forward:before {
  content: "\E602";
}
.anticon-backward:before {
  content: "\E603";
}
.anticon-caret-right:before {
  content: "\E604";
}
.anticon-caret-left:before {
  content: "\E605";
}
.anticon-caret-down:before {
  content: "\E606";
}
.anticon-caret-up:before {
  content: "\E607";
}
.anticon-right-circle:before {
  content: "\E608";
}
.anticon-circle-right:before {
  content: "\E608";
}
.anticon-caret-circle-right:before {
  content: "\E608";
}
.anticon-left-circle:before {
  content: "\E609";
}
.anticon-circle-left:before {
  content: "\E609";
}
.anticon-caret-circle-left:before {
  content: "\E609";
}
.anticon-up-circle:before {
  content: "\E60A";
}
.anticon-circle-up:before {
  content: "\E60A";
}
.anticon-caret-circle-up:before {
  content: "\E60A";
}
.anticon-down-circle:before {
  content: "\E60B";
}
.anticon-circle-down:before {
  content: "\E60B";
}
.anticon-caret-circle-down:before {
  content: "\E60B";
}
.anticon-right-circle-o:before {
  content: "\E60C";
}
.anticon-circle-o-right:before {
  content: "\E60C";
}
.anticon-caret-circle-o-right:before {
  content: "\E60C";
}
.anticon-left-circle-o:before {
  content: "\E60D";
}
.anticon-circle-o-left:before {
  content: "\E60D";
}
.anticon-caret-circle-o-left:before {
  content: "\E60D";
}
.anticon-up-circle-o:before {
  content: "\E60E";
}
.anticon-circle-o-up:before {
  content: "\E60E";
}
.anticon-caret-circle-o-up:before {
  content: "\E60E";
}
.anticon-down-circle-o:before {
  content: "\E60F";
}
.anticon-circle-o-down:before {
  content: "\E60F";
}
.anticon-caret-circle-o-down:before {
  content: "\E60F";
}
.anticon-verticle-left:before {
  content: "\E610";
}
.anticon-verticle-right:before {
  content: "\E611";
}
.anticon-rollback:before {
  content: "\E612";
}
.anticon-retweet:before {
  content: "\E613";
}
.anticon-shrink:before {
  content: "\E614";
}
.anticon-arrows-alt:before {
  content: "\E615";
}
.anticon-arrow-salt:before {
  content: "\E615";
}
.anticon-reload:before {
  content: "\E616";
}
.anticon-double-right:before {
  content: "\E617";
}
.anticon-double-left:before {
  content: "\E618";
}
.anticon-arrow-down:before {
  content: "\E619";
}
.anticon-arrow-up:before {
  content: "\E61A";
}
.anticon-arrow-right:before {
  content: "\E61B";
}
.anticon-arrow-left:before {
  content: "\E61C";
}
.anticon-down:before {
  content: "\E61D";
}
.anticon-up:before {
  content: "\E61E";
}
.anticon-right:before {
  content: "\E61F";
}
.anticon-left:before {
  content: "\E620";
}
.anticon-minus-square-o:before {
  content: "\E621";
}
.anticon-minus-circle:before {
  content: "\E622";
}
.anticon-minus-circle-o:before {
  content: "\E623";
}
.anticon-minus:before {
  content: "\E624";
}
.anticon-plus-circle-o:before {
  content: "\E625";
}
.anticon-plus-circle:before {
  content: "\E626";
}
.anticon-plus:before {
  content: "\E627";
}
.anticon-info-circle:before {
  content: "\E628";
}
.anticon-info-circle-o:before {
  content: "\E629";
}
.anticon-info:before {
  content: "\E62A";
}
.anticon-exclamation:before {
  content: "\E62B";
}
.anticon-exclamation-circle:before {
  content: "\E62C";
}
.anticon-exclamation-circle-o:before {
  content: "\E62D";
}
.anticon-close-circle:before {
  content: "\E62E";
}
.anticon-cross-circle:before {
  content: "\E62E";
}
.anticon-close-circle-o:before {
  content: "\E62F";
}
.anticon-cross-circle-o:before {
  content: "\E62F";
}
.anticon-check-circle:before {
  content: "\E630";
}
.anticon-check-circle-o:before {
  content: "\E631";
}
.anticon-check:before {
  content: "\E632";
}
.anticon-close:before {
  content: "\E633";
}
.anticon-cross:before {
  content: "\E633";
}
.anticon-customer-service:before {
  content: "\E634";
}
.anticon-customerservice:before {
  content: "\E634";
}
.anticon-credit-card:before {
  content: "\E635";
}
.anticon-code-o:before {
  content: "\E636";
}
.anticon-book:before {
  content: "\E637";
}
.anticon-bars:before {
  content: "\E639";
}
.anticon-question:before {
  content: "\E63A";
}
.anticon-question-circle:before {
  content: "\E63B";
}
.anticon-question-circle-o:before {
  content: "\E63C";
}
.anticon-pause:before {
  content: "\E63D";
}
.anticon-pause-circle:before {
  content: "\E63E";
}
.anticon-pause-circle-o:before {
  content: "\E63F";
}
.anticon-clock-circle:before {
  content: "\E640";
}
.anticon-clock-circle-o:before {
  content: "\E641";
}
.anticon-swap:before {
  content: "\E642";
}
.anticon-swap-left:before {
  content: "\E643";
}
.anticon-swap-right:before {
  content: "\E644";
}
.anticon-plus-square-o:before {
  content: "\E645";
}
.anticon-frown:before {
  content: "\E646";
}
.anticon-frown-circle:before {
  content: "\E646";
}
.anticon-ellipsis:before {
  content: "\E647";
}
.anticon-copy:before {
  content: "\E648";
}
.anticon-menu-fold:before {
  content: "\E9AC";
}
.anticon-mail:before {
  content: "\E659";
}
.anticon-logout:before {
  content: "\E65A";
}
.anticon-link:before {
  content: "\E65B";
}
.anticon-area-chart:before {
  content: "\E65C";
}
.anticon-line-chart:before {
  content: "\E65D";
}
.anticon-home:before {
  content: "\E65E";
}
.anticon-laptop:before {
  content: "\E65F";
}
.anticon-star:before {
  content: "\E660";
}
.anticon-star-o:before {
  content: "\E661";
}
.anticon-folder:before {
  content: "\E662";
}
.anticon-filter:before {
  content: "\E663";
}
.anticon-file:before {
  content: "\E664";
}
.anticon-exception:before {
  content: "\E665";
}
.anticon-meh:before {
  content: "\E666";
}
.anticon-meh-circle:before {
  content: "\E666";
}
.anticon-meh-o:before {
  content: "\E667";
}
.anticon-shopping-cart:before {
  content: "\E668";
}
.anticon-save:before {
  content: "\E669";
}
.anticon-user:before {
  content: "\E66A";
}
.anticon-video-camera:before {
  content: "\E66B";
}
.anticon-to-top:before {
  content: "\E66C";
}
.anticon-team:before {
  content: "\E66D";
}
.anticon-tablet:before {
  content: "\E66E";
}
.anticon-solution:before {
  content: "\E66F";
}
.anticon-search:before {
  content: "\E670";
}
.anticon-share-alt:before {
  content: "\E671";
}
.anticon-setting:before {
  content: "\E672";
}
.anticon-poweroff:before {
  content: "\E6D5";
}
.anticon-picture:before {
  content: "\E674";
}
.anticon-phone:before {
  content: "\E675";
}
.anticon-paper-clip:before {
  content: "\E676";
}
.anticon-notification:before {
  content: "\E677";
}
.anticon-mobile:before {
  content: "\E678";
}
.anticon-menu-unfold:before {
  content: "\E9AD";
}
.anticon-inbox:before {
  content: "\E67A";
}
.anticon-lock:before {
  content: "\E67B";
}
.anticon-qrcode:before {
  content: "\E67C";
}
.anticon-play-circle:before {
  content: "\E6D0";
}
.anticon-play-circle-o:before {
  content: "\E6D1";
}
.anticon-tag:before {
  content: "\E6D2";
}
.anticon-tag-o:before {
  content: "\E6D3";
}
.anticon-tags:before {
  content: "\E67D";
}
.anticon-tags-o:before {
  content: "\E67E";
}
.anticon-cloud-o:before {
  content: "\E67F";
}
.anticon-cloud:before {
  content: "\E680";
}
.anticon-cloud-upload:before {
  content: "\E681";
}
.anticon-cloud-download:before {
  content: "\E682";
}
.anticon-cloud-download-o:before {
  content: "\E683";
}
.anticon-cloud-upload-o:before {
  content: "\E684";
}
.anticon-environment:before {
  content: "\E685";
}
.anticon-environment-o:before {
  content: "\E686";
}
.anticon-eye:before {
  content: "\E687";
}
.anticon-eye-o:before {
  content: "\E688";
}
.anticon-camera:before {
  content: "\E689";
}
.anticon-camera-o:before {
  content: "\E68A";
}
.anticon-windows:before {
  content: "\E68B";
}
.anticon-apple:before {
  content: "\E68C";
}
.anticon-apple-o:before {
  content: "\E6D4";
}
.anticon-android:before {
  content: "\E938";
}
.anticon-android-o:before {
  content: "\E68D";
}
.anticon-aliwangwang:before {
  content: "\E68E";
}
.anticon-aliwangwang-o:before {
  content: "\E68F";
}
.anticon-export:before {
  content: "\E691";
}
.anticon-edit:before {
  content: "\E692";
}
.anticon-appstore-o:before {
  content: "\E695";
}
.anticon-appstore:before {
  content: "\E696";
}
.anticon-scan:before {
  content: "\E697";
}
.anticon-file-text:before {
  content: "\E698";
}
.anticon-folder-open:before {
  content: "\E699";
}
.anticon-hdd:before {
  content: "\E69A";
}
.anticon-ie:before {
  content: "\E69B";
}
.anticon-file-jpg:before {
  content: "\E69C";
}
.anticon-like:before {
  content: "\E64C";
}
.anticon-like-o:before {
  content: "\E69D";
}
.anticon-dislike:before {
  content: "\E64B";
}
.anticon-dislike-o:before {
  content: "\E69E";
}
.anticon-delete:before {
  content: "\E69F";
}
.anticon-enter:before {
  content: "\E6A0";
}
.anticon-pushpin-o:before {
  content: "\E6A1";
}
.anticon-pushpin:before {
  content: "\E6A2";
}
.anticon-heart:before {
  content: "\E6A3";
}
.anticon-heart-o:before {
  content: "\E6A4";
}
.anticon-pay-circle:before {
  content: "\E6A5";
}
.anticon-pay-circle-o:before {
  content: "\E6A6";
}
.anticon-smile:before {
  content: "\E6A7";
}
.anticon-smile-circle:before {
  content: "\E6A7";
}
.anticon-smile-o:before {
  content: "\E6A8";
}
.anticon-frown-o:before {
  content: "\E6A9";
}
.anticon-calculator:before {
  content: "\E6AA";
}
.anticon-message:before {
  content: "\E6AB";
}
.anticon-chrome:before {
  content: "\E6AC";
}
.anticon-github:before {
  content: "\E6AD";
}
.anticon-file-unknown:before {
  content: "\E6AF";
}
.anticon-file-excel:before {
  content: "\E6B0";
}
.anticon-file-ppt:before {
  content: "\E6B1";
}
.anticon-file-word:before {
  content: "\E6B2";
}
.anticon-file-pdf:before {
  content: "\E6B3";
}
.anticon-desktop:before {
  content: "\E6B4";
}
.anticon-upload:before {
  content: "\E6B6";
}
.anticon-download:before {
  content: "\E6B7";
}
.anticon-pie-chart:before {
  content: "\E6B8";
}
.anticon-unlock:before {
  content: "\E6BA";
}
.anticon-calendar:before {
  content: "\E6BB";
}
.anticon-windows-o:before {
  content: "\E6BC";
}
.anticon-dot-chart:before {
  content: "\E6BD";
}
.anticon-bar-chart:before {
  content: "\E6BE";
}
.anticon-code:before {
  content: "\E6BF";
}
.anticon-api:before {
  content: "\E951";
}
.anticon-plus-square:before {
  content: "\E6C0";
}
.anticon-minus-square:before {
  content: "\E6C1";
}
.anticon-close-square:before {
  content: "\E6C2";
}
.anticon-close-square-o:before {
  content: "\E6C3";
}
.anticon-check-square:before {
  content: "\E6C4";
}
.anticon-check-square-o:before {
  content: "\E6C5";
}
.anticon-fast-backward:before {
  content: "\E6C6";
}
.anticon-fast-forward:before {
  content: "\E6C7";
}
.anticon-up-square:before {
  content: "\E6C8";
}
.anticon-down-square:before {
  content: "\E6C9";
}
.anticon-left-square:before {
  content: "\E6CA";
}
.anticon-right-square:before {
  content: "\E6CB";
}
.anticon-right-square-o:before {
  content: "\E6CC";
}
.anticon-left-square-o:before {
  content: "\E6CD";
}
.anticon-down-square-o:before {
  content: "\E6CE";
}
.anticon-up-square-o:before {
  content: "\E6CF";
}
.anticon-loading:before {
  content: "\E64D";
}
.anticon-loading-3-quarters:before {
  content: "\E6AE";
}
.anticon-bulb:before {
  content: "\E649";
}
.anticon-select:before {
  content: "\E64A";
}
.anticon-addfile:before,
.anticon-file-add:before {
  content: "\E910";
}
.anticon-addfolder:before,
.anticon-folder-add:before {
  content: "\E914";
}
.anticon-switcher:before {
  content: "\E913";
}
.anticon-rocket:before {
  content: "\E90F";
}
.anticon-dingding:before {
  content: "\E923";
}
.anticon-dingding-o:before {
  content: "\E925";
}
.anticon-bell:before {
  content: "\E64E";
}
.anticon-disconnect:before {
  content: "\E64F";
}
.anticon-database:before {
  content: "\E650";
}
.anticon-compass:before {
  content: "\E6DB";
}
.anticon-barcode:before {
  content: "\E652";
}
.anticon-hourglass:before {
  content: "\E653";
}
.anticon-key:before {
  content: "\E654";
}
.anticon-flag:before {
  content: "\E655";
}
.anticon-layout:before {
  content: "\E656";
}
.anticon-login:before {
  content: "\E657";
}
.anticon-printer:before {
  content: "\E673";
}
.anticon-sound:before {
  content: "\E6E9";
}
.anticon-usb:before {
  content: "\E6D7";
}
.anticon-skin:before {
  content: "\E6D8";
}
.anticon-tool:before {
  content: "\E6D9";
}
.anticon-sync:before {
  content: "\E6DA";
}
.anticon-wifi:before {
  content: "\E6D6";
}
.anticon-car:before {
  content: "\E6DC";
}
.anticon-copyright:before {
  content: "\E6DE";
}
.anticon-schedule:before {
  content: "\E6DF";
}
.anticon-user-add:before {
  content: "\E6ED";
}
.anticon-user-delete:before {
  content: "\E6E0";
}
.anticon-usergroup-add:before {
  content: "\E6DD";
}
.anticon-usergroup-delete:before {
  content: "\E6E1";
}
.anticon-man:before {
  content: "\E6E2";
}
.anticon-woman:before {
  content: "\E6EC";
}
.anticon-shop:before {
  content: "\E6E3";
}
.anticon-gift:before {
  content: "\E6E4";
}
.anticon-idcard:before {
  content: "\E6E5";
}
.anticon-medicine-box:before {
  content: "\E6E6";
}
.anticon-red-envelope:before {
  content: "\E6E7";
}
.anticon-coffee:before {
  content: "\E6E8";
}
.anticon-trademark:before {
  content: "\E651";
}
.anticon-safety:before {
  content: "\E6EA";
}
.anticon-wallet:before {
  content: "\E6EB";
}
.anticon-bank:before {
  content: "\E6EE";
}
.anticon-trophy:before {
  content: "\E6EF";
}
.anticon-contacts:before {
  content: "\E6F0";
}
.anticon-global:before {
  content: "\E6F1";
}
.anticon-shake:before {
  content: "\E94F";
}
.anticon-fork:before {
  content: "\E6F2";
}
.anticon-dashboard:before {
  content: "\E99A";
}
.anticon-profile:before {
  content: "\E999";
}
.anticon-table:before {
  content: "\E998";
}
.anticon-warning:before {
  content: "\E997";
}
.anticon-form:before {
  content: "\E996";
}
.anticon-spin:before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-weibo-square:before {
  content: "\E6F5";
}
.anticon-weibo-circle:before {
  content: "\E6F4";
}
.anticon-taobao-circle:before {
  content: "\E6F3";
}
.anticon-html5:before {
  content: "\E9C7";
}
.anticon-weibo:before {
  content: "\E9C6";
}
.anticon-twitter:before {
  content: "\E9C5";
}
.anticon-wechat:before {
  content: "\E9C4";
}
.anticon-youtube:before {
  content: "\E9C3";
}
.anticon-alipay-circle:before {
  content: "\E9C2";
}
.anticon-taobao:before {
  content: "\E9C1";
}
.anticon-skype:before {
  content: "\E9C0";
}
.anticon-qq:before {
  content: "\E9BF";
}
.anticon-medium-workmark:before {
  content: "\E9BE";
}
.anticon-gitlab:before {
  content: "\E9BD";
}
.anticon-medium:before {
  content: "\E9BC";
}
.anticon-linkedin:before {
  content: "\E9BB";
}
.anticon-google-plus:before {
  content: "\E9BA";
}
.anticon-dropbox:before {
  content: "\E9B9";
}
.anticon-facebook:before {
  content: "\E9B8";
}
.anticon-codepen:before {
  content: "\E9B7";
}
.anticon-amazon:before {
  content: "\E9B6";
}
.anticon-google:before {
  content: "\E9B5";
}
.anticon-codepen-circle:before {
  content: "\E9B4";
}
.anticon-alipay:before {
  content: "\E9B3";
}
.anticon-ant-design:before {
  content: "\E9B2";
}
.anticon-aliyun:before {
  content: "\E9F4";
}
.anticon-zhihu:before {
  content: "\E703";
}
.anticon-file-markdown:before {
  content: "\E704";
}
.anticon-slack:before {
  content: "\E705";
}
.anticon-slack-square:before {
  content: "\E706";
}
.anticon-behance:before {
  content: "\E707";
}
.anticon-behance-square:before {
  content: "\E708";
}
.anticon-dribbble:before {
  content: "\E709";
}
.anticon-dribbble-square:before {
  content: "\E70A";
}
.anticon-instagram:before {
  content: "\E70B";
}
.anticon-yuque:before {
  content: "\E70C";
}
.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-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@keyframes antMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
.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% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleX(0.8);
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0%;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scaleX(0.8);
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.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);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.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);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
}
@keyframes antZoomUpOut {
  0% {
    transform-origin: 50% 0%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
}
@keyframes antZoomRightOut {
  0% {
    transform-origin: 100% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.8);
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
@keyframes antZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.8);
  }
}
.ant-motion-collapse {
  overflow: hidden;
}
.ant-motion-collapse-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 8px 15px 8px 37px;
  border-radius: 8px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert-icon {
  top: 12.5px;
  left: 16px;
  position: absolute;
}
.ant-alert-description {
  font-size: 14px;
  line-height: 22px;
  display: none;
}
.ant-alert-success {
  border: 1px solid #b7eb8f;
  background-color: #f6ffed;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  border: 1px solid #91d5ff;
  background-color: #e6f7ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  border: 1px solid #ffe58f;
  background-color: #fffbe6;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  border: 1px solid #ffa39e;
  background-color: #fff1f0;
}
.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}
.ant-alert-close-icon {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 8px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-cross {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-cross:hover {
  color: #404040;
}
.ant-alert-close-text {
  position: absolute;
  right: 16px;
}
.ant-alert-with-description {
  padding: 15px 15px 15px 64px;
  position: relative;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 14px;
}
.ant-alert-with-description .ant-alert-message {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 4px;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transform-origin: 50% 0;
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
.ant-anchor {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  background-color: #fff;
  overflow: auto;
  padding-left: 4px;
  margin-left: -4px;
}
.ant-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ant-anchor-ink:before {
  content: ' ';
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e8e8e8;
  margin: 0 auto;
}
.ant-anchor-ink-ball {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 2px solid #1890ff;
  background-color: #fff;
  left: 50%;
  transition: top 0.3s ease-in-out;
  transform: translateX(-50%);
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 8px 0 8px 16px;
  line-height: 1;
}
.ant-anchor-link-title {
  display: block;
  position: relative;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  line-height: 32px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-left: 12px;
  margin-right: 12px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  background: transparent;
  border-width: 1px;
  line-height: 1.5;
  height: 32px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 40px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  padding-top: 1px;
  padding-bottom: 1px;
  height: 24px;
}
.ant-avatar {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar > * {
  line-height: 32px;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg > * {
  line-height: 40px;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm > * {
  line-height: 24px;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 8px;
}
.ant-avatar > img {
  width: 100%;
  height: 100%;
  display: block;
}
.ant-back-top {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  position: fixed;
  right: 100px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  margin: 12px auto;
  width: 14px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
.ant-badge {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.ant-badge-count {
  position: absolute;
  transform: translateX(-50%);
  top: -10px;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #f5222d;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  transform-origin: -10% center;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #f5222d;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  background-color: #1890ff;
  position: relative;
}
.ant-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1890ff;
  content: '';
  animation: antStatusProcessing 1.2s infinite ease-in-out;
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f5222d;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin-left: 8px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  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 .ant-scroll-number {
  top: auto;
  display: block;
  position: relative;
}
.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;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 20px;
}
.ant-scroll-number-only > p {
  height: 20px;
  margin: 0;
}
@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
}
.ant-breadcrumb {
  font-family: Poppins-Regular;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 12px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #40a9ff;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-btn {
  line-height: 1.5;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 8px;
  height: 32px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 8px;
  height: 40px;
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 8px;
  height: 24px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active,
.ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  background: #fff;
  text-decoration: none;
}
.ant-btn > i,
.ant-btn > span {
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger {
  color: #f5222d;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #cf1322;
  border-color: #cf1322;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 24px;
}
.ant-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn.ant-btn-loading:before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
  line-height: 30px;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  height: 24px;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 8px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 8px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 8px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 8px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-clicked:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #1890ff;
  opacity: 0.4;
  animation: buttonEffect 0.4s;
  display: block;
}
.ant-btn-danger.ant-btn-clicked:after {
  border-color: #f5222d;
}
.ant-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #f5222d;
  background-color: transparent;
  border-color: #f5222d;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #cf1322;
  background-color: transparent;
  border-color: #cf1322;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-two-chinese-chars:first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > * {
  letter-spacing: 0.34em;
  margin-right: -0.34em;
}
@keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
a.ant-btn {
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-fullcalendar {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border-top: 1px solid #d9d9d9;
}
.ant-fullcalendar-month-select {
  margin-left: 5px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  line-height: 20px;
  padding: 0 10px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}
.ant-fullcalendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  height: 256px;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-fullcalendar-column-header {
  line-height: 18px;
  padding: 0;
  width: 33px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  transition: all 0.3s;
}
.ant-fullcalendar-value {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  line-height: 24px;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  background: #1890ff;
  color: #fff;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #1890ff inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  background: #1890ff;
  color: #fff;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -9px;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  text-align: left;
  margin: 0 4px;
  display: block;
  color: rgba(0, 0, 0, 0.65);
  height: 116px;
  padding: 4px 8px;
  border-top: 2px solid #e8e8e8;
  transition: background 0.3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #bae7ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: right;
  padding-right: 12px;
  padding-bottom: 5px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  text-align: right;
  background: transparent;
  width: auto;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  border-top-color: #1890ff;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #e6f7ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1890ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  height: 88px;
  overflow-y: auto;
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: auto;
  cursor: not-allowed;
}
.ant-card {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 24px;
  border-radius: 2px 2px 0 0;
  zoom: 1;
  margin-bottom: -1px;
  min-height: 48px;
}
.ant-card-head:before,
.ant-card-head:after {
  content: "";
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head:before,
.ant-card-head:after {
  content: "";
  display: table;
}
.ant-card-head:after {
  clear: both;
}
.ant-card-head-wrapper {
  display: flex;
}
.ant-card-head-title {
  font-size: 16px;
  padding: 16px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  display: inline-block;
  flex: 1;
}
.ant-card-head .ant-tabs {
  margin-bottom: -17px;
  clear: both;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  padding: 17.5px 0;
  text-align: right;
  margin-left: auto;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body:before,
.ant-card-body:after {
  content: "";
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-body:before,
.ant-card-body:after {
  content: "";
  display: table;
}
.ant-card-body:after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  border-radius: 0;
  border: 0;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  width: 33.33%;
  float: left;
  padding: 24px;
  transition: all 0.3s;
}
.ant-card-grid:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs .ant-card-head-title {
  padding-bottom: 0;
  min-height: 32px;
}
.ant-card-contain-tabs .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  width: 100%;
  display: block;
}
.ant-card-actions {
  border-top: 1px solid #e8e8e8;
  background: #fafafa;
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: "";
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions:before,
.ant-card-actions:after {
  content: "";
  display: table;
}
.ant-card-actions:after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  text-align: center;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-actions > li > span {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  line-height: 22px;
  min-width: 32px;
  position: relative;
}
.ant-card-actions > li > span:hover {
  color: #1890ff;
  transition: color 0.3s;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: 100%;
}
.ant-card-actions > li > span a {
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  display: inline-block;
  width: 100%;
}
.ant-card-actions > li > span a:hover {
  color: #1890ff;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-wider-padding .ant-card-head {
  padding: 0 32px;
}
.ant-card-wider-padding .ant-card-body {
  padding: 24px 32px;
}
.ant-card-padding-transition .ant-card-head,
.ant-card-padding-transition .ant-card-body {
  transition: padding 0.3s;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: "";
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta:before,
.ant-card-meta:after {
  content: "";
  display: table;
}
.ant-card-meta:after {
  clear: both;
}
.ant-card-meta-avatar {
  padding-right: 16px;
  float: left;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-carousel {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-track:before,
.ant-carousel .slick-track:after {
  content: "";
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: none;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ant-carousel .slick-prev:hover:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-next:focus:before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled:before,
.ant-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev:before {
  content: "\2190";
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next:before {
  content: "\2192";
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.ant-carousel .slick-dots li button {
  border: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: all 0.5s;
  padding: 0;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  width: 3px;
  bottom: auto;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-cascader {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-cascader-input.ant-input {
  background-color: transparent !important;
  cursor: pointer;
  width: 100%;
  position: static;
}
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}
.ant-cascader-picker {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  outline: 0;
  transition: color 0.3s;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  cursor: not-allowed;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-label {
  position: absolute;
  left: 0;
  height: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 12px;
}
.ant-cascader-picker-clear {
  opacity: 0;
  position: absolute;
  right: 12px;
  z-index: 2;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  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;
  z-index: 1;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
  margin-top: -6px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-arrow:before {
  transition: transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand:before {
  transform: rotate(180deg);
}
.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}
.ant-cascader-menus {
  font-size: 14px;
  background: #fff;
  position: absolute;
  z-index: 1050;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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;
  vertical-align: top;
  min-width: 111px;
  height: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e8e8e8;
  overflow: auto;
}
.ant-cascader-menu:first-child {
  border-radius: 8px 0 0 8px;
}
.ant-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
  border-radius: 0 8px 8px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 8px;
}
.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #e6f7ff;
}
.ant-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background: #f5f5f5;
  font-weight: 600;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E61F";
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  right: 12px;
}
:root .ant-cascader-menu-item-expand:after {
  font-size: 12px;
}
.ant-cascader-menu-item-loading:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E64D";
  animation: loadingCircle 1s infinite linear;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-checkbox:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox:after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.57142857px;
  top: 1.14285714px;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  content: ' ';
  transform: scale(1);
  position: absolute;
  left: 2.42857143px;
  top: 5.92857143px;
  width: 9.14285714px;
  height: 1.14285714px;
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-checkbox-disabled .ant-checkbox-inner:after {
  animation-name: none;
  border-color: #f5f5f5;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-checkbox-group {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-collapse {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 8px 8px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  line-height: 22px;
  padding: 12px 0 12px 40px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  font-size: 12px;
  position: absolute;
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  transition: transform 0.24s;
  top: 0;
  left: 16px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  display: block;
  font-family: "anticon" !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow:before {
  content: "\E61F";
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 8px 8px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  transform: rotate(90deg);
}
.ant-collapse-borderless {
  background-color: #fff;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-picker-container {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1050;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #1890ff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 12px;
  transition: all 0.3s;
  user-select: none;
}
.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.25);
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-picker-icon:after {
  content: "\E6BB";
  font-family: "anticon";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.5;
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: #00D0F6;
  background: #fff;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-header a:hover {
  color: #29e6ff;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn:after,
.ant-calendar-header .ant-calendar-prev-decade-btn:after,
.ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn:after,
.ant-calendar-header .ant-calendar-next-decade-btn:after,
.ant-calendar-header .ant-calendar-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  border: 0;
  text-align: center;
}
.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-calendar-column-header {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  padding: 3px 0;
  height: 30px;
}
.ant-calendar-date {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
}
.ant-calendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #1890ff;
  font-weight: bold;
  color: #1890ff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #d1e9ff;
}
.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  background: #1890ff;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  margin-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid #e8e8e8;
  line-height: 38px;
  padding: 0 12px;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}
.ant-calendar-footer-extra + .ant-calendar-footer-btn {
  border-top: 1px solid #e8e8e8;
  margin: 0 -12px;
  padding: 0 12px;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 8px;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  display: none;
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  height: 32px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 8px;
  height: 24px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 8px;
  height: 40px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 8px;
  height: 24px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 99%;
  outline: 0;
  width: 44%;
  text-align: center;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.45);
  width: 10px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ant-calendar-range-part {
  width: 50%;
  position: relative;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -132px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -118px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-left: -12px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #00D0F6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  transition: all 0.3s;
  height: 24px;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: '';
  display: block;
  background: #e6f7ff;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 207px;
  width: 100%;
  top: 68px;
  z-index: 2;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  padding-top: 40px;
  height: 100%;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  margin: 8px 12px;
  height: 22px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 40px;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  z-index: 1050;
  position: absolute;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  float: left;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 226px;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 206px;
}
.ant-calendar-time-picker-select li {
  text-align: center;
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
}
.ant-calendar-time-picker-select li:last-child:after {
  content: '';
  height: 202px;
  display: block;
}
.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff;
}
li.ant-calendar-time-picker-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 8px;
  background: #fff;
  outline: none;
}
.ant-calendar-month-panel > div {
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-header a:hover {
  color: #29e6ff;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 8px;
  background: #fff;
  outline: none;
}
.ant-calendar-year-panel > div {
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-header a:hover {
  color: #29e6ff;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 8px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-header a:hover {
  color: #29e6ff;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #1890ff;
  color: #fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  transition: all 0.3s;
  cursor: pointer;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: #bae7ff;
  font-weight: bold;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  background: transparent;
  color: rgba(0, 0, 0, 0.65);
}
.ant-divider {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}
.ant-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  clear: both;
}
.ant-divider-horizontal.ant-divider-with-text,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin: 16px 0;
}
.ant-divider-horizontal.ant-divider-with-text:before,
.ant-divider-horizontal.ant-divider-with-text-left:before,
.ant-divider-horizontal.ant-divider-with-text-right:before,
.ant-divider-horizontal.ant-divider-with-text:after,
.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-horizontal.ant-divider-with-text-right:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  transform: translateY(50%);
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left:before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left:after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-top: 1px dashed #e8e8e8;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after {
  border-style: dashed none none;
}
.ant-drawer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-drawer-content-wrapper {
  position: absolute;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper,
.ant-drawer-left .ant-drawer-content,
.ant-drawer-right .ant-drawer-content {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer.ant-drawer-open > * {
  pointer-events: auto;
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  opacity: 0.3;
}
.ant-drawer-title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ant-drawer-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  z-index: 1;
}
.ant-drawer-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.ant-drawer-close-x {
  display: block;
  font-style: normal;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.ant-drawer-close-x:before {
  content: "\E633";
  display: block;
  font-family: "anticon" !important;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-drawer-header {
  padding: 16px 24px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  filter: alpha(opacity=50);
}
.ant-drawer-open {
  overflow: hidden;
}
.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-dropdown {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.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-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 4px 0;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}
.ant-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  padding: 5px 12px;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 5px 12px;
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 22px;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 5px 12px;
  margin: -5px -12px;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > a:focus,
.ant-dropdown-menu-submenu-title > a:focus {
  text-decoration: none;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
  margin: 4px 0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  font-family: "anticon" !important;
  font-style: normal;
  content: "\E61F";
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  font-size: 12px;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  top: 0;
  left: 100%;
  position: absolute;
  min-width: 100%;
  margin-left: 4px;
  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:after {
  color: rgba(0, 0, 0, 0.25);
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  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-down,
.ant-dropdown-link .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
  font-size: 12px;
}
.ant-dropdown-trigger .anticon-ellipsis,
.ant-dropdown-link .anticon-ellipsis {
  text-shadow: 0 0 currentColor;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-dropdown-button .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow:after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  background: #1890ff;
  color: #fff;
}
.ant-form {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.45);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type="search"] {
  box-sizing: border-box;
}
.ant-form input[type="radio"],
.ant-form input[type="checkbox"] {
  line-height: normal;
}
.ant-form input[type="file"] {
  display: block;
}
.ant-form input[type="range"] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type="file"]:focus,
.ant-form input[type="radio"]:focus,
.ant-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #00D0F6;
}
.ant-form-item-required:before {
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 14px;
  color: #f5222d;
}
.ant-form-hide-required-mark .ant-form-item-required:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.ant-radio.disabled label,
.ant-checkbox.disabled label {
  cursor: not-allowed;
}
.ant-form-item {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  vertical-align: top;
  font-size: 14px;
}
.ant-form-item-control > .ant-form-item:last-child,
.ant-form-item [class^="ant-col-"] > .ant-form-item:only-child {
  margin-bottom: -24px;
}
.ant-form-item-control {
  line-height: 39.9999px;
  position: relative;
  zoom: 1;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: "";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-control:before,
.ant-form-item-control:after {
  content: "";
  display: table;
}
.ant-form-item-control:after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  text-align: right;
  vertical-align: middle;
  line-height: 39.9999px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.ant-form-item-label label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-no-colon .ant-form-item-label label:after {
  content: " ";
}
.ant-form-explain,
.ant-form-extra {
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: -2px;
  clear: both;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 24px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form textarea.ant-input {
  height: auto;
}
form .ant-upload {
  background: transparent;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ant-input-group-wrap .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-wrap .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.ant-input-group-wrap .ant-select-selection--single {
  margin-left: -1px;
  height: 40px;
  background-color: #eee;
}
.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
  padding-left: 8px;
  padding-right: 25px;
  line-height: 30px;
}
.ant-input-group-wrap .ant-select-open .ant-select-selection {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  margin: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.ant-form-vertical .ant-form-item-label label:after,
.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain,
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-form-item-label label:after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-xs-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-sm-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-md-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-lg-24.ant-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .ant-col-xl-24.ant-form-item-label label:after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: middle;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.ant-form-inline .ant-form-explain {
  position: absolute;
}
.has-success.has-feedback .ant-form-item-children:after,
.has-warning.has-feedback .ant-form-item-children:after,
.has-error.has-feedback .ant-form-item-children:after,
.is-validating.has-feedback .ant-form-item-children:after {
  position: absolute;
  top: 50%;
  right: 0;
  visibility: visible;
  pointer-events: none;
  width: 32px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
  font-size: 14px;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  z-index: 1;
}
.has-success.has-feedback .ant-form-item-children:after {
  animation-name: diffZoomIn1 !important;
  content: '\E630';
  color: #52c41a;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
  background-color: #fff;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children:after {
  content: '\E62C';
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-time-picker-icon:after,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  border-color: #f5222d;
  background-color: #fff;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children:after {
  content: '\E62E';
  color: #f5222d;
  animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon:after,
.has-error .ant-time-picker-icon:after,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.is-validating.has-feedback .ant-form-item-children:after {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
  content: "\E64D";
  color: #1890ff;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  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% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes antShowHelpOut {
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}
@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-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}
.ant-row:before,
.ant-row:after {
  content: "";
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row:before,
.ant-row:after {
  content: "";
  display: table;
}
.ant-row:after {
  clear: both;
}
.ant-row-flex {
  display: flex;
  flex-flow: row wrap;
}
.ant-row-flex:before,
.ant-row-flex:after {
  display: flex;
}
.ant-row-flex-start {
  justify-content: flex-start;
}
.ant-row-flex-center {
  justify-content: center;
}
.ant-row-flex-end {
  justify-content: flex-end;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex-space-around {
  justify-content: space-around;
}
.ant-row-flex-top {
  align-items: flex-start;
}
.ant-row-flex-middle {
  align-items: center;
}
.ant-row-flex-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  display: block;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12,
.ant-col-13,
.ant-col-xs-13,
.ant-col-sm-13,
.ant-col-md-13,
.ant-col-lg-13,
.ant-col-14,
.ant-col-xs-14,
.ant-col-sm-14,
.ant-col-md-14,
.ant-col-lg-14,
.ant-col-15,
.ant-col-xs-15,
.ant-col-sm-15,
.ant-col-md-15,
.ant-col-lg-15,
.ant-col-16,
.ant-col-xs-16,
.ant-col-sm-16,
.ant-col-md-16,
.ant-col-lg-16,
.ant-col-17,
.ant-col-xs-17,
.ant-col-sm-17,
.ant-col-md-17,
.ant-col-lg-17,
.ant-col-18,
.ant-col-xs-18,
.ant-col-sm-18,
.ant-col-md-18,
.ant-col-lg-18,
.ant-col-19,
.ant-col-xs-19,
.ant-col-sm-19,
.ant-col-md-19,
.ant-col-lg-19,
.ant-col-20,
.ant-col-xs-20,
.ant-col-sm-20,
.ant-col-md-20,
.ant-col-lg-20,
.ant-col-21,
.ant-col-xs-21,
.ant-col-sm-21,
.ant-col-md-21,
.ant-col-lg-21,
.ant-col-22,
.ant-col-xs-22,
.ant-col-sm-22,
.ant-col-md-22,
.ant-col-lg-22,
.ant-col-23,
.ant-col-xs-23,
.ant-col-sm-23,
.ant-col-md-23,
.ant-col-lg-23,
.ant-col-24,
.ant-col-xs-24,
.ant-col-sm-24,
.ant-col-md-24,
.ant-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
  float: left;
  flex: 0 0 auto;
}
.ant-col-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
  float: left;
  flex: 0 0 auto;
}
.ant-col-xs-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1,
  .ant-col-sm-2,
  .ant-col-sm-3,
  .ant-col-sm-4,
  .ant-col-sm-5,
  .ant-col-sm-6,
  .ant-col-sm-7,
  .ant-col-sm-8,
  .ant-col-sm-9,
  .ant-col-sm-10,
  .ant-col-sm-11,
  .ant-col-sm-12,
  .ant-col-sm-13,
  .ant-col-sm-14,
  .ant-col-sm-15,
  .ant-col-sm-16,
  .ant-col-sm-17,
  .ant-col-sm-18,
  .ant-col-sm-19,
  .ant-col-sm-20,
  .ant-col-sm-21,
  .ant-col-sm-22,
  .ant-col-sm-23,
  .ant-col-sm-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-sm-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1,
  .ant-col-md-2,
  .ant-col-md-3,
  .ant-col-md-4,
  .ant-col-md-5,
  .ant-col-md-6,
  .ant-col-md-7,
  .ant-col-md-8,
  .ant-col-md-9,
  .ant-col-md-10,
  .ant-col-md-11,
  .ant-col-md-12,
  .ant-col-md-13,
  .ant-col-md-14,
  .ant-col-md-15,
  .ant-col-md-16,
  .ant-col-md-17,
  .ant-col-md-18,
  .ant-col-md-19,
  .ant-col-md-20,
  .ant-col-md-21,
  .ant-col-md-22,
  .ant-col-md-23,
  .ant-col-md-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-md-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-1,
  .ant-col-lg-2,
  .ant-col-lg-3,
  .ant-col-lg-4,
  .ant-col-lg-5,
  .ant-col-lg-6,
  .ant-col-lg-7,
  .ant-col-lg-8,
  .ant-col-lg-9,
  .ant-col-lg-10,
  .ant-col-lg-11,
  .ant-col-lg-12,
  .ant-col-lg-13,
  .ant-col-lg-14,
  .ant-col-lg-15,
  .ant-col-lg-16,
  .ant-col-lg-17,
  .ant-col-lg-18,
  .ant-col-lg-19,
  .ant-col-lg-20,
  .ant-col-lg-21,
  .ant-col-lg-22,
  .ant-col-lg-23,
  .ant-col-lg-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-lg-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1,
  .ant-col-xl-2,
  .ant-col-xl-3,
  .ant-col-xl-4,
  .ant-col-xl-5,
  .ant-col-xl-6,
  .ant-col-xl-7,
  .ant-col-xl-8,
  .ant-col-xl-9,
  .ant-col-xl-10,
  .ant-col-xl-11,
  .ant-col-xl-12,
  .ant-col-xl-13,
  .ant-col-xl-14,
  .ant-col-xl-15,
  .ant-col-xl-16,
  .ant-col-xl-17,
  .ant-col-xl-18,
  .ant-col-xl-19,
  .ant-col-xl-20,
  .ant-col-xl-21,
  .ant-col-xl-22,
  .ant-col-xl-23,
  .ant-col-xl-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-xl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1,
  .ant-col-xxl-2,
  .ant-col-xxl-3,
  .ant-col-xxl-4,
  .ant-col-xxl-5,
  .ant-col-xxl-6,
  .ant-col-xxl-7,
  .ant-col-xxl-8,
  .ant-col-xxl-9,
  .ant-col-xxl-10,
  .ant-col-xxl-11,
  .ant-col-xxl-12,
  .ant-col-xxl-13,
  .ant-col-xxl-14,
  .ant-col-xxl-15,
  .ant-col-xxl-16,
  .ant-col-xxl-17,
  .ant-col-xxl-18,
  .ant-col-xxl-19,
  .ant-col-xxl-20,
  .ant-col-xxl-21,
  .ant-col-xxl-22,
  .ant-col-xxl-23,
  .ant-col-xxl-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ant-col-xxl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
}
.ant-input {
  font-family: Poppins-Regular;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #00D0F6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-input-group {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.ant-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-input-group > [class*="col-"] {
  padding-right: 8px;
}
.ant-input-group > [class*="col-"]:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  padding: 0 11px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #00D0F6;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}
.ant-input-group-addon > i:only-child:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 1px 7px;
  height: 24px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  width: 100%;
  float: left;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact:before,
.ant-input-group.ant-input-group-compact:after {
  content: "";
  display: table;
}
.ant-input-group.ant-input-group-compact:after {
  clear: both;
}
.ant-input-group.ant-input-group-compact > * {
  border-radius: 0;
  border-right-width: 0;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-radius: 0;
  border-right-width: 0;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right-width: 1px;
}
.ant-input-group-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.ant-input-affix-wrapper {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: static;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  color: #00D0F6;
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: #333;
}
.ant-input-search:not(.ant-input-search-small) > .ant-input-suffix {
  right: 12px;
}
.ant-input-search > .ant-input-suffix > .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-search > .ant-input-suffix > .ant-input-search-button > .anticon-search {
  font-size: 16px;
}
.ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-right: 46px;
}
.ant-input-search.ant-input-search-enter-button > .ant-input-suffix {
  right: 0;
}
.ant-input-number {
  font-family: Poppins-Regular;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  list-style: none;
  position: relative;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #00D0F6;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 90px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-input-number-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-input-number-handler {
  text-align: center;
  line-height: 0;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  position: relative;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  font-weight: bold;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  user-select: none;
  position: absolute;
  width: 12px;
  height: 12px;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-number-handler-up-inner:before,
.ant-input-number-handler-down-inner:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 30px;
  transition: all 0.3s linear;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  padding: 0 11px;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  border-left: 1px solid #d9d9d9;
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 8px 8px 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-up-inner:before {
  text-align: center;
  content: "\E61E";
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  border-top: 1px solid #d9d9d9;
  top: -1px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-down-inner:before {
  text-align: center;
  content: "\E61D";
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
  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 {
  background: #001529;
  padding: 0 16px;
  height: 64px;
  line-height: 64px;
}
.ant-layout-footer {
  background: #f0f2f5;
  padding: 0 1;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-layout-content {
  flex: auto;
}
.ant-layout-sider {
  transition: all 0.2s;
  position: relative;
  background: #001529;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
}
.ant-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  text-align: center;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #002140;
  z-index: 1;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #001529;
  color: #fff;
  font-size: 18px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-list {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-list-spin {
  text-align: center;
  min-height: 40px;
}
.ant-list-empty-text {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  padding: 16px;
  text-align: center;
}
.ant-list-item {
  align-items: center;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-item-meta {
  align-items: flex-start;
  display: flex;
  flex: 1;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
}
.ant-list-item-meta-title {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-content {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.ant-list-item-content-single {
  justify-content: flex-start;
}
.ant-list-item-action {
  font-size: 0;
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  list-style: none;
}
.ant-list-item-action > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  padding: 0 8px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  background-color: #e8e8e8;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
}
.ant-list-item-main {
  display: flex;
  flex: 1;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  color: rgba(0, 0, 0, 0.45);
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  display: block;
}
.ant-list-vertical .ant-list-item-extra-wrap {
  display: flex;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 58px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-avatar {
  display: none;
}
.ant-list-vertical .ant-list-item-meta-title {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-content {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-action {
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-list-item {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.ant-list-grid .ant-list-item-content {
  display: block;
}
.ant-list-bordered {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}
.ant-list-bordered .ant-list-header {
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
  padding-left: 24px;
  padding-right: 24px;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-left: 16px;
  padding-right: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item-extra-wrap {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 0;
  }
}
.ant-mention-wrapper {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  color: #00D0F6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  transition: all 0.3s;
  min-height: 32px;
  height: auto;
  line-height: 1.5;
  padding: 0;
  display: block;
}
.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-mention-wrapper .ant-mention-editor-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-mention-wrapper .ant-mention-editor-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-mention-wrapper .ant-mention-editor-wrapper {
  overflow-y: auto;
  height: auto;
}
.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-mention-wrapper.disabled .ant-mention-editor {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  color: #bfbfbf;
  opacity: 1;
  outline: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  height: auto;
  padding: 5px 11px;
}
.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mention-dropdown {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5em;
  max-height: 250px;
  min-width: 120px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-mention-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  color: #1890ff;
  text-align: center;
  display: block;
}
.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background 0.3s;
}
.ant-mention-dropdown-item:hover {
  background-color: #e6f7ff;
}
.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #e6f7ff;
}
.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  background-color: #f5f5f5;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-menu {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  line-height: 0;
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.ant-menu:before,
.ant-menu:after {
  content: "";
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu:before,
.ant-menu:after {
  content: "";
  display: table;
}
.ant-menu:after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 16px;
  transition: all 0.3s;
}
.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-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.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 {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-item > a:focus {
  text-decoration: none;
}
.ant-menu-item > a:before {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  border-right: 0;
  padding: 0;
  transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub,
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  cursor: pointer;
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: block;
  white-space: nowrap;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  border-radius: 8px;
  z-index: 1050;
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 8px;
}
.ant-menu-submenu > .ant-menu-submenu-title:after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  content: '';
  position: absolute;
  vertical-align: baseline;
  background: #fff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  width: 6px;
  height: 1.5px;
  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);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
  background: linear-gradient(to right, #1890ff, #1890ff);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(45deg) translateX(-2px);
}
.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(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
  line-height: 46px;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  float: left;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #1890ff;
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-inline .ant-menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  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);
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.01px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 40px;
  height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected:after,
.ant-menu-inline .ant-menu-item-selected:after {
  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);
  opacity: 1;
  transform: scaleY(1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  text-overflow: clip;
  padding: 0 32px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  max-width: 0;
  display: inline-block;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 40px;
  height: 40px;
  list-style-type: disc;
  list-style-position: inside;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  background: none;
  border-color: transparent !important;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #001529;
  border-bottom: 0;
  top: 0;
  margin-top: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a:before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  border-right: 0;
  margin-left: 0;
  left: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  background-color: transparent;
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow:before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  border-right: 0;
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected:after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow:after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-message {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: inline-block;
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #f5222d;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  margin-right: 8px;
  font-size: 16px;
  top: 1px;
  position: relative;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  overflow: hidden;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    opacity: 1;
    max-height: 150px;
    padding: 8px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
}
.ant-modal {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: auto;
  margin: 0 auto;
  top: 100px;
  padding-bottom: 24px;
}
.ant-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ant-modal-title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-modal-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.45);
  outline: 0;
  padding: 0;
}
.ant-modal-close-x {
  display: block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
.ant-modal-close-x:before {
  content: "\E633";
  display: block;
  font-family: "anticon" !important;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: #444;
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  border-radius: 0 0 8px 8px;
}
.ant-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  animation-duration: 0.3s;
  transform: none;
  opacity: 0;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  z-index: 1000;
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  .vertical-center-modal .ant-modal {
    flex: 1;
  }
}
.ant-confirm .ant-modal-header {
  display: none;
}
.ant-confirm .ant-modal-close {
  display: none;
}
.ant-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-confirm-body-wrapper {
  zoom: 1;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body-wrapper:before,
.ant-confirm-body-wrapper:after {
  content: "";
  display: table;
}
.ant-confirm-body-wrapper:after {
  clear: both;
}
.ant-confirm-body .ant-confirm-title {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  overflow: auto;
}
.ant-confirm-body .ant-confirm-content {
  margin-left: 38px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
}
.ant-confirm-body > .anticon {
  font-size: 22px;
  margin-right: 16px;
  float: left;
}
.ant-confirm .ant-confirm-btns {
  margin-top: 24px;
  float: right;
}
.ant-confirm .ant-confirm-btns button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ant-confirm-error .ant-confirm-body > .anticon {
  color: #f5222d;
}
.ant-confirm-warning .ant-confirm-body > .anticon,
.ant-confirm-confirm .ant-confirm-body > .anticon {
  color: #faad14;
}
.ant-confirm-info .ant-confirm-body > .anticon {
  color: #1890ff;
}
.ant-confirm-success .ant-confirm-body > .anticon {
  color: #52c41a;
}
.ant-notification {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-notice {
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.ant-notification-notice-message {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 8px;
  line-height: 24px;
  display: inline-block;
}
.ant-notification-notice-message-single-line-auto-margin {
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  background-color: transparent;
  pointer-events: none;
  display: block;
  max-width: 4px;
}
.ant-notification-notice-message-single-line-auto-margin:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 16px;
  margin-left: 48px;
  margin-bottom: 4px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  margin-left: 4px;
}
.ant-notification-notice-icon-success {
  color: #52c41a;
}
.ant-notification-notice-icon-info {
  color: #1890ff;
}
.ant-notification-notice-icon-warning {
  color: #faad14;
}
.ant-notification-notice-icon-error {
  color: #f5222d;
}
.ant-notification-notice-close-x:after {
  font-size: 14px;
  content: "\E633";
  font-family: "anticon";
  cursor: pointer;
}
.ant-notification-notice-close {
  position: absolute;
  right: 22px;
  top: 16px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
a.ant-notification-notice-close:focus {
  text-decoration: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  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% {
    opacity: 0;
    left: 384px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 384px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
.ant-pagination {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ant-pagination-total-text {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 30px;
  margin-right: 8px;
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 8px;
  user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
  font-family: Arial;
  outline: 0;
}
.ant-pagination-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  transition: all 0.3s;
  border-color: #1890ff;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item-active {
  border-color: #1890ff;
  font-weight: 500;
}
.ant-pagination-item-active a {
  color: #1890ff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev:after,
.ant-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-prev:hover:after,
.ant-pagination-jump-next:hover:after {
  color: #1890ff;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  letter-spacing: -1px;
  font-family: "anticon";
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  font-size: 12px;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
  content: "\E620\E620";
}
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after {
  content: "\E61F\E61F";
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  font-family: Arial;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  list-style: none;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 8px;
  outline: none;
  display: block;
  transition: all 0.3s;
}
.ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-next .ant-pagination-item-link:after {
  font-size: 12px;
  display: block;
  height: 30px;
  font-family: "anticon";
  text-align: center;
  font-weight: 500;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #1890ff;
  color: #1890ff;
}
.ant-pagination-prev .ant-pagination-item-link:after {
  content: "\E620";
  display: block;
}
.ant-pagination-next .ant-pagination-item-link:after {
  content: "\E61F";
  display: block;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #00D0F6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  transition: all 0.3s;
  margin: 0 8px;
  width: 50px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 0 6px;
  height: 100%;
  text-align: center;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  border-color: transparent;
  background: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  line-height: 24px;
  margin-right: 0;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 1px 7px;
  height: 24px;
  width: 44px;
}
@media only screen and (max-width: 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-popover {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  cursor: auto;
  user-select: text;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
.ant-popover:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-popover-title {
  min-width: 177px;
  margin: 0;
  padding: 5px 16px 4px;
  min-height: 32px;
  border-bottom: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  padding: 4px 0 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message > .anticon {
  color: #faad14;
  line-height: 1.6;
  position: absolute;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  text-align: right;
  margin-bottom: 4px;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  background: #fff;
  width: 8.48528137px;
  height: 8.48528137px;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 5.5px;
  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;
  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;
  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;
  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-progress {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-progress-line {
  width: 100%;
  font-size: 14px;
  position: relative;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  padding-right: calc(2em + 8px);
  margin-right: calc(-2em - 8px);
}
.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  stroke: #1890ff;
  animation: ant-progress-appear 0.3s;
}
.ant-progress-success-bg,
.ant-progress-bg {
  border-radius: 100px;
  background-color: #1890ff;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.ant-progress-success-bg {
  background-color: #52c41a;
  position: absolute;
  top: 0;
  left: 0;
}
.ant-progress-text {
  word-break: normal;
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f5222d;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0;
  }
  20% {
    opacity: 0.5;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
.ant-radio-group {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: text-bottom;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1890ff;
  content: '';
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-radio:hover:after,
.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  border-color: #d9d9d9;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-radio-inner:after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  border-radius: 8px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #1890ff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner:after {
  transform: scale(0.875);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-radio-button-wrapper {
  margin: 0;
  height: 32px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-top-width: 1.02px;
  background: #fff;
  padding: 0 15px;
  position: relative;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 7px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #d9d9d9;
}
.ant-radio-button-wrapper:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #d9d9d9;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 8px 8px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 8px;
}
.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  color: #1890ff;
  position: relative;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type="checkbox"],
.ant-radio-button-wrapper input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ant-radio-button-wrapper-checked {
  background: #fff;
  border-color: #1890ff;
  color: #1890ff;
  box-shadow: -1px 0 0 0 #1890ff;
  z-index: 1;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #1890ff;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #40a9ff;
  box-shadow: -1px 0 0 0 #40a9ff;
  color: #40a9ff;
}
.ant-radio-button-wrapper-checked:active {
  border-color: #096dd9;
  box-shadow: -1px 0 0 0 #096dd9;
  color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  border-color: #40a9ff;
  background: #40a9ff;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  border-color: #096dd9;
  background: #096dd9;
  color: #fff;
}
.ant-radio-button-wrapper-disabled {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  border-color: #d9d9d9;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-rate {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  line-height: unset;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  display: inline-block;
  color: #fadb14;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}
.ant-rate-star {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s;
  color: inherit;
  cursor: pointer;
}
.ant-rate-star-first,
.ant-rate-star-second {
  user-select: none;
  transition: all 0.3s;
  color: #e8e8e8;
}
.ant-rate-star-focused,
.ant-rate-star:hover {
  transform: scale(1.1);
}
.ant-rate-star-first {
  position: absolute;
  left: 0;
  top: 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 {
  margin-left: 8px;
  display: inline-block;
  font-size: 14px;
}
.ant-select {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  line-height: 1;
  margin-top: -6px;
  transform-origin: 50% 50%;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
}
.ant-select-arrow:before {
  display: block;
  font-family: "anticon" !important;
}
.ant-select-arrow * {
  display: none;
}
.ant-select-arrow:before {
  content: '\E61D';
  transition: transform 0.3s;
}
.ant-select-selection {
  outline: none;
  user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-select-selection__clear {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 11px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-select-selection__clear:before {
  display: block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 20px;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  background: #f5f5f5;
  color: #aaa;
  padding-right: 10px;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  height: 32px;
  position: relative;
  cursor: pointer;
}
.ant-select-selection__rendered {
  display: block;
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
  line-height: 30px;
}
.ant-select-selection__rendered:after {
  content: '.';
  visibility: hidden;
  pointer-events: none;
  display: inline-block;
  width: 0;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  line-height: 22px;
  margin: 0 7px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  right: 9px;
  color: #bfbfbf;
  line-height: 20px;
  height: 20px;
  max-width: 100%;
  margin-top: -10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: -9999px;
  left: -9999px;
  white-space: pre;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: 0;
  border-radius: 8px;
  line-height: 1;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 32px;
  cursor: text;
  padding-bottom: 3px;
  zoom: 1;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: "";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple:before,
.ant-select-selection--multiple:after {
  content: "";
  display: table;
}
.ant-select-selection--multiple:after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  float: left;
  position: static;
  width: auto;
  padding: 0;
  max-width: 100%;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  max-width: 100%;
  width: 0.75em;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 5px;
  margin-bottom: -3px;
  height: auto;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 3px;
  height: 24px;
  line-height: 22px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 20px 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.45);
  line-height: inherit;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 4px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: #404040;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
  content: "\E633";
}
.ant-select-selection--multiple .ant-select-selection__clear {
  top: 16px;
}
.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
  padding-right: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow:before {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  height: 100%;
  width: 100%;
  float: none;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  font-family: Poppins-Regular;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  font-size: 14px;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  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-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.45);
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item:first-child {
  border-radius: 8px 8px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 8px 8px;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
  background-color: #fafafa;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.ant-select-dropdown-menu-item-active {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e8e8e8;
  line-height: 0;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E632";
  color: transparent;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-weight: bold;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  font-size: 12px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
  color: #ddd;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
  color: #1890ff;
  display: inline-block;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
.ant-slider {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin: 14px 6px 10px;
  padding: 4px 0;
  height: 12px;
  cursor: pointer;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  height: 100%;
  width: 4px;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #f5f5f5;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  border-radius: 8px;
  background-color: #91d5ff;
  transition: background-color 0.3s ease;
}
.ant-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #91d5ff;
  background-color: #fff;
  transition: border-color 0.3s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #46a6ff;
  box-shadow: 0 0 0 5px #8cc8ff;
  outline: none;
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #8cc8ff;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  border-color: rgba(0, 0, 0, 0.25) !important;
  background-color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-spin {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1890ff;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  display: none;
}
.ant-spin-spinning {
  opacity: 1;
  position: static;
  display: inline-block;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  display: block;
  position: absolute;
  height: 100%;
  max-height: 320px;
  width: 100%;
  z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  zoom: 1;
}
.ant-spin-container:before,
.ant-spin-container:after {
  content: "";
  display: table;
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-container:before,
.ant-spin-container:after {
  content: "";
  display: table;
}
.ant-spin-container:after {
  clear: both;
}
.ant-spin-blur {
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  opacity: 0.7;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  /* autoprefixer: off */
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
}
.ant-spin-blur:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  transition: all 0.3s;
  z-index: 10;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.ant-spin-dot i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1890ff;
  transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
  transform-origin: 50% 50%;
}
.ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
.ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 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;
  width: 14px;
  height: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-steps {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  display: flex;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child .ant-steps-item-tail,
.ant-steps-item:last-child .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 {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  font-size: 16px;
  margin-right: 8px;
  transition: background-color 0.3s, border-color 0.3s;
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ant-steps-item-icon > .ant-steps-icon {
  line-height: 1;
  top: -1px;
  color: #1890ff;
  position: relative;
}
.ant-steps-item-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  padding: 0 10px;
}
.ant-steps-item-tail:after {
  content: '';
  display: inline-block;
  background: #e8e8e8;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  transition: background 0.3s;
}
.ant-steps-item-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding-right: 16px;
  position: relative;
  line-height: 32px;
}
.ant-steps-item-title:after {
  content: '';
  height: 1px;
  width: 9999px;
  background: #e8e8e8;
  display: block;
  position: absolute;
  top: 16px;
  left: 100%;
}
.ant-steps-item-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait .ant-steps-item-icon {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  border-color: #1890ff;
  background-color: #fff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-process > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  border-color: #1890ff;
  background-color: #fff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-tail:after {
  background-color: #1890ff;
}
.ant-steps-item-error .ant-steps-item-icon {
  border-color: #f5222d;
  background-color: #fff;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-tail:after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
  background: #f5222d;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
}
.ant-steps-item-custom .ant-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  font-size: 12px;
}
.ant-steps-small .ant-steps-item-title {
  font-size: 14px;
  line-height: 24px;
  padding-right: 12px;
}
.ant-steps-small .ant-steps-item-title:after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
  padding: 0 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.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: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  min-height: 48px;
  overflow: hidden;
  display: block;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail {
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail:after {
  height: 100%;
  width: 1px;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-tail {
  position: absolute;
  left: 12px;
  top: 0;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    min-height: 48px;
    overflow: hidden;
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail {
    position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
    width: 1px;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail:after {
    height: 100%;
    width: 1px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-tail {
    position: absolute;
    left: 12px;
    top: 0;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  padding: 0 24px;
  margin-left: 48px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 104px;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 36px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title:after {
  display: none;
}
.ant-steps-dot .ant-steps-item-title {
  line-height: 1.5;
}
.ant-steps-dot .ant-steps-item-tail {
  width: 100%;
  top: 2px;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail:after {
  height: 3px;
  width: calc(100% - 20px);
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon {
  padding-right: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border: 0;
  margin-left: 67px;
  background: transparent;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after {
  content: "";
  background: rgba(0, 0, 0, 0.001);
  width: 60px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: -26px;
}
.ant-steps-dot .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-left: 0;
  margin-top: 8px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-tail {
  margin: 0;
  left: -9px;
  top: 2px;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-switch {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.36s;
  user-select: none;
}
.ant-switch-inner {
  color: #fff;
  font-size: 12px;
  margin-left: 24px;
  margin-right: 6px;
  display: block;
}
.ant-switch:before,
.ant-switch:after {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch:after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:active:before,
.ant-switch:active:after {
  width: 24px;
}
.ant-switch:before {
  content: "\E64D";
  font-family: anticon;
  animation: loadingCircle 1s infinite linear;
  text-align: center;
  background: transparent;
  z-index: 1;
  display: none;
  font-size: 12px;
}
.ant-switch-loading:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-switch-checked.ant-switch-loading:before {
  color: #18B8EF;
}
.ant-switch:focus {
  box-shadow: 0 0 0 2px rgba(24, 184, 239, 0.2);
  outline: 0;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  height: 16px;
  min-width: 28px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
  font-size: 12px;
}
.ant-switch-small:before,
.ant-switch-small:after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active:before,
.ant-switch-small:active:after {
  width: 16px;
}
.ant-switch-small.ant-switch-checked:before {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
}
.ant-switch-small.ant-switch-loading:before {
  animation: AntSwitchSmallLoadingCircle 1s infinite linear;
  font-weight: bold;
}
.ant-switch-checked {
  background-color: #18B8EF;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
.ant-switch-checked:before {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-checked:after {
  left: 100%;
  transform: translateX(-100%);
  margin-left: -1px;
}
.ant-switch-loading,
.ant-switch-disabled {
  pointer-events: none;
  opacity: 0.4;
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg) scale(0.66667);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg) scale(0.66667);
  }
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  clear: both;
}
.ant-table-body {
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow: auto !important;
}
.ant-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 8px 8px 0 0;
}
.ant-table-thead > tr > th {
  background: #fafafa;
  transition: background 0.3s ease;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: relative;
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
  width: 14px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.ant-table-thead > tr > th .anticon-filter:hover,
.ant-table-thead > tr > th .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th .ant-table-column-sorter + .anticon-filter {
  margin-left: 4px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #1890ff;
}
.ant-table-thead > tr > th.ant-table-column-has-filters {
  overflow: hidden;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 8px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 8px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.3s;
}
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
  background: #e6f7ff;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  padding: 16px 16px;
  background: #fafafa;
  border-radius: 0 0 8px 8px;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.ant-table-footer:before {
  content: '';
  height: 1px;
  background: #fafafa;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  padding: 16px 0;
  position: relative;
  top: 1px;
  border-radius: 8px 8px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #e8e8e8;
  padding-left: 16px;
  padding-right: 16px;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
  word-break: break-word;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom {
  padding-left: 16px;
  padding-right: 0;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  min-width: 62px;
  width: 62px;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  text-align: center;
  min-width: 50px;
  width: 50px;
}
.ant-table-header {
  background: #fafafa;
  overflow: hidden;
}
.ant-table-header table {
  border-radius: 8px 8px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  position: absolute;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-column-sorter {
  position: relative;
  margin-left: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  display: block;
  width: 14px;
  height: 6px;
  line-height: 6px;
  cursor: pointer;
  position: relative;
}
.ant-table-column-sorter-up:hover .anticon,
.ant-table-column-sorter-down:hover .anticon {
  color: #69c0ff;
}
.ant-table-column-sorter-up.on .anticon-caret-up,
.ant-table-column-sorter-down.on .anticon-caret-up,
.ant-table-column-sorter-up.on .anticon-caret-down,
.ant-table-column-sorter-down.on .anticon-caret-down {
  color: #1890ff;
}
.ant-table-column-sorter-up:after,
.ant-table-column-sorter-down:after {
  position: absolute;
  content: '';
  height: 30px;
  width: 14px;
  left: 0;
}
.ant-table-column-sorter-up:after {
  bottom: 0;
}
.ant-table-column-sorter-down:after {
  top: 0;
}
.ant-table-column-sorter .anticon-caret-up,
.ant-table-column-sorter .anticon-caret-down {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  line-height: 4px;
  height: 4px;
  transition: all 0.3s;
  position: relative;
  display: block;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  font-size: 12px;
}
.ant-table-column-sorter-down {
  margin-top: 1.5px;
}
.ant-table-column-sorter .anticon-caret-up {
  margin-top: 0.5px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  padding: 16px 16px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
  float: right;
}
.ant-table-filter-dropdown {
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 8px 8px 0 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #1890ff;
  font-weight: bold;
  text-shadow: 0 0 2px #bae7ff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  overflow: hidden;
  padding: 7px 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: #00D0F6;
}
.ant-table-filter-dropdown-link:hover {
  color: #29e6ff;
}
.ant-table-filter-dropdown-link:active {
  color: #00a9cf;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.ant-table-selection-down:hover .anticon-down {
  color: #666;
}
.ant-table-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #e8e8e8;
  user-select: none;
  background: #fff;
}
.ant-table-row-expanded:after {
  content: '-';
}
.ant-table-row-collapsed:after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced:after {
  content: '.';
}
.ant-table-row[class*="ant-table-row-level-0"] .ant-table-selection-column > span {
  display: inline-block;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 8px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 8px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  border-bottom: 1px solid #e8e8e8;
  top: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
  padding: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background: #fff;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer:before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-left: 0;
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #fafafa;
  margin-right: 2px;
  padding: 0 16px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 38px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: #e8e8e8;
  color: #1890ff;
  padding-bottom: 1px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
  font-size: 12px;
  margin-left: 3px;
  margin-right: -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  height: 14px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 8px 0 0 8px;
  margin-right: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 8px 8px 0;
  margin-left: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab-active {
  color: #1890ff;
  padding-bottom: 0;
  padding-top: 1px;
}
.ant-tabs {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs:before,
.ant-tabs:after {
  content: "";
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs:before,
.ant-tabs:after {
  content: "";
  display: table;
}
.ant-tabs:after {
  clear: both;
}
.ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #5EEC8A;
  transform-origin: 0 0;
}
.ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 16px 0;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: "";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container:before,
.ant-tabs-nav-container:after {
  content: "";
  display: table;
}
.ant-tabs-nav-container:after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ant-tabs-bottom .ant-tabs-bar {
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.ant-tabs-bottom .ant-tabs-ink-bar {
  bottom: auto;
  top: 1px;
}
.ant-tabs-bottom .ant-tabs-nav-container {
  margin-bottom: 0;
  margin-top: -1px;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
.ant-tabs-tab-prev-icon:before,
.ant-tabs-tab-next-icon:before {
  display: block;
  font-family: "anticon" !important;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-next-icon:before {
  content: "\E61F";
}
.ant-tabs-tab-prev {
  left: 0;
}
.ant-tabs-tab-prev-icon:before {
  content: "\E620";
}
:root .ant-tabs-tab-prev {
  filter: none;
}
.ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.ant-tabs-nav:before,
.ant-tabs-nav:after {
  display: table;
  content: " ";
}
.ant-tabs-nav:after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  box-sizing: border-box;
  position: relative;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #5EEC8A;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #5EEC8A;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #5EEC8A;
  font-weight: 500;
}
.ant-tabs-large .ant-tabs-nav-container {
  font-size: 16px;
}
.ant-tabs-large .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs-small .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs-small .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  transition: opacity 0.45s;
  opacity: 1;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  will-change: margin-left;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev,
.ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
  display: block;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container,
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  left: auto;
  height: auto;
  top: 0;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next-icon:before {
  content: "\E61D";
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev-icon:before {
  content: "\E61E";
}
.ant-tabs-vertical > .ant-tabs-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: left;
  border-right: 1px solid #e8e8e8;
  margin-right: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: right;
  border-left: 1px solid #e8e8e8;
  margin-left: -1px;
  margin-bottom: 0;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-bottom > .ant-tabs-bar {
  margin-bottom: 0;
  margin-top: 16px;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content-animated,
.ant-tabs-vertical > .ant-tabs-content-animated {
  transform: none !important;
  margin-left: 0 !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
.ant-tag {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 20px;
  height: 22px;
  padding: 0 7px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  font-size: 12px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  cursor: pointer;
  margin-left: 3px;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
}
:root .ant-tag .anticon-cross {
  font-size: 12px;
}
.ant-tag .anticon-cross: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-cross,
.ant-tag-has-color .anticon-cross:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-close {
  width: 0 !important;
  padding: 0;
  margin: 0;
}
.ant-tag-zoom-enter,
.ant-tag-zoom-appear {
  animation: antFadeIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-zoom-leave {
  animation: antZoomOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  background: #eb2f96;
  border-color: #eb2f96;
  color: #fff;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  background: #eb2f96;
  border-color: #eb2f96;
  color: #fff;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  background: #f5222d;
  border-color: #f5222d;
  color: #fff;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  background: #fa541c;
  border-color: #fa541c;
  color: #fff;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  background: #fa8c16;
  border-color: #fa8c16;
  color: #fff;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  background: #fadb14;
  border-color: #fadb14;
  color: #fff;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  background: #faad14;
  border-color: #faad14;
  color: #fff;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  background: #13c2c2;
  border-color: #13c2c2;
  color: #fff;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  background: #a0d911;
  border-color: #a0d911;
  color: #fff;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  background: #52c41a;
  border-color: #52c41a;
  color: #fff;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  background: #1890ff;
  border-color: #1890ff;
  color: #fff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  background: #2f54eb;
  border-color: #2f54eb;
  color: #fff;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  background: #722ed1;
  border-color: #722ed1;
  color: #fff;
}
.ant-time-picker-panel {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1050;
  position: absolute;
}
.ant-time-picker-panel-inner {
  position: relative;
  outline: none;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  overflow: hidden;
  left: -2px;
}
.ant-time-picker-panel-input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: red;
}
.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 8px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-time-picker-panel-clear-btn:after {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-time-picker-panel-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  float: left;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
  max-height: 192px;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 160px;
  width: 100%;
}
.ant-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s;
}
.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}
li.ant-time-picker-panel-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  transition: opacity 0.3s;
  width: 128px;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #00D0F6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:hover {
  border-color: #29e6ff;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #40a9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-time-picker-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-time-picker-input-lg {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-time-picker-input[disabled] {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon {
  position: absolute;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14px;
  height: 14px;
  line-height: 14px;
  right: 11px;
  color: rgba(0, 0, 0, 0.25);
  top: 50%;
  margin-top: -7px;
}
.ant-time-picker-icon:after {
  content: "\E641";
  font-family: "anticon";
  color: rgba(0, 0, 0, 0.25);
  display: block;
  line-height: 1;
}
.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 11px;
  height: 40px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 24px;
}
.ant-time-picker-small .ant-time-picker-icon {
  right: 7px;
}
.ant-timeline {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-timeline-item {
  position: relative;
  padding: 0 0 20px;
  list-style: none;
  margin: 0;
  font-size: 14px;
}
.ant-timeline-item-tail {
  position: absolute;
  left: 4px;
  top: 0.75em;
  height: 100%;
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid transparent;
}
.ant-timeline-item-head-blue {
  border-color: #1890ff;
  color: #1890ff;
}
.ant-timeline-item-head-red {
  border-color: #f5222d;
  color: #f5222d;
}
.ant-timeline-item-head-green {
  border-color: #52c41a;
  color: #52c41a;
}
.ant-timeline-item-head-custom {
  position: absolute;
  text-align: center;
  line-height: 1;
  margin-top: 0;
  border: 0;
  height: auto;
  border-radius: 0;
  padding: 3px 1px;
  transform: translate(-50%, -50%);
  top: 5.5px;
  left: 5px;
  width: auto;
}
.ant-timeline-item-content {
  margin: 0 0 0 18px;
  position: relative;
  top: -6px;
}
.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-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-left: 2px dotted #e8e8e8;
  display: block;
}
.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 {
  border-left: 2px dotted #e8e8e8;
  display: block;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-tooltip {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1060;
  display: block;
  visibility: visible;
  max-width: 250px;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-height: 32px;
  word-break: break-all;
}
.ant-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 8px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 8px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 16px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 16px;
}
.ant-transfer {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ant-transfer-list {
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 8px;
  vertical-align: middle;
  position: relative;
  width: 180px;
  height: 200px;
  padding-top: 34px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}
.ant-transfer-list-search {
  padding: 0 8px;
}
.ant-transfer-list-search-action {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 28px;
  line-height: 32px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.25);
}
.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 {
  padding: 6px 12px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}
.ant-transfer-list-body {
  font-size: 14px;
  position: relative;
  height: 100%;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  width: 100%;
}
.ant-transfer-list-body-with-search {
  padding-top: 40px;
}
.ant-transfer-list-content {
  height: 100%;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ant-transfer-list-content > .LazyLoad {
  animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 6px 12px;
  min-height: 32px;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > span {
  padding-right: 0;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  cursor: pointer;
  background-color: #e6f7ff;
}
.ant-transfer-list-content-item-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-body-not-found {
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}
.ant-transfer-list-content:empty + .ant-transfer-list-body-not-found {
  display: block;
}
.ant-transfer-list-footer {
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ant-transfer-operation {
  display: inline-block;
  overflow: hidden;
  margin: 0 8px;
  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;
}
@keyframes transferHighlightIn {
  0% {
    background: #bae7ff;
  }
  100% {
    background: transparent;
  }
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  user-select: none;
  border-radius: 0;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover:before {
  background: #e6f7ff;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  transition: all 0.3s;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked:after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper:before {
  background: #1890ff;
}
.ant-tree-checkbox {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-tree-checkbox:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.57142857px;
  top: 1.14285714px;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  content: ' ';
  transform: scale(1);
  position: absolute;
  left: 2.42857143px;
  top: 5.92857143px;
  width: 9.14285714px;
  height: 1.14285714px;
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #f5f5f5;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox-wrapper + span,
.ant-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-tree-checkbox-group {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-tree ol,
.ant-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-tree li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable="true"] {
  user-select: none;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  margin-top: -2px;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  background-color: #1890ff;
  color: white;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff;
}
.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:before,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E64D";
  animation: loadingCircle 1s infinite linear;
  color: #1890ff;
  transform: none;
  font-size: 14px;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
  height: 24px;
  line-height: 24px;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}
.ant-tree li span.ant-tree-checkbox {
  margin: 4px 4px 0 2px;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close:after {
  transform: rotate(270deg) scale(0.59);
}
.ant-tree li:last-child > span.ant-tree-switcher:before,
.ant-tree li:last-child > span.ant-tree-iconEle:before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree {
  display: none;
}
.ant-tree-child-tree-open {
  display: block;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  background: #fff;
  color: rgba(0, 0, 0, 0.45);
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E664";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform 0.3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E621";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform 0.3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E645";
  vertical-align: baseline;
  font-weight: normal;
  transition: transform 0.3s;
}
:root .ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li:not(:last-child):before {
  content: ' ';
  width: 1px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  position: absolute;
  left: 12px;
  margin: 22px 0;
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
.ant-select-tree-checkbox {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  top: -0.09em;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-select-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #1890ff;
  content: '';
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.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;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4.57142857px;
  top: 1.14285714px;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-select-tree-checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
  content: ' ';
  transform: scale(1);
  position: absolute;
  left: 2.42857143px;
  top: 5.92857143px;
  width: 9.14285714px;
  height: 1.14285714px;
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: ' ';
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f5f5f5;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #f5f5f5;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: unset;
  cursor: pointer;
  display: inline-block;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox-wrapper + span,
.ant-select-tree-checkbox + span {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-select-tree-checkbox-group {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  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 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0 4px;
  margin-top: -4px;
}
.ant-select-tree li {
  padding: 0;
  margin: 8px 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
  width: calc(100% - 24px);
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ant-select-tree li span.ant-select-tree-icon_loading:after {
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E6AE";
  animation: loadingCircle 1s infinite linear;
  color: #1890ff;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  display: inline-block;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E606";
  font-weight: bold;
  transition: transform 0.3s;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
  transform: rotate(270deg) scale(0.59);
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  display: block;
  padding: 4px;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  padding: 4px 7px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  padding: 7px 16px;
  display: block;
}
.ant-upload {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type="file"] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-select-picture-card {
  border: 1px dashed #d9d9d9;
  width: 104px;
  height: 104px;
  border-radius: 8px;
  background-color: #fafafa;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
  display: table;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}
.ant-upload.ant-upload-drag {
  border: 1px dashed #d9d9d9;
  transition: border-color 0.3s;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px 0;
  background: #fafafa;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #40a9ff;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  font-size: 48px;
  color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 16px;
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag .anticon-plus {
  font-size: 30px;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.25);
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list-item {
  margin-top: 8px;
  font-size: 14px;
  position: relative;
  height: 22px;
}
.ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
  width: 100%;
  display: inline-block;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 5px;
}
.ant-upload-list-item .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  transition: all 0.3s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
:root .ant-upload-list-item .anticon-cross {
  font-size: 12px;
}
.ant-upload-list-item .anticon-cross:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f7ff;
}
.ant-upload-list-item:hover .anticon-cross {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}
.ant-upload-list-item-error .anticon-cross {
  opacity: 1;
  color: #f5222d !important;
}
.ant-upload-list-item-progress {
  line-height: 0;
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: -12px;
  padding-left: 26px;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  height: 66px;
  position: relative;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before {
  line-height: 48px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 8px;
  line-height: 44px;
  transition: all 0.3s;
  padding-left: 48px;
  padding-right: 8px;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 56px;
  margin-top: 0;
  bottom: 14px;
  width: calc(100% - 24px);
}
.ant-upload-list-picture .anticon-cross,
.ant-upload-list-picture-card .anticon-cross {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
}
.ant-upload-list-picture-card {
  display: inline;
}
.ant-upload-list-picture-card.ant-upload-list:after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 4px;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  display: none;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 0;
  bottom: 32px;
}
.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media(hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width: 768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:100px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 5px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media(max-width: 768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}
@font-face{font-family:Poppins-Regular;src:url("/static/fonts/Poppins-Regular.ttf")}@font-face{font-family:Poppins-SemiBold;src:url("/static/fonts/Poppins-SemiBold.ttf")}@font-face{font-family:Poppins-Medium;src:url("/static/fonts/Poppins-Medium.ttf")}@font-face{font-family:Poppins-Bold;src:url("/static/fonts/Poppins-Bold.ttf")}@font-face{font-family:anticon;src:url("/static/fonts/anticon.woff")}.ant-input{background:#fff;border-color:#e7e7e7;font-family:'Poppins-Regular', sans-serif;font-size:14px;color:#373f4a}.ant-btn.new-password{width:100%;background-color:rgba(24,184,239,0.1);border-color:#18b8ef;color:#18b8ef;text-transform:Capitalize;font-family:'Poppins-SemiBold', sans-serif}.ant-btn.new-password:hover{background-color:#18b8ef;color:#fff}.ant-checkbox-checked .ant-checkbox-inner{background-color:#18b8ef !important;border-color:#18b8ef !important}.ant-btn{height:40px}.ant-layout{background:white}.ant-layout .categories{padding:0}.ant-btn-primary{text-transform:initial}.header-btn{font-family:'Poppins-Bold', sans-serif}@media only screen and (max-width: 576px){.header-btn{text-transform:capitalize}}.container{width:100%;margin:0 auto;padding:0 8px}.container hr{border:0;border-top:1px solid #d8d8d8}@media only screen and (min-width: 576px){.container{padding:0;max-width:540px}}@media only screen and (min-width: 768px){.container{padding:0;max-width:720px}}@media only screen and (min-width: 992px){.container{padding:0;max-width:960px}}@media only screen and (min-width: 1200px){.container{padding:0;max-width:1180px}}.align-right{text-align:right;text-align:-webkit-right}.align-left{text-align:left;text-align:-webkit-left}.align-center{justify-content:center;align-items:center;display:flex}.center{text-align:center}.justify-end{display:flex;justify-content:flex-end;align-items:center}h1,h2,h3,h4,h5,h6{font-family:'Poppins-SemiBold', sans-serif}.custom-green-tag{display:inline-flex;height:100%;min-height:28px;margin-bottom:8px;background-color:#fff;font:16px 'Poppins-Regular';color:#43dd7c;border-color:#43dd7c;border-radius:4px;padding:3px 8px;height:28px;line-height:20px}.custom-green-tag p{margin:0}.custom-green-tag p:not(:last-child){margin-right:5px}.custom-green-tag:hover{background-color:#43dd7c;color:#fff}.custom-black-tag{background-color:#fff;font:16px 'Poppins-Regular';color:#373f4a;border-color:#373f4a;border-radius:4px;padding:3px 8px;height:28px;line-height:20px}.custom-black-tag:hover{background-color:#373f4a;color:#fff}.placeholder{background-image:url("/static/img/placeholder.png");background-size:cover !important;background-position:center;background-repeat:no-repeat;border-radius:8px;max-width:654px;max-height:740px}.hide-on-xs{display:none}@media only screen and (min-width: 576px){.hide-on-xs{display:inherit}}.hide-on-sm{display:none}@media only screen and (min-width: 768px){.hide-on-sm{display:inherit}}.hide-on-md{display:none}@media only screen and (min-width: 992px){.hide-on-md{display:inherit}}a{line-height:1}ul.check{list-style-image:url("/static/svg/check.svg");padding:0 15px}.settings-card .ant-input-prefix{font-size:16px}.settings-card .ant-upload{position:relative;display:inline-block}.settings-card .settings-upload-icon{position:absolute;width:24px;height:24px;right:8px;bottom:8px;background:#f8f8f8;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:17px}.settings-card .ant-form-item{width:100%}.settings-card__avatar{display:flex;justify-content:center;margin-bottom:16px}.settings-card__wrapper{display:grid;grid-template-columns:1fr}@media only screen and (min-width: 768px){.settings-card__wrapper{grid-template-columns:144px 1fr;grid-gap:16px}}.settings-card__wrapper__fields{display:grid;grid-template-columns:1fr}@media only screen and (min-width: 992px){.settings-card__wrapper__fields{grid-gap:16px;grid-template-columns:1fr 1fr}}.light-btn{background-color:rgba(24,184,239,0.1);border-radius:8px;cursor:pointer;color:#18b8ef;border:1px solid #18b8ef;display:inline-flex;align-items:center;justify-content:center;font-family:'Poppins-Bold', sans-serif;padding:2px 8px;font-size:12px;line-height:1;left:16px;line-height:16px;transition:0.2s ease-in-out}.light-btn:hover{background-color:#18b8ef;color:white}.light-btn--green{background-color:rgba(67,221,124,0.1);color:#43dd7c;border:1px solid #43dd7c}.light-btn--green:hover{background-color:#43dd7c;color:white}.light-btn--red{background-color:rgba(247,58,96,0.1);color:#f73a60;border:1px solid #f73a60}.light-btn--red:hover{background-color:#f73a60;color:white}.light-btn svg{margin-right:7px;font-size:16px}@media only screen and (min-width: 768px){.light-btn{padding:7px 16px}.light-btn svg{margin-right:6px}}.bab-card{border-radius:8px;padding:16px;-webkit-box-shadow:0px 0px 20px rgba(79,79,79,0.0474411);-moz-box-shadow:0px 0px 20px rgba(79,79,79,0.0474411);box-shadow:0px 0px 20px rgba(79,79,79,0.0474411);border-width:0}.bab-card .ant-card-head-wrapper{margin-top:8px;align-items:center}.bab-card .ant-card-body{min-height:120px}.bab-card .ant-input{height:40px}.bab-card.get-coins-card .ant-card-body{padding:0}.bab-card textarea.ant-input{height:unset !important}.bab-card .ant-card-head{border:initial;padding:0}.bab-card .ant-card-head .ant-tabs-bar{border-bottom:1px solid #e7e7e7}.bab-card .ant-card-head-title{font-family:'Poppins-Bold', sans-serif;font-size:24px;line-height:1}.bab-card .personal-info{text-transform:uppercase}.bab-card .anticon.anticon-close-circle{display:none}.bab-card .photo{font-size:16px;font-family:'Poppins-Regular', sans-serif;letter-spacing:-0.57px;color:#000000;padding-left:5px}.bab-card .check-email .ant-checkbox-inner{background-color:#f8f8f8;border-radius:3px;border-color:#d9d9d9}.bab-card .check-email .ant-checkbox-inner:after{border:2px solid #fff;border-top:0;border-left:0}.bab-card .location{margin-bottom:16px}@media only screen and (min-width: 992px){.bab-card .location{margin-bottom:24px}}.bab-card .location__label{display:block;font-size:14px;line-height:16px;margin-bottom:4px}.bab-card .location .ant-select-selection--single{border-radius:8px}.bab-card .location .ant-select-selection--single .ant-select-selection-selected-value{color:#373f4a}.bab-card .change-password{padding-left:6px;font-family:'Poppins-Bold', sans-serif}.bab-card.product-slider-card .ant-card-body{padding-top:0;padding-bottom:0}.bab-card.product-slider-card .ant-card-head .ant-card-head-wrapper{margin-bottom:0}.bab-card.product-slider-card .ant-card-head-title{font-size:20px;padding-bottom:0}.editable-input{margin-bottom:16px}@media only screen and (min-width: 992px){.editable-input{margin-bottom:24px}}.editable-input__label{display:block;font-size:14px;line-height:16px;margin-bottom:4px}.editable-input__field{display:flex;align-items:center}.editable-input__field input{font-size:14px;line-height:16px;padding:0 16px;font-family:'Poppins-Regular', sans-serif;color:#373f4a;background-color:#fff}.editable-input i.bab-icon{margin-right:8px}.editable-input .ant-btn{margin-left:8px}.editable-input__confirmation-code .ant-modal-body .confirmation-code__input{width:100%;height:50px;padding:0 16px;font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:16px;text-align:center;border-radius:8px;border:1px solid #e7e7e7}.label{font-family:'Poppins-SemiBold', sans-serif;color:#dedede}.store-link{max-width:140px;width:100%;height:40px}.store-link img{-webkit-box-shadow:0px 8px 10px 0px rgba(0,0,0,0.24);-moz-box-shadow:0px 8px 10px 0px rgba(0,0,0,0.24);box-shadow:0px 8px 10px 0px rgba(0,0,0,0.24);border-radius:5px}.sell-modal-image{margin:0 16px}.img-responsive{display:block;max-width:100%;height:auto}.btn-green{color:#fff;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease;border:1px solid #18b8ef;background-color:#18b8ef;font:13px 'Poppins-Regular'}.btn-green:hover{background-color:#fff;border:1px solid #18b8ef;color:#18b8ef}.btn-transparent{color:#000;font:13px 'Poppins-Regular';background:transparent;border:1px solid transparent;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease}.btn-transparent:hover{color:#000;border:1px solid #ccc}body{color:#373f4a}.extra-tab{display:inline-block;margin:0 16px;width:52px}.extra-tab .extra-tab__label,.extra-tab .extra-tab__text{font-family:'Poppins-Medium', sans-serif;text-align:left;text-transform:uppercase}.extra-tab .extra-tab__label{color:#dedede;font-size:10px;line-height:15px}.extra-tab .extra-tab__text{font-size:12px;line-height:18px;color:#000}.placeholder-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-position:center;background-repeat:no-repeat;background-size:contain}.become-shop-btn{width:390px;height:59px;border-radius:8px;background-color:rgba(0,0,0,0.23);color:#fff;font-size:16px;line-height:24px;padding:12px 16px;display:flex;align-items:center;justify-content:center}.become-shop-btn:hover{color:#fff}.become-shop-btn svg{margin-right:8px}.ant-modal-mask{z-index:99999}.ant-modal-wrap{z-index:100000}.number-input{width:100%;height:auto;display:flex;align-items:center}.number-input .number-input__sub,.number-input .number-input__add{height:20px;width:20px;background-color:#d8d8d8;display:flex;border-radius:25px;cursor:pointer;color:#fff;align-items:center;justify-content:center}.number-input .number-input__sub{margin-right:16px}.number-input .number-input__value{font-family:'Poppins-SemiBold', sans-serif;width:86px;border-radius:8px;background-color:#f8f8f8;border:1px solid #e7e7e7;color:#00d0f6;height:40px;text-align:center}.number-input .number-input__add{margin-left:16px}.bab-select{background-color:#f8f8f8;border:1px solid #e7e7e7;border-radius:8px;height:39px;display:flex;align-items:center;justify-content:space-between;padding:8px}.card-header{display:flex;align-items:center}.card-header .card-header__action{cursor:pointer;display:inline-flex;transition:all 0.2s ease-in-out}.card-header .card-header__action svg{font-size:18px;color:#ccc}@media only screen and (min-width: 576px){.card-header .card-header__action svg{font-size:24px}}.card-header .card-header__action:hover svg,.card-header .card-header__action:focus svg{color:#18b8ef}.card-header .card-header__title{margin-left:16px;font-size:16px;color:#373f4a}@media only screen and (min-width: 576px){.card-header .card-header__title{font-size:24px}}@media only screen and (max-width: 400px){.payment-method-list.get-coins-card__body{width:240px}}.get-coins-card .ant-card-body{padding:24px 32px;padding-bottom:0}.get-coins-card .ant-card-head{border-bottom:2px solid rgba(0,0,0,0.0466)}.get-coins-card__body{width:360px;margin:0 auto}.payment-method-list{margin-top:20px}.sms-payment{text-align:center;font-family:'Poppins-Bold', sans-serif;margin-top:16px}.sms-payment .sms-payment__message,.sms-payment .sms-payment__number{background-color:#00baf1;border-radius:8px;text-transform:uppercase;color:#fff;display:inline-block;font-family:'Poppins-Bold', sans-serif;font-size:24px;line-height:40px;padding:0 8px}.sms-payment .sms-payment__info{margin-top:24px}.sms-payment .sms-payment__loading{margin:24px 0}.card-payment{font-family:'Poppins-Bold', sans-serif;text-align:center;width:100%;padding:0 16px;height:700px;padding-top:16px}.card-payment input{height:46px;margin:5px 0}.card-payment input::placeholder{color:#dedede}.card-payment button{font-family:'Poppins-Bold', sans-serif;font-size:22px;width:100%;height:50px;margin:14px 0}.card-payment .cards{display:flex;justify-content:space-between;margin:14px 0}.card-payment .transaction{margin:30px 0}.card-payment .transaction img{margin-right:8px}.card-payment .card-misc{display:flex;justify-content:space-between}.card-payment .card-misc input{width:170px}.card-payment iframe{border:initial}.payment-code{display:flex;flex-direction:column;align-items:center;font-family:'Poppins-Bold', sans-serif;margin-top:24px}.payment-code .payment-code__box{height:46px;width:135px;border:2px solid #18b8ef;color:#18b8ef;border-radius:8px;display:flex;align-items:center;justify-content:center}.payment-code .content{padding:0 25px;width:100%}.payment-code .content h4{font-family:'Poppins-SemiBold', sans-serif;font-size:13px;text-align:left;color:#9b9b9b;margin-top:15px}.payment-code .content .list{font-family:'Poppins-Medium', sans-serif;font-size:13px;color:#9b9b9b;text-decoration:none;list-style:none}.payment-code .content .list>li{display:flex;margin:5px 0}.payment-code .content .list>li .number{padding:0 6px;border:1px solid #9b9b9b;border-radius:50%;margin-right:5px;height:20px}.payment-code .find-btn{height:50px;padding:0 80px}.payment-code .time{color:#18b8ef;font-family:'Poppins-Bold', sans-serif;margin-bottom:25px}.payment-code .label{margin-top:16px;font-family:'Poppins-Medium', sans-serif;color:#9b9b9b}.find-btn{height:50px;background-color:#e7e7e7;border:initial;color:#fff;font-family:'Poppins-Bold', sans-serif;font-size:18px;margin:24px 0;white-space:normal}.find-btn.active{background-color:#18b8ef;color:#fff}.transaction-history-card__extra{cursor:pointer}.transaction-history-card__extra.active{-webkit-box-shadow:0px 2px 15px rgba(0,0,0,0.199134);-moz-box-shadow:0px 2px 15px rgba(0,0,0,0.199134);box-shadow:0px 2px 15px rgba(0,0,0,0.199134);border-top-left-radius:8px;border-top-right-radius:8px}.transaction-popup-container .ant-dropdown{top:68px !important;z-index:1}.transaction-filter-dropdown{font-family:'Poppins-SemiBold', sans-serif;max-width:330px;text-align:left;-webkit-box-shadow:0px 7px 15px rgba(0,0,0,0.199134);-moz-box-shadow:0px 7px 15px rgba(0,0,0,0.199134);box-shadow:0px 7px 15px rgba(0,0,0,0.199134);border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fff;padding:16px}.transaction-filter-dropdown .ant-checkbox-wrapper{font-family:'Poppins-SemiBold', sans-serif;color:#dedede}.transaction-filter-dropdown .ant-checkbox-checked{color:#18b8ef}.transaction-filter-dropdown .apply-btn{font-family:'Poppins-SemiBold', sans-serif;height:50px;width:100%;color:#fff;background-color:#3edb79}.transaction-filter-dropdown h2{color:#6f6f6f}.buy-boost-modal .buy-boost-modal__body{padding:16px}.buy-boost-modal .buy-boost-modal__footer{text-align:center;margin-top:24px}.buy-boost-modal .message svg,.buy-boost-modal .label svg{display:inline-block;vertical-align:middle;padding:0 4px}.buy-boost-modal .message{color:#000}.buy-boost-modal .label{margin-top:16px}.buy-boost-modal .buy-boost-btn{margin-bottom:8px}.buy-boost-modal .buy-boost-btn,.buy-boost-modal .buy-coins-pkg{font-family:'Poppins-Medium', sans-serif;height:40px;width:220px;text-transform:uppercase}.buy-boost-modal .buy-coins-pkg{font-size:14px;color:#9b9b9b}.buy-boost-modal .buy-boost-modal__coins{font-family:'Poppins-Bold', sans-serif}.rejected-items-card .ant-card-body{padding:0}.rejected-items-card .rejected-tems-card__body{display:flex;align-items:center;justify-content:space-between;padding:0 24px}.rejected-items-card .product{float:left}.rejected-items-card .product__image{width:80px;height:80px;border-radius:8px;float:left;margin-right:16px}.rejected-items-card .product__meta{display:inline-block}.rejected-items-card .product__refuse-reason{border:1px solid #f63a60;font-family:'Poppins-Medium', sans-serif;font-size:12px;color:#f63a60;border-radius:2px;display:inline-block;padding:0 2px}.product__price{font-family:'Poppins-Bold', sans-serif;font-size:18px;line-height:18px;color:#000}.product__title{font-family:'Poppins-Medium', sans-serif;font-size:12px;color:#9b9b9b}.pac-container{z-index:9999}.bab-modal .ant-modal-title{font-family:'Poppins-Bold', sans-serif}.avatar-uploader{cursor:pointer}.store-details-drawer .ant-drawer-content-wrapper{width:100% !important}.store-details-drawer .ant-drawer-close{color:black;left:0;top:10px}.store-details-drawer .store-details{display:flex;flex-wrap:wrap;flex-direction:column}.store-details-drawer .store-details .store-title{font-family:'Poppins-Bold', sans-serif;text-align:center;font-size:18px;margin-bottom:40px}.store-details-drawer .store-details .first-block{display:flex;margin-bottom:20px}.store-details-drawer .store-details .first-block img{width:40px;height:40px;border:2px solid #e7e7e7;border-radius:4px}.store-details-drawer .store-details .first-block .propos{text-transform:uppercase;font-size:14px;font-family:'Poppins-SemiBold', sans-serif}.store-details-drawer .store-details .first-block .store-description{font-size:13px;font-family:'Poppins-Regular', sans-serif;border-bottom:1px solid #d8d8d8}.store-details-drawer .store-details .second-block{display:flex;margin-bottom:15px}.store-details-drawer .store-details .second-block .mobile{font-size:13px;font-family:'Poppins-Regular', sans-serif;color:#43dd7c;height:40px;border-bottom:1px solid #d8d8d8}.store-details-drawer .store-details .last-block{display:flex;margin-bottom:30px}.ant-drawer{z-index:9999}.ant-select-arrow:before{background-image:url("/static/icons/keyboard-arrow-down.png");background-position:center;background-repeat:no-repeat;background-size:cover;content:' ';width:14px;height:10px}.view-all-link{font-family:'Poppins-Bold', sans-serif;font-size:16px;vertical-align:middle;float:right;line-height:32px;margin-right:0;color:#4FE07B}.view-all-link:hover{text-decoration:underline;color:#4FE07B}@media only screen and (min-width: 576px){.view-all-link{line-height:21px;margin-right:16px}}@media only screen and (min-width: 768px){.view-all-link{line-height:24px}}@media only screen and (min-width: 992px){.view-all-link{line-height:28px}}@media only screen and (min-width: 1200px){.view-all-link{line-height:48px}}.bg-green{background-color:#3edb79}.bg-purple{background-color:#784ec4}ins.adsbygoogle[data-ad-status='unfilled']{display:none !important}.product-box__image{display:flex;justify-content:center;align-items:center;overflow:hidden}.product-box__image img{flex-shrink:0;width:100%;height:100%;object-fit:cover}.product-box__image img.hide-image{display:none}.verified{display:flex;align-items:center;font-family:'Poppins-SemiBold', sans-serif;color:#373f4a}.verified svg{font-size:24px;margin-right:4px;color:#fad56a}.verified .icon-verified-yellow{margin-right:4px}.background-gray{background-color:#f8f8f8}.fullscreen-holder{width:100%;height:100%}i.bab-icon{display:inline-block}@media only screen and (max-width: 576px){i.bab-icon.hide-on-xs{display:none}}i.bab-icon.icon-android:before{content:url("/static/svg/android.svg")}i.bab-icon.arrow-down:before{content:url("/static/svg/arrow-down.svg")}i.bab-icon.icon-camera:before{content:url("/static/svg/camera.svg")}@media only screen and (min-width: 576px){i.bab-icon.icon-camera:before{margin-right:4px}}i.bab-icon.icon-logo:before{max-width:221px;content:url("/static/svg/logo-small.svg")}@media only screen and (min-width: 992px){i.bab-icon.icon-logo:before{content:url("/static/svg/logo.svg")}}i.bab-icon.icon-filter:before{content:url("/static/svg/filter.svg")}i.bab-icon.icon-dots:before{content:url("/static/svg/dots.svg")}i.bab-icon.icon-coin:before{content:url("/static/svg/coin.svg")}i.bab-icon.icon-help:before{content:url("/static/svg/help.svg")}i.bab-icon.icon-plus:before{content:url("/static/svg/plus.svg")}i.bab-icon.icon-tag:before{content:url("/static/svg/tag.svg")}i.bab-icon.icon-store:before{content:url("/static/svg/store.svg")}i.bab-icon.icon-download:before{content:url("/static/svg/download.svg")}i.bab-icon.icon-help-blue:before{content:url("/static/svg/help-blue.svg")}i.bab-icon.icon-exit:before{content:url("/static/svg/exit.svg")}i.bab-icon.icon-rocket:before{content:url("/static/svg/rocket.svg")}i.bab-icon.icon-chat:before{content:url("/static/svg/chat.svg")}i.bab-icon.icon-user:before{content:url("/static/svg/user.svg")}i.bab-icon.icon-settings:before{content:url("/static/svg/account-settings.svg")}i.bab-icon.icon-email-black:before{content:url("/static/svg/email-black.svg")}i.bab-icon.icon-user-black:before{content:url("/static/svg/user-black.svg")}i.bab-icon.icon-location-black:before{content:url("/static/svg/location-black.svg")}i.bab-icon.icon-phone-black:before{content:url("/static/svg/phone-black.svg")}i.bab-icon.icon-lock-black:before{content:url("/static/svg/lock-black.svg")}i.bab-icon.icon-menu:before{content:url("/static/svg/menu.svg")}i.bab-icon.icon-arrow-left:before{content:url("/static/svg/arrow-left.svg")}i.bab-icon.icon-attachment:before{content:url("/static/svg/attachment.svg")}i.bab-icon.icon-block:before{content:url("/static/svg/block.svg")}i.bab-icon.icon-close:before{content:url("/static/svg/close.svg")}i.bab-icon.icon-back:before{content:url("/static/svg/back.svg")}i.bab-icon.icon-bubble:before{content:url("/static/svg/bubble.svg")}i.bab-icon.icon-reply:before{content:url("/static/svg/reply.svg")}i.bab-icon.icon-address:before{content:url("/static/svg/address.svg")}i.bab-icon.icon-clipboard:before{content:url("/static/svg/clipboard.svg")}i.bab-icon.icon-edit:before{content:url("/static/svg/edit.svg")}i.bab-icon.icon-rows:before{content:url("/static/svg/rows.svg")}i.bab-icon.icon-trash:before{content:url("/static/svg/trash.svg")}i.bab-icon.icon-check:before{content:url("/static/svg/check.svg")}i.bab-icon.icon-environment:before{content:url("/static/svg/environment.svg")}i.bab-icon.icon-calendar:before{content:url("/static/svg/calendar.svg")}i.bab-icon.icon-eye:before{content:url("/static/svg/eye.svg")}i.bab-icon.icon-heart:before{content:url("/static/svg/heart.svg")}.middle-align,.camera-icon,header .ant-form,.sellers-header .verified i,.settings-profile i,.settings-profile .ant-form .s-label,.shop-logo .shop-name,.selling .ant-dropdown-link i,.selling .ant-dropdown-link .drop-right,.view-mode.list .img-box{display:inline-block;vertical-align:middle}.vertical-align,.header-categories>li .circle-box i,.hr-or:after,.verify-by .circle-check i,.verify-by .circle-fb i,.shop-logo .ant-avatar img{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.row:after,.search-content:after,.tab-header:after,.view-mode.list .view-content:after,.view-mode.grid .right-content:after{content:"";display:table;clear:both}@font-face{font-family:'icomoon';src:url("/static/fonts/icomoon.eot?6lm664");src:url("/static/fonts/icomoon.eot?6lm664#iefix") format("embedded-opentype"),url("/static/fonts/icomoon.ttf?6lm664") format("truetype"),url("/static/fonts/icomoon.woff?6lm664") format("woff"),url("/static/fonts/icomoon.svg?6lm664#icomoon") format("svg");font-weight:normal;font-style:normal}[class^='icon-'],[class*=' icon-']{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-grid:before{content:'\E92F'}.icon-more:before{content:'\E926'}.icon-rocket:before{content:'\E927';color:#fff}.icon-sort:before{content:'\E928'}.icon-burger:before{content:'\E929'}.icon-bullets:before{content:'\E92A'}.icon-star .path1:before{content:'\E92B';color:#efc75e}.icon-star .path2:before{content:'\E92C';margin-left:-1.0498046875em;color:#c93}.icon-star .path3:before{content:'\E92D';margin-left:-1.0498046875em;color:#c93}.icon-chat:before{content:'\E92E';color:#00baf1}.icon-phone:before{content:'\E925'}.icon-unlock:before{content:'\E923'}.icon-pen:before{content:'\E924';color:#ccc}.icon-check:before{content:'\E922';color:#fff}.icon-unverified .path1:before{content:'\E918';color:#43dd7c}.icon-unverified .path2:before{content:'\E919';margin-left:-0.845703125em;color:#fff}.icon-unverified .path3:before{content:'\E91A';margin-left:-0.845703125em;color:#fff}.icon-unverified .path4:before{content:'\E91B';margin-left:-0.845703125em;color:#fff}.icon-key .path1:before{content:'\E920';color:#f63a60}.icon-key .path2:before{content:'\E921';margin-left:-1em;color:#fff}.icon-user:before{content:'\E91C';color:#5eec8a}.icon-shop:before{content:'\E91D';color:#bd10e0}.icon-settings:before{content:'\E91E'}.icon-arrow-down:before{content:'\E91F';color:#f93e5f}.icon-verified:before{content:'\E917';color:#43dd7c}.icon-verified-yellow:before{content:url("/static/svg/verified-yellow.svg")}.icon-unverified:before{content:url("/static/img/unverified.png");color:#43dd7c}.icon-calendar:before{content:'\E913'}.icon-model:before{content:'\E914'}.icon-tags:before{content:'\E915'}.icon-map:before{content:'\E916'}.icon-email:before{content:'\E912'}.icon-eye-c:before{content:'\E911';color:#ccc}.icon-eye:before{content:'\E910';color:#ccc}.icon-environment:before{content:'\E902';color:#ccc}.icon-fb:before{content:'\E90A';color:#3b5998}.icon-insta:before{content:url("/static/img/instagram.png");color:#000}.icon-twitter:before{content:'\E90C';color:#1da1f2}.icon-youtube:before{content:'\E90D';color:#f61c0d}.icon-location:before{content:'\E90E';color:#fff}.icon-ball:before{content:'\E900';color:#fff}.icon-boxer:before{content:'\E901';color:#fff}.icon-car:before{content:'\E903';color:#fff}.icon-iphone:before{content:'\E90F';color:#fff}.icon-lipstick:before{content:'\E904';color:#fff}.icon-pin:before{content:'\E905';color:#fff}.icon-question:before{content:'\E906';color:#fff}.icon-shoe:before{content:'\E907';color:#fff}.icon-sofa:before{content:'\E908';color:#fff}.icon-stroller:before{content:'\E909';color:#fff}.sell-modal{font-family:'Poppins-Regular';color:#fff}.sell-modal .ant-modal-close-x{color:#111}.sell-modal .ant-modal-body{width:100%}.sell-modal .ant-modal-content{background-color:#f6f6f6;padding:32px;height:721px;width:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.sell-modal .ant-modal-content .content{text-align:center}.sell-modal .ant-modal-content .content .ant-row{margin-top:40px}.sell-modal .ant-modal-content .content .store-link img{height:100%;max-height:55px;max-width:192px;width:100%}.sell-modal .ant-modal-content .ant-avatar-lg{height:90px;width:90px;margin-bottom:8px}.sell-modal .sell-modal__header{text-align:center;font-size:48px;line-height:50px;color:#111}.sell-modal .sell-modal__message{text-align:center;font-size:20px;line-height:28px;margin:16px 0}.sell-modal input{font-size:18px;line-height:27px;text-align:center;border-radius:8px;height:64px}.sell-card{font-family:'Poppins-Regular';color:#fff}.sell-card .ant-card-body{background-color:#3edb79;padding:60px 0}.sell-card .ant-card-body .content{text-align:center}.sell-card .ant-card-body .content .ant-row{margin-top:40px}.sell-card .ant-card-body .ant-avatar-lg{height:90px;width:90px;margin-bottom:8px}.sell-card .sell-card__header{text-align:center;font-size:48px;line-height:50px}.sell-card .sell-card__message{text-align:center;font-size:20px;line-height:28px;margin:16px 0}.sell-card .ant-card-head-title{vertical-align:middle;font-size:34px}@font-face{font-family:Poppins-Regular;src:url("/static/fonts/Poppins-Regular.ttf")}@font-face{font-family:Poppins-SemiBold;src:url("/static/fonts/Poppins-SemiBold.ttf")}@font-face{font-family:Poppins-Medium;src:url("/static/fonts/Poppins-Medium.ttf")}@font-face{font-family:Poppins-Bold;src:url("/static/fonts/Poppins-Bold.ttf")}@font-face{font-family:'anticon';src:url("/static/fonts/anticon.woff")}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:focus{outline:none}body{margin:0;padding:0;color:#373f4a;font-family:'Poppins-Regular', sans-serif}body.no-scroll{height:100%;overflow:hidden}ul,ol{padding:0;margin:0}h1,h2,h3,h4,h5,h6{color:#373f4a}.pull-left{float:left}.pull-right{float:right}.m-b-100{margin-top:16px;margin-bottom:100px}.m-b-80{margin-bottom:80px}.text-right{text-align:right}.text-center{text-align:center}.camera-icon{width:26px;height:24px;background:url("/static/img/camera.png") no-repeat center;-webkit-background-size:contain;background-size:contain}.icon{display:inline-block;vertical-align:middle}.icon-camera{position:relative}.icon-camera:after{content:'';display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;border-width:2px;background:transparent;width:8px;height:8px}header{padding:28px 0;display:flex}header .ant-btn{font:16px 'Poppins-Regular';font-weight:bolder;text-transform:uppercase}header .ant-btn i{font-size:24px;vertical-align:middle;margin-bottom:3px;margin-right:5px}header .header-link{font:14px 'Poppins-Medium';font-weight:bolder;text-transform:capitalize;color:#000;margin:0 7%;display:inline-block;vertical-align:middle}header .header-link:hover{text-decoration:underline}header .header-back{font:14px 'Poppins-SemiBold';color:#000;margin-right:30px;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease}header .header-back i{font-size:16px;margin-right:10px;vertical-align:middle;margin-bottom:3px;-moz-transition:margin 0.2s ease;-o-transition:margin 0.2s ease;-webkit-transition:margin 0.2s ease;transition:margin 0.2s ease}header .header-back:hover{color:#3edb79}header .header-back:hover i{margin-right:15px}header .header-left{flex:0 0 auto;display:flex}header .header-right{flex:1 0 8em;text-align:right}header .ant-form{width:35%}header .header-search .ant-input{background:#f8f8f8;border-color:#e7e7e7;color:#c8c8c8;font:14px 'Poppins-SemiBold'}header .header-search .ant-input:focus{color:#3ac2f1}header .header-search.ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:40px}.header-categories{display:flex;justify-content:space-between;margin-top:10px;margin-bottom:30px;overflow:auto;white-space:nowrap;align-items:flex-end}.header-categories a{color:#6f6f6f}.header-categories>li{list-style:none;text-align:center;display:inline-block;width:70px}.header-categories>li p{text-transform:uppercase;font-family:'Poppins-Bold';font-size:11px;margin:10px 0 0}.header-categories>li .circle-box{display:inline-block;width:70px;height:70px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;position:relative}.header-categories>li .circle-box i{font-size:22px;-moz-transition:0.5s ease;-o-transition:0.5s ease;-webkit-transition:0.5s ease;transition:0.5s ease;transform-origin:center}.header-categories>li .circle-box:hover i{-moz-transform:rotate(360deg) translate(-50%, -50%);-o-transform:rotate(360deg) translate(-50%, -50%);-ms-transform:rotate(360deg) translate(-50%, -50%);-webkit-transform:rotate(360deg) translate(-50%, -50%);transform:rotate(360deg) translate(-50%, -50%)}.header-categories>li .circle-box .center{height:70%;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0}.header-categories>li div.category-badge{border-radius:8px;background-color:#f8f8f8;padding:0 6px;font-size:9px;line-height:14px;text-transform:uppercase;box-shadow:0px -1px 1px rgba(0,0,0,0.06);z-index:1;display:table;margin-left:auto;margin-right:auto;position:relative;top:8px}.mega-btn{color:#fff;text-transform:uppercase;font:16px 'Poppins-SemiBold';background:#4a4a4a;display:block;text-align:center;padding:28px 0}.title{font-family:'Poppins-Bold';font-size:32px;color:#000}.title i{display:none}.items-list{display:flex;flex-wrap:wrap;margin-top:25px}.items-list li{list-style:none;width:18%;margin-bottom:35px}.items-list li:not(:nth-child(5n)){margin-right:2.5%}.items-list li a{display:block}.items-list .item-img{height:209px;width:206px;position:relative;overflow:hidden;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px}.items-list .item-img div{min-height:209px;background-position:center;background-size:cover;background-repeat:no-repeat}.custom-pagination{margin:40px 0}.custom-pagination.ant-pagination{text-align:center}.custom-pagination.ant-pagination .ant-pagination-next,.custom-pagination.ant-pagination .ant-pagination-prev{height:36px;width:36px}.custom-pagination.ant-pagination .ant-pagination-next.ant-pagination-disabled,.custom-pagination.ant-pagination .ant-pagination-prev.ant-pagination-disabled{opacity:0.6}.custom-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link,.custom-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link{background-color:#ececec;border:0;color:#000;font:14px 'Poppins-SemiBold';height:100%;width:100%;line-height:36px}.custom-pagination.ant-pagination .ant-pagination-item{background-color:#ececec;border:0;width:36px;height:36px;line-height:36px}.custom-pagination.ant-pagination .ant-pagination-item a{color:#000;font:14px 'Poppins-SemiBold'}.custom-pagination.ant-pagination .ant-pagination-item.ant-pagination-item-active{background-color:#3edb79;border-color:#3edb79}.custom-pagination.ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.get-app{background-color:#4fe07b;background-size:contain;padding:65px 0 80px;margin:0 0 30px;color:white}.get-app .ad-image{position:absolute;top:-90px}.get-app .ad-block-content{width:480px;max-width:100%}.get-app h2{font-family:'Poppins-Bold';font-size:64px;line-height:68px;color:white;text-transform:uppercase;margin:0;direction:rtl}.get-app p{font:14px 'Poppins-Medium';margin:0 0 20px;line-height:1.06}.get-app .action-btn{margin-bottom:40px}.search-left{width:235px;float:left;padding-right:30px;margin:25px 0}.search-left h3{font:18px 'Poppins-Bold';margin:0 0 10px}.search-left label{font:13px 'Poppins-SemiBold';display:block;margin:0 0 5px}#form-filter{display:flex;flex-direction:column}.search-right{float:right;width:calc(100% - 235px);text-align:center;margin-bottom:32px}.search-right .search-right_button{text-align:center;margin-top:32px}.search-right .search-right_button button{width:auto;font-family:'Poppins-Bold';font-size:18px;line-height:27px}.search-content{padding:30px 0}.search-content button{width:100%;margin-bottom:15px}.search-content .items-list li{width:23%}.search-content .items-list li:nth-child(5n){margin-right:2.5%}.search-content .items-list li:nth-child(4n){margin-right:0}.search-content .form-group{margin-bottom:15px}.search-content .ant-checkbox-group-item{float:left;margin-bottom:15px}.search-content hr{border:0;margin:18px 0;border-top:1px solid #d8d8d8}.search-content .ant-checkbox-inner{width:20px;height:20px;border-color:#d6d6d6}.search-content .ant-checkbox-inner:after{width:12px;height:16px;background:url("/static/img/check.png") no-repeat center transparent;-webkit-background-size:contain;border:0}.search-content .ant-checkbox-checked .ant-checkbox-inner,.search-content .ant-checkbox-indeterminate .ant-checkbox-inner{background:transparent}.search-content .ant-checkbox-checked .ant-checkbox-inner:after{background:url("/static/img/check.png") no-repeat center transparent;-webkit-background-size:contain;background-size:contain;width:12px;height:16px;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;border:0}.search-content .ant-checkbox+span{font:13px 'Poppins-SemiBold';color:#ccc}.search-content .ant-checkbox.ant-checkbox-checked+span{color:#000}.form-control,.form-control .ant-input,.form-control .ant-select-selection,.form-control .ant-input-number-input{border-color:#e7e7e7;background-color:#fff;width:100%;color:#18b8ef;font:14px 'Poppins-Regular', sans-serif;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;border-radius:7px}.form-control .icon-environment,.form-control .ant-input .icon-environment,.form-control .ant-select-selection .icon-environment,.form-control .ant-input-number-input .icon-environment{font-size:20px}.form-control .icon-environment:before,.form-control .ant-input .icon-environment:before,.form-control .ant-select-selection .icon-environment:before,.form-control .ant-input-number-input .icon-environment:before{color:#ccc}.form-control .ant-select-arrow:before,.form-control .ant-input .ant-select-arrow:before,.form-control .ant-select-selection .ant-select-arrow:before,.form-control .ant-input-number-input .ant-select-arrow:before{color:#ccc}.ant-slider-step{overflow:hidden}.ant-slider-mark .ant-slider-mark-text{font:9px 'Poppins-SemiBold';color:#ccc;margin:0 !important;width:auto !important;top:-30px}.ant-slider-mark .ant-slider-mark-text:last-child{right:0;left:auto !important}.ant-slider-mark .ant-slider-mark-text:first-child{left:0 !important}.ant-slider-with-marks{margin-top:28px}.ant-slider-handle{width:15px;height:15px;background-color:#18b8ef;border-color:#18b8ef}.ant-slider-step{height:8px;background-color:#f8f8f8;border:1px solid #e7e7e7;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;margin-top:-2px}.ant-slider-track{height:8px;background:rgba(0,186,241,0.2);margin-top:-2px;z-index:1}.ant-slider:hover .ant-slider-track{background-color:rgba(0,186,241,0.2)}.btn-green{color:#fff;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease;border:1px solid #18b8ef;background-color:#18b8ef;font:13px 'Poppins-Regular'}.btn-green:hover{background-color:#fff;border:1px solid #18b8ef;color:#18b8ef}.btn-transparent{color:#000;font:13px 'Poppins-Regular';background:transparent;border:1px solid transparent;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease}.btn-transparent:hover{color:#000;border:1px solid #ccc}.grey-bg{background-color:#f8f8f8;padding:40px 0 20px}.grey-bg hr{width:1140px;max-width:100%;border:0;margin:60px auto 0;border-top:1px solid #d8d8d8}.simple-layout{padding-top:60px}.log-tabs .ant-tabs-nav{width:100%}.log-tabs .ant-tabs-nav .ant-tabs-tab{width:50%;margin:0;text-align:center;font-family:'Poppins-Medium', sans-serif;font-size:24px;font-weight:bolder;color:#3edb79;padding:20px 5px;background-color:#eeeeee}.log-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{color:#4a4a4a;background-color:#fff}.log-tabs .ant-tabs-bar{margin:0}.log-tabs .ant-tabs-tabpane{margin:30px 0;padding:0 30px}.log-tabs .ant-tabs-ink-bar{top:0;height:5px;background-color:#3edb79}.c-fb{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;width:388px;padding:8px 0;margin-bottom:20px;padding-left:20px;color:#fff;background-color:#3b5998;font-family:'Poppins-Medium', sans-serif;font-size:16px;font-weight:400;text-align:center;position:relative;cursor:pointer}.c-fb:before{content:'\E90A';position:absolute;left:15px;top:50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font:20px 'icomoon'}@media only screen and (max-width: 575px){.c-fb{width:300px;margin:0 auto;margin-bottom:20px}}.google_btn{width:388px}@media only screen and (max-width: 575px){.google_btn{width:300px;margin:0 auto}}.c-email{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;background-color:#f8f8f8;color:#4a4a4a;text-align:center;font-family:'Poppins-Medium', sans-serif;font-size:18px;font-weight:bolder;padding:12px 0;position:relative;margin-bottom:20px;cursor:pointer}.c-email{width:100%;height:auto;border:none}.c-email{font:18px 'Poppins-SemiBold'}.c-email i{position:absolute;margin-top:-3px;left:15px;top:50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:19px}.hr-or{height:1px;background-color:#d8d8d8;position:relative;margin:30px 0}.hr-or:after{content:'ou';background-color:#fff;padding:0 7px 2px;font:16px 'Poppins-Regular';color:#ccc;line-height:1}.login-form .btn-green{width:100%;margin:20px 0 25px;font-family:'Poppins-Medium', sans-serif;font-size:20px;font-weight:bolder;height:50px}.login-form .has-error .ant-input{color:#f93e5f}.login-form .ant-input{height:50px;padding:0 12px;font:14px 'Poppins-Medium';color:#3edb79;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px}.login-form .icon-eye-c{font-size:14px}.login-form .ant-input-affix-wrapper .ant-input{margin-bottom:0}.login-form .ant-input-affix-wrapper .ant-input-suffix{right:12px;font-size:12px;color:#ccc}.login-form .login-form-forgot{font:14px 'Poppins-SemiBold';color:#3edb79}.log-policy{text-align:center;font:10px 'Poppins-Medium';color:#e0e0e0;padding:0 10px}.log-policy a{color:#e0e0e0;text-decoration:underline}.sign-down{text-align:center}.sign-down p{font:14px 'Poppins-Medium';margin:0 0 20px}.sign-down a{margin:0 15px}.ant-form-item{margin-bottom:20px}.ant-form-item+.btn-green{margin-top:0}.ant-breadcrumb .ant-breadcrumb-separator{color:#979899}.ant-breadcrumb .ant-breadcrumb-link{color:#979899;font:12px 'Poppins-Medium'}.ant-breadcrumb .ant-breadcrumb-link a{color:#979899}.product-left{padding-right:10px;padding-top:10px}.product-right{padding-left:10px}.slider-for{height:740px}.slider-for .slick-list,.slider-for .slick-track{height:100%}.slider-for .slick-slide div{width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat}.slider-for .slick-next{width:48px;height:48px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background-color:rgba(0,0,0,0.4);right:15px;z-index:1}.slider-for .slick-next:before{content:'\E61B';font-family:'anticon'}.slider-for .slick-prev{width:48px;z-index:1;height:48px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background-color:rgba(0,0,0,0.4);left:15px}.slider-for .slick-prev:before{content:'\E61C';font-family:'anticon'}.slick-slider.nav-for{padding-top:28px}.slick-slider.nav-for .slick-slide{height:100px;width:100px;margin-right:30px}.slick-slider.nav-for .slick-slide div{width:100%;height:100%;background-size:contain;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;background-position:center;background-repeat:no-repeat}.btn-blue{color:#fff;background-color:#18b8ef;border:1px solid #18b8ef;width:100%;font-family:'Poppins-Bold';font-size:32px;height:auto;padding:16px 15px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px}.tab-header .camera-icon{margin-right:5px}.list-carousel .slick-slider{margin:0 -12px;overflow:hidden}.list-carousel .slick-prev,.list-carousel .slick-next{width:24px;height:24px;margin-top:-12px}.list-carousel .slick-prev:before,.list-carousel .slick-next:before{display:none}.list-carousel .slick-next{background-image:url("/static/img/slider-next-active.png");background-repeat:no-repeat;background-position:center}.list-carousel .slick-next.slick-disabled{background-image:url("/static/img/slider-next-disabled.png")}.list-carousel .slick-prev{background-image:url("/static/img/slider-prev-active.png");background-repeat:no-repeat;background-position:center}.list-carousel .slick-prev.slick-disabled{background-image:url("/static/img/slider-prev-disabled.png")}.list-carousel a{display:block;margin-right:12px}.list-carousel .item-img{-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;height:210px;position:relative;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center}.list-carousel p{font:12px 'Poppins-Regular';margin-top:10px;color:#000}.sellers-header{padding:40px 0;text-align:center}.sellers-header .seller-bg{margin-bottom:-57px;width:100%;height:210px;background-size:cover;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 576px){.sellers-header .seller-bg{height:150px}}.sellers-header .avatar-box{margin:0 auto}.sellers-header h3{font-family:'Poppins-Medium', sans-serif;font-size:22px;font-weight:bolder;margin:0}.sellers-header h4{font:12px 'Poppins-Regular';margin:0 0 15px}.sellers-header .verified{font:14px 'Poppins-SemiBold';margin:0;justify-content:center}.sellers-header .verified i{font-size:26px;margin-bottom:3px;margin-right:7px}.sellers-header .ant-avatar-lg{width:115px;height:115px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;margin-bottom:7px}.user-profile{margin-bottom:60px !important}.user-profile .pagination{text-align:center;margin-bottom:40px;margin-top:20px}.user-profile .title{margin-bottom:15px}.user-profile .ant-row .align-center{justify-content:unset}.store-profile .mobile-header{display:none}.store-profile .verified-block{display:none}.store-profile .store-profile-header{display:flex;justify-content:space-between;flex-wrap:wrap}.store-profile .store-profile-header .name{margin-bottom:15px;font:16px 'Poppins-SemiBold';color:#000000;text-align:center}.store-profile .store-profile-header .left-side{width:205px;height:205px}.store-profile .store-profile-header .left-side img,.store-profile .store-profile-header .left-side .no-image{width:205px;height:205px;border-radius:4px}.store-profile .store-profile-header .left-side .no-image{font:72px 'Poppins-Regular';color:white;text-transform:uppercase;background:#7b47c2}.store-profile .store-profile-header .left-side .no-image .ant-avatar-string{top:40%}.store-profile .store-profile-header .left-side .name{margin-top:15px;font:27px 'Poppins-SemiBold';color:#000000;text-align:left}.store-profile .store-profile-header .left-side img{object-fit:cover;border-radius:5%}.store-profile .store-profile-header .right-side{width:calc(100% - 225px);display:block;max-height:335px;height:335px;background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:10px}.store-profile .store-profile-header .right-side img{max-width:100%;max-height:100%;width:100%;height:100%;border-radius:10px}.store-profile .store-pofile-description{margin-top:20px}.store-profile .store-pofile-description .small-title{font:18px 'Poppins-SemiBold';color:#000000}.store-profile .store-pofile-description .text{margin-top:15px;font:14px 'Poppins-Regular';color:#000000}.store-profile .store-pofile-description .props-text{padding-right:12px}.store-profile .store-pofile-description .address-details{margin-top:15px}.store-profile .store-pofile-description .details-data .verified{display:flex;align-items:center;font:12px 'Poppins-SemiBold';text-transform:uppercase;margin:0;margin-top:12px}.store-profile .store-pofile-description .details-data .verified .icon-unverified,.store-profile .store-pofile-description .details-data .verified .icon-verified-yellow{margin-right:5px}.store-profile .store-pofile-description .details-data .verified p{padding:0;margin:0}.store-profile .store-pofile-description .title{font:32px 'Poppins-Regular';margin-bottom:15px}.store-profile .middle-block{display:flex;justify-content:space-between;margin:15px 0}.store-profile .middle-block .ant-select-selection--single{font:13px 'Poppins-SemiBold';color:#dedede;border:unset}.store-profile .middle-block .ant-select-selection:focus{box-shadow:unset}.products-block{text-align:center;margin-bottom:12px;padding-left:25px}.products-block .ant-row .mobile-product-list{margin-bottom:25px}@media only screen and (min-width: 411px){.products-block .ant-row .mobile-product-list .product-box{width:194px !important}.products-block .ant-row .mobile-product-list .product-box__image{height:194px !important}}@media only screen and (min-width: 992px){.products-block .ant-row .mobile-product-list .product-box{width:180px !important}.products-block .ant-row .mobile-product-list .product-box__image{height:180px !important}}@media only screen and (min-width: 1200px){.products-block .ant-row .mobile-product-list .product-box{width:190px !important}.products-block .ant-row .mobile-product-list .product-box__image{height:190px !important}}@media only screen and (max-width: 365px){.products-block .ant-row .mobile-product-list .product-box{width:169px !important}}@media only screen and (max-width: 355px){.products-block .ant-row .mobile-product-list .product-box{width:155px !important}}@media only screen and (max-width: 340px){.products-block .ant-row .mobile-product-list .product-box{width:145px !important}}.profile-tabs{margin-top:30px;margin-bottom:60px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar{border:0}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-ink-bar{display:none;opacity:0;visibility:hidden}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-active{background-color:#f8f8f8;color:#000}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled){text-align:left;border-bottom:2px solid #d8d8d8;font:18px 'Poppins-SemiBold';margin:0;padding:15px 20px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled):not(.ant-tabs-tab-active):hover i,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled):not(.ant-tabs-tab-active):hover i:before,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled):not(.ant-tabs-tab-active):hover .icon-star{color:#40a9ff}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star{margin-right:20px;width:21px;display:inline-block;text-align:center;-moz-transition:0.3 ease;-o-transition:0.3 ease;-webkit-transition:0.3 ease;transition:0.3 ease}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i.anticon-question-circle,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star.anticon-question-circle{color:#18b8ef}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i.icon-key,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star.icon-key{float:right;margin:2px 0 0;font-size:23px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled{padding-left:0;padding-right:0;text-align:left}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .ant-avatar-lg{width:80px;height:80px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .profile-name{display:inline-block;vertical-align:middle;max-width:calc(100% - 90px);font:16px 'Poppins-Regular';color:#000;padding-left:10px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .h4{display:block;color:#000;font:20px 'Poppins-Regular';margin-top:35px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-content{border:0;padding:0 25px}.profile-tabs .bagde{float:right;margin-top:2px}.profile-tabs .items-list li{width:23%}.profile-tabs .items-list li .item-img{height:195px}.profile-tabs .items-list li:nth-child(4n){margin-right:0}.profile-tabs .items-list li{margin-right:2.5%}.profile-tabs .verified{color:#000}.profile-tabs .verified a{color:#3edb79}.profile-tabs .anticon-tag{color:#18b8ef}.tab-header{font:28px 'Poppins-Regular';border-bottom:2px solid #000;padding-bottom:25px;color:#000}.tab-header button{float:right}.manage-myAccount{display:none}.downloadApp-profile img{max-width:100%}.downloadApp-profile .ad-block{background:transparent;padding:25px 0 0;margin:0 0 -25px}.downloadApp-profile .ad-block p{margin-bottom:25px}.verify-acc .img-bg{min-width:355px;padding:30px 10px;margin-bottom:25px;display:inline-block;background:url("/static/img/stars.png") no-repeat center;-webkit-background-size:contain;background-size:contain}.verify-acc p{font:16px 'Poppins-SemiBold';color:#000;margin:0 0 25px}.verify-acc .avatar-box{position:relative;display:inline-block}.verify-acc .avatar-box .img-verified{position:absolute;bottom:0;left:0;-moz-transform:translate(-40%, 20%);-o-transform:translate(-40%, 20%);-ms-transform:translate(-40%, 20%);-webkit-transform:translate(-40%, 20%);transform:translate(-40%, 20%);z-index:1}.verify-by{text-align:center}.verify-by .circle-check,.verify-by .circle-fb{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;cursor:pointer;width:80px;height:80px;margin:0 auto 10px;position:relative;-moz-transform:0.2s ease;-o-transform:0.2s ease;-ms-transform:0.2s ease;-webkit-transform:0.2s ease;transform:0.2s ease}.verify-by .circle-check i,.verify-by .circle-fb i{font-size:32px}.verify-by .circle-check{background-color:#43dd7c;border:2px solid #43dd7c}.verify-by .circle-check:hover{background-color:#fff}.verify-by .circle-check:hover i,.verify-by .circle-check:hover i:before{color:#43dd7c}.verify-by .circle-check i,.verify-by .circle-check i:before{color:#fff}.verify-by .circle-fb{background-color:#fff;border:2px solid #18b8ef}.verify-by .circle-fb i,.verify-by .circle-fb i:before{color:#18b8ef}.verify-by .circle-fb:hover{background-color:#18b8ef}.verify-by .circle-fb:hover i,.verify-by .circle-fb:hover i:before{color:#fff}.verify-by .verify-fb,.verify-by .verify-email{display:inline-block;margin:0 10px}.verify-by .verify-fb p{color:#18b8ef}.verify-by .verify-email p{color:#43dd7c}.verify-by p{font:10px 'Poppins-Medium'}.settings-profile{margin-bottom:100px}.settings-profile i.icon-pen{font-size:20px;cursor:pointer}.settings-profile i.icon-check{font-size:16px}.settings-profile i.icon-check:before{color:#18b8ef}.settings-profile i.i-grey:before{color:#ccc}.settings-profile small{font:10px 'Poppins-SemiBold';color:#ccc;text-transform:uppercase;display:block;margin-top:25px}.settings-profile .icon-user,.settings-profile .icon-map,.settings-profile .icon-email,.settings-profile .icon-phone,.settings-profile .icon-unlock{font-size:22px;width:26px;text-align:center}.settings-profile .icon-user:before,.settings-profile .icon-map:before,.settings-profile .icon-email:before,.settings-profile .icon-phone:before,.settings-profile .icon-unlock:before{color:#000}.settings-profile .ant-form .s-label{padding-left:15px;font:16px 'Poppins-Regular'}.settings-profile .ant-upload-list .ant-upload-list-item:not(:first-child){display:none}.settings-profile .ant-upload.ant-upload-select-picture-card>.ant-upload{padding:0}.settings-profile .ant-upload.ant-upload-select-picture-card{padding:0;background:transparent;border:0;float:right;height:auto;margin:0;width:calc(100% - 40px)}.settings-profile .ant-upload-list-item{width:40px;height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;border:0;padding:0;overflow:hidden;margin:0}.settings-profile .ant-upload-select .s-label{float:left;margin:7px 0}.settings-profile .ant-upload-select .btn-green{float:right}.settings-profile .ant-upload-list-item-actions{display:none}.settings-profile .ant-upload-list-item-info>span{height:100%}.settings-profile .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-info:before{content:none}.settings-profile .ant-form-item{padding:10px 0 10px 5px;border-bottom:1px dashed #ccc;margin:0}.settings-profile .ant-form-item.no-border{border:0}.settings-profile .ant-input{display:inline-block;width:auto;text-align:right;border:0;font:16px 'Poppins-Medium';color:#18b8ef}.settings-profile .ant-input:focus{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.settings-profile .ant-input-disabled{border:0;background:transparent;cursor:auto;color:#ccc}.settings-profile .ant-col-14{text-align:right}.settings-profile .ant-collapse>.ant-collapse-item>.ant-collapse-header{border:0;padding:0}.settings-profile .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow{display:none}.settings-profile .ant-collapse-borderless>.ant-collapse-item{border:0}.settings-profile .login-form .ant-input{height:30px}.settings-profile hr{border:0;height:2px;background-color:#d8d8d8;margin:15px 0 0}.settings-profile .settings-notification{margin-top:20px}.settings-profile .settings-notification p{font:14px 'Poppins-Regular'}.static-content{padding:30px 0;font:14px 'Poppins-Regular';line-height:30px}.static-content h1{font-family:'Poppins-Medium';font-size:32px;font-weight:bolder}.static-content ol,.static-content ul{margin-bottom:30px;padding-left:24px}.static-content ol li,.static-content ul li{padding-left:10px}.static-content h4{font-family:'Poppins-Medium';font-size:20px;font-weight:bolder}.help-collapse{padding:30px 30px 1px;margin-bottom:70px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;background-color:#f2f2f2}.help-collapse .ant-collapse-content-box,.help-collapse .ant-collapse-content-box p{font:14px 'Poppins-Regular';line-height:20px}.help-collapse .ant-collapse-content-box{padding-left:30px;padding-bottom:20px}.help-collapse .ant-collapse-item{background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;margin-bottom:30px;border:0}.help-collapse .ant-collapse-item .ant-collapse-header{padding-right:30px;padding-left:50px;position:relative;font:16px 'Poppins-SemiBold';line-height:16px}.help-collapse .ant-collapse-item .ant-collapse-header[aria-expanded='true']:after{-moz-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.help-collapse .ant-collapse-item .ant-collapse-header:after{content:'\E61D';font-family:'anticon';font-size:13px;color:#3edb79;font-weight:bold;position:absolute;right:8px;top:50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.help-collapse.ant-collapse>.ant-collapse-item>.ant-collapse-header[aria-expanded='true'] .arrow{-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("/static/img/qst-green.png") no-repeat center;-webkit-background-size:contain;background-size:contain}.help-collapse.ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow{width:23px;height:20px;top:50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url("/static/img/qst-grey.png") no-repeat center;-webkit-background-size:contain;background-size:contain;margin-bottom:3px;left:10px;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease}.help-collapse.ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow:before{content:none}.store-head{text-align:left}.store-head h1{font:32px 'Poppins-Regular'}.store-head h1 i.icon-shop{font-size:16px;margin-right:10px;vertical-align:middle}.store-head .ant-btn-primary{width:100%;height:50px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px}.store-head .ant-btn-primary i{margin-right:7px}.shop-logo{margin-bottom:30px}.shop-logo .shop-name{width:calc(100% - 85px);padding-left:7px}.shop-logo .shop-name small{display:block;font:9px 'Poppins-Regular';color:#000}.shop-logo .shop-name span{font:16px 'Poppins-Regular';color:#000}.shop-logo .ant-avatar{width:80px;height:80px;border:1px solid #d8d8d8;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;position:relative}.shop-logo .ant-avatar img{width:auto;height:auto;max-width:100%}.wallet{background:#3023ae;background:-moz-linear-gradient(-45deg, #3023ae 0%, #c86dd7 100%);background:-webkit-linear-gradient(-45deg, #3023ae 0%, #c86dd7 100%);background:linear-gradient(135deg, #3023ae 0%, #c86dd7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3023ae', endColorstr='#c86dd7', GradientType=1);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;padding:10px 15px;color:#fff;margin-top:30px}.wallet .pull-left{font:14px 'Poppins-SemiBold'}.wallet .pull-right{font-size:18px}.wallet .pull-right .anticon{margin-right:0;vertical-align:top}.wallet p{font:28px 'Poppins-Regular';text-align:center;margin:0 0 10px}.wallet p .icon-star{vertical-align:middle;margin-bottom:3px;margin-left:7px}.wallet .btn-danger{color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;background:#f63a60;border:1px solid #f63a60;height:19px;font:12px 'Poppins-Regular';padding:0 10px}.bagde{-webkit-border-radius:22px;-moz-border-radius:22px;-ms-border-radius:22px;border-radius:22px;color:#fff;font:12px 'Poppins-Regular';padding:0 7px;display:inline-block;line-height:22px}.bagde.badge-danger{background-color:#f93e5f}.list-actions{border-bottom:1px solid #d8d8d8}.selling .ant-dropdown-link{color:#000;padding:15px 20px;width:100%;display:block;position:relative}.selling .ant-dropdown-link:after{content:'\E61D';font-family:'anticon';font-size:7px}.selling .ant-dropdown-link i{margin-right:20px}.selling .ant-dropdown-link small{font:10px 'Poppins-Medium';color:#ccc;text-transform:uppercase;display:block;line-height:1}.selling .ant-dropdown-link .dropdown-value{font:12px 'Poppins-Medium';text-transform:uppercase;display:block;line-height:1}.selling .ant-dropdown-link .drop-right{width:calc(100% - 50px)}.view-mode{list-style:none}.view-mode li{padding:30px 0;border-bottom:1px solid #ccc;-moz-transition:0.3s ease;-o-transition:0.3s ease;-webkit-transition:0.3s ease;transition:0.3s ease}.view-mode.list li:last-child{border-bottom:0}.view-mode.list .img-box{width:100px;height:100px}.view-mode.list .view-content{display:inline-flex;vertical-align:middle;font-size:0;width:calc(100% - 100px);padding-left:15px}.view-mode.list .view-content .left-content{flex:1 0 8em}.view-mode.list .view-content .right-content{flex:0 0 auto;position:relative;padding-bottom:16px}.view-mode.list .view-content .right-content .icon-more{position:absolute;right:0;bottom:0}.view-mode.grid{display:flex;flex-wrap:wrap}.view-mode.grid .right-content{position:absolute;bottom:0;left:0;width:100%;padding:0 15px 10px}.view-mode.grid .right-content .icon-more{float:right}.view-mode.grid li{width:33%;position:relative;display:inline-block;vertical-align:top;padding:20px 15px 50px;margin-bottom:20px}.view-mode.grid .img-box{height:200px;margin-bottom:10px}.view-mode .img-box{font-size:0;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;background-position:center;-webkit-background-size:cover;background-size:cover}.view-mode .view-content h3{font:18px 'Poppins-SemiBold';margin:0 0 10px}.view-mode .view-content p{font:16px 'Poppins-Medium';color:#4a4a4a;margin:0 0 10px}.view-mode .view-content small{font:9px 'Poppins-Medium';color:#9b9b9b;display:block}.view-mode .view-content .icon-more{font-size:16px;color:#000}.view-mode .view-content .ant-btn{color:#fff;background-color:#3ac2f1;border:1px solid #3ac2f1;height:25px;font:12px 'Poppins-Regular';padding-left:5px;padding-right:15px;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease}.view-mode .view-content .ant-btn:hover{background-color:#fff;color:#3ac2f1}.view-mode .view-content .ant-btn:hover i:before{color:#3ac2f1}.view-mode .view-content .ant-btn i{-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease;margin-right:7px;font-size:16px;vertical-align:middle;display:inline-block}.i-filter{width:23px;height:23px;display:inline-block;background:url("/static/img/filter.png") no-repeat center;-webkit-background-size:contain;background-size:contain}@media (max-width: 1280px){.container{padding:0 15px}.header-img img{max-width:180px}header .header-link{margin:0 5%;font-size:14px}header .ant-btn{font-size:14px}header .header-search.ant-input-affix-wrapper .ant-input:not(:first-child){height:35px;font-size:13px}header .anticon{font-size:18px !important}.ant-btn-lg{height:35px;font-size:15px}.camera-icon{width:20px;height:18px}.header-categories>li .circle-box{width:60px;height:60px}.header-categories>li .circle-box i{font-size:18px}.header-categories>li p{font-size:10px;margin:7px 0 0}.mega-btn{font-size:15px;padding:22px 0}.get-app h2{font-size:45px}.items-list .item-img{height:190px}.title{font-size:30px}.header-categories{margin:10px -15px 0}header .header-back{font-size:13px}.login-form .ant-input{height:45px}.login-form .btn-green{height:45px;font-size:18px}.static-content h1,.store-head h1{font-size:30px}.shop-logo{margin-bottom:25px}.store-head .ant-btn-primary{height:45px;font-size:15px}.wallet{margin-top:25px}.wallet p{font-size:25px}.wallet p .icon-star{margin-left:5px}.wallet .pull-left{font-size:13px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled){font-size:16px;padding:15px 18px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star{margin-right:15px}.bagde{border-radius:20px;font-size:11px;line-height:20px}.tab-header{font-size:26px;padding-bottom:20px}.static-content{padding:30px 15px}.product-left,.product-right{width:50%}.btn-blue{height:auto;font-size:28px;padding:12px 15px}.carousel{padding:0 25px}.profile-tabs .items-list li .item-img{height:180px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .h4{margin-top:25px;font-size:18px}.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab{margin-bottom:12px}.verify-by .circle-check,.verify-by .circle-fb{width:65px;height:65px}.verify-by .circle-check i,.verify-by .circle-fb i{font-size:24px}.verify-acc .avatar-box .img-verified{width:45px}.c-email{height:auto}.c-email{padding:10px 0}.search-content{padding:30px 15px}.search-content .items-list li{width:23%;margin-right:2.5%}.search-content .items-list li:nth-child(5n){margin-right:2.5%}.search-content .items-list li:nth-child(4n){margin-right:0}.log-tabs .ant-tabs-nav .ant-tabs-tab{font-size:21px;padding:15px 5px}.c-email{font-size:16px;padding:10px 0}.ant-form label,.login-form .login-form-forgot{font-size:13px}.login-form .btn-green{margin:12px 0 20px}.grey-bg{padding:30px 0 20px}.slider-for{height:480px}}@media (max-width: 1023px){.header-img img{max-width:160px}header .header-link{margin:0 4%;font-size:13px}header .ant-btn{font-size:13px}.camera-icon{width:17px;height:17px}.get-app h2{font-size:38px}.get-app a{max-width:150px;display:inline-block}.get-app a img{max-width:100%}.title{font-size:28px}.items-list li{width:23%;margin-right:2.5%}.items-list li:nth-child(5n){margin-right:2.5%}.items-list li:nth-child(4n){margin-right:0}.footer-menu h4{font-size:16px;margin-bottom:15px}.header-categories>li .circle-box{width:55px;height:55px}.header-categories>li .circle-box i{font-size:16px}.header-categories>li p{font-size:9px;margin:5px 0 0}.static-content h1,.store-head h1{font-size:28px}.help-collapse .ant-collapse-item .ant-collapse-header,.shop-logo .shop-name span{font-size:15px}.help-collapse .ant-collapse-content-box,.help-collapse .ant-collapse-content-box p,.view-mode .view-content p,.view-mode .view-content .ant-btn i,.sellers-header .verified{font-size:13px}.help-collapse .ant-collapse-item .ant-collapse-header:after,.wallet .btn-danger,.selling .ant-dropdown-link .dropdown-value,.sellers-header h4{font-size:11px}.shop-logo .ant-avatar{width:60px;height:60px}.shop-logo .shop-name{width:calc(100% - 65px)}.shop-logo .shop-name small{font-size:8px}.store-head .ant-btn-primary{height:40px;font-size:13px}.wallet .pull-left{font-size:12px}.wallet .pull-right .anticon,.view-mode .view-content h3{font-size:16px}.wallet p{font-size:21px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled){font-size:15px;padding:15px 12px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star{margin-right:10px}.bagde{border-radius:18px;font-size:10px;line-height:18px}.view-mode.grid li{width:50%}.view-mode.grid .img-box{height:180px}.view-mode .view-content .ant-btn{font-size:10px}.selling .ant-dropdown-link{padding:12px 7px}.selling .ant-dropdown-link i{margin-right:7px}.verify-acc p{font-size:15px}.selling .ant-dropdown-link small,.verify-by p{font-size:9px}.selling .ant-dropdown-link .drop-right{width:calc(100% - 31px)}.custom-pagination.ant-pagination .ant-pagination-item{width:32px;height:32px;line-height:32px}.custom-pagination.ant-pagination .ant-pagination-next,.custom-pagination.ant-pagination .ant-pagination-prev{width:32px;height:32px}.sellers-header .ant-avatar-lg{width:95px;height:95px}.sellers-header h3{font-size:20px}.sellers-header .verified i{font-size:21px}.profile-tabs .items-list li{width:48%;margin-right:2%}.profile-tabs .items-list li:nth-child(2n){margin-right:0}.profile-tabs .items-list li .item-img{height:220px}.socials i{font-size:18px}.verify-acc .avatar-box .img-verified{width:35px}.settings-profile .icon-user,.settings-profile .icon-map,.settings-profile .icon-email,.settings-profile .icon-phone,.settings-profile .icon-unlock{font-size:16px;width:20px}.settings-profile .ant-form .s-label{padding-left:7px;font-size:14px}.settings-profile .ant-input{font-size:14px}.settings-profile i.icon-pen{font-size:15px}.settings-profile small{margin-top:18px}.downloadApp-profile .get-app{margin-bottom:5px}.tab-header{font-size:23px;padding-bottom:15px}.sign-down a{max-width:150px;display:inline-block}.sign-down a img{max-width:100%}.search-content .ant-checkbox+span{font-size:12px}.search-content .items-list li{width:31%;margin-right:2.5%}.search-content .items-list li:nth-child(4n){margin-right:2.5%}.search-content .items-list li:nth-child(3n){margin-right:0}.search-left h3{font-size:16px}.c-email{font-size:14px}.login-form .ant-input{font-size:13px}.login-form .btn-green{font-size:16px}.log-tabs .ant-tabs-nav .ant-tabs-tab{font-size:17px;padding:12px 5px}.btn-blue{height:auto;font-size:21px;padding:10px 12px}.user-info h4{font-size:16px}.user-info .ant-avatar-lg{width:50px;height:50px}.user-info .verified{font-size:11px}.slick-slider.nav-for .slick-slide{margin-right:15px}.slider-for{height:350px}.m-b-100{margin-bottom:60px}}@media (max-width: 767px){.header-img{width:30px;overflow:hidden}.mega-btn{font-size:15px;padding:18px 0}.get-app h2{font-size:30px}.get-app a{max-width:135px}.get-app{padding:40px 0 110px}.title{font-size:24px}.items-list .item-img{height:160px}.footer-menu h4{font-size:14px;margin-bottom:12px}.footer-menu p a{font-size:10px}.header-categories>li{margin:0 15px}.items-list li{width:31%}.items-list li:nth-child(5n),.items-list li:nth-child(4n){margin-right:2.5%}.items-list li:nth-child(3n){margin-right:0}.footer-menu{flex-wrap:wrap}.footer-menu .f-col{flex:auto;width:auto;margin-bottom:20px}.footer-copy{margin-top:20px}.socials a{margin-left:15px}.slick-slider.nav-for .slick-slide{width:80px;height:80px;margin-right:10px}.slider-for .slick-prev{width:30px;height:30px;left:0}.slider-for .slick-next{width:30px;height:30px;right:0}.slider-for{height:280px}.btn-blue{font-size:16px;padding:7px 10px;height:60px}.user-info .ant-avatar-lg{width:40px;height:40px}.user-info h4{font-size:13px}.user-info .verified{font-size:10px}.user-info .verified i{font-size:15px;margin-right:5px;margin-bottom:2px}.product-map h4{font-size:12px}.static-content h1,.store-head h1{font-size:24px}.login-form .btn-green{font-size:14px;margin:7px 0 15px}.log-policy{font-size:9px}.login-form .ant-input{height:40px;font-size:12px}.sign-down a{max-width:130px;margin:0 12px}.help-collapse .ant-collapse-item .ant-collapse-header,.shop-logo .shop-name span{font-size:13px}.help-collapse .ant-collapse-content-box,.help-collapse .ant-collapse-content-box p,.view-mode .view-content p,.view-mode .view-content .ant-btn i,.sellers-header .verified{font-size:11px}.help-collapse{padding:25px 25px 1px;margin-bottom:50px}.help-collapse .ant-collapse-item{margin-bottom:25px}.help-collapse.ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow{width:20px;height:18px}.help-collapse .ant-collapse-item .ant-collapse-header{padding-left:40px}.help-collapse .ant-collapse-content-box{padding-left:25px}.shop-logo .ant-avatar{width:50px;height:50px}.shop-logo .shop-name small{font-size:7px}.shop-logo{margin-bottom:18px}.store-head .ant-btn-primary{height:38px;font-size:12px}.wallet{margin-top:20px}.wallet .pull-left{font-size:11px}.wallet .pull-right .anticon,.view-mode .view-content h3{font-size:14px}.wallet p{font-size:18px}.help-collapse .ant-collapse-item .ant-collapse-header:after,.wallet .btn-danger,.selling .ant-dropdown-link .dropdown-value,.sellers-header h4{font-size:9px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled){font-size:13px;padding:12px 7px}.bagde{border-radius:16px;font-size:9px;line-height:16px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star{margin-right:5px}.selling .ant-dropdown-link i{margin-right:5px;font-size:12px}.selling .ant-dropdown-link small,.verify-by p{font-size:8px}.selling .ant-dropdown-link .drop-right{width:calc(100% - 25px)}.tab-header{font-size:18px;padding-bottom:12px}.view-mode.list .img-box{width:80px;height:80px}.view-mode.list .view-content{display:inline-block;padding-left:10px}.view-mode .view-content h3,.view-mode .view-content p{margin-bottom:3px}.view-mode.list .view-content .right-content{padding-bottom:0}.view-mode.list .view-content .right-content .icon-more{position:static;float:right}.view-mode .view-content .ant-btn{font-size:8px}.view-mode .view-content .ant-btn i{margin-right:5px}.view-mode li{padding:20px 0}.view-mode.grid li{padding:20px 10px 50px}.view-mode.grid .img-box{height:150px}.view-mode.grid .right-content{padding:0 10px 10px}.custom-pagination{margin:30px 0}.static-content ol li,.static-content ul li,.static-content p{font-size:12px;line-height:25px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .ant-avatar-lg{width:60px;height:60px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .profile-name{font-size:13px;padding-left:7px}.ant-btn-lg{height:30px;font-size:12px}.camera-icon{width:15px;height:15px}header .ant-btn{font-size:12px}.sellers-header .ant-avatar-lg{width:80px;height:80px}.sellers-header .seller-bg{margin-bottom:-40px}.sellers-header{padding:20px 0 30px}.sellers-header h3{font-size:18px}.sellers-header .verified i{font-size:17px}.profile-tabs .items-list li .item-img{height:180px}.profile-tabs .items-list li:nth-child(3n){margin-right:2%}.profile-tabs .items-list li:nth-child(2n){margin-right:0}.items-list li{margin-bottom:25px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i.icon-key,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star.icon-key{font-size:15px}.items-list li p{margin:7px 0 0}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .h4{margin-top:15px;font-size:14px}.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab{margin-bottom:3px}header .header-link{font-size:12px}header .header-search.ant-input-affix-wrapper .ant-input:not(:first-child){font-size:11px}.downloadApp-profile .get-app p{margin-bottom:20px;font-size:13px}.get-app a{max-width:120px}.verify-acc .avatar-box .img-verified{width:28px;-moz-transform:translate(-20%, 10%);-o-transform:translate(-20%, 10%);-ms-transform:translate(-20%, 10%);-webkit-transform:translate(-20%, 10%);transform:translate(-20%, 10%)}.verify-acc p{font-size:13px;margin-bottom:15px}.verify-by .circle-check,.verify-by .circle-fb{width:55px;height:55px}.selling .ant-dropdown-link small,.verify-by p{font-size:7px}.verify-by .circle-check i,.verify-by .circle-fb i{font-size:18px}.settings-profile .ant-form .s-label{padding-left:5px;font-size:12px}.settings-profile .icon-user,.settings-profile .icon-map,.settings-profile .icon-email,.settings-profile .icon-phone,.settings-profile .icon-unlock{font-size:12px;width:15px}.settings-profile .ant-input{font-size:10px}.settings-profile i.icon-pen{font-size:12px}.settings-profile .ant-form-item{padding:7px 0 7px 5px}.btn-green{padding:0 12px;height:28px;font-size:11px}.settings-profile .settings-notification{margin-top:10px}.settings-profile .settings-notification p{font-size:12px}.c-email{height:auto}.c-email i{margin-top:-1px;font-size:16px}.search-content .items-list li{width:48%;margin-right:4%}.search-content .items-list li:nth-child(3n){margin-right:4%}.search-content .items-list li:nth-child(2n){margin-right:0}.form-control,.form-control .ant-input,.form-control .ant-select-selection,.form-control .ant-input-number-input{font-size:12px}.ant-input-number-lg input{height:34px}.ant-input-number-lg{padding:0 11px;height:36px}.ant-select-lg .ant-select-selection--single{height:36px}.ant-select-lg .ant-select-selection__rendered{line-height:34px}.ant-input-lg{padding:0 11px;height:36px}.form-control .icon-environment,.form-control .ant-input .icon-environment,.form-control .ant-select-selection .icon-environment,.form-control .ant-input-number-input .icon-environment{font-size:16px}.search-left label,.ant-form label,.login-form .login-form-forgot{font-size:12px}header .header-back{font-size:11px}header .anticon{font-size:16px !important;margin-bottom:1px}header{padding:20px 0}}@media (max-width: 639px){header .ant-btn span{display:none}header .ant-btn i{margin-right:0}header .header-search.ant-input-affix-wrapper .ant-input:not(:first-child){border-radius:15px}.header-categories>li .circle-box{width:52px;height:52px}.mega-btn{font-size:15px;padding:14px 0}.get-app h2{font-size:25px}.static-content h1,.store-head h1{font-size:21px}.help-collapse .ant-collapse-content-box,.help-collapse .ant-collapse-content-box p,.view-mode .view-content p,.view-mode .view-content .ant-btn i,.sellers-header .verified{font-size:10px}.help-collapse .ant-collapse-item .ant-collapse-header,.shop-logo .shop-name span{font-size:12px}.help-collapse{padding:20px 20px 1px;margin-bottom:40px}.help-collapse .ant-collapse-item{margin-bottom:20px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar{margin-bottom:25px;width:100%}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-content{padding:0 1px}.custom-pagination.ant-pagination .ant-pagination-item{width:30px;height:30px;line-height:30px}.profile-tabs{margin-top:20px;margin-bottom:30px}.custom-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link,.custom-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link{line-height:30px}.custom-pagination.ant-pagination .ant-pagination-next,.custom-pagination.ant-pagination .ant-pagination-prev{width:30px;height:30px}.static-content ol li,.static-content ul li,.static-content p{font-size:11px;line-height:21px}.product-left,.product-right{width:100%}.slick-slider.nav-for .slick-slide{width:60px;height:60px;margin-right:7px}.ant-btn-lg{height:35px}.list-carousel .slick-prev,.list-carousel .slick-next{width:18px;height:18px;margin-top:-9px}.list-carousel .slick-prev:before,.list-carousel .slick-next:before{font-size:18px}.carousel{padding:0}.c-email{height:auto}.search-left{position:fixed;top:0;right:0;bottom:0;background-color:#fff;margin:0;padding:20px;z-index:10;overflow:auto;-moz-transform:translateX(100%);-o-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);-moz-transition:0.5s ease;-o-transition:0.5s ease;-webkit-transition:0.5s ease;transition:0.5s ease}.search-left.active{-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}.cover{position:fixed;opacity:0;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,0.2);z-index:9;pointer-events:none;-moz-transition:0.3s ease;-o-transition:0.3s ease;-webkit-transition:0.3s ease;transition:0.3s ease}.cover.active{opacity:1;pointer-events:auto}.search-right{float:none;width:100%}.search-content .items-list li{width:31%;margin-right:2.5%}.search-content .items-list li:nth-child(2n){margin-right:2.5%}.search-content .items-list li:nth-child(3n){margin-right:0}.title{font-size:21px}.title i{display:block;cursor:pointer;float:right}.filter-actions{order:1}.filter-actions:after{clear:both;content:'';display:block}.form-elem{order:2}.btn-blue{padding:7px 0}}@media (max-width: 479px){.ant-btn-lg{padding:0 10px;height:33px}.vendez-button.ant-btn-lg{padding:0 15px}header .header-link{font-size:10px}header .ant-form{width:58%}header .logged .ant-form{width:35%}header .logged .ant-btn-purple{height:30px;padding:0 5px}header .header-search.ant-input-affix-wrapper .ant-input:not(:first-child){height:33px}.header-img{margin-top:3px}.camera-icon{width:13px;height:13px}.get-app a:last-child{margin-left:10px}.get-app a{max-width:115px}.get-app p{font-size:12px}.get-app h2{font-size:22px}.get-app{padding:30px 0 85px}.title{font-size:18px}.items-list .item-img{height:110px}.container{padding:0 7px;max-width:479px}.header-categories{margin:10px -7px 0}.footer-copy .pull-left img{max-width:85px}.socials i{font-size:15px}.socials a{margin-left:7px}.socials a:first-child{margin-left:0}.grey-bg{padding:25px 0 20px}.login-form .btn-green{font-size:12px;height:38px}.ant-form-item{margin-bottom:15px}.sign-down{padding:0 10px}.sign-down p{font-size:11px}.sign-down a{max-width:115px;margin:0 5px}.grey-bg hr{margin:40px auto 0}.static-content{padding:20px 7px}.help-collapse .ant-collapse-item .ant-collapse-header{padding-left:12px;padding-right:15px}.help-collapse .ant-collapse-item .ant-collapse-header .arrow{display:none}.help-collapse{padding:12px 12px 1px;margin-bottom:30px}.help-collapse .ant-collapse-item .ant-collapse-header:after{right:6px}.ant-collapse-content{padding:0 7px}.help-collapse .ant-collapse-content-box{padding-left:0}.profile-tabs.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav{position:fixed;top:0;bottom:0;right:0;background-color:#fff;width:250px;z-index:10;padding:20px 0;overflow:auto;-moz-transform:translateX(100%) !important;-o-transform:translateX(100%) !important;-ms-transform:translateX(100%) !important;-webkit-transform:translateX(100%) !important;transform:translateX(100%) !important;-moz-transition:0.5s ease;-o-transition:0.5s ease;-webkit-transition:0.5s ease;transition:0.5s ease}.profile-tabs.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav.active{-moz-transform:translateX(0) !important;-o-transform:translateX(0) !important;-ms-transform:translateX(0) !important;-webkit-transform:translateX(0) !important;transform:translateX(0) !important}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab{padding:0 20px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab{height:auto}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled){border-bottom-width:1px;font-size:12px;padding:18px 20px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) i,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab:not(.ant-tabs-tab-disabled) .icon-star{font-size:18px;margin-right:10px;vertical-align:middle;width:24px}.profile-tabs.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-prev,.profile-tabs.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-next{display:none}.profile-tabs.ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling{padding:0}.list-actions .ant-col-8{width:100%}.selling .ant-dropdown-link small,.verify-by p{font-size:10px}.help-collapse .ant-collapse-item .ant-collapse-header:after,.wallet .btn-danger,.selling .ant-dropdown-link .dropdown-value,.sellers-header h4{font-size:11px}.selling .ant-dropdown-link i{margin-right:10px}.selling .ant-dropdown-link .drop-right{width:calc(100% - 35px)}.wallet .pull-right .anticon,.view-mode .view-content h3{font-size:12px}.view-mode .view-content .ant-btn{height:20px}.view-mode.grid .img-box{height:110px}.view-mode.grid li{padding:20px 7px 45px}.view-mode.grid li .ant-btn{padding-left:7px}.view-mode.grid li .ant-btn i{display:none}.view-mode .view-content .ant-btn{padding-right:7px}.view-mode.grid .right-content .icon-more{margin-top:5px}.manage-myAccount{display:block;background-color:#dcdcdc;font:12px 'Poppins-Regular';float:right;padding:7px 10px;margin-top:15px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;border-radius:7px;cursor:pointer}.manage-myAccount i{margin-left:10px;font-size:11px;font-weight:normal}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar{margin-bottom:7px}.custom-pagination.ant-pagination .ant-pagination-item{width:22px;height:22px;min-width:22px;line-height:21px}.custom-pagination.ant-pagination .ant-pagination-item a{font-size:11px}.custom-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link,.custom-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link{line-height:22px}.custom-pagination.ant-pagination .ant-pagination-next,.custom-pagination.ant-pagination .ant-pagination-prev{width:22px;height:22px;min-width:22px}.custom-pagination{margin:20px 0}.static-content h1,.store-head h1{font-size:18px}.static-content ol li,.static-content ul li,.static-content p{font-size:10px;line-height:19px}.profile-tabs .items-list li .item-img{height:135px}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .ant-avatar-lg,.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .profile-name{display:none}.profile-tabs.ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-disabled .h4{margin-bottom:10px}.ant-btn-lg{height:40px}.search-content .title{margin-top:20px}.search-content .title .i-filter{width:18px;height:18px}.log-tabs .ant-tabs-nav .ant-tabs-tab{font-size:12px}.log-tabs .ant-tabs-tabpane{margin:25px 0;padding:0 20px}.c-email{font-size:11px}.ant-form-item-children .ant-col-12{text-align:center;width:100%}.download-app p{font-size:24px}.download-app-holder{height:auto}.download-app-holder .download-app-banner{height:auto}.download-app-holder .download-app-banner div.container p{font-size:24px}.ant-dropdown-menu-item{min-width:200px}.store-profile{display:flex;flex-wrap:wrap}.store-profile .filtre{width:100%}.store-profile .mobile-header{display:flex;width:100%}.store-profile .mobile-header .name{margin-bottom:25px;font:16px 'Poppins-SemiBold';color:#000000;text-align:center;padding-left:70px}.store-profile .mobile-header .options{display:flex;justify-content:flex-end;align-items:center}.store-profile .store-profile-header{flex-wrap:wrap-reverse;justify-content:center;position:relative;width:100%}.store-profile .store-profile-header .right-side{height:133px;width:100vw;max-width:unset;border-radius:0}.store-profile .store-profile-header .right-side img{border-radius:unset}.store-profile .store-profile-header .left-side{width:80px;height:80px;margin-top:-43px;z-index:999;margin-bottom:25px}.store-profile .store-profile-header .left-side img{width:80px;height:80px}.store-profile .store-profile-header .left-side .no-image{width:80px;height:80px;font:48px 'Poppins-SemiBold'}.store-profile .store-profile-header .left-side .no-image .ant-avatar-string{top:30%}.store-profile .store-pofile-description{display:none}.store-profile .verified-block{display:flex;justify-content:center;width:100%}.store-profile .verified-block .verified{display:flex;align-items:flex-start}.store-profile .verified-block .verified i{padding-right:5px}.store-profile .verified-block .verified .store-since{position:absolute;left:30px;top:17px;color:#9b9b9b;font-family:'Poppins-Regular';font-size:8px;width:85px}.store-profile .verified-block .store-btn{display:flex;align-items:center;height:38px;width:109px;padding-left:7px;padding-right:7px;background-color:#7b47c2;border-color:#7b47c2}.store-profile .verified-block .store-btn .text{color:white;display:flex;flex-wrap:wrap;margin-left:10px;line-height:1.3}.store-profile .verified-block .store-btn .text .small{font-family:'Poppins-Regular';font-size:8px}.store-profile .verified-block .store-btn .text .large{font-family:'Poppins-SemiBold';text-transform:uppercase;font-size:10px;text-align:left}.store-profile .filtre{margin-bottom:0 !important}.products-block{padding-left:0}.products-block .ant-row{margin-top:0 !important}.products-block .ant-row div:only-child{justify-content:unset !important}.products-block .ant-row .mobile-product-list{margin-bottom:2px}}@media only screen and (max-width: 479px) and (min-width: 411px){.products-block .ant-row .mobile-product-list{margin-bottom:15px}}@media (max-width: 479px){.products-block .ant-row .mobile-product-list .product-box{width:166px}.products-block .ant-row .mobile-product-list .product-box .placeholder{margin:10px 0}.products-block .ant-row .mobile-product-list .product-box .placeholder .product-box__image{height:166px}.products-block .ant-row .mobile-product-list .product-box .product-box__price{font-size:18px}.products-block .ant-row .mobile-product-list .product-box .product-box__title{font-size:18px;line-height:18px;margin-top:10px}.products-block .pagination .pagination-item.last{min-width:35px}.user-info .avatar-block a .no-image .ant-avatar-string{top:unset}}.ant-layout{width:100%;overflow:hidden}@media (max-width: 575px){.header-wrapper a{flex:1 1 auto}.header-wrapper .right-side{flex:1 1 100%}.header-wrapper .right-side .search{flex:1 1 100%}.header-wrapper .right-side .search .search-input .ant-input{width:100%}.header-wrapper .right-side .menu{margin:0 8px !important}}@media (max-width: 480px){.header-wrapper .align-right{margin-left:8px}}.ant-card-extra{display:flex;align-items:center;padding:0}@media only screen and (max-width: 576px){.xs-pl-10{padding-left:10px}.xs-pr-10{padding-right:10px}.ant-card-head-title{font-size:20px !important}.mobile-hide{display:none}}.container.ads-dfp-container{padding:0}.no-margins{margin:0}.grey-color{color:#ccc}.marker-holder{position:absolute;display:grid;left:-50px;top:-90px}.marker-holder .marker-holder__bubble{font-size:12px;font-family:Poppins-SemiBold, sans-serif;background-color:#fff;padding:5px 10px;border-radius:30px;-webkit-box-shadow:0 1px 2px 0px rgba(0,0,0,0.72);-moz-box-shadow:0 1px 2px 0px rgba(0,0,0,0.72);box-shadow:0 1px 2px 0px rgba(0,0,0,0.72);z-index:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:64px}.marker-holder .marker-holder__bubble .icon-map{margin-right:10px}.bolder{font-weight:bolder}.no-items{text-align:center}.no-items img{display:block;margin-left:auto;margin-right:auto}.no-items .no-items__header{font-family:'Poppins-SemiBold', sans-serif;font-size:14px;color:#18b8ef;margin-top:32px}.no-items .no-items__message{font-family:'Poppins-Medium', sans-serif;font-size:12px;color:#9b9b9b;margin-top:20px}.product-slider{margin-bottom:30px}.slick-track{margin-left:0}.center-text{text-align:center}.app-features{font-family:'Poppins-Medium', sans-serif;font-size:14px;line-height:21px;margin-top:64px;margin-bottom:32px}.slick-slide .slick-slide__image{background-size:cover !important;background-position:center;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px}.ant-dropdown{font-family:"Poppins-Regular", sans-serif}.ant-dropdown-menu{box-shadow:none;background:#fff;border-radius:0 0 8px 8px;box-shadow:0px 0px 4px rgba(0,0,0,0.1)}.ant-dropdown-menu .ant-dropdown-menu-item:first-child,.ant-dropdown-menu .ant-dropdown-menu-submenu-title:first-child,.ant-dropdown-menu .ant-dropdown-menu-item:first-child>a,.ant-dropdown-menu .ant-dropdown-menu-submenu-title:first-child>a{border-radius:0;border-top:none}.ant-dropdown-menu .ant-dropdown-menu-item:last-child,.ant-dropdown-menu .ant-dropdown-menu-submenu-title:last-child,.ant-dropdown-menu .ant-dropdown-menu-item:last-child>a,.ant-dropdown-menu .ant-dropdown-menu-submenu-title:last-child>a{border-radius:8px}.login{height:100%;display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 576px){.login{padding-top:16px}}.login .ant-tabs,.login .ant-tabs-content{height:auto}.login .store-link img{height:50px}.login .login-tabs{width:100%;background-color:#fff}@media only screen and (min-width: 576px){.login .login-tabs{width:420px;-webkit-box-shadow:0px 0px 20px rgba(79,79,79,0.0474411);-moz-box-shadow:0px 0px 20px rgba(79,79,79,0.0474411);box-shadow:0px 0px 20px rgba(79,79,79,0.0474411);border-radius:8px}}.login .login-tabs .ant-tabs-nav{width:100%}.login .login-tabs .ant-tabs-nav .ant-tabs-tab{width:50%;margin:0;text-align:center;font-family:'Poppins-Bold', sans-serif;font-size:24px;color:#4a4a4a;padding:20px 5px}.login .login-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{color:#3edb79;background-color:#fff}.login .login-tabs .ant-tabs-bar{margin-bottom:16px}.login .login-tabs .ant-tabs-bar .ant-tabs-tab{background-color:#F8F8F8}.login .login-tabs .ant-tabs-bar .ant-tabs-tab-active{background-color:#fff}.login .login-tabs .ant-tabs-tabpane{background-color:#fff;padding:0 16px;padding-bottom:16px}.login .login-tabs .ant-tabs-ink-bar{top:0;height:5px;background-color:#3edb79}.login .login-tabs button{font-family:'Poppins-Medium', sans-serif;font-size:20px;font-weight:bolder;width:100%;height:50px;display:initial !important}.login .login-tabs button.log-in-btn{-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease;border:1px solid #18B8EF;background-color:#18B8EF;color:white}.login .login-tabs button.log-in-btn:hover{background-color:white;color:#18B8EF}.login .login-tabs button.with-email-btn{border-radius:4px;border:0;background-color:#f8f8f8;color:#4a4a4a}.login .login-tabs button.with-email-btn:hover{color:#18B8EF}.login .login-tabs button.with-email-btn i{position:absolute;margin-top:-3px;left:15px;top:50%;transform:translateY(-50%);font-size:19px}.login .login-form__tabs.ant-tabs .ant-tabs-nav-container-scrolling{padding:0px !important}.login .login-form__tabs.ant-tabs .ant-tabs-nav-container-scrolling .ant-tabs-tab-arrow-show{display:none}.login .login-form__tabs.ant-tabs .ant-tabs-ink-bar{height:3px}.login .login-form__tabs.ant-tabs .ant-tabs-tab{padding:5px;font-size:18px}.login .login-form__tabs.ant-tabs .login-form__tabs--panel{padding:0}.app-features{font-family:'Poppins-Medium', sans-serif;font-size:14px;line-height:21px;margin-top:64px;margin-bottom:32px;text-align:center}.log-policy{margin-top:32px;text-align:center;font:10px 'Poppins-Medium';color:#e0e0e0;padding:0 10px}.log-policy a{color:#e0e0e0;text-decoration:underline}.product-details-container{width:100%;margin:0 auto;margin-top:16px;margin-bottom:32px}@media only screen and (min-width: 576px){.product-details-container{max-width:540px;margin-bottom:60px}}@media only screen and (min-width: 768px){.product-details-container{max-width:720px}}@media only screen and (min-width: 992px){.product-details-container{max-width:960px}}@media only screen and (min-width: 1200px){.product-details-container{max-width:1140px}}@media only screen and (max-width: 576px){.product-details-container .slick-slide__image{border-radius:0}}.slick-track{margin-left:initial !important;margin-right:initial !important}.search-title{font-family:"Poppins-Bold", sans-serif;font-size:24px;color:#373f4a;margin-bottom:0;padding:32px 0 24px}@media only screen and (min-width: 576px){.search-title{font-size:21px}}@media only screen and (min-width: 768px){.search-title{font-size:24px}}@media only screen and (min-width: 992px){.search-title{font-size:28px}}@media only screen and (min-width: 1200px){.search-title{font-size:32px}}.search-title-wrapper{display:flex;justify-content:space-between}.search-listing-switcher{display:flex;gap:4px;padding-top:32px;padding-bottom:32px}.search-listing-switcher__icon{padding:10px;margin-left:8px;cursor:pointer;max-width:40px;max-height:40px;border-radius:8px;color:#ccc}.search-listing-switcher__icon.active{background-color:#fff;color:#18b8ef}.search-listing-switcher__icon:hover{background-color:#fff;color:#18b8ef;box-shadow:0 0 7px #ccc}.search-listing-switcher__icon svg{width:20px;height:20px}.reset-filter-btn{font-family:"Poppins-Bold", sans-serif !important;font-size:18px !important;margin:32px 0}.filter-results{margin-bottom:8px}@media only screen and (min-width: 576px){.filter-results{margin-bottom:16px}}.selling-page .ant-card-body{padding:0}.selling-page .my-items{display:flex;flex-wrap:wrap;width:100%}.selling-page .product-list .avatar{width:70px;height:70px;border-radius:8px;margin-right:8px;background-repeat:no-repeat;background-position:center;background-size:cover}@media only screen and (min-width: 576px){.selling-page .product-list .avatar{width:96px;height:96px}}.selling-page .product-list .meta{display:flex;flex-direction:column;color:#ccc;flex:1}@media only screen and (min-width: 576px){.selling-page .product-list .meta{max-width:320px}}.selling-page .product-list .meta .price{font-size:14px;line-height:18px;font-family:'Poppins-SemiBold', sans-serif;color:#373f4a}@media only screen and (min-width: 576px){.selling-page .product-list .meta .price{font-size:20px;line-height:24px}}.selling-page .product-list .meta .title{font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:20px;margin-bottom:8px;color:#ccc}.selling-page .product-list .meta .badges{display:flex;align-items:center;margin-left:-2px}.selling-page .product-list .meta .badges .bab-icon{margin-right:5px}.selling-page .product-list .meta .badges>span{display:flex}.selling-page .product-list .meta .badges svg{font-size:16px;margin-right:4px}.selling-page .product-list .meta .badges span{font-size:12px;margin-right:8px}.selling-page .product-list .actions{display:flex;flex-direction:column;align-items:baseline;width:100%;margin-top:8px}@media only screen and (min-width: 768px){.selling-page .product-list .actions{align-items:end;width:auto;margin:0;margin-left:auto}}.selling-page .product-list .actions .actions-button{display:flex;align-items:center;height:35px;margin-bottom:8px;padding:8px 16px;font-family:'Poppins-SemiBold', sans-serif;font-size:12px;line-height:16px}.selling-page .product-list .actions .actions-button svg{margin-right:7px}@media only screen and (min-width: 768px){.selling-page .product-list .actions .actions-button{margin:0}}.selling-page .product-list .actions .boost{color:#18b8ef;background-color:rgba(24,184,239,0.1);border-color:#18b8ef}.selling-page .product-list .actions .boost:hover,.selling-page .product-list .actions .boost:focus{color:#fff;background-color:#3fcdff;border-color:#3fcdff}.selling-page .product-list .actions .reactivate{color:#fff;background-color:#18b8ef;border-color:#18b8ef}.selling-page .product-list .actions .reactivate:hover,.selling-page .product-list .actions .reactivate:focus{color:#18b8ef;background-color:rgba(24,184,239,0.1);border-color:#18b8ef}.selling-page .product-list .actions .boosted{color:#fff;background-color:#18b8ef;border-color:#18b8ef;cursor:initial}.selling-page .product-list .actions .in-review{color:#fff;background-color:#000;border-color:#000;cursor:initial}.selling-page .product-list .actions .group{margin-top:auto}.selling-page .product-list .actions .group button{font-size:12px;font-family:'Poppins-Regular', sans-serif;background-color:#f8f8f8;border-width:0;display:inline-flex;align-items:center;padding:4px 8px;height:auto;line-height:16px}.selling-page .product-list .actions .group button:hover svg{color:#18b8ef}.selling-page .product-list .actions .group button svg{margin-right:6px;transition:0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.selling-page .product-list .ant-list-item{padding:24px 0}.selling-page .tips{margin-top:80px}.selling-page .add-product-grid>div{min-height:425px !important;margin-bottom:15px}.selling-page .layout-extra,.selling-page .filter-extra{display:inline-block}.selling-page .layout-extra{margin-right:16px}.ant-menu-vertical{border:1px solid #e8e8e8;border-top:unset}.become-store-page{background-color:#fff;border-radius:8px}.become-store-page .become-store-header{padding-bottom:16px;background:linear-gradient(360deg, #44da72 0%, #62e58a 47.45%, #44da72 100%);border-top-left-radius:8px;border-top-right-radius:8px;text-align:center;color:#fff}.become-store-page .become-store-header h4,.become-store-page .become-store-header h1{color:#fff}.become-store-page .become-store-header img{margin:24px 0}.become-store-page .become-store-header h1{color:#fff;margin-bottom:0;font-family:'Poppins-Bold', sans-serif}.become-store-page .become-store-header .become-store-header__footer{font-size:11px;line-height:20px}.become-store-page .become-store-header .become-store-plan{margin:32px 0;display:flex;align-items:center;flex-direction:column}@media only screen and (min-width: 768px){.become-store-page .become-store-header .become-store-plan{flex-direction:row;justify-content:space-evenly}}.become-store-page .become-store-header .become-store-plan__option{width:250px;height:190px;border:3px solid #0eb742;border-radius:8px;background-color:#fff;font-family:'Poppins-SemiBold', sans-serif;color:#4a4a4a;padding:16px;position:relative}.become-store-page .become-store-header .become-store-plan__option.selected{border:3px solid #f63a60}.become-store-page .become-store-header .become-store-plan__option.selected button{background-color:#f63a60}.become-store-page .become-store-header .become-store-plan__option .period{font-family:'Poppins-SemiBold', sans-serif;font-size:28px;line-height:42px}.become-store-page .become-store-header .become-store-plan__option .price{margin:8px 0}.become-store-page .become-store-header .become-store-plan__option .price .coins{font-size:16px;line-height:24px}.become-store-page .become-store-header .become-store-plan__option .price .value{font-size:12px;line-height:18px}.become-store-page .become-store-header .become-store-plan__option .best-deal{background-color:#f63a60;color:#fff;border-radius:4px;padding:0 8px;position:absolute;top:-11px;left:-3px}.become-store-page .become-store-header .become-store-plan__option button{height:40px;background-color:#5eec8a;color:#fff;border:initial;border-radius:4px}.become-store-page .become-store-header .become-store-plan__option:not(:last-child){margin-bottom:32px}@media only screen and (min-width: 768px){.become-store-page .become-store-header .become-store-plan__option:not(:last-child){margin-bottom:0}}.become-store-page .become-store-body{color:#fff;text-align:center;padding:24px 32px}.become-store-page .become-store-body .store-plan-bonuses-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:-30px}.become-store-page .become-store-body .store-plan-bonus{width:223px;display:inline-block;margin:30px auto 0}.become-store-page .become-store-body .store-plan-bonus .title{font-size:14px;line-height:21px;color:#4a4a4a;margin-top:20px}.become-store-page .become-store-body .store-plan-bonus .description{font-family:'Poppins-Medium', sans-serif;font-size:11px;line-height:15px;color:#4a4a4a}.become-store-page .become-store-body h1{font-family:'Poppins-Bold', sans-serif}.become-store-page .become-store-footer{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;margin:42px 25px;padding-bottom:24px}.become-store-page .become-store-footer .store-features{min-width:30%;width:130px;display:flex;flex-direction:column;justify-content:space-between;font-family:'Poppins-Medium', sans-serif;line-height:11px;font-size:9px;text-align:center;letter-spacing:-0.25px;text-transform:uppercase;height:80px}.become-store-page .become-store-footer .store-features .store-img{height:30px;width:30px}.become-store-page .become-store-footer .store-features .img-wrp{height:40px}.become-store-page .become-store-footer .store-features .image-holder{height:38px}.become-store-page .become-store-footer .store-features .store-description{height:40px;width:100%;align-items:center;display:block}.become-store-page .ant-modal{width:949px;height:530px}.store-setup-modal{top:40px}@media only screen and (min-width: 992px){.store-setup-modal{width:949px !important}}.store-setup-modal .ant-modal-body{padding:0}@media only screen and (min-width: 992px){.store-setup-modal .ant-modal-body{height:600px}}.store-setup-modal__sider{padding:20px;background:linear-gradient(90deg, #44da72 0%, #62e58a 47.45%, #44da72 100%);border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;display:flex;align-items:center;flex-direction:column}@media only screen and (min-width: 992px){.store-setup-modal__sider{width:267px;height:600px;padding:34px;float:left;border-top-right-radius:0;border-bottom-left-radius:8px}}.store-setup-modal__sider .title{margin:0;padding:0 20px;font-family:'Poppins-Medium', sans-serif;font-size:14px;line-height:18px;text-align:center;color:#fff}@media only screen and (min-width: 992px){.store-setup-modal__sider .title{padding:0}}.store-setup-modal__sider .ant-progress-text{font-family:'Poppins-Medium', sans-serif;color:#fff}.store-setup-modal__sider .ant-progress-circle.ant-progress-status-success .ant-progress-text{color:#fff}.store-setup-modal__sider .step-list-holder{width:170px}.store-setup-modal__sider .step-list .list-item{padding:16px 0;font-family:'Poppins-Medium', sans-serif;font-weight:500;line-height:18px;font-size:14px;text-align:center;color:#a4eebb}@media only screen and (min-width: 992px){.store-setup-modal__sider .step-list .list-item{text-align:left}}.store-setup-modal__sider .step-list .list-item:before{content:url("/static/svg/current-uncheck.svg");margin-right:4px}.store-setup-modal__sider .step-list .list-item.checked,.store-setup-modal__sider .step-list .list-item.current{color:#fff}.store-setup-modal__sider .step-list .list-item.checked:before{content:url("/static/svg/check_white.svg");margin-right:4px}.store-setup-modal__sider .step-list .list-item.current:before{content:url(/static/svg/current-check.svg);margin-right:4px}.store-setup-modal__content{display:flex;justify-content:space-between;flex-direction:column;height:100%;padding:20px;text-align:center}@media only screen and (min-width: 992px){.store-setup-modal__content{padding-top:34px;padding-bottom:24px;padding-right:40px;padding-left:40px}}.store-setup-modal__content .title{margin:0;margin-bottom:20px;font-size:24px;color:#000}@media only screen and (min-width: 992px){.store-setup-modal__content .title{margin:0;margin-top:100px;line-height:12px}}.store-setup-modal__content .description{margin-bottom:20px;font-family:'Poppins-Medium', sans-serif;font-size:12px;text-align:center;color:#9b9b9b}@media only screen and (min-width: 992px){.store-setup-modal__content .description{margin:0;line-height:12px}}.store-setup-modal__content .footer{margin-top:20px;text-align:center}@media only screen and (min-width: 992px){.store-setup-modal__content .footer{margin:0;text-align:right}}.store-setup-modal__content .footer .skip-btn{display:inline-block;color:#c8c8c8;cursor:pointer;margin-right:44px}.store-setup-modal__divider{width:100%;height:2px;background-color:#fff;margin:20px 0}@media only screen and (min-width: 992px){.store-setup-modal__divider{width:105px;margin:32px 0}}.ant-progress-circle-path{stroke:#1890ff !important}.store-setup-modal__dropdown{z-index:999999}.wallet-page{overflow:hidden}.single-product{background-color:#f8f8f8}.seller-filter{margin-bottom:40px}.pb-60{padding-bottom:60px}.confirmation .confirmation-form__input{width:100%;height:50px;padding:0 16px;font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:16px;text-align:center;border-radius:8px;border:1px solid #e7e7e7}.confirmation .confirmation-form .has-error .confirmation-form__input{border-color:red}.confirmation .confirmation-form button{display:initial !important;height:35px;width:100%;padding:3px 5px;font-family:'Poppins-Medium', sans-serif;font-size:16px;font-weight:500}.confirmation .confirmation-form button.resend-code{color:#4a4a4a;background-color:#f8f8f8;border:1px solid #4a4a4a;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease}.confirmation .confirmation-form button.resend-code:hover{color:#18B8EF;border-color:#18B8EF}.confirmation .confirmation-form button.verify-code{color:white;background-color:#18B8EF;border:1px solid #18B8EF;-moz-transition:0.2s ease;-o-transition:0.2s ease;-webkit-transition:0.2s ease;transition:0.2s ease}.confirmation .confirmation-form button.verify-code:hover{background-color:white;color:#18B8EF}.confirmation .confirmation-form button[disabled].resend-code,.confirmation .confirmation-form button[disabled].verify-code{color:rgba(0,0,0,0.25);background-color:#f5f5f5;border-color:#d9d9d9}.confirmation .confirmation-form__timer{margin-top:10px}.user-account .carousels{margin-top:30px}.user-account .carousels .carousel-wrapper,.user-account .carousels .ibox-content{height:100%}.user-account .carousels .ibox-content{padding:40px}.user-account .carousels .main-title{font-size:20px;margin-bottom:15px}.user-account .carousels .main-title a{display:inline-block;float:right;font-size:13px;color:#C8C8C8;position:relative;top:5px}.user-account .carousels .main-title a:hover{color:#18b8ef}.user-account .slick-prev,.user-account .slick-next{text-align:center}.user-account .slick-prev:before,.user-account .slick-next:before{content:none}.user-account .slick-prev svg,.user-account .slick-next svg{fill:#000;width:19px;height:19px}.user-account .slick-prev.slick-disabled svg,.user-account .slick-next.slick-disabled svg{fill:#ccc}.slider-rejected .slick-prev,.slider-rejected .slick-next{top:36%}.product-slide{line-height:1.2}.product-slide a{display:flex;font-size:12px}.product-slide a:hover .price{color:#18b8ef}.product-slide a:hover img{transform:scale(1.08)}.product-slide .price{font-size:18px;color:#000000;transition:all .3s ease}.product-slide .title{font-size:12px;color:#9B9B9B}.product-slide .reason{color:#F63A60;text-transform:uppercase;border:1px solid #F63A60;border-radius:2px;display:inline-block;line-height:1.2;padding:0 2px}.product-slide .image{max-width:80px;border-radius:8px;overflow:hidden;margin-right:7px}.product-slide .image img{transition:all .3s ease}.slider-tips .slick-prev,.slider-tips .slick-next{top:32%}.selling-tip{display:flex}.selling-tip .title{font-size:16px;color:#000000}.selling-tip .description{color:#9B9B9B;font-size:12px;margin:7px 0}.selling-tip .link a{font-size:13px;color:#18B8EF}.selling-tip .image{max-width:92px;margin-right:25px}.ant-btn{font:16px 'Poppins-Regular';border-radius:8px}.ant-btn:hover,.ant-btn:focus,.ant-btn:active{box-shadow:none}.ant-btn.ant-btn-sm{height:30px;font-size:14px;border-radius:4px;padding:0 12px}.ant-btn-primary{background:#18b8ef;border-color:#18b8ef}.ant-btn-purple{background:#7b47c2;border-color:#7b47c2;color:#ffffff}.ant-btn-purple:hover,.ant-btn-purple:focus{color:#ffffff;background:rgba(189,16,224,0.85);border-color:rgba(189,16,224,0.85)}.ant-btn-green{background:#43dd7c;border-color:#43dd7c;color:#ffffff}.ant-btn-green:hover,.ant-btn-green:focus{color:#ffffff;background:rgba(67,221,124,0.85);border-color:rgba(67,221,124,0.85)}.ant-btn-salmon{background:#f63a60;border-color:#f63a60;color:#ffffff}.ant-btn-salmon:hover,.ant-btn-salmon:focus{color:#ffffff;background:rgba(246,58,96,0.85);border-color:rgba(246,58,96,0.85)}.ant-btn-salmon.ant-btn-sm svg{width:13px;height:13px;fill:#fff;margin-right:8px;margin-top:-2px}.info-box{height:100%}.info-box .ibox-content{padding:35px;position:relative;height:100%}.info-box .title{font-size:20px}.info-box .header>.icon{position:absolute;top:39px;right:35px;display:inline-block}.info-box .header>.icon svg{width:26px;height:22px}.info-box .body ul{list-style:none;margin:10px 0 0;padding:0;font-size:10px}.info-box .body ul li{margin-bottom:5px}.info-box .body .icon-check{fill:#5EEC8A;width:9px;height:12px;margin-right:7px}.info-box .body p,.info-box .body a{margin:10px 0 0;font-family:"Poppins-Semibold",sans-serif}.info-box .body p{color:#6F6F6F}.info-box .body p .nr{font-size:14px;color:#ffffff;padding:0 8px;border-radius:8px;margin-right:7px;background:#F63A60}.info-box .body p.disable{color:#DBDBDB}.info-box .body p.disable .nr{background:#C8C8C8}.info-box .body a{display:block;margin-top:9px}.info-box.label .header .icon svg{fill:#AD61D0}.info-box.shop .header .icon svg{fill:#5EEC8A}.info-box.rocket .header .icon svg{fill:#18B8EF}.ant-dropdown-menu-item{min-width:280px}.ant-dropdown-menu-item a{border-top:1px solid #e7e7e7;padding-top:18px;padding-bottom:18px;position:relative}.ant-dropdown-menu-item a:last-child{border-radius:0 !important}.ant-dropdown-menu{padding:0;border-radius:0}.empty-result{text-align:center}.empty-result .empty-title{font-size:14px;font-family:"Poppins-Semibold",sans-serif;color:#18B8EF;margin:55px 0 8px}.empty-result .empty-desc{font-size:12px;color:#9B9B9B;margin-bottom:30px}.empty-result .empty-wrapper{max-width:260px;margin:0 auto;padding:50px 0}.empty-result .ant-btn{font-size:18px;height:50px}.faq-wrapper{padding-top:32px}.faq-wrapper h1{margin-bottom:12px;font-size:24px;line-height:30px}.faq-sidebar{margin-top:3px}.faq-form .anticon-search{font-weight:bold;color:#18b8ef;font-size:20px}.faq-form .ant-input-affix-wrapper .ant-input{border-radius:8px;padding-left:40px}.faq-form .ant-input{background:#f8f8f8;border-color:#e7e7e7;font:14px 'Poppins-SemiBold'}.faq-sidebar--categories .accordion-list{margin-top:30px}.faq-sidebar--categories .title{font-size:14px;font-weight:400;color:#18b8ef;text-transform:uppercase;cursor:default}.faq-sidebar--categories .ant-collapse{border:none;border-radius:0;background:none}.faq-sidebar--categories .ant-collapse>.ant-collapse-item{border-color:#e7e7e7}.faq-sidebar--categories .ant-collapse>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header{color:#18b8ef}.faq-sidebar--categories .ant-collapse>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header:hover{color:#18b8ef}.faq-sidebar--categories .ant-collapse>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header:hover .arrow{right:0}.faq-sidebar--categories .ant-collapse>.ant-collapse-item>.ant-collapse-header{font-family:'Poppins-Medium', sans-serif;font-size:14px;line-height:24px;padding:16px 0;color:#373f4a}.faq-sidebar--categories .ant-collapse>.ant-collapse-item>.ant-collapse-header:hover{color:#18b8ef}.faq-sidebar--categories .ant-collapse>.ant-collapse-item:last-child,.faq-sidebar--categories .ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0}.faq-sidebar--categories .ant-collapse>.ant-collapse-item:first-child{border-top:1px solid #e7e7e7}.faq-sidebar--categories .ant-collapse .ant-collapse-content{border-color:#e7e7e7}.faq-sidebar--categories .ant-collapse .ant-collapse-content>.ant-collapse-content-box{padding-top:0;padding-left:10px;padding-bottom:0}.faq-sidebar--categories .panel-link a{display:block;color:#4a4a4a;font-size:14px;font-family:'Poppins-Medium', sans-serif;border-bottom:1px solid #e7e7e7;padding:13px 0}.faq-sidebar--categories .panel-link a:hover{color:#18b8ef}.faq-sidebar--categories .panel-link:last-child a{border-bottom:none}.faq-sidebar--categories .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow{line-height:57px;right:0;left:auto;font-weight:bold}.faq-categories{margin-bottom:40px;margin-top:50px}@media screen and (min-width: 992px){.faq-categories{margin-top:0}}.faq-categories .faq-separator{height:1px;width:100%;background:#e7e7e7;margin-bottom:5px}.faq-categories .categories--list{display:flex;flex-wrap:wrap}.faq-categories .categories--list .link-category{flex-basis:50%;margin-top:25px}.faq-categories .categories--list .link-category:nth-child(odd){padding-right:15px}.faq-categories .categories--list .link-category:nth-child(even){padding-left:15px}@media screen and (max-width: 1199px){.faq-categories .categories--list .link-category{flex-basis:100%}.faq-categories .categories--list .link-category:nth-child(odd),.faq-categories .categories--list .link-category:nth-child(even){padding:0}}.faq-categories .category--title{text-align:center;color:#18b8ef;font-size:14px;text-transform:uppercase}.faq-categories .category--description{color:#373f4a;font-size:11px;text-align:center;margin-bottom:5px}.faq-categories .category--link a{display:block;font-size:14px;color:#373f4a;border-bottom:1px solid #e7e7e7;padding:11px 0;position:relative}.faq-categories .category--link a:hover{color:#18b8ef}.faq-categories .category--link a:hover .arrow-right{right:0}.faq-categories .category--link:first-child{border-top:1px solid #e7e7e7}.faq-categories .category--link .arrow-right{position:absolute;right:10px;font-weight:bold;transition:right 0.3s ease}.faq-categories .category--image{text-align:center}.faq-categories .category--image svg{fill:#18b8ef;width:40px;height:40px}.faq-feedback{text-align:center;margin-top:15px}.faq-feedback .title{color:#18b8ef;font-size:18px;font-weight:400;margin-bottom:10px}.faq-feedback .action-handler{display:inline-block;border-radius:50%;width:69px;height:69px;border:3px solid #18b8ef;position:relative;margin:14px;cursor:pointer}.faq-feedback .action-handler svg{fill:#18b8ef;width:37px;height:35px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.faq-article-content img{max-width:100%}.offer-chart{margin-bottom:30px}.offer-chart .chart-wrapper{height:275px;border-bottom:none}.offer-chart .ibox-content{padding:40px 40px 10px;position:relative}.offer-chart .main-title{font-size:20px;margin-bottom:20px}.offer-chart .filter-select{position:absolute;right:40px;top:40px}.offer-chart .recharts-cartesian-axis-ticks{font-family:"Poppins-Semibold",sans-serif;font-size:12px;color:#B9B9B9}.offer-chart .ant-select{min-width:168px;font-size:13px;font-family:"Poppins-Semibold",sans-serif;color:#18B8EF}.offer-chart .ant-select .ant-select-selection{border-color:#e7e7e7;border-radius:8px;height:40px;background:#F8F8F8}.offer-chart .ant-select .ant-select-selection__rendered{line-height:40px}.offer-chart .ant-select .ant-select-arrow{color:#18B8EF;font-weight:bold}.slider-hottest{margin-top:30px}.slider-hottest .ibox-content{padding:40px}.slider-hottest .main-title{font-size:20px;margin-bottom:15px}.slider-hottest .product-slide{padding:0 10px}.slider-hottest .product-slide .details{position:relative}.slider-hottest .product-slide a{display:block}.slider-hottest .product-slide .image{max-width:100%;margin:0 0 3px;max-height:165px}.slider-hottest .product-slide img{max-height:150%}.slider-hottest .product-slide .views{color:#000;position:absolute;top:7px;right:0}.slider-hottest .product-slide .views .icon-eye{width:17px;height:14px;fill:#000;position:relative;top:-1px}.user-account{background:#F6F6F6;padding:0 30px}.user-account .user-info{margin-top:0;display:flex;align-items:center;padding:30px}.user-account .user-info .avatar{border-radius:50%;overflow:hidden;width:60px;height:60px}.user-account .user-info .avatar img{max-width:100%}.user-account .user-info .info{padding-left:30px}.user-account .user-info .registered-date,.user-account .user-info .full-name{margin:0}.user-account .user-info .full-name{font-size:20px}.user-account .user-info .registered-date{font-size:12px}.user-account .user-container{width:1400px;margin:0 auto;max-width:100%}.user-account .logout{color:#C8C8C8;display:block;text-align:center;padding:30px}.user-account .logout svg{width:16px;height:16px;fill:#C8C8C8;margin-right:5px}.user-account .logout .icon,.user-account .logout .details{display:inline-block}.ibox-content{border-radius:10px;box-shadow:0px 0px 20px rgba(79,79,79,0.0474411);background:#ffffff}.user-wallet{position:relative;background:linear-gradient(298.01deg, #736EFE -27.95%, #40DBC7 72.05%);color:#ffffff;padding:30px}.user-wallet .mini-title{font-size:20px;color:#ffffff}.user-wallet .helper{display:inline-block;position:absolute;top:30px;right:30px}.user-wallet .icon-help{width:18px;height:18px;fill:#fff}.user-wallet .coins-number{font-size:36px;margin-bottom:10px}.account-header,.account-footer{background:#ffffff;margin:0 -30px;padding:15px 30px}.account-footer{margin-top:40px}.account-footer .apps img{margin-left:20px}.account-header{display:block;margin-bottom:25px}.account-header .ant-btn-primary svg{width:26px;height:24px;fill:#fff}.account-header .logo,.account-header .current-step{display:inline-block}.account-header .icon-home{width:15px;height:15px;fill:#9B9B9B;margin-right:10px;margin-top:-2px}.account-header .logo{position:relative}.account-header .separator{display:inline-block;height:40px;width:2px;background:#979797;vertical-align:top;margin:0 15px}.account-header .current-step{text-transform:lowercase;font-size:18px;font-family:"Poppins-Semibold",sans-serif;color:#9B9B9B}.account-header .get-back{display:inline-block;margin-right:10px}.account-header .get-back svg{width:19px;height:13px;fill:#9B9B9B}.become-shop-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.become-shop-wrapper .main-title{display:inline-block;margin:0;background:rgba(0,0,0,0.23);border-radius:8px;color:#fff;font-size:16px;font-weight:400;padding:17px 34px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);cursor:pointer}.become-shop-wrapper .main-title svg{fill:#fff;width:25px;height:25px}.become-shop-wrapper img{max-width:100%;position:absolute;left:50%;transform:translate(-50%, 0);bottom:0}.become-shop-wrapper .parent-title{font-size:20px;color:#000000}.become-shop-wrapper .ibox-content{width:100%;height:100%;padding:20px 40px 10px}.hottest-items{margin-top:30px}.hottest-items,.offer-chart{position:relative;min-height:328px}.account-page-wrapper .ibox-content{padding:20px 40px}.account-page-wrapper .account-page-title{font-size:34px}.account-page-wrapper .separator{box-shadow:0px 2px 2px rgba(0,0,0,0.0465636);height:1px;width:100%;margin:0 -40px 40px;padding:0 40px}.avatar-placeholder{width:115px;height:115px;border-radius:50%;background:#D8D8D8;margin:0 auto;text-align:center;display:flex;align-items:center;justify-content:center}.avatar-placeholder .icon-camera{width:26px;height:24px;fill:#fff}.avatar-placeholder .text{color:#fff;font-size:12px;font-family:"Poppins-Medium",sans-serif;display:block}.editable-field{position:relative;padding-left:40px;margin:10px 0}.editable-field input,.editable-field textarea{font-size:16px;font-family:"Poppins-Medium",sans-serif;color:#00D0F6;border-radius:8px;background:#F8F8F8;height:40px;transition:all .3s ease}.editable-field input:hover,.editable-field input:focus,.editable-field textarea:hover,.editable-field textarea:focus{border-color:#00D0F6}.editable-field textarea{min-width:120px}.editable-field .field-icon{position:absolute;top:50%;transform:translate(0, -50%);left:0}.editable-field .field-icon svg{width:26px;height:22px;fill:#000;transition:fill .3s ease}.editable-field.editing{padding-right:95px}.editable-field.editing input,.editable-field.editing textarea{border-color:#00D0F6}.editable-field.editing .field-icon svg{fill:#00D0F6}.editable-field .ant-btn-primary{position:absolute;top:0;right:0;height:40px;text-transform:none;padding:0 22px}.progress-bar{width:100%;display:block;height:15px;background:#e7e7e7;border-radius:7.5px;position:relative}.progress-bar .active-bar{position:absolute;top:0;left:0;height:100%;border-radius:7.5px;color:#ffffff;font-size:8px;background:#3EDB79;line-height:15px}.not-found-page .title{font:32px "Poppins-Bold";color:#000000;margin-top:30px}.not-found-page .img-container{margin:70px 0}.not-found-page .to-homme{color:white;font:18px "Poppins-Regular";background-color:#43DD7C;border-color:#43DD7C;height:40px;padding:0 40px}.input-switch input[type='number']{border-right:none}.input-switch .input-switch-after .bab-switch{border:none;height:38px;left:1px}.input-switch .ant-input-group-addon{padding:0}.input-switch .ant-input-group-addon .bab-switch__label{height:38px;border-left:1px solid #e7e7e7}.input-switch .ant-input-group-addon .bab-switch__label.right{border-left:none}.input-switch .ant-input-group-addon .bab-switch__label.checked{color:#fff;border-left:none}.editable-textarea .actions{margin-top:16px}.editable-textarea .actions .action-discard,.editable-textarea .actions .action-save{width:110px;transition:all 0.2s ease-in-out}@media only screen and (min-width: 576px){.editable-textarea .actions .action-discard,.editable-textarea .actions .action-save{width:140px}}.editable-textarea .actions .action-discard{margin-right:16px;color:#18b8ef;border-color:#18b8ef}.editable-textarea .actions .action-discard:hover{color:#fff;background-color:#3fcdff;border-color:#3fcdff}.editable-textarea .actions .action-save:hover{color:#fff;background-color:#3fcdff;border-color:#3fcdff}.filter-extra__trigger{display:flex;align-items:center;cursor:pointer}.filter-extra__trigger.active{z-index:2000}.filter-extra__trigger.active svg{color:#18b8ef}.filter-extra__trigger svg{color:#ccc}.filter-extra .filter-extra__overlay{background-color:#fff;padding:16px;margin-left:16px;margin-right:20px;max-width:400px;cursor:initial;text-align:left;width:250px;border-radius:8px;box-shadow:0 0 7px #e7e7e7}.ant-layout-header{background-color:white !important}.ant-layout-header.header-wrapper{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 576px){.ant-layout-header.header-wrapper{justify-content:flex-start}}.ant-layout-header.header-wrapper .right-side{display:flex;justify-content:space-between;align-items:center;margin-left:8px}.ant-layout-header.header-wrapper .right-side .align-right{display:block}.ant-layout-header.header-wrapper .menu{margin:0 60px}@media only screen and (max-width: 576px){.ant-layout-header.header-wrapper .menu{margin:0}}.ant-layout-header .ant-form{line-height:unset;font-weight:bold}.ant-layout-header a.login-link{font-family:'Poppins-Medium', sans-serif;font-size:14px;font-weight:bold;color:#000;line-height:1;white-space:nowrap}.ant-layout-header a.login-link:hover{text-decoration:underline}.ant-layout-header a.login-link img{width:40px;height:40px}.ant-layout-header .vendez-button{display:flex;align-items:center;margin-top:0}.ant-layout-header .menu .show-desktop{display:block}.ant-layout-header .menu .show-mobile{display:none}@media only screen and (max-width: 576px){.ant-layout-header .menu .show-desktop{display:none}.ant-layout-header .menu .show-mobile{display:block}.ant-layout-header .menu .categories{padding:0}}.logo .show-desktop{display:none}.logo .show-mobile{display:block}@media only screen and (min-width: 768px){.logo .show-desktop{display:block}.logo .show-mobile{display:none}}.search-input .ant-input{border-radius:8px;padding-left:40px !important;border:unset}.search-input .ant-input::placeholder{color:#515151}@media only screen and (max-width: 576px){.search-input .ant-input{border-radius:20px;padding-left:40px !important;border:unset;width:calc(100vw - 65px)}}.profile-name{padding:0}@media only screen and (min-width: 576px){.profile-name{padding:0 8px}}.language-switcher__select-language-item{font-family:'Poppins-SemiBold', sans-serif;width:100px;padding:10px;display:block;text-transform:uppercase;border-bottom:1px solid #dddddd;cursor:pointer}.language-switcher__select-language-item:last-child{border-bottom:none}.language-switcher__select-language-item.active{background-color:#f5f5f5;font-weight:bold}@media only screen and (max-width: 576px){.ant-layout-header.header-wrapper .right-side{justify-content:flex-end}.mobile-header{position:relative;margin-bottom:50px}.mobile-header .right-side .profile-name{display:block}.mobile-header .search{position:absolute;top:45px;left:0;width:100%}.mobile-header .search .search-input{background-color:#18b8ef;border:2px solid #18b8ef}}header .header-img{display:flex;align-items:center}header .ant-btn-primary svg,header .ant-btn-purple svg{position:relative;top:-1px;left:-6px}header .ant-btn-purple svg{left:-7px}.image-gallery__left-nav{position:absolute;top:50%;left:16px;transform:translateY(-50%);z-index:1;padding:0;height:32px;width:32px;display:flex;justify-content:center;align-items:center;font-size:13px}.image-gallery__right-nav{position:absolute;top:50%;right:16px;transform:translateY(-50%);z-index:1;padding:0;height:32px;width:32px;display:flex;justify-content:center;align-items:center;font-size:13px}.image-gallery .image-gallery-content{position:initial;height:inherit}.image-gallery .image-gallery-content .image-gallery-slide-wrapper{position:initial;height:inherit}.image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe{height:inherit}.image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides{height:inherit}.image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide{height:300px}@media only screen and (min-width: 768px){.image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide{height:450px}}@media only screen and (min-width: 1200px){.image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide{height:508px}}.image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide .image-gallery-image{object-fit:cover;border-radius:8px;height:100%}.image-gallery.fullscreen-modal .image-gallery-content{transform:none}.image-gallery.fullscreen-mode{border-radius:0}.image-gallery.fullscreen-mode .image-gallery-content{height:auto}.image-gallery.fullscreen-mode .image-gallery-content .image-gallery-slide-wrapper{position:relative}.image-gallery.fullscreen-mode .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide{height:auto}.image-gallery.fullscreen-mode .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides .image-gallery-slide .image-gallery-image{object-fit:contain;border-radius:0}.image-gallery.fullscreen-mode .image-gallery-thumbnail{width:fit-content}.image-gallery.fullscreen-mode .image-gallery-thumbnail .image-gallery-thumbnail-inner{width:fit-content}.image-gallery.fullscreen-mode .image-gallery-thumbnail .image-gallery-thumbnail-inner .image-gallery-thumbnail-image{max-height:62px;max-width:100%;width:auto;object-fit:contain}.image-gallery.fullscreen-mode .image-gallery__left-nav{left:16px;height:32px;width:32px;font-size:13px}@media only screen and (min-width: 768px){.image-gallery.fullscreen-mode .image-gallery__left-nav{left:32px;height:64px;width:64px;font-size:20px}}.image-gallery.fullscreen-mode .image-gallery__right-nav{right:16px;height:32px;width:32px;font-size:13px}@media only screen and (min-width: 768px){.image-gallery.fullscreen-mode .image-gallery__right-nav{right:32px;height:64px;width:64px;font-size:20px}}.image-gallery .image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}.image-gallery .image-gallery-fullscreen-button{top:0;bottom:unset}.insights-card .ant-card-head{border:initial}.insights-card .ant-tag{background-color:#e7e7e7;cursor:initial;border:initial;color:#4A4A4A;font-size:10px}.insights-card .insights-card__header{display:flex;align-items:center}.insights-card .insights-card__header .action{display:flex;align-items:center;font-size:16px;width:38%}.insights-card .insights-card__header .action svg{margin-right:16px}.insights-card .insights-card__header .title{font-size:34px;line-height:51px}.insights-card .ant-select-arrow{color:#00baf1;font-weight:bold;font-size:16px}.insights-card .right-side h3{font-size:13px;font-family:"Poppins-Bold", sans-serif}.insights-card .right-side .booster-message{font-size:10px}.insights-card .right-side .boosted-button{display:flex;justify-content:center}.insights-card .right-side .boosted-button .ant-btn{font-family:"Poppins-SemiBold", sans-serif;color:#00CFF5;border:2px solid #00CFF5;height:35px}.insights-card .right-side .boosted-button .ant-btn img{width:20px;height:20px;margin-right:10px}.insights-card .right-side .btn-booster{font-family:"Poppins-Bold", sans-serif}.insights-card .meta .meta-items{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:32px 0}.insights-card .meta .meta-items .meta-item{display:flex;align-items:center}.insights-card .meta .meta-items .meta-item .block-inside{margin-left:16px;font-family:"Poppins-SemiBold", sans-serif;font-size:24px;color:black}.insights-card .meta .meta-items .meta-item .conversations{margin-left:16px;font-family:"Poppins-SemiBold", sans-serif;font-size:24px;color:black}#__next{height:100%}.login-layout{background-color:#F8F8F8;height:100%;display:flex;flex-flow:column}.login-layout .login-header{background-color:#fff}.login-layout .login-header a{font-family:"Poppins-SemiBold", sans-serif;font-size:14px;color:black}.login-layout .login-header .right-button{margin-top:10px}.login-layout .login-header .container{display:flex;justify-content:space-between}.login-layout .login-header .right-side a{margin:0 8px}.login-layout .login-content{margin-top:40px;margin-bottom:80px;flex:0}@media only screen and (min-width: 576px){.login-layout .login-content{flex:1}}.login-layout .login-content .login{background:#f8f8f8}.login-layout .login-footer{background-color:#F8F8F8}.login-layout .login-footer .login-footer-logo{width:200px}@media only screen and (max-width: 576px){.login-layout .login-footer .login-footer-logo{width:50%}}@media only screen and (max-width: 576px){.login-layout .login-footer .socials a{width:15px}}.main-holder{display:grid;align-items:flex-end}@media only screen and (min-width: 576px){.main-holder{height:436px}}.main-holder .main-card{background-color:#18B8EF;padding:16px 0}@media only screen and (min-width: 576px){.main-holder .main-card{height:425px;padding:0}}.main-holder .main-card div.container img.main-image{position:absolute;top:-41px}@media only screen and (max-width: 576px){.main-holder .main-card div.container img.main-image{width:196px;height:150px;left:95%;top:-35px}}.main-holder .main-card div.container .main-message .show-desktop{display:none}.main-holder .main-card div.container .main-message .show-mobile{display:block}@media only screen and (min-width: 576px){.main-holder .main-card div.container .main-message{padding-top:96px}.main-holder .main-card div.container .main-message .show-desktop{display:block}.main-holder .main-card div.container .main-message .show-mobile{display:none}}.main-holder .main-card div.container h1{font-family:"Poppins-Bold", sans-serif;font-size:32px;line-height:34px;color:white;text-transform:uppercase;margin:0;text-align:center;white-space:nowrap}@media only screen and (min-width: 576px){.main-holder .main-card div.container h1{font-size:50px;line-height:68px;direction:rtl;text-align:initial}}@media only screen and (max-width: 576px){.main-holder .main-card div.container h1{font-family:"Poppins-Bold", sans-serif;text-align:left;font-size:20px;line-height:30px}}.main-holder .main-card div.container .ant-row{margin-top:8px}.main-holder .main-card div.container .store-link img{height:50px}@media only screen and (max-width: 576px){.main-holder .main-card div.container .store-link img{height:35px}}.app-banner{background:white;box-shadow:0 3px 6px rgba(0,0,0,0.1);margin-bottom:10px;padding:10px 0}.app-banner .container{display:flex;align-items:center}.app-banner .container .close-button{padding-right:5px}.app-banner .container .middle-block{display:flex;align-items:center}.app-banner .container .middle-block .logo{width:50px;padding-top:7px}.app-banner .container .middle-block .logo img{width:50px}.app-banner .container .middle-block .center-block{padding-left:5px}.app-banner .container .middle-block .center-block .title span{font-family:"Poppins-Bold", sans-serif;font-size:9px}.app-banner .container .middle-block .center-block .stars{line-height:0}.app-banner .container .middle-block .center-block .gratuit span{font-family:"Poppins-Bold", sans-serif;font-size:9px}.app-banner .container .install-button{margin-left:auto}.app-banner .container .install-button .ant-btn{height:27px;width:103px;color:white;cursor:pointer;font-family:"Poppins-SemiBold", sans-serif;font-size:13px;background-color:#f63a60;padding:0;border-radius:3px;border-color:#f63a60}.app-banner .container .install-button .ant-btn>.anticon{font-weight:bold}.app-banner .container .install-button .ant-btn span{margin-right:5px}@media only screen and (min-width: 576px){.app-banner{display:none}}.manage-plan-card .ant-card-head-wrapper{margin:0}.manage-plan-card .ant-card-head-title svg{color:#373f4a}.manage-plan-card .ant-card-body{padding:0}.manage-plan-card .ant-card-body .ant-divider-horizontal{margin-top:20px}.manage-plan-card .manage-plan-card-body{display:flex;justify-content:center;align-items:center}.manage-plan-card .manage-plan-card-footer{max-height:200px;margin-bottom:25px;text-align:center}.manage-plan-card .manage-plan-card-footer .toggle-renew-on{height:50px;font-family:'Poppins-Bold', sans-serif;font-size:13px;color:#fff;background-color:#f63a60;border:initial;border-radius:8px;cursor:pointer}@media only screen and (min-width: 576px){.manage-plan-card .manage-plan-card-footer .toggle-renew-on{width:328px}}.manage-plan-card .store-plan{width:360px;padding-top:16px}@media only screen and (min-width: 576px){.manage-plan-card .store-plan{padding:16px;padding-bottom:0}}.manage-plan-card .store-plan .store-plan__header{font-family:'Poppins-Bold', sans-serif;font-size:18px;text-align:center}.manage-plan-card .store-plan .store-plan__info-box{margin:16px 0;border-style:solid;border-radius:8px;background-color:#43dd7c;color:#fff;height:100px}.manage-plan-card .store-plan .store-plan__info-box .plan-duration{font-family:'Poppins-Bold', sans-serif;font-size:24px;float:left}.manage-plan-card .store-plan .store-plan__info-box .plan-balance{font-family:'Poppins-Regular', sans-serif;font-size:22px;float:right}.manage-plan-card .store-plan .store-plan__info-box .plan-balance .plan-coins{font-family:'Poppins-Bold', sans-serif;display:flex;align-items:center}.manage-plan-card .store-plan .store-plan__info-box .plan-balance .plan-coins i{padding-left:4px}.manage-plan-card .store-plan .store-plan__info-box .plan-duration,.manage-plan-card .store-plan .store-plan__info-box .plan-balance{display:flex;justify-content:center;align-items:center;width:50%;height:100%}.manage-plan-card .store-plan .store-plan__dates{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:16px}@media only screen and (min-width: 576px){.manage-plan-card .store-plan .store-plan__dates{flex-direction:row}}.manage-plan-card .store-plan .store-plan__dates p{margin:0;font-family:'Poppins-Medium', sans-serif;color:#9b9b9b;text-transform:uppercase}.manage-plan-card .store-plan .store-plan__dates p:last-child{color:#4a4a4a}@media only screen and (min-width: 576px){.manage-plan-card .store-plan .store-plan__dates p:last-child{margin-left:16px}}.manage-plan-card .store-plan .store-plan__alert .message{color:#f63a60;margin-bottom:16px}.manage-plan-card .store-plan .store-plan__alert .action{background-color:#f63a60;color:#fff;width:100%;height:50px;font-size:22px}.manage-plan-card .store-plan p{margin-bottom:12px}.manage-plan-card .store-plan p.balance{display:flex;align-items:center;justify-content:center;margin-bottom:0}.manage-plan-card .store-plan p.balance i{margin-left:4px}.product-box{width:105px}.product-box.is-featured .product-box__image{border:2px solid #fad56a;box-shadow:0 0 5px #fad56a}.product-box.is-featured .product-box__image:hover{border:1px solid #fad56a;box-shadow:0 0 10px #fad56a}.product-box .placeholder{position:relative}.product-box .product-icons-block{position:absolute;right:3px;top:3px;width:70px;display:flex;justify-content:right}.product-box .product-icons-block .is-boosted{margin-left:5px;color:#fff;background:#00BAF1;padding:5px;width:30px;height:30px;border-radius:50%}.product-box .product-icons-block .is-boosted svg{width:20px;height:20px}@media only screen and (min-width: 411px){.product-box{width:120px}}@media only screen and (min-width: 576px){.product-box{width:140px}}@media only screen and (min-width: 768px){.product-box{width:180px}}@media only screen and (min-width: 1200px){.product-box{width:200px}}.product-box .product-box__image{height:105px;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:8px}@media only screen and (min-width: 411px){.product-box .product-box__image{height:120px}}@media only screen and (min-width: 576px){.product-box .product-box__image{height:140px}}@media only screen and (min-width: 768px){.product-box .product-box__image{height:180px}}@media only screen and (min-width: 1200px){.product-box .product-box__image{height:200px}}.product-box .product-box__price{font-family:'Poppins-Medium', sans-serif;font-size:18px;line-height:22px;color:#000;margin-top:6px}@media only screen and (min-width: 576px){.product-box .product-box__price{font-size:18px;line-height:27px;margin-top:0}}.product-box .product-box__views{float:right;display:flex;align-items:center;font-size:14px}.product-box .product-box__views span{margin-right:8px}.product-box .product-box__price-placeholder{background-color:#DEDEDE;border-radius:8px;width:64px;height:1em;margin:4px 0}.product-box .product-box__title{font-family:'Poppins-Medium', sans-serif;text-transform:capitalize;font-size:26px;line-height:20px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}@media only screen and (min-width: 576px){.product-box .product-box__title{font-size:26px;line-height:26px}}.product-box .product-box__title-placeholder{background-color:#DEDEDE;border-radius:8px;width:80px;height:0.571em;margin-bottom:16px}.product-box .product-box__price,.product-box .product-box__title{text-align:left}@media only screen and (min-width: 411px){.slick-slider.product-slider .product-box{width:140px}}@media only screen and (min-width: 576px){.slick-slider.product-slider .product-box{width:140px}}@media only screen and (min-width: 1200px){.slick-slider.product-slider .product-box{width:160px}}.product-list-header{height:40px;margin-bottom:16px}@media only screen and (min-width: 1200px){.product-list-header{height:48px}}.product-list-header .title{font-family:'Poppins-Bold', sans-serif;font-size:18px;color:#000;vertical-align:middle;float:left}@media only screen and (min-width: 576px){.product-list-header .title{font-size:21px}}@media only screen and (min-width: 768px){.product-list-header .title{font-size:24px}}@media only screen and (min-width: 992px){.product-list-header .title{font-size:28px}}@media only screen and (min-width: 1200px){.product-list-header .title{font-size:32px}}.product-list-header .link{font-family:'Poppins-Bold', sans-serif;font-size:16px;vertical-align:middle;float:right;line-height:32px;margin-right:0}@media only screen and (min-width: 576px){.product-list-header .link{line-height:21px;margin-right:16px}}@media only screen and (min-width: 768px){.product-list-header .link{line-height:24px}}@media only screen and (min-width: 992px){.product-list-header .link{line-height:28px}}@media only screen and (min-width: 1200px){.product-list-header .link{line-height:48px}}.product-list-header a{color:#4FE07B}.product-list-header a:hover{text-decoration:underline;color:#4FE07B}ul.product-list{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (min-width: 1200px){ul.product-list{justify-content:unset}}ul.product-list li{list-style:none;margin-bottom:0;text-align:left}ul.product-list li:first-child{margin-left:unset !important}ul.product-list li:nth-child(1n){margin-left:unset}ul.product-list li:nth-child(2n){margin-left:unset}ul.product-list li:nth-child(5n+1){margin-left:unset !important}ul.product-list li .product-box{width:175px}ul.product-list li .product-box__image{height:175px}@media only screen and (min-width: 411px){ul.product-list li{margin-bottom:0}ul.product-list li .product-box{width:194px}ul.product-list li .product-box__image{height:194px}}ul.product-list li .product-box__price{font-family:'Poppins-Medium', sans-serif;font-size:18px;line-height:1.2;color:#222}ul.product-list li .product-box__title{font-family:'Poppins-Bold', sans-serif;text-transform:capitalize;font-size:26px;color:#000;margin-top:5px;margin-bottom:10px}@media only screen and (min-width: 1200px){ul.product-list li{margin-bottom:17px}ul.product-list li .product-box{width:209px}ul.product-list li:first-child{margin-left:0 !important}ul.product-list li:nth-child(1n){margin-left:22px}ul.product-list li:nth-child(2n){margin-left:22px}ul.product-list li:nth-child(5n+1){margin-left:0 !important}ul.product-list li .product-box__image{height:209px}ul.product-list li .product-box__price{line-height:22px}ul.product-list li .product-box__title{font-family:'Poppins-Medium', sans-serif;font-size:26px;line-height:26px;color:#000;margin-top:0;margin-bottom:0}}.product-slider-holder{margin-bottom:30px}.product-slider-holder .title{font-size:14px;margin:0}@media only screen and (max-width: 576px){.product-slider-holder .title{text-transform:uppercase}}@media only screen and (min-width: 576px){.product-slider-holder .title{font-size:18px}}@media only screen and (min-width: 768px){.product-slider-holder .title{font-size:21px}}@media only screen and (min-width: 992px){.product-slider-holder .title{font-size:24px}}@media only screen and (min-width: 1200px){.product-slider-holder .title{font-size:32px}}.product-slider-holder .product-slider{display:flex;align-items:center;justify-content:space-between;position:initial}@media only screen and (min-width: 576px){.product-slider-holder .product-slider{padding:0}}@media only screen and (max-width: 430px){.product-slider-holder .product-slider .slick-slide{width:auto !important;padding:0 2px}}.product-slider-holder .product-slider .slick-prev,.product-slider-holder .product-slider .slick-next{background-repeat:no-repeat;background-position:center;background-size:contain;margin-top:-12px;height:9px;width:6px}.product-slider-holder .product-slider .slick-prev:before,.product-slider-holder .product-slider .slick-next:before{display:none}@media only screen and (min-width: 576px){.product-slider-holder .product-slider .slick-prev,.product-slider-holder .product-slider .slick-next{height:24px;width:24px}}.product-slider-holder .product-slider .slick-arrow{position:initial}.product-slider-holder .product-slider .slick-next{background-image:url("/static/img/slider-next-active.png");right:0}.product-slider-holder .product-slider .slick-next.slick-disabled{background-image:url("/static/img/slider-next-disabled.png")}@media only screen and (min-width: 576px){.product-slider-holder .product-slider .slick-next{right:-12px}}.product-slider-holder .product-slider .slick-prev{background-image:url("/static/img/slider-prev-active.png");left:0;z-index:1000}.product-slider-holder .product-slider .slick-prev.slick-disabled{background-image:url("/static/img/slider-prev-disabled.png")}@media only screen and (min-width: 576px){.product-slider-holder .product-slider .slick-prev{left:-25px}}@media only screen and (min-width: 768px){.product-slider-holder .product-slider .slick-prev{margin-right:12px}}.product-slider-holder .product-slider .slick-list{width:340px;padding-left:5px}@media only screen and (min-width: 411px){.product-slider-holder .product-slider .slick-list{width:380px;padding-left:4px}}@media only screen and (min-width: 576px){.product-slider-holder .product-slider .slick-list{width:100%}}@media only screen and (min-width: 768px){.product-slider-holder .product-slider .slick-list{padding-left:0}}.product-slider-holder .slider-header{display:flex;justify-content:space-between;align-items:center}.quick-replies-modal .ant-modal-title{text-align:center}.quick-replies-modal .quick-reply-item{display:flex;width:100%}.quick-replies-modal .quick-reply-item .bab-icon{padding:0 16px}.quick-replies-modal .quick-reply-item .quick-reply-title{display:inline-block;max-width:410px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-replies-modal .quick-reply-item .icon-edit,.quick-replies-modal .quick-reply-item .icon-trash,.quick-replies-modal .quick-reply-item .icon-check{cursor:pointer}.quick-replies-modal .quick-reply-item .icon-edit,.quick-replies-modal .quick-reply-item .icon-check{margin-left:auto}.quick-replies-modal .quick-reply-item .quick-reply-edit{width:100%;border-width:0;color:#18B8EF;margin:0 auto;max-width:428px}.search-map{padding:16px}.search-map .map{width:100%;height:500px}@media only screen and (min-width: 576px){.search-map .map{height:250px;margin:16px 0}}.static-map{height:200px;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;border-radius:8px}.static-map .info-box{position:relative}.static-map .info-box .info-box__bubble{font-family:"Poppins-SemiBold", sans-serif;font-size:12px;background-color:#fff;padding:5px 10px;border-radius:30px;-webkit-box-shadow:0 1px 2px 0px rgba(0,0,0,0.72);-moz-box-shadow:0 1px 2px 0px rgba(0,0,0,0.72);box-shadow:0 1px 2px 0px rgba(0,0,0,0.72);width:103px;position:absolute;top:-16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.static-map .info-box .info-box__bubble .icon-map{margin-right:10px}.view-chart-card .chart-holder{height:280px}.view-chart-card .ant-select{color:#18b8ef;width:168px;font-family:'Poppins-SemiBold', sans-serif;font-size:13px;line-height:20px}.view-chart-card .ant-select-arrow{color:#18b8ef}.view-chart-card .ant-select-selection{background-color:#f8f8f8}.view-chart-card .ant-card-head-title{font-size:20px}@media only screen and (max-width: 500px){.view-chart-card .recharts-layer.recharts-cartesian-axis g.recharts-layer.recharts-cartesian-axis-tick:nth-child(2n){display:none}}.ant-card-head-wrapper .ant-card-extra{float:unset;margin:unset;padding:unset}.transaction-history-card .ant-card-head-wrapper{margin:0}.transaction-history-card__back{display:flex;align-items:center}.transaction-history-card__back span{margin-left:16px}.transaction-history-card__back svg{cursor:pointer}.transaction-history-card__back svg:hover,.transaction-history-card__back svg:focus{color:#18b8ef}.transaction-history-card .ant-card-body{padding:0;width:100%}.transaction-history-card .ant-card-body .ant-list-split{overflow:auto}.transaction-history-card .ant-card-body .ant-list-split .ant-list-header,.transaction-history-card .ant-card-body .ant-list-split .ant-list-item{padding-bottom:0;border:none}.transaction-history-card .ant-card-body .ant-list-split .ant-list-item:last-child{margin-bottom:10px}.transaction-history-card .ant-card-body .transaction-list__header{font-family:'Poppins-SemiBold', sans-serif;font-size:14px;line-height:21px;color:#ccc;text-transform:uppercase}.transaction-history-card .ant-card-body .ant-list-item-content{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #d9d9d9;cursor:pointer}.transaction-history-card .transaction-price,.transaction-history-card .transaction-description,.transaction-history-card .transaction-date,.transaction-details-modal .transaction-price,.transaction-details-modal .transaction-description,.transaction-details-modal .transaction-date{font-family:'Poppins-Bold', sans-serif;font-size:16px;line-height:24px;color:#000}.transaction-history-card .transaction-price,.transaction-details-modal .transaction-price{width:140px}.transaction-history-card .transaction-date,.transaction-details-modal .transaction-date{color:#9b9b9b;width:100px}.transaction-history-card .transaction-description,.transaction-details-modal .transaction-description{width:380px}.transaction-history-card .transaction-list__type,.transaction-details-modal .transaction-list__type{width:78px;text-align:center}.transaction-history-card .transaction-list__type img,.transaction-details-modal .transaction-list__type img{height:24px}.transaction-history-card .transaction-status,.transaction-details-modal .transaction-status{font-family:'Poppins-SemiBold', sans-serif;font-size:10px;line-height:15px;color:#000;padding:0 4px;align-items:center;display:inline;border-radius:4px}.transaction-history-card .pending,.transaction-details-modal .pending{color:#18b8ef}.transaction-history-card .rejected,.transaction-details-modal .rejected{color:#f93e5f}.transaction-history-card .completed,.transaction-details-modal .completed{color:#3edb79}.transaction-details-modal .ant-modal-header{border:initial}.transaction-details-modal .ant-modal-title{font-family:'Poppins-Bold', sans-serif;font-size:20px}.transaction-details-modal .ant-modal-body{padding-top:0}.transaction-details-modal .ant-modal-close-x{color:#000}.transaction-details-modal .transaction-details-modal__body{padding-bottom:32px}.transaction-details-modal .transaction-details{display:flex;justify-content:space-between;align-items:center;margin:8px 0}.transaction-details-modal .transaction-details .transaction-date{text-align:right}.transaction-details-modal .time-left{font-family:'Poppins-Bold', sans-serif;font-size:22px;color:#18b8ef}.transaction-details-modal .label{font-size:9px}.transaction-details-modal .order-details{text-align:center}.transaction-details-modal .order-details .ant-progress-circle-path{stroke:#43dd7c !important}.transaction-details-modal .transaction-meta .order-number,.transaction-details-modal .transaction-meta .transaction-number{font-family:'Poppins-SemiBold', sans-serif;font-size:16px;color:#000}.redeem-code-card .ant-card-body{padding:0}.redeem-code-card .redeem-code-card__body{font-family:"Poppins-Medium", sans-serif;width:280px;margin:0 auto;display:flex;flex-direction:column;text-align:center;padding-top:16px}.redeem-code-card .redeem-code-card__body h2{font-family:"Poppins-Medium", sans-serif}.redeem-code-card .redeem-code-card__body input{height:40px}.redeem-code-card .redeem-code-card__body button{font-family:"Poppins-Medium", sans-serif;font-size:22px;width:100%;height:48px;margin:24px 0}.redeem-code-card .redeem-code-card__body .label{margin-bottom:16px;text-justify:distribute}.payment-method-list{display:flex;width:100%;flex-direction:column}@media only screen and (min-width: 768px){.payment-method-list{flex-wrap:wrap;justify-content:space-between;flex-direction:row}}.payment-method-list .payment-method-list__header{font-family:'Poppins-Medium', sans-serif;line-height:24px;font-size:18px;letter-spacing:-0.590909px;text-align:center;margin-bottom:16px;width:100%}.payment-method-list .payment-method-list__item{border:1px solid #e7e7e7;border-radius:5px;height:80px;display:flex;align-items:center;padding:0 8px;cursor:pointer;font-size:12px;margin-bottom:16px}@media only screen and (min-width: 768px){.payment-method-list .payment-method-list__item{width:calc(50% - 12px)}}.payment-method-list .payment-method-list__item.disabled{background-color:#f5f5f5;color:#f5f5f5;cursor:not-allowed}.payment-method-list .payment-method-list__item.disabled span{color:#979899}.payment-method-list .payment-method-list__item.disabled img{opacity:0.4;filter:alpha(opacity=40)}.payment-method-list .payment-method-list__item .content{display:flex;align-items:center;justify-content:space-between;width:100%}.payment-method-list .payment-method-list__item .content svg{margin-left:auto}.payment-method-list .payment-method-list__item img{margin-right:8px;height:47px}.payment-method-list .payment-method-list__item svg.discount{align-self:flex-start}.payment-method-list .payment-method-list__item span{font-family:'Poppins-Bold', sans-serif;font-size:14px;text-transform:uppercase;margin-right:32px}.success-modal .ant-modal-title{font-family:'Poppins-Medium', sans-serif;font-size:20px;text-align:center}@media only screen and (min-width: 576px){.success-modal .ant-modal-title{font-size:34px}}.success-modal .ant-modal-header{border:initial;padding-top:30px}.success-modal .success-modal__body.boost-modal{display:flex;align-items:center;flex-direction:column;margin:0 auto;padding:16px 0;text-align:center}@media only screen and (min-width: 576px){.success-modal .success-modal__body.boost-modal{width:360px}}.success-modal .success-modal__body.boost-modal .product-image{width:200px;height:200px;border-radius:8px}.success-modal .success-modal__coins{background-image:url("/static/img/wallet-recharge.png");background-position:center;background-repeat:no-repeat;background-size:contain;height:344px;display:flex;align-items:center;justify-content:center}.success-modal .success-modal__coins span{color:#fff;font-family:'Poppins-Bold', sans-serif;font-size:72px;margin-right:8px}.success-modal .wallet-btn{background-color:#00baf1;width:360px;font-family:'Poppins-Bold', sans-serif;font-size:32px;color:#fff;padding:0 8px;border-radius:8px;display:block;margin:16px 0}.success-modal .listings-link,.success-modal .wallet-link{color:#000}.success-modal .go-to-listing-btn{height:83px;width:260px;font-family:'Poppins-Medium', sans-serif;font-size:32px}@media only screen and (min-width: 576px){.success-modal .go-to-listing-btn{width:360px}}.success-modal .product-img-container{width:200px;height:312px;margin-top:24px;margin-bottom:24px;background-image:url("/static/img/boosted-product-bg.png");background-repeat:no-repeat;position:relative}.success-modal .boost-duration{border:3px solid #18b8ef;width:52px;height:52px;border-radius:25px;font-family:'Poppins-Bold', sans-serif;font-size:30px;color:#000;position:absolute;right:-24px;top:-25px;background-color:#fff}.success-modal .boost-rocket{position:absolute;top:60%;left:35%}.block-user-modal .ant-modal-title{font-family:"Poppins-Regular", sans-serif;font-size:34px;text-align:center}.block-user-modal .subtitle,.block-user-modal .footer-block{font-family:"Poppins-Regular", sans-serif;text-align:center;color:#000000}.block-user-modal .ant-modal-header{border:initial;padding-top:50px}.block-user-modal .block-modal__body{text-align:center}.block-user-modal .img-container{margin:20px 0}.block-user-modal .block-user-btn{font-family:"Poppins-Regular", sans-serif;color:white;width:225px;height:40px}.block-user-modal .footer-block{margin-top:50px;text-transform:uppercase;cursor:pointer}.delete-conv-modal .ant-modal-header{border:initial;padding-top:50px}.delete-conv-modal .delete-modal__body{text-align:center}.delete-conv-modal .delete-modal__body .content{font-family:"Poppins-Regular", sans-serif;font-size:16px;margin:35px 0}.delete-conv-modal .delete-conv-btn{font-family:"Poppins-Regular", sans-serif;text-transform:uppercase;color:white;width:187px;height:40px;margin:0 10px}.bab-switch{width:100px;height:40px;border:1px solid #9b9b9b;border-radius:8px;position:relative;cursor:pointer}.bab-switch .bab-switch__toggle{height:40px;width:50px;background-color:#18B8EF;border-radius:8px;position:absolute;left:-1px;top:-1px;transition:left .2s}.bab-switch .bab-switch__toggle--on{left:50%}.bab-switch .bab-switch__label{font-family:"Poppins-SemiBold", sans-serif;color:#9b9b9b;height:inherit;position:absolute;width:50%;z-index:1000;display:flex;align-items:center;justify-content:center}.bab-switch .bab-switch__label.right{left:50%}.bab-switch .bab-switch__label.checked{color:#fff}.boost-details-modal .ant-modal-body{padding-bottom:0}.boost-details-modal .boost-details-body{display:flex;align-items:center;justify-content:space-between;flex-direction:column}.boost-details-modal .boost-details-body__header{width:100%;margin:0;margin-top:20px;padding:10px 0;font-family:'Poppins-Bold', sans-serif;font-size:24px;text-align:center;background-color:#18b8ef}.boost-details-modal .boost-details-body__message{margin-top:50px;margin-bottom:25px;font-family:'Poppins-Regular', sans-serif;font-size:16px;text-align:left}@media only screen and (min-width: 576px){.boost-details-modal .boost-details-body__message{padding:0 40px}}.product-info{display:flex}.product-info .right-side{padding-top:16px}.product-info .right-side>div{display:flex;gap:16px;flex-wrap:wrap;height:auto !important;padding:16px !important;margin-left:unset !important}.bonus-coins-popover .ant-popover-inner{background:#43DD7C;border-radius:6px;box-shadow:none}.bonus-coins-popover .ant-popover-inner-content{color:#ffffff;padding:3px 5px;line-height:1;text-align:center}.bonus-coins-popover .ant-popover-content .ant-popover-arrow{background:#43DD7C;box-shadow:none;bottom:5px}.bonus-coins-popover .free-coins .nr{font-size:16px}.bonus-coins-popover .free-coins .text{font-size:9px;font-family:"Poppins-Semibold",sans-serif}.bonus-coins-popover .free-coins svg{width:14px;height:14px;position:relative;left:-2px;top:-2px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}a{text-decoration:none}a:focus,a:hover,a:active{text-decoration:none}.hidden{display:none}.profile-completion .completion-section{width:400px;max-width:100%;margin:0 auto;text-align:center;background-image:url("/static/img/stars.png");background-repeat:no-repeat;background-position:26px 8px;padding-top:35px}.profile-completion .set-avatar{display:inline-block;position:relative}.profile-completion .set-avatar .icon-guard{width:54px;height:61px;position:relative;left:-50px;top:-37px}.profile-completion .set-avatar .icon-guard path:first-child{fill:#F8E71C}.profile-completion .set-avatar .icon-guard path:last-child{fill:#43DD7C}.profile-completion .mini-title{font-size:16px;font-family:"Poppins-Semibold",sans-serif;color:#DEDEDE;text-transform:uppercase;text-align:center;margin-top:7px;margin-bottom:15px}.profile-completion .completion-progress{position:relative}.profile-completion .completion-progress .ant-popover-open{position:absolute;right:0;bottom:0;display:inline-block;height:70%;width:30px;background-color:transparent}.profile-completion .account-details{margin-top:35px}.profile-completion .account-details .details-title{font-size:13px;color:#DEDEDE;font-family:"Poppins-Semibold",sans-serif;margin-bottom:15px}.login-social-button{position:relative;border-bottom:1px dashed #e7e7e7;padding:13px 0;cursor:pointer}.login-social-button .button-icon{display:inline-block;width:27px;height:27px;border-radius:50%;text-align:center;margin-right:15px}.login-social-button .button-icon svg{width:20px;height:19px}.login-social-button .text{display:inline-block;color:#000000;font-size:14px;vertical-align:middle}.login-social-button .state{position:absolute;right:0;top:50%;transform:translate(0, -50%)}.login-social-button .state svg{width:19px;height:19px}.login-social-button .state .logged{width:26px;height:26px;display:flex;justify-content:center;align-items:center;background:#43DD7C;border-radius:50%}.login-social-button .state .logged svg{width:13px;height:13px;fill:#fff}.login-social-button .state .not-logged svg{fill:#e7e7e7}.login-social-button .icon-email{fill:#18B8EF}.login-social-button.facebook .button-icon{background:#3B5998}.login-social-button.facebook .button-icon svg{position:relative;top:2px;fill:#fff;width:16px;height:17px}.settings-page .mini-title{color:#DEDEDE;font-size:13px;font-family:"Poppins-Semibold",sans-serif;margin-bottom:10px}.settings-page .profile-image{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px}.settings-page .profile-image .image{border-radius:50%;width:40px;height:40px;overflow:hidden;margin-right:10px}.settings-page .profile-image .image img{max-width:100%}.settings-page .profile-image .text{color:#000000;font-size:16px}.settings-page .ant-checkbox-wrapper{color:#000000}.settings-page .ant-checkbox-wrapper .ant-checkbox-inner{background:#F8F8F8;border-radius:4px;border-color:#e7e7e7;width:18px;height:18px}.settings-page .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background:#00D0F6}.settings-page .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after{left:5.571429px;top:2.142857px}.product-breadcrumb{padding:16px 0;border-bottom:1px solid #e7e7e7;margin:0 0 32px 0}.product-breadcrumb>span{margin-bottom:5px;display:inline-block}.product-breadcrumb .ant-breadcrumb-link{font-size:14px;color:#373f4a}.product-breadcrumb .ant-breadcrumb-link a{color:#ccc}.product-breadcrumb .ant-breadcrumb-link a:hover{color:#18b8ef}@media only screen and (min-width: 768px){.product-breadcrumb .ant-breadcrumb-link{font-size:16px}}.product-breadcrumb .ant-breadcrumb-separator{font-size:10px;color:#ccc;margin:0 12px}@media only screen and (min-width: 768px){.product-breadcrumb .ant-breadcrumb-separator{margin:0 22px}}.product-wrapper{margin-bottom:20px}@media only screen and (min-width: 992px){.product-wrapper{margin-right:20px;margin-bottom:0}}.product-details__meta{font-family:'Poppins', sans-serif;font-size:14px;line-height:16px;color:#373f4a;margin-bottom:8px}.product-details__location{margin-left:8px}.product-details__price{font-family:'Poppins-Bold', sans-serif;font-size:24px;color:#18b8ef}.product-details__title{font-family:'Poppins-Bold', sans-serif;text-transform:capitalize;font-size:24px;line-height:32px;text-align:left;margin-bottom:8px}.product-details__attributes{margin-top:18px;font-family:'Poppins', sans-serif;font-size:14px;line-height:16px;color:#ccc}.product-details__attributes--title{margin-bottom:12px;font-family:'Poppins-SemiBold', sans-serif;color:#373f4a}.product-details__attributes--text{color:#373f4a}.product-details__attributes--text div{margin-bottom:16px}.product-details__description{margin-top:24px;margin-bottom:0;font-family:'Poppins', sans-serif;font-size:14px;line-height:16px;color:#ccc}.product-details__description--title{margin-bottom:12px;font-family:'Poppins-SemiBold', sans-serif;color:#373f4a}.product-details__description--text{margin:0;color:#373f4a}.product-user-info__avatar{display:flex;align-items:center;padding-bottom:16px;border-bottom:1px solid #e7e7e7}.product-user-info__avatar__title{margin:0;margin-left:7px;font-family:'Poppins-SemiBold', sans-serif;font-size:18px;line-height:27px}.product-user-info__meta{padding:20px 0;display:flex;justify-content:space-between;align-items:center}.product-user-info__meta__member-sience{display:flex;align-items:center;font-family:'Poppins-SemiBold', sans-serif;color:#373f4a}.product-user-info__meta__member-sience svg{font-size:24px;margin-right:4px;color:#18b8ef}.product-user-info .action-button-wrapper{display:flex;flex-direction:column;gap:10px}@media only screen and (max-width: 576px){.product-user-info .action-button-wrapper{justify-content:space-between;flex-direction:row;width:100%;margin:0;padding:5px 15px;position:fixed;bottom:0;left:0;background-color:#fff;box-shadow:0 0 7px #e7e7e7;z-index:5}.product-user-info .action-button-wrapper .chat-with-btn,.product-user-info .action-button-wrapper .call-to-btn{width:140px;padding:8px}.product-user-info .action-button-wrapper .chat-with-btn p,.product-user-info .action-button-wrapper .call-to-btn p{font-size:12px;line-height:14px}.product-user-info .action-button-wrapper .chat-with-btn svg,.product-user-info .action-button-wrapper .call-to-btn svg{display:none}}.product-user-info .chat-with-btn,.product-user-info .call-to-btn{height:auto;width:100%;padding:16px 15px;font-family:'Poppins-Bold', sans-serif;border-radius:8px}.product-user-info .chat-with-btn p,.product-user-info .call-to-btn p{display:flex;justify-content:center;align-items:center;margin:0;font-size:16px;line-height:20px}.product-user-info .chat-with-btn svg,.product-user-info .call-to-btn svg{margin-right:8px;font-size:24px}.product-user-info .chat-with-btn span,.product-user-info .call-to-btn span{display:block;max-width:290px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-user-info .call-to-btn{color:#43dd7c;background-color:#fff;border:1px solid #43dd7c}.product-user-info .call-to-btn:active,.product-user-info .call-to-btn:hover,.product-user-info .call-to-btn:focus{color:#fff;background-color:#4de284;border:1px solid #4de284}.product-user-info .chat-with-btn{color:#fff;background-color:#43dd7c;border:1px solid #43dd7c}.product-user-info .chat-with-btn:active,.product-user-info .chat-with-btn:hover,.product-user-info .chat-with-btn:focus{background-color:#4de284;border:1px solid #4de284}.product-user-info .safety-guidelines-btn{display:none}@media only screen and (min-width: 768px){.product-user-info .safety-guidelines-btn{display:block;height:auto;width:100%;margin-bottom:10px;padding:16px 15px;font-family:'Poppins-Bold', sans-serif;color:#fff;background-color:#18b8ef;border:1px solid #18b8ef;border-radius:8px}.product-user-info .safety-guidelines-btn span{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-user-info .safety-guidelines-btn:active,.product-user-info .safety-guidelines-btn:hover,.product-user-info .safety-guidelines-btn:focus{color:#18b8ef;background-color:#fff;border:1px solid #18b8ef}}@media only screen and (max-width: 992px){.chat-with-modal{width:600px !important}.chat-with-modal.sell-modal .sell-modal__header{font-size:30px}.chat-with-modal .sell-modal-image{width:150px}.chat-with-modal.sell-modal .ant-modal-content .content .store-link img{width:120px;height:35px}}@media only screen and (max-width: 768px){.chat-with-modal{width:70% !important}.chat-with-modal.sell-modal .ant-modal-content .content .store-link img{width:140px;height:40px}}.product-chat__title{font-family:'Poppins', sans-serif;font-size:16px;line-height:24px;color:#373f4a;margin-bottom:15px}.product-chat__header{display:flex;justify-content:space-between;align-items:start;padding-bottom:15px}.product-chat__avatar{display:flex;align-items:center;gap:10px}.product-chat__avatar .ant-avatar{width:32px;height:32px;font-size:16px}.product-chat__avatar .ant-avatar .anticon{display:block;line-height:32px}.product-chat__avatar__title{display:flex;gap:10px;margin:0;font-family:'Poppins-SemiBold', sans-serif;font-size:16px;line-height:24px}.product-chat__avatar__member{font-family:'Poppins-Regular', sans-serif;color:#373f4a}.product-chat__phone{display:flex;gap:10px;color:#43dd7c;font-size:16px;font-family:'Poppins-Medium', sans-serif}@media only screen and (max-width: 768px){.product-chat__phone{flex-direction:column}}@media only screen and (max-width: 576px){.product-chat__phone{display:none}}.product-chat__phone svg{font-size:22px;margin-right:6px}.product-chat__phone__button{background-color:#43dd7c;color:#fff;border:none}@media only screen and (max-width: 768px){.product-chat__phone__button{display:none}}.product-chat__phone:hover{color:#373f4a}.product-chat__form__textarea{height:120px !important;border-color:#e7e7e7;font-family:'Poppins-Regular', sans-serif;background-color:#f8f8f8}.product-chat__form textarea::placeholder{color:#373f4a}.product-chat__form__button-box{display:flex;justify-content:space-between}@media only screen and (max-width: 390px){.product-chat__form__button-box{flex-direction:column-reverse}}.product-chat__form__btn{padding:0 40px;margin-left:auto}@media only screen and (max-width: 390px){.product-chat__form__btn{margin-left:0}}.product-chat__form .ant-form-item{margin-bottom:8px}.product-chat__safety-guidelines{display:block;padding:0 20px}@media only screen and (max-width: 390px){.product-chat__safety-guidelines{margin-top:10px}}@media only screen and (min-width: 768px){.product-chat__safety-guidelines{display:none}}.header{height:80px;background-color:#18b8ef}.header .header-wrapper{display:flex;justify-content:space-between}.header__logo{display:flex;height:30px;margin:25px 0}.header__logo img{width:200px}.header__login{font-family:'Poppins-Bold', sans-serif;font-size:16px;line-height:30px;margin:25px 0;position:relative}.header__login svg{position:absolute;top:4px;left:-25px;width:20px;height:20px}@media only screen and (min-width: 768px){.header__login svg{left:-30px}}@media only screen and (max-width: 576px){.header__login{font-size:14px;margin-right:0 !important}}.header__menu{display:flex;justify-content:space-between}.header .vendez-button{background-color:#43dd7c}.search-header{background-color:#F8F8F8;height:88px}.search-header__input-prefix{display:flex;height:100%}.search-header__input{height:54px;margin:16px 0}.search-header__input .ant-input-suffix{height:100%;right:0}.search-header__input:focus input.ant-input:not(.ant-input-disabled),.search-header__input:active input.ant-input:not(.ant-input-disabled){border-color:#3fcdff;outline:none}.search-header__input:hover input.ant-input:not(.ant-input-disabled){border-color:#3fcdff;outline:none}.search-header__input input{border:1px solid #e7e7e7;border-radius:8px;background-color:#fff}.search-header__input input::placeholder{font-family:'Poppins', sans-serif;font-size:16px}@media only screen and (max-width: 576px){.search-header__input input.ant-input:not(:last-child){padding-left:10px}}.search-header__input .ant-input-prefix svg{display:none;color:#ccc}@media only screen and (min-width: 576px){.search-header__input .ant-input-prefix svg{display:block}}.search-header__input-location{width:120px}.search-header__input-location input.ant-input{border-radius:0;border-right:0;background-color:#fff}.search-header__input-location input.ant-input::placeholder{font-family:'Poppins', sans-serif;font-size:16px;padding-left:10px}.search-header__input-location.ant-select{min-width:130px}@media only screen and (min-width: 576px){.search-header__input-location.ant-select{width:170px}}@media only screen and (min-width: 768px){.search-header__input-location.ant-select{width:200px}}.search-header__search-button{height:100%;min-width:50px;border-bottom-left-radius:0;border-top-left-radius:0;border:none;background-color:#18b8ef;color:#fff;font-family:'Poppins-Bold', sans-serif}.search-header__search-button:hover,.search-header__search-button:active,.search-header__search-button:focus{background-color:#3fcdff;color:#fff}.search-header__search-button span{display:none}@media only screen and (min-width: 576px){.search-header__search-button span{display:block}}.search-header__search-button .search-icon{display:block;color:#fff}@media only screen and (min-width: 576px){.search-header__search-button .search-icon{display:none}}@media only screen and (min-width: 576px){.search-header__search-button{width:170px}}@media only screen and (min-width: 768px){.search-header__search-button{min-width:250px}}@media only screen and (min-width: 992px){.search-header__search-button{min-width:325px}}.footer{text-align:left}.footer--white{background-color:#fff;padding:26px 0}.footer__wrapper{display:grid;grid-auto-flow:column;padding:26px 0 4px 0;grid-template-rows:repeat(6, 1fr)}@media only screen and (min-width: 768px){.footer__wrapper{grid-template-rows:repeat(4, 1fr)}}@media only screen and (min-width: 992px){.footer__wrapper{grid-template-rows:repeat(3, 1fr)}}.footer-download-bar{padding:24px 0;border-bottom:1px solid #e7e7e7}.footer-download-bar__logo{width:200px;margin-bottom:16px}@media only screen and (min-width: 768px){.footer-download-bar__logo{margin-bottom:0}}.form.location-select .ant-select-selection,.location-select .ant-select-selection{width:100%;height:100%;border-radius:0}.form.location-select .ant-select-selection:hover,.location-select .ant-select-selection:hover{border-color:#3fcdff}.form.location-select .ant-select-selection__rendered,.location-select .ant-select-selection__rendered{height:100%;margin:0 15px}.form.location-select .ant-select-selection-selected-value,.location-select .ant-select-selection-selected-value{width:100%;display:block;overflow:hidden;color:#ccc;position:absolute;top:50%;transform:translate3d(0, -50%, 0)}.form.location-select .ant-select-selection__placeholder,.location-select .ant-select-selection__placeholder{width:100%;display:block;overflow:hidden;color:#ccc}.form.location-select .location-select__icon,.location-select .location-select__icon{margin-right:10px}.category-tree{text-align:left;margin-top:52px;padding-bottom:52px}.category-tree__title{font-weight:bold;font-size:24px;color:#373f4a;margin-bottom:16px}.category-tree__wrapper{display:grid;grid-auto-flow:column;margin-bottom:24px;grid-template-rows:repeat(6, 1fr)}@media only screen and (min-width: 768px){.category-tree__wrapper{grid-template-rows:repeat(4, 1fr)}}@media only screen and (min-width: 992px){.category-tree__wrapper{grid-template-rows:repeat(3, 1fr)}}.share-bar{text-align:center;background:#e3eff3;padding:64px 0}.share-bar p{max-width:580px;margin:0 auto 16px auto}.share-bar__logo{width:200px;margin-bottom:16px}@media only screen and (max-width: 576px){.share-bar__logo{width:50%}}.share-bar__social a{background-color:#fff;border-radius:8px;color:#18b8ef;margin:0 8px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.share-bar__social a svg{width:24px;height:24px}.download-section{padding:70px 0}.download-section__box{position:relative}.download-section__logo{width:280px;height:280px}@media only screen and (min-width: 768px){.download-section__logo{width:350px;height:350px}}@media only screen and (min-width: 992px){.download-section__logo{width:480px;height:480px}}.download-section__logo:before{content:'';width:280px;height:280px;margin:0 auto;background-color:#f8f8f8;border-radius:100%;position:absolute;top:-20px;left:0;right:0}@media only screen and (min-width: 768px){.download-section__logo:before{width:350px;height:350px;top:0;right:-80px}}@media only screen and (min-width: 992px){.download-section__logo:before{width:480px;height:480px;margin:0 0 0 auto}}.download-section__logo img{width:100%;max-width:260px;display:inline-block;margin:0 auto;position:absolute;left:0;right:-15px;top:-35px}@media only screen and (min-width: 768px){.download-section__logo img{right:20px;top:15px}}@media only screen and (min-width: 992px){.download-section__logo img{max-width:400px;margin:0 0 0 auto;top:10px}}.download-section__title{color:#18b8ef;font-weight:bold;font-size:25px;line-height:1.4;text-align:left;margin:0;text-align:center;max-width:380px;margin:0 auto}@media only screen and (min-width: 768px){.download-section__title{font-size:36px;text-align:left;margin:0}}.download-section__description{max-width:380px;text-align:center;margin:0 auto 16px auto}@media only screen and (min-width: 768px){.download-section__description{text-align:left;margin:0 0 16px 0}}.download-section__buttons{justify-content:center}@media only screen and (min-width: 768px){.download-section__buttons{justify-content:start}}.pagination{font-size:14px;font-family:"Poppins-Semibold",sans-serif;display:flex;align-items:center;justify-content:center}.pagination__item{font-family:"Poppins", sans-serif;list-style:none;height:40px;min-width:40px;background-color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin:0 4px;border:1px solid #e7e7e7;border-radius:8px;transition:all 0.3s ease;color:#ccc;line-height:1;font-size:16px}.pagination__item:hover{border-color:#18b8ef;color:#18b8ef}.pagination__item svg{font-size:12px}.pagination__item--disabled{cursor:not-allowed}.pagination__item--selected{border-color:#18b8ef;color:#18b8ef}.pagination__item__next{background-position:center;background-repeat:no-repeat}.pagination__item__prev{background-position:center;background-repeat:no-repeat}.pagination__point{list-style:none;height:40px;min-width:30px;display:inline-flex;align-items:center;justify-content:center;margin:0 4px;transition:all 0.3s ease;line-height:1;font-size:16px}.pagination__point:before{content:"...";font-family:sans-serif;font-size:20px;color:#ccc}.link-item{color:#373f4a;display:flex;align-items:center;margin-bottom:20px}.link-item svg{color:#cccccc;margin-right:10px}.link-item__count{color:#ccc;margin-left:6px}.language-switcher{margin-left:20px;line-height:30px}@media only screen and (min-width: 576px){.language-switcher{margin-left:5px}}.language-switcher__selected-language{font-family:'Poppins-Bold', sans-serif;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:auto;text-transform:uppercase;cursor:pointer;color:#fff}@media only screen and (max-width: 576px){.language-switcher__selected-language{font-size:14px}}.language-switcher__icon-arrow{margin-left:10px;width:6px}@media only screen and (max-width: 576px){.language-switcher__icon-arrow{margin-left:5px}}.user-menu{margin:auto 16px auto 0;height:40px;cursor:pointer}@media only screen and (max-width: 576px){.user-menu{display:none}}.user-menu__profile{display:flex;align-items:center}.user-menu__profile-name{display:none;margin-left:8px;font-family:'Poppins-Bold', sans-serif;font-size:16px;color:#fff}@media only screen and (min-width: 768px){.user-menu__profile-name{display:inherit}}.user-menu .anticon:before{margin-left:8px;color:#fff}@media only screen and (min-width: 768px){.user-menu .anticon:before{margin-left:4px}}.header__login{margin-right:10px;display:block}@media only screen and (max-width: 576px){.header__login{display:none}}@media only screen and (min-width: 768px){.header__login{margin-right:16px}}.header__login-link{color:#fff}.header__login-link:hover{color:#fff;text-decoration:underline}.user-menu-dropdown{margin-top:20px;top:50px !important;border-radius:8px;box-shadow:0 0 7px #e7e7e7}.user-menu-dropdown:before{content:' ';width:20px;height:20px;transform:rotate(45deg);border:10px solid #fff;border-bottom-color:transparent;border-right-color:transparent;position:absolute;top:-10px;right:20px;z-index:9}.user-menu-dropdown .link-name{font-family:'Poppins-SemiBold', sans-serif;font-size:16px;margin-left:16px}.mobile-menu{display:none}@media only screen and (max-width: 576px){.mobile-menu{display:block}}.mobile-menu__button{background-color:transparent;border:none;margin:20px 0}.mobile-menu__button:active,.mobile-menu__button:focus{background-color:transparent}.mobile-menu__button svg{color:#fff}.mobile-menu__drawer.has-user .mobile-menu__list{margin-top:110px}.mobile-menu__drawer .ant-drawer-close-x:before{color:#43dd7c}.mobile-menu__body{height:100%}.mobile-menu__ad-button{position:absolute;bottom:0;width:100%;padding:0 20px}.mobile-menu__ad-button .ant-btn.post-add-button{position:relative;width:100%;border-radius:0;box-shadow:none}.mobile-menu__ad-button .ant-btn.post-add-button span{display:block}.mobile-menu__list{list-style:none;margin:30px 0}.mobile-menu__list li{padding:10px 0}.mobile-menu__list a{font-size:16px;font-family:'Poppins-SemiBold', sans-serif;color:#373f4a}.mobile-menu__user{background-color:#18b8ef;position:absolute;top:0;left:0;width:100%;height:110px;color:#fff;padding:50px 20px 0 20px;display:flex;gap:10px;line-height:40px}.post-add-button{display:flex;justify-content:center;align-items:center;padding:8px 16px;font-family:'Poppins-SemiBold', sans-serif;font-size:16px;line-height:24px;transition:all 0.3 ease-in-out}.post-add-button span{margin-left:15px}.post-add-button svg{width:24px;height:24px}.post-add-button__header{margin:20px 0;background-color:#43dd7c;color:#fff;border:none;text-transform:uppercase}.post-add-button__header:active,.post-add-button__header:focus{background-color:#4de284;color:#fff}@media only screen and (max-width: 576px){.post-add-button__header{font-size:14px;padding:8px 10px}.post-add-button__header span{display:none}}@media only screen and (max-width: 576px){.post-add-button__header{z-index:9999;position:fixed;bottom:30px;right:20px;border-radius:50px;width:50px;height:50px;padding:0;box-shadow:0 0 7px #f8f8f8}.post-add-button__header svg{width:30px;height:30px}.post-add-button__header span{display:none}}.post-add-button__header:hover{background-color:#4de284;color:#fff}.post-add-button__selling{width:100%;color:#43dd7c;background-color:rgba(67,221,124,0.1);border:1px solid #43dd7c}.post-add-button__selling:hover{background-color:#43dd7c;color:#fff;border-color:#43dd7c}.add-product-card .add-product-card__header{display:flex;align-items:center}@media only screen and (max-width: 400px){.add-product-card .add-product-card__header .add-product-card__title{font-size:18px}}.add-product-card .add-product-card__action{cursor:pointer;display:flex;align-items:center;transition:all 0.3 ease-in-out}.add-product-card .add-product-card__action:hover,.add-product-card .add-product-card__action:focus{color:#18b8ef}.add-product-card .add-product-card__title{margin-left:16px}.add-product-card .ant-card-body{padding:0}.add-product-card .add-product-card__body{padding:0}.add-product-card .add-product-field.ant-form-item.ant-row{max-width:480px;margin:0 auto 24px}.add-product-card .add-product-field.ant-form-item.ant-row .ant-form-item-label{margin-bottom:4px;padding:0;line-height:0}.add-product-card .add-product-field.ant-form-item.ant-row .ant-form-item-label label{font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:18px;color:#373f4a}.add-product-card .add-product-field.ant-form-item.ant-row .ant-form-item-label label:after{content:'';margin:0}.add-product-card .add-product-field.ant-form-item.ant-row .ant-form-item-label label span{margin-left:5px;color:#f63a60}.add-product-card .add-product-field.ant-form-item.ant-row .ant-checkbox-wrapper{font-family:'Poppins-Regular', sans-serif;font-size:14px;color:#373f4a}.add-product-card .add-product-field.ant-form-item.ant-row .ant-checkbox-wrapper .ant-checkbox:hover .ant-checkbox-inner,.add-product-card .add-product-field.ant-form-item.ant-row .ant-checkbox-wrapper .ant-checkbox:focus .ant-checkbox-inner{border-color:#18b8ef}.add-product-card .add-product-field.ant-form-item.ant-row .ant-radio-group{width:100%}@media only screen and (min-width: 576px){.add-product-card .add-product-field.ant-form-item.ant-row .ant-radio-group{display:flex;justify-content:space-between;flex-wrap:wrap}}.add-product-card .add-product-field.ant-form-item.ant-row .ant-input-number{height:40px}.add-product-card .add-product-field.ant-form-item.ant-row .ant-input-number input{height:38px}.add-product-card .add-product-field.ant-form-item.ant-row .ant-input:hover,.add-product-card .add-product-field.ant-form-item.ant-row .ant-input:focus{border-color:#18b8ef}.add-product-card .add-product-field.ant-form-item.ant-row .ant-calendar-picker-input.ant-input{cursor:pointer}.add-product-card .add-product-field.ant-form-item.ant-row input::-webkit-outer-spin-button,.add-product-card .add-product-field.ant-form-item.ant-row input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-product-card .add-product-field.ant-form-item.ant-row input[type='number']{-moz-appearance:textfield}.add-product-card .add-product-field.ant-form-item.ant-row .add-product-field__specifics-input .ant-input-suffix{right:0px}.add-product-card .add-product-field.ant-form-item.ant-row .add-product-field__specifics-input .ant-input-suffix .ant-select{min-width:80px}.add-product-card .add-product-field.ant-form-item.ant-row .add-product-field__specifics-input .ant-input-suffix .ant-select .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.add-product-card .category-specifics__input{display:flex;align-items:flex-end;max-width:480px;margin:0 auto 24px}.add-product-card .category-specifics__input .ant-form-item-label{margin-bottom:4px;padding:0;line-height:0}.add-product-card .category-specifics__input .ant-form-item-label label{font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:18px;color:#373f4a}.add-product-card .category-specifics__input .ant-form-item-label label:after{content:'';margin:0}.add-product-card .category-specifics__input .ant-form-item-label label span{margin-left:5px;color:#f63a60}.add-product-card .category-specifics__input .ant-input{height:40px}.add-product-card .category-specifics__input .ant-select-selection--single{height:40px}.add-product-card .category-specifics__input .ant-select-selection--single .ant-select-selection__rendered{line-height:38px}.add-product-card .category-specifics__input .ant-input-number{height:40px;line-height:1.5;border-top-right-radius:0;border-bottom-right-radius:0}.add-product-card .category-specifics__input .ant-input-number input{height:38px}.add-product-card .category-specifics__input .category-specifics__input-number.ant-form-item.ant-row{width:100%;margin:0}.add-product-card .category-specifics__input .category-specifics__input-number.ant-form-item.ant-row input::-webkit-outer-spin-button,.add-product-card .category-specifics__input .category-specifics__input-number.ant-form-item.ant-row input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-product-card .category-specifics__input .category-specifics__input-number.ant-form-item.ant-row input[type='number']{-moz-appearance:textfield}.add-product-card .category-specifics__input .category-specifics__input-select.ant-form-item.ant-row{height:40px;min-width:80px;margin:0}.add-product-card .category-specifics__input .category-specifics__input-select.ant-form-item.ant-row .ant-select .ant-select-selection{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}@media only screen and (max-width: 576px){.add-product-card .add-product-card__product{margin-bottom:30px;overflow:hidden}}.add-product-card .add-product-card__product .ant-row,.add-product-card .add-product-card__product .ant-row-flex{margin:14px 0}@media only screen and (max-width: 576px){.add-product-card .add-product-card__product .ant-row,.add-product-card .add-product-card__product .ant-row-flex{display:block !important}}.add-product-card .add-product-card__product .ant-select-selection--single{display:flex;align-items:center;height:40px;width:100%;background-color:#f8f8f8;border:1px solid #e7e7e7;border-radius:8px}.add-product-card .add-product-card__product .ant-select-selection__rendered{width:100%}.add-product-card .add-product-card__product .ant-select-selection-selected-value{font-family:'Poppins-SemiBold', sans-serif;color:#18b8ef;font-size:13px}.add-product-card .add-product-card__product .bab-select{padding:0;background-color:unset;border:unset}.add-product-card .add-product-card__product .ant-dropdown-trigger{background-color:#f8f8f8;border:1px solid #e7e7e7;border-radius:8px;height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;color:#18b8ef;font-family:'Poppins-SemiBold', sans-serif;font-size:13px;line-height:20px}.add-product-card .add-product-card__product .ant-input-number{background-color:#f8f8f8}.add-product-card .add-product-card__product .ant-input-number .ant-input-number-input{font-family:'Poppins-SemiBold', sans-serif;font-size:13px}.add-product-card .add-product-card__product .ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:35px}.add-product-card .add-product-card__product .product-inputs__promotions{display:flex;justify-content:space-between;max-width:480px;margin:0 auto 24px}.add-product-card .add-product-card__product .product-inputs__discounts{margin:0}.add-product-card .add-product-card__product .product-inputs__discounts .percent{margin-left:8px}.add-product-card .add-product-card__product .product-inputs__discounts .ant-input-number{height:40px;width:80px}.add-product-card .add-product-card__product .product-inputs__discounts .ant-input-number-input-wrap{height:100%}.add-product-card .add-product-card__product .product-inputs__discounts .ant-input-number-input-wrap .ant-input-number-input{height:100%}.add-product-card .add-product-card__product .product-inputs__discounts input::-webkit-outer-spin-button,.add-product-card .add-product-card__product .product-inputs__discounts input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-product-card .add-product-card__product .product-inputs__discounts input[type='number']{-moz-appearance:textfield}.add-product-card .add-product-card__product .anticon-cross-circle{right:35px}.add-product-card .add-product-card__divider{max-width:480px;margin:32px auto}.add-product-card .add-product-card__footer{max-width:480px;margin:26px auto 24px}.add-product-card .add-product-card__footer button{width:100%;font-family:'Poppins-Bold', sans-serif;font-size:16px;line-height:24px;background:#18b8ef}.ant-cascader-menus{border:none !important;border-radius:0}.ant-cascader-menus,.ant-cascader-picker-focused{border:1px solid #e7e7e7;box-shadow:unset}.ant-cascader-picker-arrow{color:#00baf1;font-weight:bold;font-size:16px}.ant-cascader-picker-clear{font-size:16px}.ant-cascader-input.ant-input{border:unset}.ant-cascader-picker{background:#f8f8f8;font-family:'Poppins-SemiBold', sans-serif;color:#9b9b9b;border:1px solid #ebebeb}.ant-cascader-picker-label{color:#00d0f6}.ant-cascader-menu{font-family:'Poppins-SemiBold', sans-serif;color:#9b9b9b;height:auto;width:213px;border:1px solid #ebebeb !important;border-bottom:none !important}.ant-cascader-menu:not(:last-child):first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ant-cascader-menu:not(:first-child):last-child{position:absolute;background:#fff;height:100%;overflow:auto;border:1px solid #ebebeb;border-left:none !important}.ant-cascader-menu>li{display:inline-grid;width:100%}.ant-cascader-menu .ant-cascader-menu-item{display:flex;align-items:center;border-bottom:1px solid #ebebeb;padding:8px;white-space:normal}.ant-cascader-menu .ant-cascader-menu-item-expand:after{position:absolute;right:14px;display:block;content:'';width:10px;height:10px;border:solid #00baf1;border-width:3px 3px 0 0;transform:rotate(45deg)}.ant-cascader-menu .ant-cascader-menu-item-expand.ant-cascader-menu-item-active{background-color:rgba(24,184,239,0.05);color:#18b8ef}.ant-cascader-menu .ant-cascader-menu-item-expand.ant-cascader-menu-item-active:after{position:absolute;right:14px;display:block;content:'';width:10px;height:10px;border:solid #00baf1;border-width:3px 3px 0 0;transform:rotate(45deg)}.ant-cascader-menu .ant-cascader-menu-item-active{background-color:rgba(24,184,239,0.05)}.ant-cascader-menu .ant-cascader-menu-item-active:after{position:absolute;right:14px;display:block;content:'';width:8px;height:16px;border:solid #00baf1;border-width:0 3px 3px 0;transform:rotate(45deg)}.ant-cascader-menu .ant-cascader-menu-item-expand:after{color:#18b8ef}@media only screen and (max-width: 500px){.ant-cascader-menu{width:calc(50vw - 32px)}.ant-cascader-menu:nth-child(2){border-left:1px solid}.ant-cascader-menu .ant-cascader-menu-item{white-space:break-spaces}}.ant-cascader-menu-item-expand:after{transform:scale(0.9) rotate(0deg);font-weight:bold;font-size:14px;content:''}.custom-card{padding:16px;background-color:#fff;border-radius:8px}.custom-card__title{font-family:'Poppins-SemiBold', sans-serif;font-size:16px;line-height:24px;margin-bottom:16px}.grid .product-list.search-product-list{display:flex;flex-flow:wrap;flex-wrap:wrap;gap:20px;justify-content:center}@media screen and (min-width: 1281px){.grid .product-list.search-product-list{justify-content:start}}.grid .product-list__item{width:100%;max-width:280px;height:auto;border-radius:8px;background-color:#fff}.grid .product-list__item.is-featured{border:4px solid #f0cc4f;border-radius:8px}.grid .product-list__item.is-featured:hover{box-shadow:0 0 7px #f0cc4f}.grid .product-list__item:hover{box-shadow:0 0 12px #e7e7e7}.grid .product-list__ads{width:100%}.list .product-list__item{width:100%;background-color:#fff;margin-bottom:24px;position:relative;border-radius:8px}.list .product-list__item.is-featured{border:4px solid #f0cc4f;border-radius:8px}.list .product-list__item.is-featured:hover{box-shadow:0 0 7px #f0cc4f}.list .product-list__item:hover{box-shadow:0 0 12px #e7e7e7}.product-pagination{margin:64px auto 50px}.product-feed{background-color:#F8F8F8;margin-top:24px;padding:24px 0}.product-feed__banner{height:230px;margin-bottom:20px;background-size:cover;background-position:left;background-repeat:no-repeat;cursor:pointer}@media only screen and (min-width: 768px){.product-feed__banner{margin-bottom:30px}}.product-feed__head{display:flex;justify-content:space-between;align-items:baseline;flex-direction:column}.product-feed__title{margin:0;font-family:'Poppins-Bold', sans-serif;font-size:36px;line-height:48px}.product-feed__link{font-family:'Poppins-Bold', sans-serif;font-size:16px;line-height:24px;margin-bottom:32px}@media only screen and (min-width: 768px){.product-feed{margin-top:64px;padding:64px 0}}.product-item{padding:16px}.product-item__placeholder{background-image:url(/static/img/placeholder.png);background-size:cover !important;background-position:center;background-repeat:no-repeat;max-width:248px;max-height:196px;border-radius:6px}.product-item__image{display:flex;justify-content:center;align-items:center;overflow:hidden;height:196px;border-radius:6px}.product-item__image img{flex-shrink:0;width:100%;height:100%;object-fit:cover}.product-item__image img.hide-image{display:none}.product-item__attributes{display:flex;justify-content:space-between;margin-top:8px}.product-item__attributes span{font-family:'Poppins', sans-serif;font-size:12px;line-height:16px;color:#ccc}.product-item__title{font-family:'Poppins', sans-serif;font-size:14px;line-height:16px;color:#373f4a;margin:4px 0}.product-item__price{font-family:'Poppins-Bold', sans-serif;font-size:14px;line-height:16px;color:#18B8EF}.product-item__featured{display:inline-flex;align-items:center;text-align:left;margin-bottom:8px;padding:4px 8px;color:#fff;background-color:#f0cc4f;border-radius:24px}.product-item__featured svg{width:16px;height:16px;margin-right:4px}.list .product-item{display:flex;justify-content:start;gap:24px}.list .product-item__placeholder{width:100%}.list .product-item__featured{position:absolute;top:32px;left:32px}.list .product-item__content-wrapper{display:flex;justify-content:space-between;flex-direction:column-reverse;position:revert;width:100%}.list .product-item__content-wrapper .product-item__attributes{display:block}.list .product-item__content-wrapper .product-item__attributes span{margin-right:8px}.list .product-item__title{font-family:'Poppins', sans-serif;font-size:16px;line-height:18px;color:#373f4a}.list .product-item__title-wrapper{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap}.list .product-item__price{font-family:'Poppins-Bold', sans-serif;font-size:16px;line-height:18px;margin:4px 0}.list .product-item__image{height:168px}.quick-categories__title{font-family:'Poppins-SemiBold', sans-serif;font-size:36px;line-height:48px;width:100%;text-align:center;color:#373f4a}.quick-categories__title--top{display:none}@media only screen and (min-width: 576px){.quick-categories__title--top{display:block;margin-top:20px;margin-bottom:10px;text-align:center}}.quick-categories__title--bottom{display:none}@media only screen and (min-width: 576px){.quick-categories__title--bottom{display:block;margin-bottom:32px;font-family:'Poppins-Regular', sans-serif;text-align:center}}.quick-categories__wrapper{margin-top:24px;position:relative}@media only screen and (min-width: 576px){.quick-categories__wrapper{margin-top:0}}.quick-categories__wrapper-list{display:flex;justify-content:space-between;overflow-x:auto;padding-bottom:36px}.quick-categories__item{list-style:none;position:relative;cursor:pointer;margin:0 10px}.quick-categories__item.active:after{content:' ';display:block;background-color:#fff;border-top:1px solid #e7e7e7;border-left:1px solid #e7e7e7;width:22px;height:22px;position:absolute;top:calc(100% + 9px);left:calc(50% - 10px);transform:rotate(45deg);z-index:9}@media only screen and (min-width: 992px){.quick-categories__item{margin:0}.quick-categories__item:first-child{margin-left:0}}.quick-categories__name{font-family:'Poppins-SemiBold', sans-serif;font-size:12px;line-height:16px;text-align:center;color:#373f4a;margin-top:4px;width:88px}.quick-categories__image{width:88px;height:88px;border-radius:50%;background-size:60%;background-repeat:no-repeat;background-position:center}.quick-categories__badge-wrapper{position:absolute;top:0;right:0;padding:2px 8px 2px 8px;border:1px solid #e7e7e7;border-radius:17px;background-color:#fff;color:#373f4a;font-size:10px}.quick-categories__subcategories{position:relative;display:block;margin-top:-16px;transition:height 0.35s;height:0;overflow:hidden}.quick-categories__subcategories.active{height:200px}.quick-categories__subcategories .sub-category{position:absolute;left:0;top:0;width:100%;height:100%;border:1px solid #e7e7e7;border-radius:8px;background-color:#fff;padding:20px}.quick-categories__subcategories .sub-category__main-category{display:block;position:relative;padding-left:20px;padding-bottom:15px;width:100%;border-bottom:1px solid #e7e7e7;font-size:16px;font-family:'Poppins', sans-serif;color:#ccc}.quick-categories__subcategories .sub-category__main-category .bold{font-family:'Poppins-SemiBold', sans-serif;color:#373f4a}.quick-categories__subcategories .sub-category__links{display:flex;flex-wrap:wrap;align-content:baseline;width:100%;height:125px;margin-top:16px;overflow:hidden auto}.quick-categories__subcategories .sub-category__links::-webkit-scrollbar{width:5px}.quick-categories__subcategories .sub-category__links::-webkit-scrollbar-track{background:#f8f8f8}.quick-categories__subcategories .sub-category__links::-webkit-scrollbar-thumb{background:#e7e7e7}.quick-categories__subcategories .sub-category__links::-webkit-scrollbar-thumb:hover{background:#ccc}.quick-categories__subcategories .sub-category__links:hover::-webkit-scrollbar-thumb{background:#ccc}.quick-categories__subcategories .sub-category__link{position:relative;min-width:280px;color:#373f4a;font-family:'Poppins', sans-serif;font-size:14px;padding-bottom:19px;padding-left:20px}.quick-categories__subcategories .sub-category__link .category-arrow{color:#ccc}.quick-categories__subcategories .sub-category .category-arrow{position:absolute;top:2px;left:0}.product-filter__title{font-family:'Poppins-SemiBold', sans-serif;color:#373f4a;line-height:32px;font-size:24px;padding:32px 0 16px}.product-filter__items{display:flex;flex-direction:column;padding-bottom:32px;border-bottom:1px solid #e7e7e7}@media only screen and (min-width: 768px){.product-filter__items{flex-flow:wrap;flex-wrap:wrap;gap:10px}}.product-filter__item{width:100%}@media only screen and (min-width: 768px){.product-filter__item{width:190px}}@media only screen and (min-width: 1200px){.product-filter__item{width:270px}}.product-filter__item .ant-form-item-label{padding-bottom:3px;line-height:20px}.product-filter__item .ant-form-item-label label{font-family:'Poppins', sans-serif;font-size:14px;color:#373f4a}.product-filter__item input::-webkit-outer-spin-button,.product-filter__item input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-filter__item input[type='number']{-moz-appearance:textfield}.product-filter .ant-input{height:40px}.product-filter .ant-select-selection--single{height:40px}.product-filter .ant-select-selection--single .ant-select-selection__rendered{line-height:38px}.product-filter .ant-input-number{height:40px}.product-filter .ant-input-number input{height:38px}.product-filter__select.ant-select{width:100%;font-size:16px;color:#373f4a}.product-filter__price.ant-input-number{width:100%;font-size:16px;color:#373f4a}.seller-centre-layout{background-color:#f2f2f2}.seller-centre-layout .seller-centre-container{width:100%}.seller-centre-layout .seller-centre-container .back-icon{margin-right:7px;color:#dadada}.seller-centre-layout .seller-centre-container .back-icon:hover{cursor:pointer}.seller-centre-layout .seller-centre-container .bab-card i{width:26px;text-align:center}.seller-centre-layout .seller-centre-footer{background-color:white;height:64px;line-height:64px}@media only screen and (max-width: 380px){.seller-centre-layout .seller-centre-footer{height:auto}.seller-centre-layout .seller-centre-footer .store-link{width:100px}.seller-centre-layout .seller-centre-footer .store-link img{width:100px}}.seller-centre-layout .card-header__action{display:flex;align-items:center}.seller-centre-layout .dashboard-inner-layout{background-color:inherit;flex-direction:row;margin-bottom:50px}@media only screen and (max-width: 576px){.seller-centre-layout .dashboard-inner-layout{padding:8px}}.seller-centre-layout .dashboard-inner-layout .ant-layout-content{width:calc(100% - 40px - 30px)}.seller-centre-layout .dashboard-inner-layout .ant-layout-sider{background-color:inherit;margin:0;margin-right:20px}@media only screen and (min-width: 992px){.seller-centre-layout .dashboard-inner-layout .ant-layout-sider{width:360px !important}}@media only screen and (max-width: 400px){.seller-centre-layout .seller-centre-header{padding:0}}.seller-centre-layout .seller-centre-header .title{font-family:'Poppins-SemiBold', sans-serif;font-size:18px;line-height:27px;color:#9b9b9b;margin-left:8px;font-weight:600}@media only screen and (max-width: 1023px){.seller-centre-layout .seller-centre-header .title{font-size:14px}}.seller-centre-layout .seller-centre-header .store-header-search .ant-input{padding-left:40px}.seller-centre-layout .seller-centre-header .add-product-btn{background-color:#18b8ef;color:#fff;margin-left:auto}.seller-centre-layout .seller-centre-header .batch-upload-btn{border:2px solid #18b8ef}.seller-centre-layout .seller-centre-header .add-product-btn,.seller-centre-layout .seller-centre-header .batch-upload-btn{display:flex;align-items:center;justify-content:center;line-height:initial;height:40px;border-radius:8px}.seller-centre-layout .seller-centre-header .add-product-btn svg,.seller-centre-layout .seller-centre-header .batch-upload-btn svg{margin-right:8px}.seller-centre-layout .seller-centre-header .add-product-btn span,.seller-centre-layout .seller-centre-header .batch-upload-btn span{font-size:16px;font-family:'Poppins-Bold', sans-serif;text-transform:uppercase}.seller-centre-layout .seller-centre-header .ant-input{border:initial;height:40px;background-color:#f2f2f2}.seller-centre-layout .seller-centre-header .horizontal-divider{width:1px;height:38px;background-color:#d8d8d8;display:inline-block;margin-left:auto}.seller-centre-layout .seller-centre-header .user-header .horizontal-divider{margin-left:-10px;margin-right:10px;padding-left:0 !important;padding-right:0 !important}.seller-centre-layout .seller-centre-header .user-header a{color:unset}@media only screen and (max-width: 350px){.seller-centre-layout .seller-centre-header .store-header>div{padding-left:0 !important}}.seller-centre-layout .seller-centre-header .store-header .boutique-link a{color:unset}.seller-centre-layout .extra-link{font-family:'Poppins-SemiBold', sans-serif;font-size:13px;line-height:20px;display:flex;align-items:center;color:#c8c8c8}.seller-centre-layout .extra-link span{margin-right:8px}.seller-centre-layout .show-desktop{display:none}.seller-centre-layout .show-mobile{display:block}@media only screen and (min-width: 768px){.seller-centre-layout .show-desktop{display:block}.seller-centre-layout .show-mobile{display:none}}.my-account-title{font-size:16px;line-height:24px;border-bottom:1px solid #e7e7e7;padding:16px 0;margin-bottom:32px;font-family:'Poppins-Regular', sans-serif}@media only screen and (min-width: 576px){.profile-user-header{display:flex;align-items:center;height:64px;justify-content:space-between}}.profile-user-header .profile-user-info{background-color:white;display:flex;align-items:center;border-radius:0;border-bottom:1px solid #e7e7e7;padding-bottom:8px;margin-bottom:16px}@media only screen and (min-width: 576px){.profile-user-header .profile-user-info{border-radius:8px 8px 0 0;padding-bottom:0;margin-bottom:0;border:none}}.profile-user-header .profile-user-info__avatar{margin-right:10px}.profile-user-header .profile-user-info__name{font-size:16px;line-height:24px}.profile-user-header .profile-user-info__meta{font-size:12px;line-height:16px;color:#ccc}@media only screen and (min-width: 576px){.profile-user-header .profile-user-wallet{text-align:right;display:flex;align-items:center}}@media only screen and (min-width: 576px){.profile-user-header .profile-user-wallet__balance{margin-right:16px}}.profile-user-header .profile-user-wallet__balance__message{font-size:12px;line-height:16px}.profile-user-header .profile-user-wallet__balance__coins{font-size:24px;line-height:32px;display:block;font-family:'Poppins-Bold', sans-serif}.profile-user-header .profile-user-wallet__actions__btn{background-color:rgba(24,184,239,0.1);border-radius:8px;cursor:pointer;color:#18b8ef;border:1px solid #18b8ef;display:inline-flex;align-items:center;justify-content:center;font-family:'Poppins-Bold', sans-serif;padding:8px;font-size:13px;left:18px;transition:0.2s ease-in-out}.profile-user-header .profile-user-wallet__actions__btn:hover{background-color:#18b8ef;color:white}.profile-user-header .profile-user-wallet__actions__btn svg{margin-right:8px;font-size:18px}@media only screen and (min-width: 576px){.profile-user-header .profile-user-wallet__actions__btn{font-size:16px;line-height:24px}}@media only screen and (min-width: 768px){.profile-user-header .profile-user-wallet__actions__btn{padding:8px 16px}.profile-user-header .profile-user-wallet__actions__btn svg{margin-right:16px}}.dashboard-sider{background-color:#f2f2f2}.dashboard-sider .sider-navigation{background-color:#fff;padding:8px 0}@media only screen and (min-width: 1336px){.dashboard-sider .sider-navigation{border-radius:8px}}.dashboard-sider .sider-navigation .ant-list-item-action{display:none}.dashboard-sider .sider-navigation .ant-list-item{padding:16px;border-bottom:none}.dashboard-sider .sider-navigation .ant-list-item:hover .ant-list-item-meta-title{color:#18b8ef}.dashboard-sider .sider-navigation .ant-list-item:hover .ant-list-item-meta-avatar{color:#18b8ef}.dashboard-sider .sider-navigation .ant-list-item .ant-list-item-content-single a{align-items:start !important}.dashboard-sider .sider-navigation .ant-list-item .ant-list-item-meta-avatar{font-size:22px;color:#ccc;line-height:1}.dashboard-sider .sider-navigation .ant-list-item .ant-tag{width:28px;height:28px;line-height:26px;margin:0}.dashboard-sider .sider-navigation .ant-list-item .ant-tag div{justify-content:center}.dashboard-sider .sider-navigation .ant-list-item .ant-tag.ouvrir{width:unset}.dashboard-sider .sider-navigation .ant-list-item .ant-list-item-meta-title{font-family:'Poppins-Bold';font-size:16px;line-height:24px;color:#373f4a}.dashboard-sider .sider-navigation .ant-list-item .ant-list-item-meta-description{font-size:12px;line-height:15px;color:#ccc}.dashboard-sider .sider-navigation--active .ant-list-item-meta-title{color:#18b8ef !important}.dashboard-sider .sider-navigation--active .ant-list-item-meta-avatar{color:#18b8ef !important}.dashboard-sider .logout-btn{display:flex;justify-content:center;align-items:center;height:40px;line-height:40px;cursor:pointer;color:#c8c8c8;margin-top:30px}.seller-centre__drawer .ant-drawer-body{padding:0;background-color:#f2f2f2}.seller-centre__drawer .ant-drawer-wrapper-body{background-color:#f2f2f2}.sell-product-card .ant-radio-wrapper{margin-bottom:8px}.sell-product-card .ant-radio-inner{width:25px;height:25px}.sell-product-card .ant-radio-checked .ant-radio-inner{background-color:#43dd7c;border-color:#43dd7c}.sell-product-card .ant-radio-checked .ant-radio-inner:after{background-color:#43dd7c;content:url(/static/svg/check_white.svg);width:10px;height:10px;position:absolute;left:28%;top:20%}.myprofile-box{gap:20px;background-color:transparent;margin-bottom:50px}.myprofile-box .ant-layout-sider.ant-layout-sider-light{background:transparent}.conversation__dropdown{top:10px !important;right:10px !important;border-radius:4px}.conversation__dropdown .menu-items-list li{padding:10px 20px;font-family:'Poppins-Medium', sans-serif;cursor:pointer;transition:all 0.2s ease-in-out}.conversation__dropdown .menu-items-list li:hover{color:#18b8ef}.conversation__dropdown .menu-items-list li:not(:last-child){padding-bottom:0}.conversation{padding:16px}.conversation .chat-wrapper{background-color:#f2f2f2;display:flex;width:100%;padding:6px;border-radius:8px;max-height:564px;height:564px}@media only screen and (min-width: 768px){.conversation .chat-wrapper{padding:16px}}.conversation .ant-list-item-meta-avatar{margin-right:8px}.conversation .custom-scrollbars>div{overflow:auto !important;margin:0}.conversation .ant-card-head{padding:0}.conversation .ant-card-head .ant-card-head-wrapper{display:flex;align-items:center;margin:0}.conversation .ant-card-head-title{padding:10px 0;border-right:none;font-size:20px}@media only screen and (min-width: 992px){.conversation .ant-card-head-title{padding:8px 0 24px 0;font-size:24px}}.conversation .ant-card-head-title .back-from-conversation{display:inline-flex;border:1px solid #e7e7e7;border-radius:4px;width:26px;height:26px;position:relative;margin-right:8px;position:relative;align-items:center;font-size:14px;justify-content:center}@media only screen and (min-width: 992px){.conversation .ant-card-head-title .back-from-conversation{display:none}}.conversation .ant-card-head-title .back{display:flex;align-items:center}.conversation .ant-card-head-title .back .title{font-size:24px;margin-left:10px}.conversation .ant-card-head-title .back .card-header__action{font-size:20px}.conversation .ant-tabs-nav{font-family:'Poppins-SemiBold', sans-serif}.conversation .ant-card-body{padding:0 !important;display:flex}.conversation .ant-list-item{padding:16px;position:relative;cursor:pointer}.conversation .ant-list-item:hover,.conversation .ant-list-item.selected,.conversation .ant-list-item.active-item{background-color:#dbf6ff}.conversation .ant-list-item-meta{align-items:center}.conversation .ant-avatar{height:40px;width:40px;border-radius:20px}.conversation .ant-list-item-content{flex:initial}.conversation .no-messages{text-align:center;line-height:470px}.conversation .conversation-list .ant-list-item-content .ant-tag{width:28px;height:28px;line-height:26px;text-align:center}.conversation .conversation-list .user-info{display:flex;align-items:center}.conversation .conversation-list .user-info span{font-family:'Poppins-Regular', sans-serif;margin-left:5px;color:#ccc;font-size:12px;line-height:16px}.conversation .conversation-list.buying .ant-list-item-meta-description{margin-top:3px}.conversation .conversation-list.selling .ant-list-item-meta-description{margin-top:3px}.conversation .list-holder{width:100%;background-color:#fff;position:relative;overflow:hidden;border-radius:8px}.conversation .list-holder.hide-list{display:none}@media only screen and (min-width: 992px){.conversation .list-holder.hide-list{display:block}}@media only screen and (min-width: 992px){.conversation .list-holder{width:302px}}.conversation .list-holder .ant-tabs-bar{margin-bottom:0}.conversation .list-holder .ant-tabs-nav{font-family:'Poppins-Bold', sans-serif}.conversation .list-holder .ant-tag{border-radius:50%;margin-right:20px}.conversation .list-holder .ant-list-item-meta-title{font-family:'Poppins-Semibold', sans-serif;font-size:14px;line-height:16px;margin-bottom:2px}.conversation .list-holder .ant-list-item-meta-description h4{font-family:'Poppins-Regular', sans-serif;font-size:12px;line-height:16px;margin-bottom:2px}.conversation .list-holder .ant-tabs-nav{width:100%;display:flex;justify-content:space-between}.conversation .list-holder .ant-tabs-nav .ant-tabs-tab{margin:0;text-align:center;font-size:14px;line-height:24px;font-family:'Poppins-Regular', sans-serif;width:calc(100% / 3);padding:9px}.conversation .list-holder .ant-tabs-nav .ant-tabs-tab:hover{color:#18b8ef}.conversation .list-holder .ant-tabs-nav .ant-tabs-tab-active{color:#18b8ef}.conversation .list-holder .ant-tabs-nav .ant-tabs-ink-bar{background-color:#18b8ef}.conversation .list-holder .ant-tabs-ink-bar{height:3px;width:calc(100% / 3)}.conversation .list-holder .partner-header{display:flex;align-items:center}.conversation .list-holder .partner-header .bab-icon{margin-left:20px}.conversation .list-holder .partner-header .ant-list-item{padding-left:8px;width:100%}.conversation .list-holder .partner-list .username{display:flex;align-items:center;margin-bottom:5px}.conversation .list-holder .partner-list .username .ant-tag{height:16px;margin-right:10px}.conversation .list-holder .partner-list .username .time{font-family:'Poppins-Medium', sans-serif;color:#ccc;position:absolute;right:20px}.conversation .list-holder .partner-list .ant-list-item:hover,.conversation .list-holder .partner-list .ant-list-item.selected,.conversation .list-holder .partner-list .ant-list-item.active-item{background-color:rgba(24,184,239,0.1)}.conversation .list-holder .partner-list .ant-list-item:last-child{border-bottom:1px solid #e8e8e8}.conversation .list-holder .partner-list .ant-list-item:first-child{border-top:1px solid #e8e8e8}.conversation .list-holder .partner-list .ant-list-item-meta-description{display:block;display:-webkit-box;max-width:208px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.625}.conversation .messages-holder{flex:1;overflow:auto;position:relative;border-radius:8px;background-color:#fff;display:flex;flex-direction:column}@media only screen and (min-width: 992px){.conversation .messages-holder{margin-left:16px}}.conversation .messages-holder .chat-meta{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f8f8f8;padding:0 16px}.conversation .messages-holder .chat-meta .current-user-conversation{font-family:'Poppins-SemiBold', sans-serif;font-size:14px;line-height:24px;padding:8px 0}.conversation .messages-holder .chat-meta .ant-dropdown-trigger{padding:0 8px;display:flex;cursor:pointer}.conversation .messages-holder .messages{padding:10px 16px;word-break:break-all}.conversation .messages-holder .messages .time{text-align:center;margin:5px 0;color:#ccc}.conversation .messages-holder .messages .message-row{min-height:50px;display:flex;margin-bottom:0}.conversation .messages-holder .messages .message-row .ant-avatar{width:40px;height:40px;border-radius:20px}.conversation .messages-holder .messages .message-row.own-message{justify-content:flex-end}.conversation .messages-holder .messages .message-row .empty{width:40px;height:40px}.conversation .messages-holder .messages .message-row .content-holder{display:inline-block;margin-left:16px}.conversation .messages-holder .messages .message-row .content-holder .image-message .content{background-color:transparent}.conversation .messages-holder .messages .message-row .content-holder .image-message .content.own-message{background-color:transparent}.conversation .messages-holder .messages .message-row .content-holder .content{display:flex;align-items:center;flex-wrap:wrap;background-color:#f1f1f1;min-height:36px;padding:8px 16px;max-width:250px;font-size:14px;line-height:20px}.conversation .messages-holder .messages .message-row .content-holder .content.single{border-radius:5%}.conversation .messages-holder .messages .message-row .content-holder .content.own-message{background-color:#18b8ef;color:#fff;border-radius:8px}.conversation .messages-holder .messages .message-row .content-holder .content.own-message.first{border-bottom-right-radius:1px}.conversation .messages-holder .messages .message-row .content-holder .content.own-message.middle{border-bottom-right-radius:1px;border-top-right-radius:1px}.conversation .messages-holder .messages .message-row .content-holder .content.own-message.last{border-top-right-radius:1px}.conversation .messages-holder .messages .message-row .content-holder .content.sender{border-radius:8px;border-bottom-left-radius:1px}.conversation .messages-holder .messages .message-row .content-holder .content.sender.first{border-bottom-left-radius:1px}.conversation .messages-holder .messages .message-row .content-holder .content.sender.middle{border-bottom-left-radius:1px;border-top-left-radius:1px}.conversation .messages-holder .messages .message-row .content-holder .content.sender.last{border-top-left-radius:1px}.conversation .messages-holder .messages .message-row .content-holder .content .ant-avatar{width:45px;height:35px;margin-right:10px}.conversation .messages-holder .messages .message-row .content-holder .content .verified.verified{display:flex;align-items:center;margin-bottom:0;margin-top:5px}.conversation .messages-holder .messages .message-row .content-holder .content .verified.verified [class^='icon-']{margin-right:5px}.conversation .messages-holder .messages .message-row .content-holder .content .verified.verified img{width:20px !important}.conversation .messages-holder .messages .message-row .content-holder .meta{font-size:12px;color:#ccc;margin-top:8px;margin-bottom:8px}.conversation .messages-holder .messages .message-row .content-holder .meta.own-message{text-align:end}.conversation .messages-holder .messages .message-row .content-holder .meta .anticon-check{font-size:12px;font-weight:bold;margin-left:4px;width:auto}.conversation .messages-holder .messages .message-row .content-holder .audio-message audio{height:40px}.conversation .messages-holder .messages .message-row .content-holder .audio-message audio::-webkit-media-controls-enclosure{background:unset}.conversation .messages-holder .messages .message-row .content-holder .audio-message audio::-webkit-media-controls-mute-button{display:none}.conversation .messages-holder .messages .message-row .content-holder .audio-message audio::-webkit-media-controls-current-time-display{position:absolute;top:28px;left:45px;font-size:10px}.conversation .messages-holder .messages .message-row .content-holder .audio-message audio::-webkit-media-controls-time-remaining-display{position:absolute;top:28px;right:50px;font-size:10px}.conversation .messages-holder .messages .message-row .content-holder .audio-message audio::-webkit-media-controls-panel{padding:0}.conversation .messages-holder .messages .message-row .content-holder .audio-message .content img{width:30px;height:30px;border-radius:50%}.conversation .actions{background-color:#fff}.conversation .actions .message-field{border-radius:8px;border:1px solid #e7e7e7;height:70px !important;font-size:14px;line-height:20px;font-family:'Poppins-Regular', sans-serif;margin-bottom:8px;background-color:#fff}.conversation .actions .default{padding:20px 16px}.conversation .actions .default .icon-attachment{cursor:pointer}.conversation .actions .default .input-holder{position:relative;margin-top:8px}.conversation .actions .default .input-holder .ant-input:focus{background:rgba(24,184,239,0.1);color:#18b8ef}.conversation .actions .default .input-holder .bab-icon{margin:0 15px}.conversation .actions .default .input-holder .image-upload{display:inline-block;position:absolute;right:10px;z-index:99;color:#ccc;line-height:1;top:10px}.conversation .actions .default .input-holder .image-upload>input{display:none}.conversation .actions .default .tags-slider .slick-slider .slick-arrow{display:none !important;width:40px;position:absolute;top:0;z-index:99;cursor:pointer}@media only screen and (min-width: 768px){.conversation .actions .default .tags-slider .slick-slider .slick-arrow{display:block !important}}.conversation .actions .default .tags-slider .slick-slider .slick-arrow .anticon{font-size:20px;font-weight:bold;color:#c8c8c8}.conversation .actions .default .tags-slider .slick-slider .slick-arrow-left{text-align:left;left:0;background:linear-gradient(-270deg, #fff 60%, rgba(255,255,255,0.1) 100%)}.conversation .actions .default .tags-slider .slick-slider .slick-arrow-right{text-align:right;right:0;background:linear-gradient(270deg, #fff 60%, rgba(255,255,255,0.1) 100%)}.conversation .actions .blocked-by,.conversation .actions .blocking{min-height:90px;background-color:#4a4a4a;color:#fff;height:100%;display:flex;align-items:center;justify-content:center}.conversation .actions .blocked-by i.icon-block,.conversation .actions .blocking i.icon-block{margin-right:16px}.conversation .actions .blocked-by span.message,.conversation .actions .blocking span.message{font-family:'Poppins-Medium', sans-serif;font-size:12px;line-height:18px}.conversation .actions .blocking button{margin-left:auto;margin-right:16px;height:36px;width:76px;background-color:#f63a60;border-radius:8px;border:0;cursor:pointer}.wallet-card .ant-card-head .ant-card-head-wrapper{flex-direction:column;margin:0}@media only screen and (min-width: 768px){.wallet-card .ant-card-head .ant-card-head-wrapper{flex-direction:row}}.wallet-card .ant-card-body{padding:24px 0}.wallet-card .ant-card-body .wallet-card__body .balance-container{width:100%;margin-bottom:32px;padding:8px;background:rgba(24,184,239,0.1);text-align:center;border-radius:8px}.wallet-card .ant-card-body .wallet-card__body .balance-container__title{font-family:'Poppins-Regular', sans-serif;font-size:16px;line-height:20px}.wallet-card .ant-card-body .wallet-card__body .balance-container__balance{margin:0;font-family:'Poppins-Bold', sans-serif;font-size:32px;line-height:40px;color:#18b8ef}.wallet-card .ant-card-body .wallet-card__body .credits-container{max-width:400px;margin:0 auto;margin-bottom:38px;text-align:center}.wallet-card .ant-card-body .wallet-card__body .credits-container__title{margin-bottom:4px;font-family:'Poppins-Bold', sans-serif;font-size:16px;line-height:20px;color:#000}.wallet-card .ant-card-body .wallet-card__body .credits-container__description{margin:0;font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:18px;color:#373f4a}.wallet-card .ant-card-body .wallet-card__body .coins{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 768px){.wallet-card .ant-card-body .wallet-card__body .coins{flex-direction:row;justify-content:space-between}}.wallet-card .ant-card-body .wallet-card__body .coins .coins-item{width:200px}.wallet-card .coin-package{display:flex;align-items:center;justify-content:space-between;flex-direction:column;height:290px;width:100%;padding:16px;text-align:center;border:1px solid #e7e7e7;border-radius:8px;position:relative}.wallet-card .coin-package .light-btn{width:100%}.wallet-card .coin-package.is-popular{margin-top:25px;border-color:#3edb79}.wallet-card .coin-package.is-popular .light-btn{width:100%;background-color:rgba(67,221,124,0.1);color:#3edb79;border:1px solid #3edb79}.wallet-card .coin-package.is-popular .light-btn:hover{background-color:#3edb79;color:#fff}@media screen and (min-width: 768px){.wallet-card .coin-package.is-popular{margin:0}}.wallet-card .coin-package.is-better{margin-top:25px;border-color:#f93e5f}.wallet-card .coin-package.is-better .light-btn{width:100%;background-color:rgba(247,58,96,0.1);color:#f93e5f;border:1px solid #f93e5f}.wallet-card .coin-package.is-better .light-btn:hover{background-color:#f93e5f;color:#fff}@media screen and (min-width: 768px){.wallet-card .coin-package.is-better{margin:0}}.wallet-card .coin-package .offer{font-size:12px;font-family:'Poppins-Bold';border-radius:8px;position:absolute;top:-14px;background:#fff;padding:4px 7px;border:1px solid #e7e7e7}.wallet-card .coin-package .offer.popular{border-color:#3edb79;color:#3edb79}.wallet-card .coin-package .offer.better{border-color:#f93e5f;color:#f93e5f}.wallet-card .coin-package__coins{display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:wrap;margin-top:10px;margin-bottom:0;position:relative}.wallet-card .coin-package__coins span{font-size:24px;font-family:'Poppins-SemiBold';padding:0 5px;color:#373f4a;line-height:1}.wallet-card .coin-package__coins .coins-discount{display:flex;align-items:center}.wallet-card .coin-package__coins .coins-discount .discount{padding-right:5px;font-size:16px;font-family:'Poppins-SemiBold';color:#ccc;text-decoration:line-through}.wallet-card .wallet-button{padding:10px;font-family:'Poppins-Bold', sans-serif;font-size:14px;color:#18b8ef;border:1px solid #18b8ef;border-radius:8px;background-color:rgba(24,184,239,0.1);transition:all 0.2s ease-in-out}.wallet-card .wallet-button:hover{background-color:#18b8ef;color:#fff}.wallet-card .wallet-button svg{margin-right:5px}.wallet-card .wallet-button span{margin-top:1px}.wallet-card .redeem-code{max-width:300px;margin:0 auto;margin-top:24px;text-align:center}.wallet-card .redeem-code svg{display:none}@media only screen and (min-width: 576px){.wallet-card .redeem-code svg{display:block;width:20px;height:20px}}.wallet-card .discount-tag{background-color:#f93e5f;border-radius:10px;color:#fff;padding:0 8px;position:absolute;top:-10px}.boost-product-card{width:100%}@media only screen and (max-width: 400px){.boost-product-card .ant-card-body{padding:0}}.boost-product-card .card-header{display:flex;margin-bottom:24px;width:100%;padding:0 12px}.boost-product-card .card-header h2{margin-bottom:0}.boost-product-card .back-btn{cursor:pointer;font-family:'Poppins-Medium', sans-serif;display:flex;align-items:center;transition:all 0.3s ease-in-out}.boost-product-card .back-btn:hover svg{color:#18b8ef}.boost-product-card .back-btn svg{color:#ccc;margin-right:8px;margin-right:10px}.boost-product-card .boost-product-card__body{text-align:center;display:flex;flex-direction:column;align-items:center;padding-top:8px}.boost-product-card h2{font-family:'Poppins-Bold', sans-serif;margin-bottom:24px;font-size:20px;line-height:24px}.boost-product-card .product-img-wrapper{width:100px;height:100px;border-radius:8px;margin-bottom:16px}.boost-product-card .product-img-wrapper img{max-width:100%;height:100%;border-radius:8px}.boost-product-card .product-price,.boost-product-card .product-name,.boost-product-card h4{color:#fff}.boost-product-card .product-price{font-family:'Poppins-Bold', sans-serif}.boost-product-card .product-name,.boost-product-card h4{font-family:'Poppins-Regular', sans-serif;margin-bottom:16px}.boost-pack{position:relative;width:264px;height:406px;background-color:#fff;border-radius:8px;padding:8px 8px 0 8px;border:1px solid #e7e7e7;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.boost-pack>div{min-height:160px;width:100%}.boost-pack.best-deal{border-color:#f73a60;position:relative}.boost-pack.best-deal h3{font-family:'Poppins-Bold', sans-serif;margin-top:10px;color:#f73a60}.boost-pack.best-deal button{background-color:#f73a60;box-shadow:0 2px 0 #f73a60}.boost-pack__footer{margin-top:auto;width:100%;height:265px;display:flex;flex-direction:column;justify-content:space-between}.boost-pack__footer .label{display:flex;align-items:center;justify-content:center;margin:8px 0}.boost-pack__footer .label p{display:flex;margin:0}.boost-pack__footer .label span{font-size:12px;line-height:16px;font-family:'Poppins-Regular', sans-serif;color:#373f4a;margin-left:4px}.boost-pack__footer .label svg{color:#f0cc4f;margin-left:3px;font-size:14px}.boost-pack__footer img{margin:0 auto;height:172px;width:132px}.boost-pack h1{margin-top:10px;font-size:20px;line-height:24px}.boost-pack p{font-size:11px;line-height:15px;max-width:184px;font-family:'Poppins-Regular', sans-serif;margin-bottom:16px;margin-left:auto;margin-right:auto}.boost-pack button{height:40px;color:#fff;background-color:#18b8ef;border-radius:4px;border:initial;width:100%;font-family:'Poppins-Bold', sans-serif;font-size:18px;box-shadow:0 2px 0 #188bb2;cursor:pointer;margin-bottom:16px}.boost-pack .switch-days{margin-bottom:16px}.boost-pack .switch-days span{vertical-align:middle;font-size:12px}.boost-pack .question{width:100%;text-align:right;line-height:1}.boost-pack .question svg{color:#ccc;font-size:16px;transition:0.3s ease-in-out;cursor:pointer}.boost-pack .question svg:hover{color:#18b8ef}.boost-pack-container{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap}@media only screen and (min-width: 992px){.boost-pack-container{flex-direction:row}}.boost-pack-container .boost-pack{margin-left:12px;margin-right:12px;margin-bottom:8px;width:100%}@media only screen and (min-width: 576px){.boost-pack-container .boost-pack{width:calc(50% - 24px);max-width:none}}@media only screen and (min-width: 992px){.boost-pack-container .boost-pack{flex:1;width:100%}}.products-tab-card .ant-card-head-wrapper{margin-top:16px;margin-bottom:36px;position:relative}.products-tab-card .ant-card-head-title{padding:0}.products-tab-card .ant-card-head-title .products-tab-card__title{margin-bottom:24px;font-family:'Poppins-Bold', sans-serif;font-size:24px}.products-tab-card .ant-card-head-title .selcom-redirect__back{display:flex;align-items:center;cursor:pointer}.products-tab-card .ant-card-head-title .selcom-redirect__back span{margin-left:13px;color:#373f4a}.products-tab-card .ant-card-head-title .selcom-redirect__back svg{font-size:22px;color:#373f4a;cursor:pointer}.products-tab-card .ant-card-head-title .selcom-redirect__back:hover svg,.products-tab-card .ant-card-head-title .selcom-redirect__back:focus svg{color:#18b8ef}.products-tab-card .ant-card-extra{position:absolute;top:0;right:0}.products-tab-card .ant-tabs-nav-container-scrolling{padding:0px !important}.products-tab-card .ant-tabs-nav-container-scrolling .ant-tabs-tab-arrow-show{display:none}.products-tab-card .ant-tabs-nav{width:100%;display:flex;flex-direction:column}@media only screen and (min-width: 576px){.products-tab-card .ant-tabs-nav{align-items:center;justify-content:center;flex-direction:row}}.products-tab-card .ant-tabs-ink-bar{height:0}@media only screen and (min-width: 576px){.products-tab-card .ant-tabs-ink-bar{height:2px;background-color:#18b8ef}}.products-tab-card .ant-tabs-tab:hover span{color:#18b8ef}.products-tab-card .ant-tabs-tab:hover .ant-tag{background-color:#18b8ef;color:#fff;border-color:transparent}.products-tab-card .ant-tabs-tab span,.products-tab-card .ant-tabs-tab-active span{font-family:'Poppins-SemiBold', sans-serif;font-size:18px;line-height:27px}.products-tab-card .ant-tabs-tab-active{border-left:2px solid #18b8ef}@media only screen and (min-width: 576px){.products-tab-card .ant-tabs-tab-active{border:none}}.products-tab-card .ant-tabs-tab-active.ant-tabs-tab span{color:#18b8ef}.products-tab-card .ant-tabs-tab-active.ant-tabs-tab .ant-tag{background-color:#18b8ef;color:#fff;border:initial;line-height:22px}.products-tab-card .ant-tabs-tab{width:80%;margin:0}@media only screen and (min-width: 576px){.products-tab-card .ant-tabs-tab{width:auto}}.products-tab-card .ant-tabs-tab span{color:#373f4a;vertical-align:middle}.products-tab-card .ant-tabs-tab .ant-tag{background-color:#fff;margin:0;color:#373f4a}.products-tab-card .ant-tag{font-family:'Poppins-Medium', sans-serif}.selcom-redirect__card{display:flex;justify-content:center;align-items:center;font-family:'Poppins-Bold', sans-serif;font-size:24px;line-height:1;color:#373f4a}.successfully-payment{background-image:url("/static/img/successfully-page.png");background-size:contain;display:block;height:500px}.manage-store-card .quick-replies{cursor:pointer;line-height:1;display:flex;align-items:center}.manage-store-card .quick-replies svg{font-size:20px;margin-right:6px;color:#ccc}.manage-store-card .ant-card-head .ant-card-head-wrapper{flex-direction:column;margin:0;margin-bottom:24px}@media only screen and (min-width: 768px){.manage-store-card .ant-card-head .ant-card-head-wrapper{flex-direction:row;margin-bottom:10px}}.manage-store-card .ant-card-head-title{font-size:24px}.manage-store-card .ant-card-extra .manage-button{font-family:'Poppins-Bold', sans-serif;font-size:14px;color:#18b8ef;border:1px solid #18b8ef;background-color:rgba(24,184,239,0.1);transition:all 0.2s ease-in-out}.manage-store-card .ant-card-extra .manage-button:hover{background-color:#18b8ef;color:#fff}.manage-store-card .ant-card-extra .manage-button svg{display:none}@media only screen and (min-width: 576px){.manage-store-card .ant-card-extra .manage-button svg{display:block;margin-right:5px}}.manage-store-card .ant-upload-list{display:none}.manage-store-card .manage-store-header{max-height:410px}.manage-store-card .manage-store-header .manage-store-header_background,.manage-store-card .manage-store-header .manage-store-header_avatar{display:flex;align-items:flex-end;border-radius:8px}.manage-store-card .manage-store-header .edit-image{position:absolute;width:24px;height:24px;right:8px;bottom:8px;background:#ffffff;border-radius:8px;font-size:16px;display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;transition:all 0.2s ease-in-out}.manage-store-card .manage-store-header .edit-image:hover{background-color:#18b8ef;color:#fff}.manage-store-card .manage-store-header .edit-image img{height:20px !important;padding-right:4px}.manage-store-card .manage-store-header .manage-store-header_background{display:flex;align-items:flex-end;position:relative;max-height:330px;height:335px;background-repeat:no-repeat;background-size:cover;background-position:50%;border-bottom:1px solid #e7e7e7}.manage-store-card .manage-store-header .manage-store-header_background img{max-width:100%;max-height:100%;width:100%;height:100%}.manage-store-card .manage-store-header .manage-store-header_avatar{position:relative;max-height:120px;height:120px;max-width:120px;width:120px;margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:cover;background-position:center;top:-60px;border:2px solid #fff;background-color:#ffffff;border-radius:8px}.manage-store-card .manage-store-header .manage-store-header_avatar img{border-radius:8px;display:block;max-width:100%;max-height:100%;width:100%;height:100%}.manage-store-card .manage-store-header .manage-store-header_avatar .edit-image{border-bottom-right-radius:6px}.manage-store-card .modifier-qr{font-family:'Poppins-Bold', sans-serif;font-size:14px}.manage-store-card .ant-card-body{padding:0 0 16px 0}.manage-store-card .ant-card-body .manage-store-body .editable-input{margin-bottom:0}.manage-store-card .ant-card-body .manage-store-body .location-select.manage-store-body__select .ant-select-selection--single{border-radius:8px}.manage-store-card .ant-card-body .manage-store-body .location-select.manage-store-body__select .ant-select-selection--single .ant-select-selection-selected-value{color:#373f4a}.avatar-box{display:flex;justify-content:center;align-items:center;width:40px;height:40px;color:#ccc;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important;background-color:#f2f2f2;border-radius:8px}.avatar-box svg{width:20px;height:20px}.avatar-box.is-round{border-radius:100%}.avatar-box.avatar-box__extra-small{width:16px;height:16px}.avatar-box.avatar-box__extra-small svg{width:12px;height:12px}.avatar-box.avatar-box__small{width:34px;height:34px}.avatar-box.avatar-box__small svg{width:30px;height:30px}.avatar-box.avatar-box__medium{width:48px;height:48px}.avatar-box.avatar-box__medium svg{width:44px;height:44px}.avatar-box.avatar-box__large{width:96px;height:96px}.avatar-box.avatar-box__large svg{width:60px;height:60px}.avatar-box.avatar-box__extra-large{width:144px;height:144px}.avatar-box.avatar-box__extra-large svg{width:80px;height:80px}.form-block{max-width:420px;margin:0 auto;background-color:#fff;box-shadow:0 0 30px 4px rgba(0,0,0,0.14);-moz-box-shadow:0 0 4px rgba(0,0,0,0.14);-webkit-box-shadow:0 0 30px 4px rgba(0,0,0,0.14);-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;border-radius:8px;overflow:hidden}.form-block.form-block-reset{padding:20px 30px 30px}.form-block.form-block-reset h2{text-align:center;position:relative;font:20px 'Poppins-Regular';margin:0 0 25px}.form-block.form-block-reset h2 i{position:absolute;left:0;top:50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:20px;color:#000}@media (max-width: 1280px){.form-block.form-block-reset h2{font-size:22px}}@media (max-width: 1023px){.form-block.form-block-reset h2{font-size:20px}}@media (max-width: 767px){.form-block.form-block-reset h2{font-size:18px;margin-bottom:15px}}@media (max-width: 479px){.form-block.form-block-reset h2{font-size:16px}}.form-block.form-block-reset .ant-alert{margin-bottom:16px}.form-block.form-block-reset .reset-form__tabs .ant-tabs-nav{width:100%}.form-block.form-block-reset .reset-form__tabs .ant-tabs-nav .ant-tabs-tab{width:50%;margin:0;padding:5px;font-family:'Poppins-SemiBold', sans-serif;font-size:16px;text-align:center;color:#4a4a4a;background-color:#f8f8f8}.form-block.form-block-reset .reset-form__tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{color:#3edb79;background-color:#fff}.form-block.form-block-reset .reset-form__tabs .ant-tabs-nav .ant-tabs-bar{margin-bottom:16px}.form-block.form-block-reset .reset-form__tabs .ant-tabs-nav .ant-tabs-bar .ant-tabs-tab-active{background-color:#fff}.form-block.form-block-reset .reset-form__tabs .ant-tabs-nav .ant-tabs-ink-bar{top:0;height:3px;background-color:#3edb79}@media (max-width: 479px){.form-block.form-block-reset{padding:20px 15px 30px}}.form-block.form-block-reset .reset-form__input{width:100%;height:50px;padding:0 16px;font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:16px;text-align:center;border-radius:8px;border:1px solid #e7e7e7}.form-block.form-block-reset .has-error .confirmation-form__input{border-color:red}.form-block.form-block-reset .reset-form__button.ant-btn:hover{background-color:#f8f8f8}@media (max-width: 1023px){.form-block{max-width:350px}}@media (max-width: 479px){.form-block{max-width:90%}}.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type='text'],.intl-tel-input input[type='tel']{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .flag-container .arrow{font-size:6px;margin-left:5px}.intl-tel-input .flag-container .arrow.up:after{content:'\25B2'}.intl-tel-input .flag-container .arrow.down:after{content:'\25BC'}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;display:flex;justify-content:center;align-items:center}.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,0.2);background-color:white;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width: 500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,0.05)}.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code{vertical-align:middle}.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type='text'],.intl-tel-input.allow-dropdown input[type='tel']{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container{right:auto;left:0;width:100%}.intl-tel-input.allow-dropdown .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,0.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag{background-color:rgba(0,0,0,0.05);display:table}.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type='text'],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type='tel']{padding-left:76px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type='text'],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type='tel']{padding-left:84px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type='text'],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type='tel']{padding-left:92px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type='text'],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type='tel']{padding-left:100px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%;-webkit-overflow-scrolling:touch}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0px 0px}.iti-flag.ad{height:14px;background-position:-22px 0px}.iti-flag.ae{height:10px;background-position:-44px 0px}.iti-flag.af{height:14px;background-position:-66px 0px}.iti-flag.ag{height:14px;background-position:-88px 0px}.iti-flag.ai{height:10px;background-position:-110px 0px}.iti-flag.al{height:15px;background-position:-132px 0px}.iti-flag.am{height:10px;background-position:-154px 0px}.iti-flag.ao{height:14px;background-position:-176px 0px}.iti-flag.aq{height:14px;background-position:-198px 0px}.iti-flag.ar{height:13px;background-position:-220px 0px}.iti-flag.as{height:10px;background-position:-242px 0px}.iti-flag.at{height:14px;background-position:-264px 0px}.iti-flag.au{height:10px;background-position:-286px 0px}.iti-flag.aw{height:14px;background-position:-308px 0px}.iti-flag.ax{height:13px;background-position:-330px 0px}.iti-flag.az{height:10px;background-position:-352px 0px}.iti-flag.ba{height:10px;background-position:-374px 0px}.iti-flag.bb{height:14px;background-position:-396px 0px}.iti-flag.bd{height:12px;background-position:-418px 0px}.iti-flag.be{height:15px;background-position:-440px 0px}.iti-flag.bf{height:14px;background-position:-460px 0px}.iti-flag.bg{height:12px;background-position:-482px 0px}.iti-flag.bh{height:12px;background-position:-504px 0px}.iti-flag.bi{height:12px;background-position:-526px 0px}.iti-flag.bj{height:14px;background-position:-548px 0px}.iti-flag.bl{height:14px;background-position:-570px 0px}.iti-flag.bm{height:10px;background-position:-592px 0px}.iti-flag.bn{height:10px;background-position:-614px 0px}.iti-flag.bo{height:14px;background-position:-636px 0px}.iti-flag.bq{height:14px;background-position:-658px 0px}.iti-flag.br{height:14px;background-position:-680px 0px}.iti-flag.bs{height:10px;background-position:-702px 0px}.iti-flag.bt{height:14px;background-position:-724px 0px}.iti-flag.bv{height:15px;background-position:-746px 0px}.iti-flag.bw{height:14px;background-position:-768px 0px}.iti-flag.by{height:10px;background-position:-790px 0px}.iti-flag.bz{height:14px;background-position:-812px 0px}.iti-flag.ca{height:10px;background-position:-834px 0px}.iti-flag.cc{height:10px;background-position:-856px 0px}.iti-flag.cd{height:15px;background-position:-878px 0px}.iti-flag.cf{height:14px;background-position:-900px 0px}.iti-flag.cg{height:14px;background-position:-922px 0px}.iti-flag.ch{height:15px;background-position:-944px 0px}.iti-flag.ci{height:14px;background-position:-961px 0px}.iti-flag.ck{height:10px;background-position:-983px 0px}.iti-flag.cl{height:14px;background-position:-1005px 0px}.iti-flag.cm{height:14px;background-position:-1027px 0px}.iti-flag.cn{height:14px;background-position:-1049px 0px}.iti-flag.co{height:14px;background-position:-1071px 0px}.iti-flag.cp{height:14px;background-position:-1093px 0px}.iti-flag.cr{height:12px;background-position:-1115px 0px}.iti-flag.cu{height:10px;background-position:-1137px 0px}.iti-flag.cv{height:12px;background-position:-1159px 0px}.iti-flag.cw{height:14px;background-position:-1181px 0px}.iti-flag.cx{height:10px;background-position:-1203px 0px}.iti-flag.cy{height:14px;background-position:-1225px 0px}.iti-flag.cz{height:14px;background-position:-1247px 0px}.iti-flag.de{height:12px;background-position:-1269px 0px}.iti-flag.dg{height:10px;background-position:-1291px 0px}.iti-flag.dj{height:14px;background-position:-1313px 0px}.iti-flag.dk{height:15px;background-position:-1335px 0px}.iti-flag.dm{height:10px;background-position:-1357px 0px}.iti-flag.do{height:13px;background-position:-1379px 0px}.iti-flag.dz{height:14px;background-position:-1401px 0px}.iti-flag.ea{height:14px;background-position:-1423px 0px}.iti-flag.ec{height:14px;background-position:-1445px 0px}.iti-flag.ee{height:13px;background-position:-1467px 0px}.iti-flag.eg{height:14px;background-position:-1489px 0px}.iti-flag.eh{height:10px;background-position:-1511px 0px}.iti-flag.er{height:10px;background-position:-1533px 0px}.iti-flag.es{height:14px;background-position:-1555px 0px}.iti-flag.et{height:10px;background-position:-1577px 0px}.iti-flag.eu{height:14px;background-position:-1599px 0px}.iti-flag.fi{height:12px;background-position:-1621px 0px}.iti-flag.fj{height:10px;background-position:-1643px 0px}.iti-flag.fk{height:10px;background-position:-1665px 0px}.iti-flag.fm{height:11px;background-position:-1687px 0px}.iti-flag.fo{height:15px;background-position:-1709px 0px}.iti-flag.fr{height:14px;background-position:-1731px 0px}.iti-flag.ga{height:15px;background-position:-1753px 0px}.iti-flag.gb{height:10px;background-position:-1775px 0px}.iti-flag.gd{height:12px;background-position:-1797px 0px}.iti-flag.ge{height:14px;background-position:-1819px 0px}.iti-flag.gf{height:14px;background-position:-1841px 0px}.iti-flag.gg{height:14px;background-position:-1863px 0px}.iti-flag.gh{height:14px;background-position:-1885px 0px}.iti-flag.gi{height:10px;background-position:-1907px 0px}.iti-flag.gl{height:14px;background-position:-1929px 0px}.iti-flag.gm{height:14px;background-position:-1951px 0px}.iti-flag.gn{height:14px;background-position:-1973px 0px}.iti-flag.gp{height:14px;background-position:-1995px 0px}.iti-flag.gq{height:14px;background-position:-2017px 0px}.iti-flag.gr{height:14px;background-position:-2039px 0px}.iti-flag.gs{height:10px;background-position:-2061px 0px}.iti-flag.gt{height:13px;background-position:-2083px 0px}.iti-flag.gu{height:11px;background-position:-2105px 0px}.iti-flag.gw{height:10px;background-position:-2127px 0px}.iti-flag.gy{height:12px;background-position:-2149px 0px}.iti-flag.hk{height:14px;background-position:-2171px 0px}.iti-flag.hm{height:10px;background-position:-2193px 0px}.iti-flag.hn{height:10px;background-position:-2215px 0px}.iti-flag.hr{height:10px;background-position:-2237px 0px}.iti-flag.ht{height:12px;background-position:-2259px 0px}.iti-flag.hu{height:10px;background-position:-2281px 0px}.iti-flag.ic{height:14px;background-position:-2303px 0px}.iti-flag.id{height:14px;background-position:-2325px 0px}.iti-flag.ie{height:10px;background-position:-2347px 0px}.iti-flag.il{height:15px;background-position:-2369px 0px}.iti-flag.im{height:10px;background-position:-2391px 0px}.iti-flag.in{height:14px;background-position:-2413px 0px}.iti-flag.io{height:10px;background-position:-2435px 0px}.iti-flag.iq{height:14px;background-position:-2457px 0px}.iti-flag.ir{height:12px;background-position:-2479px 0px}.iti-flag.is{height:15px;background-position:-2501px 0px}.iti-flag.it{height:14px;background-position:-2523px 0px}.iti-flag.je{height:12px;background-position:-2545px 0px}.iti-flag.jm{height:10px;background-position:-2567px 0px}.iti-flag.jo{height:10px;background-position:-2589px 0px}.iti-flag.jp{height:14px;background-position:-2611px 0px}.iti-flag.ke{height:14px;background-position:-2633px 0px}.iti-flag.kg{height:12px;background-position:-2655px 0px}.iti-flag.kh{height:13px;background-position:-2677px 0px}.iti-flag.ki{height:10px;background-position:-2699px 0px}.iti-flag.km{height:12px;background-position:-2721px 0px}.iti-flag.kn{height:14px;background-position:-2743px 0px}.iti-flag.kp{height:10px;background-position:-2765px 0px}.iti-flag.kr{height:14px;background-position:-2787px 0px}.iti-flag.kw{height:10px;background-position:-2809px 0px}.iti-flag.ky{height:10px;background-position:-2831px 0px}.iti-flag.kz{height:10px;background-position:-2853px 0px}.iti-flag.la{height:14px;background-position:-2875px 0px}.iti-flag.lb{height:14px;background-position:-2897px 0px}.iti-flag.lc{height:10px;background-position:-2919px 0px}.iti-flag.li{height:12px;background-position:-2941px 0px}.iti-flag.lk{height:10px;background-position:-2963px 0px}.iti-flag.lr{height:11px;background-position:-2985px 0px}.iti-flag.ls{height:14px;background-position:-3007px 0px}.iti-flag.lt{height:12px;background-position:-3029px 0px}.iti-flag.lu{height:12px;background-position:-3051px 0px}.iti-flag.lv{height:10px;background-position:-3073px 0px}.iti-flag.ly{height:10px;background-position:-3095px 0px}.iti-flag.ma{height:14px;background-position:-3117px 0px}.iti-flag.mc{height:15px;background-position:-3139px 0px}.iti-flag.md{height:10px;background-position:-3160px 0px}.iti-flag.me{height:10px;background-position:-3182px 0px}.iti-flag.mf{height:14px;background-position:-3204px 0px}.iti-flag.mg{height:14px;background-position:-3226px 0px}.iti-flag.mh{height:11px;background-position:-3248px 0px}.iti-flag.mk{height:10px;background-position:-3270px 0px}.iti-flag.ml{height:14px;background-position:-3292px 0px}.iti-flag.mm{height:14px;background-position:-3314px 0px}.iti-flag.mn{height:10px;background-position:-3336px 0px}.iti-flag.mo{height:14px;background-position:-3358px 0px}.iti-flag.mp{height:10px;background-position:-3380px 0px}.iti-flag.mq{height:14px;background-position:-3402px 0px}.iti-flag.mr{height:14px;background-position:-3424px 0px}.iti-flag.ms{height:10px;background-position:-3446px 0px}.iti-flag.mt{height:14px;background-position:-3468px 0px}.iti-flag.mu{height:14px;background-position:-3490px 0px}.iti-flag.mv{height:14px;background-position:-3512px 0px}.iti-flag.mw{height:14px;background-position:-3534px 0px}.iti-flag.mx{height:12px;background-position:-3556px 0px}.iti-flag.my{height:10px;background-position:-3578px 0px}.iti-flag.mz{height:14px;background-position:-3600px 0px}.iti-flag.na{height:14px;background-position:-3622px 0px}.iti-flag.nc{height:10px;background-position:-3644px 0px}.iti-flag.ne{height:15px;background-position:-3666px 0px}.iti-flag.nf{height:10px;background-position:-3686px 0px}.iti-flag.ng{height:10px;background-position:-3708px 0px}.iti-flag.ni{height:12px;background-position:-3730px 0px}.iti-flag.nl{height:14px;background-position:-3752px 0px}.iti-flag.no{height:15px;background-position:-3774px 0px}.iti-flag.np{height:15px;background-position:-3796px 0px}.iti-flag.nr{height:10px;background-position:-3811px 0px}.iti-flag.nu{height:10px;background-position:-3833px 0px}.iti-flag.nz{height:10px;background-position:-3855px 0px}.iti-flag.om{height:10px;background-position:-3877px 0px}.iti-flag.pa{height:14px;background-position:-3899px 0px}.iti-flag.pe{height:14px;background-position:-3921px 0px}.iti-flag.pf{height:14px;background-position:-3943px 0px}.iti-flag.pg{height:15px;background-position:-3965px 0px}.iti-flag.ph{height:10px;background-position:-3987px 0px}.iti-flag.pk{height:14px;background-position:-4009px 0px}.iti-flag.pl{height:13px;background-position:-4031px 0px}.iti-flag.pm{height:14px;background-position:-4053px 0px}.iti-flag.pn{height:10px;background-position:-4075px 0px}.iti-flag.pr{height:14px;background-position:-4097px 0px}.iti-flag.ps{height:10px;background-position:-4119px 0px}.iti-flag.pt{height:14px;background-position:-4141px 0px}.iti-flag.pw{height:13px;background-position:-4163px 0px}.iti-flag.py{height:11px;background-position:-4185px 0px}.iti-flag.qa{height:8px;background-position:-4207px 0px}.iti-flag.re{height:14px;background-position:-4229px 0px}.iti-flag.ro{height:14px;background-position:-4251px 0px}.iti-flag.rs{height:14px;background-position:-4273px 0px}.iti-flag.ru{height:14px;background-position:-4295px 0px}.iti-flag.rw{height:14px;background-position:-4317px 0px}.iti-flag.sa{height:14px;background-position:-4339px 0px}.iti-flag.sb{height:10px;background-position:-4361px 0px}.iti-flag.sc{height:10px;background-position:-4383px 0px}.iti-flag.sd{height:10px;background-position:-4405px 0px}.iti-flag.se{height:13px;background-position:-4427px 0px}.iti-flag.sg{height:14px;background-position:-4449px 0px}.iti-flag.sh{height:10px;background-position:-4471px 0px}.iti-flag.si{height:10px;background-position:-4493px 0px}.iti-flag.sj{height:15px;background-position:-4515px 0px}.iti-flag.sk{height:14px;background-position:-4537px 0px}.iti-flag.sl{height:14px;background-position:-4559px 0px}.iti-flag.sm{height:15px;background-position:-4581px 0px}.iti-flag.sn{height:14px;background-position:-4603px 0px}.iti-flag.so{height:14px;background-position:-4625px 0px}.iti-flag.sr{height:14px;background-position:-4647px 0px}.iti-flag.ss{height:10px;background-position:-4669px 0px}.iti-flag.st{height:10px;background-position:-4691px 0px}.iti-flag.sv{height:12px;background-position:-4713px 0px}.iti-flag.sx{height:14px;background-position:-4735px 0px}.iti-flag.sy{height:14px;background-position:-4757px 0px}.iti-flag.sz{height:14px;background-position:-4779px 0px}.iti-flag.ta{height:10px;background-position:-4801px 0px}.iti-flag.tc{height:10px;background-position:-4823px 0px}.iti-flag.td{height:14px;background-position:-4845px 0px}.iti-flag.tf{height:14px;background-position:-4867px 0px}.iti-flag.tg{height:13px;background-position:-4889px 0px}.iti-flag.th{height:14px;background-position:-4911px 0px}.iti-flag.tj{height:10px;background-position:-4933px 0px}.iti-flag.tk{height:10px;background-position:-4955px 0px}.iti-flag.tl{height:10px;background-position:-4977px 0px}.iti-flag.tm{height:14px;background-position:-4999px 0px}.iti-flag.tn{height:14px;background-position:-5021px 0px}.iti-flag.to{height:10px;background-position:-5043px 0px}.iti-flag.tr{height:14px;background-position:-5065px 0px}.iti-flag.tt{height:12px;background-position:-5087px 0px}.iti-flag.tv{height:10px;background-position:-5109px 0px}.iti-flag.tw{height:14px;background-position:-5131px 0px}.iti-flag.tz{height:14px;background-position:-5153px 0px}.iti-flag.ua{height:14px;background-position:-5175px 0px}.iti-flag.ug{height:14px;background-position:-5197px 0px}.iti-flag.um{height:11px;background-position:-5219px 0px}.iti-flag.us{height:11px;background-position:-5241px 0px}.iti-flag.uy{height:14px;background-position:-5263px 0px}.iti-flag.uz{height:10px;background-position:-5285px 0px}.iti-flag.va{height:15px;background-position:-5307px 0px}.iti-flag.vc{height:14px;background-position:-5324px 0px}.iti-flag.ve{height:14px;background-position:-5346px 0px}.iti-flag.vg{height:10px;background-position:-5368px 0px}.iti-flag.vi{height:14px;background-position:-5390px 0px}.iti-flag.vn{height:14px;background-position:-5412px 0px}.iti-flag.vu{height:12px;background-position:-5434px 0px}.iti-flag.wf{height:14px;background-position:-5456px 0px}.iti-flag.ws{height:10px;background-position:-5478px 0px}.iti-flag.xk{height:15px;background-position:-5500px 0px}.iti-flag.ye{height:14px;background-position:-5522px 0px}.iti-flag.yt{height:14px;background-position:-5544px 0px}.iti-flag.za{height:14px;background-position:-5566px 0px}.iti-flag.zm{height:14px;background-position:-5588px 0px}.iti-flag.zw{height:10px;background-position:-5610px 0px}.iti-flag{width:20px;height:15px;box-shadow:0px 0px 1px 0px #888;background-image:url("/static/img/flags.png");background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-image:url("/static/img/flags@2x.png")}}.iti-flag.np{background-color:transparent}.phone-input-wrapper{display:block;width:100%}.phone-input-wrapper .intl-tel-input{width:100%}.phone-input-wrapper input{width:100%;height:50px;border:1px solid #e7e7e7;border-radius:8px;padding:0 16px;font-size:14px;line-height:16px;font-family:'Poppins-Regular', sans-serif}@media (max-width: 1280px){.phone-input-wrapper input{height:45px}}@media (max-width: 767px){.phone-input-wrapper input{height:40px}}.phone-input-wrapper.error input{border-color:#ffa39e}.phone-input-wrapper .phone-input-error-wrapper{position:relative}.phone-input-wrapper .phone-input-error{font-size:13px;width:100%;color:red;position:absolute;top:-11px;left:0}.phone-input-setting .phone-input-error{top:4px;line-height:10px}.phone-input-setting input{height:40px}.radio-wrapper{padding:0 16px;border:1px solid #e7e7e7;border-radius:8px}.radio-wrapper .ant-radio input[type='radio']{width:20px;height:20px}.radio-wrapper .ant-radio .ant-radio-inner{width:20px;height:20px}.radio-wrapper .ant-radio .ant-radio-inner:after{width:16px;height:16px;left:1px;top:1px;background-color:#18b8ef}.radio-wrapper .ant-radio:hover .ant-radio-inner,.radio-wrapper .ant-radio:focus .ant-radio-inner{border-color:#18b8ef}.radio-wrapper .ant-radio-checked .ant-radio-inner{border-color:#18b8ef}.radio-wrapper .title{font-family:'Poppins-Regular', sans-serif;font-size:16px;line-height:24px;color:#ccc}.radio-wrapper .meta{font-size:9px;line-height:10px;color:#ccc}@media only screen and (max-width: 576px){.radio-wrapper:not(:last-child){margin-bottom:16px}}@media only screen and (min-width: 576px){.radio-wrapper{flex:50%;max-width:230px}.radio-wrapper:nth-child(2n+1){margin-right:16px}.radio-wrapper:not(:nth-child(-n+2)){margin-top:16px}}.pictures-wall{margin-bottom:32px}@media only screen and (max-width: 576px){.pictures-wall{margin-bottom:15px}}.pictures-wall .upload-block{display:inline-block;height:192px;width:100%}.pictures-wall .upload-block .ant-upload.ant-upload-drag{padding:0;border-width:2px}.pictures-wall .upload-block .ant-upload.ant-upload-drag:hover,.pictures-wall .upload-block .ant-upload.ant-upload-drag:focus{border-color:#18b8ef}.pictures-wall .upload-block__text{margin-bottom:8px;font-family:'Poppins-Regular', sans-serif;font-size:16px;line-height:24px;color:#373f4a}.pictures-wall .upload-block__button.ant-btn{font-family:'Poppins-SemiBold', sans-serif;font-size:16px;line-height:24px;color:#18b8ef;background:rgba(24,184,239,0.1);border:1px solid #18b8ef;transition:all 0.3 ease-in-out}.pictures-wall .upload-block__button.ant-btn:hover{background-color:#18b8ef;color:#fff}.pictures-wall .ant-upload-list{display:flex}.pictures-wall .ant-upload-list .ant-upload-list-item{margin-top:8px;padding:0;border:initial;display:flex;flex-direction:column;align-items:center}.pictures-wall .ant-upload-list-item-info{height:100%;border-radius:8px}.pictures-wall .ant-upload-list-item-info span{height:100%}.pictures-wall img{border-radius:8px}.pictures-wall .ant-upload-list-item-actions{color:white}.pictures-wall .ant-upload-list-item-actions i.anticon-delete:before{content:url(/static/svg/close.svg)}.pictures-wall .ant-upload-list-item-actions i.anticon-eye-o{display:none}.pictures-wall .ant-upload-list-item-actions i.anticon-eye-o:before{content:url(/static/svg/rotate.svg)}.billing-address{max-width:580px;margin:0 auto;padding:24px 20px}.billing-address .ant-card-head{min-height:32px;margin:0}.billing-address .ant-card-head-wrapper{margin:0}.billing-address .ant-card-head-wrapper .ant-card-head-title{padding:0;font-size:24px;line-height:32px}.billing-address .ant-card-body{padding:0;padding-top:24px}@media only screen and (min-width: 576px){.billing-address .ant-card-body{padding:32px;padding-bottom:0}}.billing-address__back{display:flex;align-items:center}.billing-address__back span{margin-left:13px;color:#373f4a}.billing-address__back svg{font-size:18px;color:#ccc;cursor:pointer}.billing-address__back svg:hover,.billing-address__back svg:focus{color:#18b8ef}.billing-address__field{margin-bottom:25px}.billing-address__field .ant-form-item-label{margin-bottom:4px;padding:0;line-height:0}.billing-address__field .ant-form-item-label label{font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:18px;color:#373f4a}.billing-address__field .ant-form-item-label label::after,.billing-address__field .ant-form-item-label label::before{content:'';margin:0}.billing-address__field .ant-form-item-label label span{margin-left:5px;color:#f63a60}.billing-address__field .ant-select-selection.ant-select-selection--single{height:40px}.billing-address__field .ant-select-selection.ant-select-selection--single .ant-select-selection__rendered{line-height:38px}.billing-address__field .ant-input:hover,.billing-address__field .ant-select-selection:hover{border-color:#e7e7e7}.billing-address__field .ant-form-item-control{position:relative}.billing-address__field .ant-form-item-control.has-error .billing-address__field-code{border-color:#f5222d}.billing-address__field .ant-form-item-control.has-error .ant-form-explain{font-size:13px;line-height:15px;position:absolute;top:45px}.billing-address__field-code{width:100%;height:40px;padding:0 16px;font-family:'Poppins-Regular', sans-serif;font-size:14px;line-height:16px;border-radius:8px;border:1px solid #e7e7e7}.billing-address__button{width:100%;height:100%;padding:8px;font-family:'Poppins-SemiBold', sans-serif;font-size:16px;line-height:24px}.billing-address__button:hover{background-color:rgba(24,184,239,0.1);border-color:#18b8ef;color:#18b8ef}.billing-address__divider{margin-top:8px;margin-bottom:32px}
