.notice-bar {
  overflow: hidden;
}
.notice-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  background: var(--v-light-base);
}
.notice-bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#ffb300), to(rgba(255, 179, 0, 0.5)));
  background: linear-gradient(270deg, #ffb300 0%, rgba(255, 179, 0, 0.5) 100%);
}
.notice-bar a {
  color: #fff !important;
}
.notice-bar .v-toolbar__content .v-list-item__title {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}
.avatar[data-v-77dc83f0] {
  position: relative;
}
.avatar .rank-container[data-v-77dc83f0] {
  position: absolute;
  background: #393939;
  min-width: 24px;
  min-height: 24px;
  left: 38px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  top: 88px;
  padding: 0 4px;
}
.avatar .rank-1[data-v-77dc83f0] {
  background: linear-gradient(155.77deg, #f7e436 17.07%, #d7911f 100%);
}
.avatar .rank-2[data-v-77dc83f0] {
  background: linear-gradient(155.77deg, #e8ebef 17.07%, #b5c0c9 100%);
}
.avatar .rank-3[data-v-77dc83f0] {
  background: linear-gradient(155.77deg, #eaa064 17.07%, #6e3211 100%);
}
.avatar .text-black[data-v-77dc83f0] {
  color: #000000;
}
.avatar .text-white[data-v-77dc83f0] {
  color: #fff;
}
.avatar .rank-text[data-v-77dc83f0] {
  font-family: Play;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.avatar .avatar-ring[data-v-77dc83f0] {
  position: absolute;
  z-index: 1;
}
.avatar .t-18[data-v-77dc83f0] {
  top: -18px;
}
.qr-title[data-v-7d8e7cb4] {
  font-size: 0.875rem;
}
.qr-title a[data-v-7d8e7cb4] {
  text-decoration: none;
  display: inline-block;
  margin-left: 16px;
}
.follow-btn[data-v-7d8e7cb4] {
  border-radius: 3px;
}
.follow-btn span[data-v-7d8e7cb4] {
  font-family: Play;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.customGroupItem[data-v-464a1c2a] {
  overflow: hidden;
  border: 3px solid transparent;
  background: #1e1e1e;
}
.customGroupItem.active-0[data-v-464a1c2a] {
  border: 3px solid var(--v-primary-base);
}
.customGroupItem.active-0 .numberMark[data-v-464a1c2a] {
  display: block;
  border-top: 25px solid var(--v-primary-base);
  border-bottom: 25px solid transparent;
  border-right: 25px solid var(--v-primary-base);
  border-left: 25px solid transparent;
}
.customGroupItem.active-1[data-v-464a1c2a] {
  border: 3px solid #3e7ef4;
}
.customGroupItem.active-1 .numberMark[data-v-464a1c2a] {
  display: block;
  border-top: 25px solid #3e7ef4;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #3e7ef4;
  border-left: 25px solid transparent;
}
.customGroupItem.active-2[data-v-464a1c2a] {
  border: 3px solid #4caf50;
}
.customGroupItem.active-2 .numberMark[data-v-464a1c2a] {
  display: block;
  border-top: 25px solid #4caf50;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #4caf50;
  border-left: 25px solid transparent;
}
.customGroupItem.active-3[data-v-464a1c2a] {
  border: 3px solid #ff5722;
}
.customGroupItem.active-3 .numberMark[data-v-464a1c2a] {
  display: block;
  border-top: 25px solid #ff5722;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #ff5722;
  border-left: 25px solid transparent;
}
.customGroupItem.active-4[data-v-464a1c2a] {
  border: 3px solid #9c27b0;
}
.customGroupItem.active-4 .numberMark[data-v-464a1c2a] {
  display: block;
  border-top: 25px solid #9c27b0;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #9c27b0;
  border-left: 25px solid transparent;
}
.customGroupItem.active-5[data-v-464a1c2a] {
  border: 3px solid #f44336;
}
.customGroupItem.active-5 .numberMark[data-v-464a1c2a] {
  display: block;
  border-top: 25px solid #f44336;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #f44336;
  border-left: 25px solid transparent;
}
.customGroupItem .numberMark[data-v-464a1c2a] {
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.customGroupItem .numberMark span[data-v-464a1c2a] {
  position: absolute;
  top: -25px;
  right: -20px;
}
.v-card--disabled[data-v-464a1c2a] {
  cursor: not-allowed;
  pointer-events: unset !important;
}
.theme--light .customGroupItem[data-v-464a1c2a] {
  background: #1212120a;
}
.customGroup.v-slide-group.v-item-group > .v-slide-group__next,
.customGroup.v-slide-group.v-item-group > .v-slide-group__prev {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  min-width: 24px;
}
.customGroup.v-slide-group.v-item-group > .v-slide-group__next {
  right: 15px;
}
.customGroup.v-slide-group.v-item-group > .v-slide-group__prev {
  left: 15px;
}
.v-card--disabled[data-v-7d6e77fa] {
  cursor: not-allowed;
  pointer-events: unset;
}
.imgSelect[data-v-7d19eaf4] {
  cursor: pointer;
  opacity: 0.5;
}
.imgSelect.active[data-v-7d19eaf4] {
  opacity: 1;
}
.step-container .v-card__text[data-v-7ce18cf0] {
  padding: 20px 33px;
}
.step-container .col[data-v-7ce18cf0] {
  padding: 0 12px;
}
.circles-step[data-v-7ce18cf0] {
  background-color: #414141;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title-step[data-v-7ce18cf0] {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.step-mt[data-v-7ce18cf0] {
  margin-top: 24px;
}
.note-color[data-v-7ce18cf0] {
  color: var(--v-highlightText-base) !important;
}
.font-18[data-v-7ce18cf0] {
  font-size: 18px;
}
.theme--light .circles-step[data-v-7ce18cf0] {
  color: #ffffff;
}
.total-card-container .total-card[data-v-7cc55dee] {
  padding: 20px;
  margin: 20px;
}
.total-card-container .total-card .row[data-v-7cc55dee] {
  margin: unset !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tip[data-v-7cc55dee] {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: unset !important;
      -ms-flex-pack: unset !important;
          justify-content: unset !important;
}
.tip .v-text-field[data-v-7cc55dee] {
  padding: 0;
  margin: 0;
}
.full-width[data-v-7cc55dee] {
  width: 100%;
}
.space-item[data-v-7cc55dee] {
  margin: 13px 0;
}
.confirm-cost[data-v-7cc55dee] {
  text-align: center;
  background-color: rgba(253, 184, 23, 0.3);
  border-radius: 3px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.question[data-v-7cc55dee] {
  margin-top: 30px;
  font-weight: bold;
}
.theme--light .confirm-cost[data-v-7cc55dee] {
  color: #1a1a1a !important;
}
.radioCustom[data-v-65b9c0cc] {
  padding: 12px 16px;
  border: 1px dashed var(--v-secondary-base);
  border-radius: 3px;
  pointer-events: all !important;
}
.radioCustom.v-item--active[data-v-65b9c0cc] {
  border: 1px solid var(--v-primary-base);
}
.white--text a {
  color: #ffffff !important;
}
.tbm-stepper .v-input--radio-group__input {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tbm-stepper .v-input--selection-controls__input {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.tbm-stepper .v-radio {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.tbm-stepper .v-radio::before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 4px;
  background: #b3b3b3;
  border-radius: 100px;
}
.tbm-stepper .v-radio.theme--light.step-finished::before {
  background-color: #50aa50;
}
.tbm-stepper .v-radio.theme--light.step-finished i {
  color: #50aa50;
}
.tbm-stepper .v-radio.theme--light.v-item--active::before {
  background-color: var(--v-link-base);
}
.tbm-stepper .v-radio.theme--dark.v-item--active::before {
  background-color: var(--v-primary-base);
}
.custom-tabs > .v-tabs-bar {
  background-color: transparent !important;
}
.bank-list {
  font-size: 15px;
  color: #333;
  line-height: 1.47;
}
.bank-list .bank-list-title {
  font-weight: 600;
}
.bank-list .bank-list-item {
  border-radius: 3px;
  background-color: #fff;
}
.bank-list .bank-list-item .bank-img {
  width: 120px;
}
.bank-list .bank-list-item .bank-img img {
  width: 100%;
}
.bank-list .bank-list-item .bank-detail {
  margin-bottom: 0px;
  margin-left: 20px;
  font-size: 15px;
  color: #333;
}
.bank-list .bank-list-item .bank-detail .bank-copied {
  font-size: 13px;
  font-weight: 600;
  margin-left: 5px;
  cursor: pointer;
}
