.confirm-modal .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.confirm-modal .pay-method-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.confirm-modal .loading {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}
.confirm-modal .verify-card-box {
  margin: 20px 0;
}
.confirm-modal .payments-card-style img {
  position: relative;
  top: 2px;
}



.p-divider-style[data-v-2f6ee180]{
	height: 0.1rem;
	display: block;
	background-color: #c4cdd5;
	width: 100%;
}

.p-checkbox-list[data-v-b4593504] {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.subscribe-modal[data-v-571294c7] {
  --font-color: #202223;
}
.subscribe-modal[data-v-571294c7] .Polaris-Modal-Dialog__Modal {
  max-width: 1029px;
}
@media screen and (max-width: 425px) {
.subscribe-modal[data-v-571294c7] .Polaris-Modal-Dialog__Modal {
    max-width: 100%;
    width: auto;
}
}
.subscribe-modal[data-v-571294c7] .Polaris-Modal-Dialog__Modal .Polaris-Modal-CloseButton {
  z-index: 2;
}
.subscribe-modal[data-v-571294c7] .Polaris-Modal-Section {
  padding: 0;
}
.subscribe-modal .subscribe-box[data-v-571294c7] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 534px;
  overflow-y: scroll;
}
@media screen and (max-width: 860px) {
.subscribe-modal .subscribe-box[data-v-571294c7] {
    display: inherit;
    min-height: 800px;
}
}
.subscribe-modal .subscribe-box .plan-table[data-v-571294c7] {
  padding: 30px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-height: 550px;
}
.subscribe-modal .subscribe-box .plan-subscribe[data-v-571294c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  background-color: #fffbf9;
  -webkit-box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.1);
}
.subscribe-modal .subscribe-box .plan-subscribe > div[data-v-571294c7] {
  width: 100%;
}
@media screen and (max-width: 860px) {
.subscribe-modal .subscribe-box .plan-subscribe[data-v-571294c7] {
    -webkit-box-shadow: none;
            box-shadow: none;
}
}
.subscribe-modal .subscribe-box .plan-subscribe .title[data-v-571294c7] {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
.subscribe-modal .subscribe-box .plan-subscribe .settlement[data-v-571294c7] {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.subscribe-modal .subscribe-box .plan-subscribe .coupon-box[data-v-571294c7] {
  margin-bottom: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
}
.subscribe-modal .subscribe-box .plan-subscribe .coupon-box .text[data-v-571294c7] {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2c6ecb;
  cursor: pointer;
}
.subscribe-modal .subscribe-box .plan-subscribe .coupon-box .input-box[data-v-571294c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subscribe-modal .subscribe-box .plan-subscribe .coupon-box .input-box .apply-btn[data-v-571294c7] {
  margin-left: 10px;
  min-width: 7rem;
}
.subscribe-modal .subscribe-box .plan-subscribe .list[data-v-571294c7] {
  margin: 0 0 8px 0;
  padding: 8px 0 10px;
  border-bottom: 1px solid #d9d9d9;
}
.subscribe-modal .subscribe-box .plan-subscribe .list .item[data-v-571294c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}
.subscribe-modal .subscribe-box .plan-subscribe .list .item[data-v-571294c7]:not(:first-child) {
  margin-top: 16px;
}
.subscribe-modal .subscribe-box .plan-subscribe .list .title[data-v-571294c7] {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.subscribe-modal .subscribe-box .plan-subscribe .list .value[data-v-571294c7] {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  color: var(--font-color);
}
.subscribe-modal .subscribe-box .plan-subscribe .list .subtitle[data-v-571294c7] {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8c9196;
}
.subscribe-modal .subscribe-box .plan-subscribe .list .label[data-v-571294c7] {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--font-color);
}
.subscribe-modal .subscribe-box .plan-subscribe .total[data-v-571294c7] {
  padding: 8px 0 20px;
}
.subscribe-modal .subscribe-box .plan-subscribe .total-num[data-v-571294c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe-modal .subscribe-box .plan-subscribe .total-num .label[data-v-571294c7],
.subscribe-modal .subscribe-box .plan-subscribe .total-num .value[data-v-571294c7] {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #202223;
}
.subscribe-modal .subscribe-box .plan-subscribe .banner[data-v-571294c7] {
  margin-bottom: 16px;
}
.subscribe-modal .subscribe-box .subscribe-pay[data-v-571294c7] {
  margin-top: 10px;
}
.subscribe-modal .subscribe-box .plan-type[data-v-571294c7] .Polaris-Button:hover,
.subscribe-modal .subscribe-box .subscribe-pay[data-v-571294c7] .Polaris-Button:hover {
  background: transparent;
  outline: none;
}
.subscribe-modal .subscribe-box .plan-type .text[data-v-571294c7],
.subscribe-modal .subscribe-box .subscribe-pay .text[data-v-571294c7] {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--font-color);
}
.subscribe-modal .subscribe-box .price[data-v-571294c7] {
  margin-top: 34px;
}
.subscribe-modal .subscribe-box .price .unit-price[data-v-571294c7] {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}
.subscribe-modal .subscribe-box .price .unit[data-v-571294c7] {
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}
.subscribe-modal .subscribe-box .summary[data-v-571294c7] {
  margin: 20px 0 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--font-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.subscribe-modal .subscribe-box .summary .bold[data-v-571294c7] {
  font-weight: 700;
}
.subscribe-modal .subscribe-box .proAWBPlanDialogTips > p > span[data-v-571294c7] {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.subscribe-modal .subscribe-box .extra > p[data-v-571294c7] {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6d7175;
}
.subscribe-modal .subscribe-box .feature-list[data-v-571294c7] {
  margin: 24px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e1e3e5;
}
.subscribe-modal .subscribe-box .feature-list .title[data-v-571294c7] {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--font-color);
}
.subscribe-modal .subscribe-box .feature-list .feature-ul[data-v-571294c7] {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 24px 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0 20px;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list {
  z-index: 1064;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list .overlay-submenu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list .Polaris-Card__Section {
  padding: 8px;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list .Polaris-OptionList-Option:hover {
  background-image: none;
  background-color: #f6f6f7;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list button.Polaris-OptionList-Option--focused {
  background-image: none;
  background-color: #fff0e5;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list .Polaris-OptionList-Option > button {
  padding: 1.15rem 1.6rem;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list .Polaris-OptionList-Option--select {
  background-color: #fff0e5;
}
.subscribe-modal .subscribe-box[data-v-571294c7] .p-dropdown-list .Polaris-OptionList-Option--select.Polaris-OptionList-Option--focused {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}
.subscribe-modal .subscribe-box .loading[data-v-571294c7] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1777;
}
.subscribe-modal #num-slider[data-v-571294c7] .ant-slider-rail {
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8c9196), color-stop(50%, #8c9196), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #8c9196 0%, #8c9196 50%, transparent 50%);
  background-color: transparent;
  background-size: 8px 4px;
  background-repeat: repeat-x;
  border-radius: 0;
  z-index: 11;
}
.subscribe-modal #num-slider[data-v-571294c7] .ant-slider-track {
  height: 4px;
  background-color: #2c6ecb;
  z-index: 12;
}
.subscribe-modal #num-slider[data-v-571294c7] .ant-slider-handle {
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #2c6ecb;
  z-index: 13;
  border: none;
}
.subscribe-modal #num-slider[data-v-571294c7] .ant-slider-handle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscribe-modal .num-slider-box[data-v-571294c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px;
  margin-bottom: 30px;
  padding-right: 107px;
}
.subscribe-modal .num-slider-box #num-slider[data-v-571294c7] {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0 12px;
}
.subscribe-modal .num-slider-box[data-v-571294c7] .ant-tooltip-inner {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
}
.subscribe-modal .num-slider-box[data-v-571294c7] .ant-tooltip-arrow {
  display: none;
}
.subscribe-modal .num-slider-box[data-v-571294c7] .Polaris-Modal-Dialog__Container {
  z-index: 1061;
}
.subscribe-modal .num-slider-box .marks[data-v-571294c7] {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.paid-popup[data-v-23beb238] .Polaris-Modal-Dialog__Modal {
  max-width: 500px;
}
.paid-popup-modal[data-v-23beb238] .Polaris-Modal-Dialog__Container {
  z-index: 111111;
}
.paid-popup-modal[data-v-23beb238] .Polaris-Button--disabled {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d2d5d8 !important;
  background: #fafbfb !important;
  color: transparent!important;
}
.paid-popup-box[data-v-23beb238] {
  padding-top: 2rem;
}
.paid-popup-box .centent[data-v-23beb238] {
  text-align: center;
}
.paid-popup-box .title[data-v-23beb238] {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 29px;
}
.paid-popup-box .subtitle[data-v-23beb238] {
  margin: 1rem 0;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.paid-popup-box .features-list[data-v-23beb238] {
  width: 423px;
  height: 164px;
  margin: auto;
  padding: 23px 25px;
  border-radius: 8px;
  background: rgba(240, 240, 240, 0.5);
}
.paid-popup-box .features-list-title[data-v-23beb238] {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.paid-popup-box .features-list ul[data-v-23beb238] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding-left: 17px;
}
.paid-popup-box .features-list .features-list-item[data-v-23beb238] {
  width: 50%;
  height: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  padding-right: 15px;
}
.paid-popup-box .start-btn[data-v-23beb238] {
  padding: 2.2rem 0;
}
.paid-popup-box .modal-footer[data-v-23beb238] {
  max-width: 40rem;
  margin: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000000;
}

.active-bind-card .active-bind-card-body[data-v-17087620] {
  padding: 2rem;
}
.active-bind-card .active-bind-card-footer[data-v-17087620] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active-bind-card .footer-btn[data-v-17087620] {
  margin-left: 0.8rem;
}
.active-bind-card[data-v-17087620] .Polaris-Modal-Dialog__Container {
  z-index: 1111;
}
.active-bind-card[data-v-17087620] .Polaris-Modal-Section {
  padding: 0;
}
.active-bind-card[data-v-17087620] .Polaris-Button--disabled {
  cursor: not-allowed;
  background-color: #9b9b9b !important;
  pointer-events: auto;
}
.special-event[data-v-17087620] .Polaris-Button--disabled {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d2d5d8 !important;
  background: #fafbfb !important;
  color: transparent !important;
}
.active-modal-box[data-v-17087620] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.centent[data-v-17087620] {
  text-align: center;
}
.successful-result[data-v-17087620] .Polaris-Modal-Dialog__Modal {
  max-width: 535px;
}
.successful-result .successful-result-box[data-v-17087620] {
  padding: 2.6rem 2.3rem;
}
.successful-result .successful-result-box-p[data-v-17087620] {
  max-width: 30rem;
  margin: 3rem 0 1.8rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.successful-result .successful-result-box-subp[data-v-17087620] {
  max-width: 35rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.successful-result .successful-result-box .apps-primary[data-v-17087620] {
  margin-top: 3rem;
}
.special-event[data-v-17087620] .Polaris-Modal-Dialog__Container {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}
.special-event[data-v-17087620] .Polaris-Modal-Dialog__Modal {
  max-width: 456px;
}
.special-event[data-v-17087620] .Polaris-Backdrop {
  display: none;
}
.special-event-box[data-v-17087620] {
  padding: 1rem 3rem;
}
.special-event-box-p1[data-v-17087620] {
  margin: 18px 13px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.special-event-box-p2[data-v-17087620] {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.special-event-box-p3[data-v-17087620] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.special-event-box .apps-primary[data-v-17087620] {
  margin: 11px 15px;
}

.recharge-modal[data-v-30da8dca] .Polaris-Modal-Dialog__Container {
  z-index: 111111;
}
.recharge-modal[data-v-30da8dca] .Polaris-Backdrop {
  z-index: 111110;
}

.result-modal[data-v-2eec119d] .Polaris-Modal-CloseButton {
  display: none;
}
.result-modal[data-v-2eec119d] .Polaris-Modal-Section {
  padding: 40px 20px 20px 20px;
}
@media (min-width: 65.25em) {
.result-modal[data-v-2eec119d] .Polaris-Modal-Dialog__Modal.Polaris-Modal-Dialog--sizeLarge {
    max-width: 86rem;
}
}
.result-modal .result-box[data-v-2eec119d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.result-modal .result-box .g2-layout[data-v-2eec119d] {
  width: 100%;
  position: relative;
  height: 80px;
  border-radius: 12px;
  background-color: #ff5924;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.result-modal .result-box .g2-layout .bg-image[data-v-2eec119d] {
  position: absolute;
  top: -40px;
  left: 16px;
}
.result-modal .result-box .g2-layout .g2-content[data-v-2eec119d] {
  width: calc(100% - 200px);
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  /* Body/body-14/regular (400) */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.result-modal .result-box .g2-layout .g2-content .g2-title[data-v-2eec119d] {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
}
.result-modal .result-box .g2-layout .g2-content .g2-button[data-v-2eec119d] {
  background: transparent;
  border: none;
}
.result-modal .result-box .g2-layout .g2-content .g2-button .g2-link[data-v-2eec119d] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 16px;
  height: 32px;
  text-decoration: none;
  color: #ff5924;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  background: #fff;
}
.result-modal .tip[data-v-2eec119d] {
  max-width: 415px;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
.result-modal .text[data-v-2eec119d] {
  max-width: 440px;
  font-weight: 600;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin: 20px 0;
}
.result-modal .text[data-v-2eec119d] a {
  color: #000000;
}
.result-modal .text[data-v-2eec119d] a:hover {
  color: #ff6700;
}
.result-modal .btn[data-v-2eec119d] {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.947px;
  /* 112.169% */
}

.reminder-modal[data-v-0d68c7e5] .Polaris-Modal-Section {
  padding: 20px;
}
@media (min-width: 65.25em) {
.reminder-modal[data-v-0d68c7e5] .Polaris-Modal-Dialog__Modal.Polaris-Modal-Dialog--sizeLarge {
    max-width: 86rem;
}
}
.reminder-modal .reminder-box[data-v-0d68c7e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.reminder-modal .reminder-box .g2-layout[data-v-0d68c7e5] {
  width: 100%;
  position: relative;
  margin-top: 40px;
  height: 80px;
  border-radius: 12px;
  background-color: #ff5924;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reminder-modal .reminder-box .g2-layout .bg-image[data-v-0d68c7e5] {
  position: absolute;
  top: -40px;
  left: 16px;
}
.reminder-modal .reminder-box .g2-layout .g2-content[data-v-0d68c7e5] {
  width: calc(100% - 200px);
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  /* Body/body-14/regular (400) */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.reminder-modal .reminder-box .g2-layout .g2-content .g2-title[data-v-0d68c7e5] {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
}
.reminder-modal .reminder-box .g2-layout .g2-content .g2-button[data-v-0d68c7e5] {
  background: transparent;
  border: none;
}
.reminder-modal .reminder-box .g2-layout .g2-content .g2-button .g2-link[data-v-0d68c7e5] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 16px;
  height: 32px;
  text-decoration: none;
  color: #ff5924;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  background: #fff;
}
.reminder-modal .tip[data-v-0d68c7e5] {
  max-width: 415px;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
.reminder-modal .text[data-v-0d68c7e5] {
  max-width: 440px;
  font-weight: 600;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin: 20px 0;
}
.reminder-modal .text[data-v-0d68c7e5] a {
  color: #000000;
}
.reminder-modal .text[data-v-0d68c7e5] a:hover {
  color: #ff6700;
}
.reminder-modal .btn[data-v-0d68c7e5] {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.947px;
  /* 112.169% */
}

#app[data-v-16021c3f] {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}


.svg-icon[data-v-909e0950] {
  min-width: 1em;
  min-height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

@font-face {
  font-family: element-icons;
  src: url(/fonts/element-icons.woff) format("woff"),
    url(/fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}

.loading-spin {
  -webkit-animation: loadingCircle 0.5s linear infinite;
  animation: loadingCircle 0.5s linear infinite;
}

@-webkit-keyframes loadingCircle {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes loadingCircle {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.Polaris-TextField__Input:focus ~ .Polaris-TextField__Backdrop {
  border: none;
}
.Polaris-TextField__Input:focus ~ .Polaris-TextField__Backdrop:after {
  -webkit-box-shadow: 0 0 0 0.1rem #ff6700;
          box-shadow: 0 0 0 0.1rem #ff6700;
  outline: 1px solid transparent;
}

input {
  caret-color: #ff6700;
}

.Polaris-Button--primary.Polaris-Button--disabled {
  border-radius: 4px;
  pointer-events: initial;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) !important;
}

.multiselect__option {
  padding: 8px 12px;
  min-height: 32px;
}
.multiselect__option:after {
  line-height: 32px;
}

.ant-select-selection:hover {
  border-color: #ff6700 !important;
}

div.multiselect .multiselect__option--highlight,
div.multiselect .multiselect__option--highlight:after {
  background: #ff6700;
}

.shepherd-footer .shepherd-button:last-child:hover {
  background: #ff8629 !important;
}

.shepherd-footer .gs-next-style {
  background: #ff6700;
  color: #ffffff;
  border: 1px solid #ff6700;
}

.shepherd-footer .gs-next-style:hover {
  background: #ff8629;
  color: #ffffff;
  border: 1px solid #ff6700;
}

.carriers-shepherd-classes.shepherd-element {
  max-width: 290px !important;
}

#carriers-1.shepherd-target {
  z-index: 11;
}
#carriers-2.shepherd-target {
  z-index: 11 !important;
}

.Polaris-Modal-Dialog__Modal.shepherd-target {
  pointer-events: none;
}

#carriers-4.shepherd-target {
  z-index: 11;
}
#carriers-5.shepherd-target {
  z-index: 11 !important;
}

.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}

.el-button--text {
  border-color: transparent;
  color: #409eff;
  background: 0 0;
  padding: 0 10px !important;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.ant-switch-checked {
  background-color: #ff6700 !important;
}

.Polaris-Frame-Toast {
  max-width: 60rem;
}

.Polaris-Checkbox__Backdrop:before {
  background-color: #ff6700 !important;
}

.Polaris-Button--plain {
  color: #ff6700;
}

.Polaris-Link,
a {
  color: #ff6700;
}

.Polaris-Button--plain:hover,
.Polaris-Link:focus,
.Polaris-Link:hover {
  color: #ff6700;
}

:root {
  --main-color: #ff6700;
}

.app-frame .Polaris-TopBar__LogoContainer {
  padding: 0 0.8rem 0 1.6rem;
}

.app-frame .app-loading {
  padding-top: 40rem;
}

#PolarisPopoverPolaris-UserMenuOverlay {
  right: 0 !important;
}

.p-setting-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 1.6rem;
}

.p-setting-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-setting-toggle {
  top: 1.3rem;
  position: relative;
}

.Polaris-Navigation--subNavigationActive .Polaris-Navigation__Icon svg,
.Polaris-Navigation--subNavigationActive:hover .Polaris-Navigation__Icon svg,
.Polaris-Navigation__Item--selected.Polaris-Navigation--keyFocused
  .Polaris-Navigation__Icon
  svg,
.Polaris-Navigation__Item--selected .Polaris-Navigation__Icon svg,
.Polaris-Navigation__Item--selected:hover .Polaris-Navigation__Icon svg {
  fill: #ff6700 !important;
}

.Polaris-Navigation__SecondaryNavigation .Polaris-Navigation__Item--selected {
  color: #ff6700 !important;
}

.Polaris-Navigation__Item--selected.Polaris-Navigation--keyFocused,
.Polaris-Navigation__Item--selected {
  color: #ff6700 !important;
}

.Polaris-Navigation__Item--selected.Polaris-Navigation--keyFocused,
.Polaris-Navigation__Item--selected:hover {
  color: #ff6700 !important;
}

.Polaris-Navigation__Item--selected:before {
  background-color: #ff6700 !important;
}

.Polaris-ProgressBar__Indicator {
  background-color: #ff6700 !important;
}

.Polaris-Button--primary {
  background-color: #ff6700 !important;
}

.Polaris-Button--primary:active {
  border-color: #ff6700;
}

.Polaris-Button--primary[data-btn-primary="primary"]:hover {
  background: #ff6700 !important;
}

.Polaris-Button--primary.Polaris-Button--disabled[data-btn-primary="primary"] {
  background: #f1f1f1 !important;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8c9196 !important;
}

.Polaris-Tabs__Tab--selected .Polaris-Tabs__Title:before {
  background-color: #ff6700 !important;
}

.Polaris-Tabs__Tab:focus:not(:active) .Polaris-Tabs__Title:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ant-switch-checked[data-v-65549fa9] {
  background-color: #ff6700;
}

.p-pbadge-status {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  top: 1px;
}

.ant-notification-notice {
  border-radius: 8px;
}

input:checked + .slider {
  background-color: #ff6700 !important;
}

/* .Polaris-Modal__BodyWrapper::-webkit-scrollbar {
    display: none !important
} */

.Polaris-Button--primary.Polaris-Button--disabled {
  color: #fff !important;
  opacity: 0.7;
}

#PolarisPopoverexpresssOverlay,
#PolarisPopoverselectOverlay {
  z-index: 519 !important;
}

.selectdrop-list .Polaris-List__Item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.selectdrop-list .Polaris-List {
  padding: 0;
}

.sendemail .list {
  z-index: 700;
}

.sendemail .Polaris-Modal-Dialog .Polaris-Modal__BodyWrapper,
.sendemail .Polaris-Modal-Dialog .Polaris-Modal-Dialog__Modal {
  overflow: inherit;
}

.disabled-color {
  background-color: #e2e2e5 !important;
}

.disabled-color:hover .Polaris-ResourceItem {
  background-color: #e2e2e5;
}

.div-disabled-color {
  color: #2c3e50 !important;
  opacity: 0.5 !important;
}

/* .apps-primary {
    background-color: #5b69c3 !important;
    color: #FFFFFF !important
} */

.gs-reset-btn-style .driver-close-btn,
.gs-reset-btn-style .driver-prev-btn {
  padding: 7px 16px !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 5%) !important;
          box-shadow: 0 1px 0 rgb(0 0 0 / 5%) !important;
  border-radius: 4px !important;
  color: #202223 !important;
  border: 1px solid #babfc3 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

.gs-reset-btn-style .driver-next-btn {
  padding: 7px 16px !important;
  background: #ff6700 !important;
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 5%) !important;
          box-shadow: 0 1px 0 rgb(0 0 0 / 5%) !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  border: 1px solid #babfc3 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

.gs-none-pre .driver-prev-btn {
  display: none !important;
}

.shadow-md-X {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.shadow-md-Y {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.shepherd-has-title.shepherd-element[data-popper-placement="bottom"],
.shepherd-has-title.shepherd-element[data-popper-placement="bottom-end"],
.shepherd-has-title.shepherd-element[data-popper-placement="bottom-start"] {
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}

.shepherd-has-title.shepherd-element[data-popper-placement="left"],
.shepherd-has-title.shepherd-element[data-popper-placement="left-start"] {
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}

.shepherd-has-title.shepherd-element[data-popper-placement="right"] {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}

.shepherd-has-title.shepherd-element[data-popper-placement="top-end"],
.shepherd-has-title.shepherd-element[data-popper-placement="top"] {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}

.shepherd-has-title.shepherd-element[data-popper-placement="top-start"] {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}

.shepherd-footer .gs-btn-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  padding: 0.7rem 1.6rem;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}

.shepherd-footer .skip-btn-style {
 margin-right: auto !important;
  background: transparent;
  border: none;
  color: #ff6700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}
.skip-btn-style.shepherd-button:not(:disabled):hover {
  background: transparent;
  border: none;
  color: #ff6700;
}

.shepherd-footer .gs-pre-style {
  background: #fff;
  color: #202223;
  border: 1px solid #babfc3;
}

.shepherd-footer .gs-pre-style:hover {
  background: #fff !important;
  color: #202223 !important;
  border: 1px solid #babfc3 !important;
}

/* .shepherd-footer .gs-next-style {
    background: #5a67cb;
    color: #ffffff;
    border: 1px solid #5a67cb
}

.shepherd-footer .gs-next-style:hover {
    background: #5a67cb !important;
    color: #ffffff !important;
    border: 1px solid #5a67cb !important
} */

.shepherd-has-title .shepherd-content .shepherd-header {
  padding: 16px 16px 0 !important;
  background-color: #ffffff !important;
}

.shepherd-has-title .shepherd-text {
  padding: 0 16px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #202223;
}

.shepherd-has-title .shepherd-title {
  font-weight: 700;
  font-size: 14px;
  color: #202223;
}

.shepherd-header .shepherd-cancel-icon {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

.shepherd-element {
  max-width: 270px !important;
}

.Polaris-Frame-Toast-Wrapper {
  z-index: 9999 !important;
}

.Polaris-Frame-Toast-Wrapper .Polaris-Frame-ToastManager {
  z-index: 9999 !important;
}

.shepherd-element.shepherd-has-title .shepherd-arrow:before {
  background-color: #ffffff !important;
}

.shepherd-has-title.shepherd-element[data-popper-placement="left-start"]
  > .shepherd-arrow:before {
  -webkit-transform: rotate(45deg) translate(-29px, -29px) !important;
          transform: rotate(45deg) translate(-29px, -29px) !important;
}

.shepherd-has-title.shepherd-element[data-popper-placement="top-start"]
  > .shepherd-arrow:before {
  -webkit-transform: rotate(45deg) translate(-43px, 43px) !important;
          transform: rotate(45deg) translate(-43px, 43px) !important;
}

.shepherd-has-title.shepherd-element[data-popper-placement="top-end"]
  > .shepherd-arrow:before {
  -webkit-transform: rotate(45deg) translate(29px, -29px) !important;
          transform: rotate(45deg) translate(29px, -29px) !important;
}

.shepherd-has-title.shepherd-element[data-popper-placement="bottom-start"]
  > .shepherd-arrow:before {
  -webkit-transform: rotate(45deg) translate(-26px, 26px) !important;
          transform: rotate(45deg) translate(-26px, 26px) !important;
}

.shepherd-has-title.shepherd-element[data-popper-placement="bottom-end"]
  > .shepherd-arrow:before {
  -webkit-transform: rotate(45deg) translate(25px, -25px) !important;
          transform: rotate(45deg) translate(25px, -25px) !important;
}

.tm-functional-button .Polaris-Button__Content {
  width: 100%;
}

.tm-functional-button .Polaris-Button__Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-functional-button .btn-icon {
  display: inline-block;
  margin: 0;
}

.global-modal-style .Polaris-Button--primary {
  background-color: #ff6700 !important;
}

.global-modal-style .Polaris-Button--primary:hover {
  background: #ff6700 !important;
}

.global-modal-style .Polaris-DisplayText {
  color: #202223;
}

.global-modal-style .Polaris-Label {
  color: #202223;
}

.global-modal-style .suffix-count {
  color: #6d7175;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.global-modal-style .modal-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1111;
  background-color: rgba(255, 255, 255, 0.7);
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] {
  margin: 0;
  padding: 8px;
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] .g-dropdown-link {
  font-size: 14px;
  color: #202223;
  text-decoration: none;
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] .g-dropdown-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  margin-top: 4px;
  padding: 8px;
  text-align: left;
  cursor: pointer;
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] .g-dropdown-li .Polaris-Icon {
  display: inline-block;
  margin: 0 5px 0 0;
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] .g-dropdown-li:hover {
  background: #f6f6f7;
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] .g-dropdown-li.active {
  background: #f6f6f7;
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] .g-dropdown-li.sp-font-style {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.g-dropdown-ul[dropdown-menu="dropdown-menu"] .g-dropdown-li.sp-color-red {
  color: #d82c0d;
}

.g-dropdown-overflow {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.tm-text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.global-modal-style .Polaris-Backdrop {
  z-index: 1001;
}

.global-modal-style .Polaris-Modal-Dialog__Container {
  z-index: 1002;
}

 


.dropdown {display: inline-block;position: relative;}
/*.dropdown .btn {min-width: 20rem;}*/
.dropdown .btn .Polaris-Button__Content {width: 100%;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.dropdown .none {display: none;}
.dropdown .block {display: block;}
.dropdown .list {position: absolute;z-index: 2;width: 100%;max-height: 230px;overflow: auto;}
#langList {width: 90%; margin: auto;}
#langList .btn  {width: 100%;}
#langList .list {top: -74px;}


.Polaris-Navigation__PrimaryNavigation {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.guide-nav {
  width: 100%;
}
.guide-nav .Polaris-Navigation__Item--selected {
  background-color: #fef4eb;
}
.guide-nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  width: 100%;
}
.guide-nav-text {
  margin-left: 7px;
}
.guide-nav-text-title {
  color: #FF6700;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.guide-nav-text-subtitle {
  color: rgba(0, 0, 0, 0.4);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.guide-nav-ring-progress .ant-progress-circle-trail {
  stroke: #ffffff !important;
}

.tm-flex[data-v-8c1de98e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-8c1de98e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-8c1de98e] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-8c1de98e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-8c1de98e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-8c1de98e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-8c1de98e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-8c1de98e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-8c1de98e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-8c1de98e] {
  display: inline-block;
}
.tm-w-full[data-v-8c1de98e] {
  width: 100%;
}
.tm-w-max[data-v-8c1de98e] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-8c1de98e] {
  height: 100%;
}
.tm-h-auto[data-v-8c1de98e] {
  height: auto;
}
.tm-col[data-v-8c1de98e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-8c1de98e] {
  text-align: center;
}
.tm-text-right[data-v-8c1de98e] {
  text-align: right;
}
.tm-text-left[data-v-8c1de98e] {
  text-align: left;
}
.tm-cursor-pointer[data-v-8c1de98e] {
  cursor: pointer;
}
.tm-relative[data-v-8c1de98e] {
  position: relative;
}
.tm-absolute[data-v-8c1de98e] {
  position: absolute;
}
.tm-fixed[data-v-8c1de98e] {
  position: fixed;
}
.tm-top-0[data-v-8c1de98e] {
  top: 0;
}
.tm-left-0[data-v-8c1de98e] {
  left: 0;
}
.tm-mask-loading[data-v-8c1de98e] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-8c1de98e] {
  margin: 0;
}
.tm-padding-0[data-v-8c1de98e] {
  padding: 0;
}
.tm-text-ellipsis[data-v-8c1de98e] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-8c1de98e] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-8c1de98e] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-8c1de98e] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top_banner .top_banner_layout[data-v-8c1de98e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 513;
  width: 100%;
  height: 46px;
  background: #fef4eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 22px;
}
.top_banner .top_banner_layout[data-v-8c1de98e] .Polaris-Icon__Svg {
  fill: #ff6700 !important;
}
.top_banner .top_banner_layout .top_banner_content[data-v-8c1de98e] {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.top_banner .top_banner_layout .top_banner_content .top_banner_copy[data-v-8c1de98e] {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 5px;
}
.top_banner .top_banner_layout .top_banner_content .top_banner_copy[data-v-8c1de98e]:hover {
  cursor: pointer;
}
.top_banner .top_banner_layout .top_banner_content b[data-v-8c1de98e] {
  font-weight: 700;
  line-height: 20px;
}
.top_banner .bfcm-banner[data-v-8c1de98e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 513;
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(80deg, rgba(124, 86, 236, 0) 0.24%, #7c56ec 24.26%, #ba24d5 44.05%, #f55728 68.52%, rgba(245, 87, 40, 0) 100%);
  background-size: 200% 400%;
  -webkit-animation: gradient-8c1de98e 10s ease infinite;
          animation: gradient-8c1de98e 10s ease infinite;
}
.top_banner .bfcm-banner .bfcm-banner-container[data-v-8c1de98e] {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.top_banner .bfcm-banner .bfcm-banner-container .bfcm-banner-discount[data-v-8c1de98e] {
  color: #fff;
  text-align: right;
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
}
.top_banner .bfcm-banner .bfcm-banner-container .bfcm-banner-detail[data-v-8c1de98e] {
  margin-left: 10px;
}
.top_banner .bfcm-banner .bfcm-banner-container .bfcm-banner-detail .bfcm-banner-text[data-v-8c1de98e] {
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
.top_banner .bfcm-banner .bfcm-banner-container .bfcm-banner-detail .bfcm-banner-link[data-v-8c1de98e] {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  cursor: pointer;
}
.top_banner .bfcm-banner .bfcm-banner-container .bfcm-banner-countdown[data-v-8c1de98e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
  margin-right: 64px;
  color: #fff;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}
.top_banner .bfcm-banner .bfcm-banner-container .bfcm-banner-countdown .bfcm-banner-countdown-items[data-v-8c1de98e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.top_banner .bfcm-banner .bfcm-banner-container .bfcm-banner-countdown .bfcm-banner-countdown-items .bfcm-banner-countdown-item[data-v-8c1de98e] {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 2px 8px 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: rgba(0, 2, 18, 0.3);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@-webkit-keyframes gradient-8c1de98e {
0% {
    background-position: 10% 50%;
}
50% {
    background-position: 80% 50%;
}
100% {
    background-position: 10% 50%;
}
}
@keyframes gradient-8c1de98e {
0% {
    background-position: 10% 50%;
}
50% {
    background-position: 80% 50%;
}
100% {
    background-position: 10% 50%;
}
}

.tm-flex[data-v-2712c52a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-2712c52a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-2712c52a] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-2712c52a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-2712c52a] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-2712c52a] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-2712c52a] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-2712c52a] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-2712c52a] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-2712c52a] {
  display: inline-block;
}
.tm-w-full[data-v-2712c52a] {
  width: 100%;
}
.tm-w-max[data-v-2712c52a] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-2712c52a] {
  height: 100%;
}
.tm-h-auto[data-v-2712c52a] {
  height: auto;
}
.tm-col[data-v-2712c52a] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-2712c52a] {
  text-align: center;
}
.tm-text-right[data-v-2712c52a] {
  text-align: right;
}
.tm-text-left[data-v-2712c52a] {
  text-align: left;
}
.tm-cursor-pointer[data-v-2712c52a] {
  cursor: pointer;
}
.tm-relative[data-v-2712c52a] {
  position: relative;
}
.tm-absolute[data-v-2712c52a] {
  position: absolute;
}
.tm-fixed[data-v-2712c52a] {
  position: fixed;
}
.tm-top-0[data-v-2712c52a] {
  top: 0;
}
.tm-left-0[data-v-2712c52a] {
  left: 0;
}
.tm-mask-loading[data-v-2712c52a] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-2712c52a] {
  margin: 0;
}
.tm-padding-0[data-v-2712c52a] {
  padding: 0;
}
.tm-text-ellipsis[data-v-2712c52a] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-2712c52a] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-2712c52a] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-2712c52a] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top_banner_layout[data-v-2712c52a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 513;
  width: 100%;
  height: 46px;
  background: #fef4eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 22px;
}
.top_banner_layout[data-v-2712c52a] .Polaris-Icon__Svg {
  fill: #ff6700 !important;
}
.top_banner_layout .top_banner_content[data-v-2712c52a] {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.top_banner_layout .top_banner_content .top_banner_copy[data-v-2712c52a] {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 5px;
}
.top_banner_layout .top_banner_content .top_banner_copy[data-v-2712c52a]:hover {
  cursor: pointer;
}
.top_banner_layout .top_banner_content b[data-v-2712c52a] {
  font-weight: 700;
  line-height: 20px;
}
.top_banner_layout .top_banner_btn[data-v-2712c52a] {
  background-color: transparent;
  border: 2px solid #000;
}
.top_banner_layout .top_banner_btn[data-v-2712c52a] .Polaris-Button__Text {
  font-size: 14px;
  font-weight: 600;
}
.top_banner_layout .top_banner_btn[data-v-2712c52a]:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #ffffff;
}

.tm-flex[data-v-11d25fc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-11d25fc0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-11d25fc0] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-11d25fc0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-11d25fc0] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-11d25fc0] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-11d25fc0] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-11d25fc0] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-11d25fc0] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-11d25fc0] {
  display: inline-block;
}
.tm-w-full[data-v-11d25fc0] {
  width: 100%;
}
.tm-w-max[data-v-11d25fc0] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-11d25fc0] {
  height: 100%;
}
.tm-h-auto[data-v-11d25fc0] {
  height: auto;
}
.tm-col[data-v-11d25fc0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-11d25fc0] {
  text-align: center;
}
.tm-text-right[data-v-11d25fc0] {
  text-align: right;
}
.tm-text-left[data-v-11d25fc0] {
  text-align: left;
}
.tm-cursor-pointer[data-v-11d25fc0] {
  cursor: pointer;
}
.tm-relative[data-v-11d25fc0] {
  position: relative;
}
.tm-absolute[data-v-11d25fc0] {
  position: absolute;
}
.tm-fixed[data-v-11d25fc0] {
  position: fixed;
}
.tm-top-0[data-v-11d25fc0] {
  top: 0;
}
.tm-left-0[data-v-11d25fc0] {
  left: 0;
}
.tm-mask-loading[data-v-11d25fc0] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-11d25fc0] {
  margin: 0;
}
.tm-padding-0[data-v-11d25fc0] {
  padding: 0;
}
.tm-text-ellipsis[data-v-11d25fc0] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-11d25fc0] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-11d25fc0] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-11d25fc0] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hint-banner[data-v-11d25fc0] {
  margin: 10px;
  font-size: 18px;
  font-weight: 700;
}
.hint-banner .icon[data-v-11d25fc0] {
  font-size: 20px;
}


.account {
  position: relative;
}
.account .account-list {
  position: absolute;
  top: 60px;
  right: 10px;
  min-width: 150px;
  padding: 0.5rem 1rem;
}
.account .account-list ul {
  padding: 0;
}
.account .Polaris-ActionMenu-MenuAction {
  padding: 8px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.account .account-list li {
  list-style: none;
}
.filter-li .Polaris-Button__Text {
  margin-left: 10px !important;
}
.account .Polaris-ActionMenu-MenuAction:focus:after {
  background-color: transparent;
}

.tm-flex[data-v-2bd555cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-2bd555cc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-2bd555cc] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-2bd555cc] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-2bd555cc] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-2bd555cc] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-2bd555cc] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-2bd555cc] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-2bd555cc] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-2bd555cc] {
  display: inline-block;
}
.tm-w-full[data-v-2bd555cc] {
  width: 100%;
}
.tm-w-max[data-v-2bd555cc] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-2bd555cc] {
  height: 100%;
}
.tm-h-auto[data-v-2bd555cc] {
  height: auto;
}
.tm-col[data-v-2bd555cc] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-2bd555cc] {
  text-align: center;
}
.tm-text-right[data-v-2bd555cc] {
  text-align: right;
}
.tm-text-left[data-v-2bd555cc] {
  text-align: left;
}
.tm-cursor-pointer[data-v-2bd555cc] {
  cursor: pointer;
}
.tm-relative[data-v-2bd555cc] {
  position: relative;
}
.tm-absolute[data-v-2bd555cc] {
  position: absolute;
}
.tm-fixed[data-v-2bd555cc] {
  position: fixed;
}
.tm-top-0[data-v-2bd555cc] {
  top: 0;
}
.tm-left-0[data-v-2bd555cc] {
  left: 0;
}
.tm-mask-loading[data-v-2bd555cc] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-2bd555cc] {
  margin: 0;
}
.tm-padding-0[data-v-2bd555cc] {
  padding: 0;
}
.tm-text-ellipsis[data-v-2bd555cc] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-2bd555cc] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-2bd555cc] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-2bd555cc] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Modal-Dialog__Modal {
  width: 100%;
  max-width: 995px;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Modal__Body {
  overflow-y: auto;
}
.intro-page .intro-modal-box[data-v-2bd555cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  max-height: calc(100vh - 100px);
}
.intro-page .intro-modal-box-main[data-v-2bd555cc] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  scrollbar-width: none;
}
.intro-page .intro-modal-box-main[data-v-2bd555cc]::-webkit-scrollbar {
  display: none;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Modal-CloseButton {
  display: none;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Modal-Footer {
  border-color: transparent;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Button--primary {
  background-color: var(--main-color) !important;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-DisplayText {
  margin-left: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Modal-Section {
  padding: 24px 40px;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Modal-Header {
  padding: 13px 20px;
}
.intro-page .intro-modal[data-v-2bd555cc] .Polaris-Modal-Footer {
  padding: 16px 40px;
}
.intro-page .intro-modal-title[data-v-2bd555cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 47px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.intro-page .intro-modal-btn[data-v-2bd555cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.intro-page .choose-box[data-v-2bd555cc]:not(:last-child) {
  margin-bottom: 24px;
}
.intro-page .choose-box-title[data-v-2bd555cc] {
  margin-bottom: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.intro-page .choose-box .choose-box-list[data-v-2bd555cc] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
}
@media (min-width: 768px) and (max-width: 1200px) {
.intro-page .choose-box .choose-box-list[data-v-2bd555cc] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 530px) and (max-width: 768px) {
.intro-page .choose-box .choose-box-list[data-v-2bd555cc] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 0) and (max-width: 530px) {
.intro-page .choose-box .choose-box-list[data-v-2bd555cc] {
    grid-template-columns: repeat(1, 1fr);
}
}
.intro-page .choose-box .choose-box-item[data-v-2bd555cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 50px;
  padding: 8px 24px;
  border-radius: 8px;
  border: 1px solid #121127;
  background: #fff;
  color: #121127;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.intro-page .choose-box .choose-box-item-active[data-v-2bd555cc] {
  border-color: #ff6700;
  background: #ff6700;
  color: #ffffff;
}
.intro-page .choose-box .choose-box-item-active .source-subtitle[data-v-2bd555cc],
.intro-page .choose-box .choose-box-item-active .source-title[data-v-2bd555cc] {
  color: #ffffff;
}
.intro-page .choose-box .source-title[data-v-2bd555cc] {
  color: #121127;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.intro-page .choose-box .source-subtitle[data-v-2bd555cc] {
  color: #8496ab;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}


#app .upgrade-btn:active {
  border-color: transparent;
}
#app .upgrade-btn {
  margin: 0;
}
#app .switch-btn {
  margin: 0 1rem;
}
#app
  .Polaris-Modal-Footer__FooterContent
  .Polaris-Button--primary.Polaris-Button--disabled {
  cursor: not-allowed;
  background-color: #9b9b9b !important;
  pointer-events: auto;
}
.app-frame .Polaris-TopBar__LogoContainer {
  padding: 0 0.8rem 0 2.5rem;
}
.msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.msg .beamer_icon.active,
#beamerIcon.active {
  right: 0 !important;
}
.msgItemList {
  /* padding: 8px; */
  overflow-y: auto;
  margin-top: 10px;
  max-height: 368px;
}
.msgItemList::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.msgItemList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #202223;
}
.msgItemList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.more {
  font-size: 14px;
  font-weight: 500;
  color: #202223;
  line-height: 20px;
  margin: 8px 16px 16px;
  cursor: pointer;
}
.msgItem {
  /* border-bottom: 1px solid #e4e5e7; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 14px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e4e5e7;
}
.msgItem:hover {
  background: rgba(0, 0, 0, 0.1);
}
.msgLine {
  position: absolute;
  bottom: 0;
  width: 270px;
  border: 1px solid #f0f0f0;
}
.dotGray {
  width: 8px;
  height: 8px;
  background: #828282;
  border-radius: 50%;
  margin-top: 6px;
}
.msgText {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-left: 8px;
  width: 263px;
  line-height: 20px;
}
.lastMsg {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #bdbdbd;
  line-height: 20px;
  cursor: default;
}
.msgTitle {
  font-size: 12px;
  font-weight: 600;
  color: #6d7175;
  line-height: 16px;
  margin-top: 16px;
  margin-left: 18px;
}
.msgList {
  position: absolute;
  left: -7px;
  top: 58px;
  width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1),
    0px 0px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1),
    0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
}
.dot {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  background: #ff1700;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.msgLoading {
  padding: 12px 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.userLeft {
  margin: 0 2rem;
}
.Polaris-Frame-Loading {
  height: 0 !important;
}

#app .showTopBanner[data-v-157d16d1] .Polaris-Frame__Main {
  padding-top: 10rem !important;
}
#app .showTopBanner[data-v-157d16d1] .Polaris-TopBar {
  top: 46px;
}
#app .showTopBanner[data-v-157d16d1] .Polaris-Frame__Navigation {
  padding-top: 5rem !important;
}

