/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-47a4ee09] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-47a4ee09] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-47a4ee09]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-47a4ee09]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-47a4ee09]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-47a4ee09]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-47a4ee09] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-47a4ee09] {
  pointer-events: none;
}
#nprogress .bar[data-v-47a4ee09] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-47a4ee09] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
          box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-47a4ee09] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-47a4ee09] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #d62828;
  border-left-color: #d62828;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-47a4ee09 400ms linear infinite;
  animation: nprogress-spinner-47a4ee09 400ms linear infinite;
}
.nprogress-custom-parent[data-v-47a4ee09] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-47a4ee09],
.nprogress-custom-parent #nprogress .bar[data-v-47a4ee09] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-47a4ee09 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-47a4ee09 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.shop-recharge-container[data-v-47a4ee09] {
  padding: 24px;
  background: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-recharge-container .premium-card[data-v-47a4ee09] {
  width: 600px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.shop-recharge-container .premium-card[data-v-47a4ee09] .ant-card-body {
  padding: 40px;
}
.shop-recharge-container .page-header[data-v-47a4ee09] {
  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;
  margin-bottom: 30px;
}
.shop-recharge-container .page-header .title[data-v-47a4ee09] {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.shop-recharge-container .page-header .history-btn[data-v-47a4ee09] {
  font-size: 16px;
  padding: 0;
}
.shop-recharge-container .recharge-content .balance-card[data-v-47a4ee09] {
  background: linear-gradient(135deg, #d62828, #e77d7d);
  border-radius: 12px;
  padding: 20px 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 6px 16px rgba(214, 40, 40, 0.25);
          box-shadow: 0 6px 16px rgba(214, 40, 40, 0.25);
}
.shop-recharge-container .recharge-content .balance-card .label[data-v-47a4ee09] {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 6px;
  font-weight: 500;
}
.shop-recharge-container .recharge-content .balance-card .amount[data-v-47a4ee09] {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.shop-recharge-container .recharge-content .amount-grid[data-v-47a4ee09] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 4px;
}
.shop-recharge-container .recharge-content .amount-grid .amount-item[data-v-47a4ee09] {
  background: #f8fafc;
  border: 2px solid transparent;
  border-radius: 8px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.shop-recharge-container .recharge-content .amount-grid .amount-item[data-v-47a4ee09]:hover {
  background: #e0f2fe;
  color: #d62828;
}
.shop-recharge-container .recharge-content .amount-grid .amount-item.active[data-v-47a4ee09] {
  background: #e0f2fe;
  border-color: #d62828;
  color: #d62828;
}
.shop-recharge-container .recharge-content .payment-methods[data-v-47a4ee09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.shop-recharge-container .recharge-content .payment-methods .method-card[data-v-47a4ee09] {
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  padding: 12px 16px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.shop-recharge-container .recharge-content .payment-methods .method-card .content[data-v-47a4ee09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.shop-recharge-container .recharge-content .payment-methods .method-card .content .method-icon[data-v-47a4ee09] {
  font-size: 24px;
}
.shop-recharge-container .recharge-content .payment-methods .method-card .content .name[data-v-47a4ee09] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.shop-recharge-container .recharge-content .payment-methods .method-card .radio-circle[data-v-47a4ee09] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-recharge-container .recharge-content .payment-methods .method-card.active[data-v-47a4ee09] {
  border-color: #d62828;
  background: #f9faff;
}
.shop-recharge-container .recharge-content .payment-methods .method-card.active .radio-circle[data-v-47a4ee09] {
  border-color: #d62828;
  background: #fff;
}
.shop-recharge-container .recharge-content .payment-methods .method-card.active .radio-circle .inner-dot[data-v-47a4ee09] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d62828;
}
.shop-recharge-container .recharge-content .submit-btn[data-v-47a4ee09] {
  margin-top: 10px;
}
.upload-modal-content[data-v-47a4ee09] {
  padding: 10px;
}
.upload-modal-content .info-row[data-v-47a4ee09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  font-size: 16px;
}
.upload-modal-content .info-row .label[data-v-47a4ee09] {
  color: rgba(0, 0, 0, 0.45);
}
.upload-modal-content .info-row .value[data-v-47a4ee09] {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.upload-modal-content .info-row.highlight .value[data-v-47a4ee09] {
  color: #f5222f;
  font-weight: bold;
  font-size: 20px;
}
.upload-modal-content .qr-section[data-v-47a4ee09] {
  text-align: center;
  margin: 24px 0;
  padding: 24px;
  background: #f9f9f9;
  border-radius: 8px;
}
.upload-modal-content .qr-section .qr-title[data-v-47a4ee09] {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.upload-modal-content .qr-section .qr-box[data-v-47a4ee09] {
  background: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.upload-modal-content .qr-section .qr-desc[data-v-47a4ee09] {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.upload-modal-content .tip[data-v-47a4ee09] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 8px;
  text-align: center;
}
.qr-modal-content[data-v-47a4ee09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 10px 20px;
}
.qr-modal-content .qr-header-icon[data-v-47a4ee09] {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #d62828, #e36868);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 6px 16px rgba(214, 40, 40, 0.3);
          box-shadow: 0 6px 16px rgba(214, 40, 40, 0.3);
}
.qr-modal-content .qr-scan-title[data-v-47a4ee09] {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}
.qr-modal-content .qr-scan-desc[data-v-47a4ee09] {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 20px;
}
.qr-modal-content .qr-image-box[data-v-47a4ee09] {
  padding: 12px;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  margin-bottom: 16px;
}
.qr-modal-content .qr-after-tip[data-v-47a4ee09] {
  font-size: 13px;
  color: #94a3b8;
}
.upload-icon[data-v-47a4ee09] {
  font-size: 32px;
  color: #d62828;
}
.uploaded-preview[data-v-47a4ee09] {
  position: relative;
  width: 100%;
  height: 100%;
}
.uploaded-preview .upload-overlay[data-v-47a4ee09] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.uploaded-preview .upload-overlay i[data-v-47a4ee09] {
  color: #fff;
  font-size: 24px;
}
.uploaded-preview:hover .upload-overlay[data-v-47a4ee09] {
  opacity: 1;
}

