.message-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 13px;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
.message-container > div {
  margin-top: 10px;
}

.lon-sub-nav {
  position: absolute;
  width: 100vw;
  top: 84px;
  z-index: 1;
  background-color: #fff;
}
.lon-sub-nav .lon-subNav-container {
  padding-left: 142px !important;
}
.lon-sub-nav .sub-nav-wrapper {
  width: 1200px;
  padding-left: 0;
  margin: 0 auto;
  margin-left: 590px;
}

.page-instant .lon-sub-nav .lon-subNav-container,
.home-container .lon-sub-nav .lon-subNav-container {
  padding-left: 0 !important;
  margin-bottom: 0;
  border-bottom: none;
}

.page-instant .lon-sub-nav .sub-nav-wrapper,
.home-container .lon-sub-nav .sub-nav-wrapper {
  margin-left: auto;
}

.tokenlon-header {
  background: #ffffff;
  box-shadow: inset 0px 1px 1px #e1e6ea, inset 0px -1px 1px #e1e6ea;
}

.exchange-header {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: -1px;
  height: 84px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 90;
}
.exchange-header .footer-cate-icon {
  display: none;
}
.exchange-header .tabs-container {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 85px;
  margin-left: -24px;
}
.exchange-header .tabs-container li {
  margin-right: 27px;
}
.exchange-header .tabs-container li > a {
  color: #9598ab;
  font-size: 15px;
  padding: 8px 24px;
}
.exchange-header .tabs-container li > a.active {
  color: #191c1e;
  font-weight: bold;
}
.exchange-header .tabs-container li > a:hover {
  background: #eaecf6;
  border-radius: 40px;
  color: #191c1e;
}
.exchange-header .header-right {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.exchange-header .header-right .go-farm {
  margin-right: 10px;
  cursor: pointer;
}
.exchange-header .header-right .go-farm-avatar {
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: 100000;
}
.exchange-header .header-right .lon-tooltip {
  background: #faf4ff;
  border-radius: 4px;
  position: absolute;
  right: -65px;
  top: 50px;
  padding: 12px 15px;
  filter: drop-shadow(0px 1px 16px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.exchange-header .header-right .lon-tooltip:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #faf4ff;
  position: absolute;
  top: -10px;
  left: 70px;
}
.exchange-header .header-right .lon-tooltip.en:before {
  left: 120px;
}
.exchange-header .header-right .lon-tooltip p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #262c4b;
  white-space: nowrap;
}
.exchange-header .tokenlon-header-logo {
  width: 145px;
  height: 32px;
  display: block;
  position: relative;
  top: -2px;
}
.exchange-header .tokenlon-header-profile {
  cursor: pointer;
}
.exchange-header .tokenlon-header-profile .connect-wallet-btn {
  color: #5f4dbc;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #5f4dbc;
  padding: 6px 14px;
  border-radius: 10px;
  outline: none;
  width: 80px;
  cursor: pointer;
}
.exchange-header .tokenlon-header-profile .wallet-address-btn {
  font-weight: 500;
  text-align: center;
  font-size: 11px;
  color: #5f4dbc;
  border: 1px solid #e2e5f1;
  padding: 6px 14px;
  border-radius: 10px;
  outline: none;
  background-color: #f5f7fb;
  cursor: pointer;
}
.exchange-header .wallet-profile-logo {
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 3px;
}
.exchange-header .wallet-profile-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cdd1e6;
  opacity: 0.9;
}
.exchange-header .wallet-profile-dot.dot-connected {
  background: #5f4dbc;
}
.exchange-header .tokenlon-header-profile:hover .header-unconnect-tooltip-wrap {
  transform: translateX(-50%);
  opacity: 1;
}
.exchange-header .header-unconnect-tooltip-wrap {
  position: absolute;
  left: 50%;
  bottom: -36px;
  width: 350px;
  color: #f5f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(1000px);
  transition: opacity 0.3s;
  opacity: 0;
}
.exchange-header .header-unconnect-tooltip {
  position: relative;
  padding: 5px 11px;
  background: #0c0033;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
}
.exchange-header .triangle {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid;
  border-color: transparent transparent #0c0033 transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 660px) {
  .exchange-header {
    padding: 26px 0;
    height: 80px;
  }
  .exchange-header .header-unconnect-tooltip-wrap {
    left: auto;
    right: 0;
    display: flex;
    justify-content: flex-end;
    transform: translateX(0);
  }
  .exchange-header .triangle {
    left: auto;
    transform: translateX(0);
    right: 15px;
  }
  .exchange-header
    .tokenlon-header-profile:hover
    .header-unconnect-tooltip-wrap {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .logo-link {
    display: none;
  }
  .exchange-header {
    padding: 12px 20px 7px;
    height: 80px;
    width: auto;
    align-items: center;
    box-shadow: none;
  }
  .exchange-header .tabs-container {
    display: none;
  }
  .header-right {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .tokenlon-header-mobile-area {
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #5f4dbc;
    color: #5f4dbc;
    font-size: 12px;
    line-height: 28px;
    padding: 0 10px;
  }
  .tokenlon-header-mobile-area.connected {
    background: #eff0fa;
    height: 34px;
    line-height: 34px;
    border: 0;
    color: #aaa3cc;
    font-size: 12px;
    font-weight: 500;
  }
  .footer-cate-icon {
    display: inline-block !important;
    width: 24px;
    height: 24px;
  }
}

.main-area-container .common-modal-container {
  position: relative;
  left: 80px;
  top: 250px;
}
.main-area-container .common-modal-container .common-state-modal {
  position: absolute;
}

.exchange-header-wrap .common-modal-container {
  position: absolute;
  right: 20px;
  top: 250px;
  z-index: 99;
}

.common-modal-container {
  z-index: 101;
}
.common-modal-container .common-state-modal {
  width: 360px;
  background: #262c4b;
  border-radius: 16px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.common-modal-container .common-state-modal .modal-close {
  position: absolute;
  top: 19px;
  right: 17px;
  width: 9px;
  height: 9px;
  cursor: pointer;
}

#tokenlon-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-modal-inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .common-inner {
    background: transparent;
  }
  .common-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.6)
    );
  }
  .common-modal-container .common-state-modal {
    position: absolute !important;
    padding-top: 30px;
    width: 100% !important;
    top: auto;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    border-radius: 6px 6px 0 0 !important;
    transform: none;
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
  .common-modal-container .common-state-modal .modal-close {
    top: 20px;
    right: 20px;
    width: 13px;
    height: 13px;
  }
  #tokenlon-modal {
    z-index: 100;
  }
  #tokenlon-modal .modal-close {
    width: 13px;
    height: 13px;
  }
}

.sub-nav-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.sub-nav-wrapper .lon-subNav-container {
  display: flex;
  padding: 30px 0;
  list-style: none;
  margin-top: 0;
  border-bottom: 0.5px solid #eaecf6;
}
.sub-nav-wrapper .lon-subNav-container li a {
  margin-right: 22px;
  margin-left: 22px;
  color: #9598ab;
  font-size: 15px;
}
.sub-nav-wrapper .lon-subNav-container li:first-of-type a.active {
  margin-left: 0;
}
.sub-nav-wrapper .lon-subNav-container li a.active {
  background: rgba(95, 85, 169, 0.2);
  border-radius: 8px;
  color: #5f55a9;
  text-align: center;
  font-weight: bold;
  padding: 7px 15px;
}

@media screen and (max-width: 640px) {
  .sub-nav-wrapper {
    width: 100%;
    overflow-x: scroll;
    transition: all 0.2s;
  }
  .sub-nav-wrapper .lon-subNav-container {
    margin-left: 0;
    max-width: 960px;
    padding: 0;
    margin: 16px 0;
  }
  .sub-nav-wrapper .lon-subNav-container li {
    flex-shrink: 0;
  }
}

.fullpage-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: radial-gradient(
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.6)
  );
  overflow: scroll;
}
.fullpage-modal-container .fullpage-content-container {
  max-width: 575px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 42px;
}
.fullpage-modal-container .fullpage-content-container .modal-close {
  position: absolute;
  top: 19px;
  right: 17px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .fullpage-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: radial-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.6)
    );
  }
  .fullpage-modal-container .fullpage-content-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    top: auto;
    right: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
  .fullpage-modal-container .fullpage-content-container .modal-close {
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    padding: 5px;
    z-index: 1000;
  }
}

.metamask-box-main {
  display: flex;
  justify-content: space-between;
  background: #262c4b;
  border-radius: 16px;
  box-sizing: border-box;
}
.metamask-box-main .metamask-box-left {
  padding: 24px 20px 24px 25px;
}
.metamask-box-main .metamask-box-btn-confirm {
  color: #fff;
  background: #5f4dbc;
  border-color: #5f4dbc;
  margin-right: 13px;
}
.metamask-box-main .metamask-box-btn {
  width: 96px;
  height: 30px;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  border-radius: 19px;
  background: #262c4b;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 300;
  font-family: PingFang SC;
  outline: none;
  cursor: pointer;
}
.metamask-box-main .metamask-box-btns {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.metamask-box-main .metamask-box-title {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin-bottom: 17px;
  width: 240px;
}
.metamask-box-main .metamask-box-step {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 18px;
}
.metamask-box-main .metamask-box-step li {
  position: relative;
  cursor: pointer;
  width: 310px;
  height: 36px;
  background-color: #3e4e6b;
  border-radius: 5px;
  color: #f5f7fb;
  font-weight: 500;
  font-size: 12px;
  font-family: SF UI Text;
  line-height: 36px;
}
.metamask-box-main .metamask-box-step li img {
  width: 20px;
  height: 18px;
  margin-left: 11px;
  margin-right: 10px;
}
.metamask-box-main .metamask-box-step li .arrow {
  position: absolute;
  top: 10px;
  right: 10px;
}
.metamask-box-main .metamask-box-step .wallet-item {
  margin-bottom: 8px;
}
.metamask-box-main .welcome {
  position: absolute;
  top: -24px;
  right: 10px;
  width: 78px;
  height: 76px;
  border: 6px solid #262c4b;
  border-radius: 50%;
}
.metamask-box-main .welcome .welcome-image {
  width: 70px;
  height: 66px;
}

.wallet-connect-container {
  padding: 0px 20px 24px 25px;
}

.fullpage-connect-container {
  width: 360px;
  background: #262c4b;
  border-radius: 16px;
  padding-top: 30px;
}

@media screen and (max-width: 1420px) {
  .main-area-container .common-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: radial-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.6)
    );
  }
  .main-area-container .common-state-modal {
    top: 50%;
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

.fullpage-modal-container .wallet-connect-fullpage {
  padding: 0 !important;
  background: #262c4b;
  border-radius: 16px;
}

.exchange-footer-wrapper {
  margin-top: 120px;
  border-top: 1px solid rgba(207, 207, 230, 0.3);
  background-color: #f6f8fb;
}
.exchange-footer-wrapper .exchange-footer {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #f6f8fb;
  padding-top: 40px;
}
.exchange-footer-wrapper .exchange-footer a {
  transition: color 0.3s;
}
.exchange-footer-wrapper .exchange-footer .exchange-footer-apply {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
  color: #8b8699;
  font-size: 12px;
}
.exchange-footer-wrapper .exchange-footer .exchange-footer-apply a {
  color: #5f4dbc;
}
.exchange-footer-wrapper .exchange-footer .exchange-footer-apply a:hover {
  color: #262c4b;
}
.exchange-footer-wrapper .exchange-footer .exchange-footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 20px;
}
.exchange-footer-wrapper .exchange-footer .exchange-footer__section {
  min-width: 240px;
}
.exchange-footer-wrapper
  .exchange-footer
  .exchange-footer__section
  #current-language {
  white-space: nowrap;
}
.exchange-footer-wrapper .exchange-footer .language-area {
  width: 145px;
  position: relative;
  background: #eaecf6;
  border-radius: 30px;
  padding: 6px 16px;
  margin-top: 12px;
}
.exchange-footer-wrapper
  .exchange-footer
  .language-area
  .language-area-selector {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.exchange-footer-wrapper .exchange-footer .language-area .current-language {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #9598ab;
  margin-left: 8px;
  margin-bottom: 0;
  transition: color 0.3s;
}
.exchange-footer-wrapper .exchange-footer .language-area .trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 2px 4.5px;
  border-color: #9598ab transparent transparent transparent;
  transition: border-color 0.3s;
  margin-left: auto;
  margin-top: 2px;
}
.exchange-footer-wrapper .exchange-footer .language-picker {
  position: absolute;
  top: 32px;
  left: -20px;
  z-index: 1000;
  font-size: 15px;
  line-height: 26px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: rotate3d(1, 1, 0, 15deg);
  display: none;
  transform-origin: 0 100%;
  will-change: transform, display;
  transition-property: transform, display, -webkit-transform;
  transition-duration: 0.25s;
}
.exchange-footer-wrapper .exchange-footer .language-picker.visible {
  display: block;
}
.exchange-footer-wrapper .exchange-footer .language-picker:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(-135deg);
  border-radius: 20px 0 3px 0;
  background-color: #fff;
}
.exchange-footer-wrapper .exchange-footer .language-picker .optionList {
  color: #525f7f;
  white-space: nowrap;
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding: 10px 5px;
}
.exchange-footer-wrapper .exchange-footer .language-picker .optionList a {
  cursor: pointer;
  color: #5f4dbc;
  border-radius: 4px;
  display: block;
  line-height: 36px;
  margin: 0;
  padding: 0 30px;
  text-decoration: none;
}
.exchange-footer-wrapper .exchange-footer .language-picker .optionList a:hover {
  background-color: #f6f9fc;
  color: #32325d;
}
.exchange-footer-wrapper .exchange-footer .language-picker.active {
  transform: none;
  opacity: 1;
  pointer-events: auto;
  padding: 10px 5px;
}
.exchange-footer-wrapper .exchange-footer .list-area {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
}
.exchange-footer-wrapper .exchange-footer .list-area .footer-list {
  flex: 1;
}
.exchange-footer-wrapper .exchange-footer .list-area .footer-list:last-child {
  flex: 0;
}
.exchange-footer-wrapper .exchange-footer .list-area h3 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 16px;
  color: #5a5d6d;
}
.exchange-footer-wrapper .exchange-footer .list-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #8b8799;
}
.exchange-footer-wrapper .exchange-footer .list-area li {
  margin-bottom: 14px;
}
.exchange-footer-wrapper .exchange-footer .list-area a {
  color: #8b8799;
  font-size: 14px;
}
.exchange-footer-wrapper .exchange-footer .list-area a:hover {
  color: #5f4dbc;
}

.mb-copyright {
  height: 214px;
  background-color: #f6f8fb;
  padding-left: 8%;
}
.mb-copyright img {
  margin-top: 43px;
}
.mb-copyright p {
  margin-top: 25px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.166667px;
  color: #cfd2db;
}
.mb-copyright p a {
  margin-left: 10px;
  font-size: 13px;
  color: #9598ab;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .exchange-footer {
    display: none;
  }
  .list-divider {
    border-color: #eaecf6;
    border-top: none;
    margin-bottom: 10px;
    margin-top: 45px;
  }
}

.sidebar-wrapper.opened .sidebar-mask {
  display: block;
}

.sidebar-wrapper.opened .sidebar {
  transform: translateX(0);
}

.sidebar-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(29, 36, 71, 0.5);
  display: none;
  z-index: 101;
}

.sidebar {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(221, 221, 221, 0.5);
  position: fixed;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(80vw);
  transition: transform 0.3s;
  z-index: 111;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sidebar .close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 27px;
  left: 10px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .sidebar {
    width: 80%;
  }
  .sidebar .close-icon {
    position: absolute;
    top: 27px;
    right: 10px;
  }
  .opend {
    width: 100%;
  }
}

.sidebar-footer .header-placeholder {
  padding-top: 64px;
}

.sidebar-footer .list-area {
  overflow-y: scroll;
  padding: 0 30px;
}
.sidebar-footer .list-area .nav-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sidebar-footer .list-area .nav-container a {
  border: 1px solid #e0e1f2;
  box-sizing: border-box;
  border-radius: 45px;
  width: 120px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  color: #5a5d6d;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.sidebar-footer .list-area h3 {
  font-weight: 500;
  font-size: 14px;
  color: #5a5d6d;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-footer .list-area .arrow-icon {
  width: 10px;
  height: 5px;
  display: block;
  transition: transform 0.3s;
}
.sidebar-footer .list-area .arrow-icon__rotate {
  transform: rotate(-90deg);
}
.sidebar-footer .list-area ul {
  list-style: none;
  margin: 0;
  padding: 0 0 2px 20px;
  display: none;
}
.sidebar-footer .list-area li {
  margin-bottom: 27px;
}
.sidebar-footer .list-area a {
  font-size: 14px;
  color: #8b8799;
}
.sidebar-footer .list-area .active ul {
  display: block;
}
.sidebar-footer .list-area .active .arrow-icon {
  transform: rotate(180deg);
}

.loading-wrap {
  display: flex;
  min-height: 200px;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #514d8a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #514d8a transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.switch-btn {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-btn,
.switch-btn:hover,
.switch-btn:focus {
  outline: none;
}

.switch-dot {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}

.switch-active {
  background: #5e4dbc;
}
.switch-active .switch-dot,
.switch-active .switch-loading {
  left: 60%;
  margin-left: -1px;
}

.switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.switch-disabled .switch-dot,
.switch-disabled .switch-loading {
  cursor: not-allowed;
}

.switch-loading {
  color: #5e4dbc;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}

.switch-spin {
  display: inline-block;
  -webkit-animation: switchCircle 1s infinite linear;
  animation: switchCircle 1s infinite linear;
}
.switch-spin::before {
  display: inline-block;
  -webkit-animation: switchCircle 1s infinite linear;
  animation: switchCircle 1s infinite linear;
}

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

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

/*# sourceMappingURL=9e04a4eea459c70e98fc9ee1a48b243c08acf45a_CSS.36b8fe7e.chunk.css.map*/
