/* 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-19660dae] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-19660dae] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-19660dae]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-19660dae]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-19660dae]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-19660dae]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-19660dae] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-19660dae] {
  pointer-events: none;
}
#nprogress .bar[data-v-19660dae] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-19660dae] {
  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-19660dae] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-19660dae] {
  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-19660dae 400ms linear infinite;
  animation: nprogress-spinner-19660dae 400ms linear infinite;
}
.nprogress-custom-parent[data-v-19660dae] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-19660dae],
.nprogress-custom-parent #nprogress .bar[data-v-19660dae] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-19660dae {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-19660dae {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.withdrawal-page[data-v-19660dae] {
  min-height: 100vh;
  background: #F0F4F8;
}
@-webkit-keyframes slideUp-19660dae {
from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUp-19660dae {
from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.withdrawal-page .din-font[data-v-19660dae] {
  font-family: 'DIN Alternate', monospace;
}
.withdrawal-page .premium-header[data-v-19660dae] {
  position: relative;
  padding: 40px 32px 80px;
  overflow: hidden;
}
.withdrawal-page .premium-header .header-inner[data-v-19660dae] {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.withdrawal-page .premium-header .header-inner .title-block .page-title[data-v-19660dae] {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.withdrawal-page .premium-header .header-inner .title-block .page-sub[data-v-19660dae] {
  margin: 6px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.withdrawal-page .premium-header .header-inner .header-stats[data-v-19660dae] {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.withdrawal-page .premium-header .header-inner .header-stats .h-stat[data-v-19660dae] {
  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;
  gap: 2px;
}
.withdrawal-page .premium-header .header-inner .header-stats .h-stat .h-val[data-v-19660dae] {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.withdrawal-page .premium-header .header-inner .header-stats .h-stat .h-label[data-v-19660dae] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.withdrawal-page .premium-header .blob[data-v-19660dae] {
  position: absolute;
  border-radius: 50%;
}
.withdrawal-page .premium-header .blob.b1[data-v-19660dae] {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -40px;
  background: rgba(255, 255, 255, 0.08);
}
.withdrawal-page .premium-header .blob.b2[data-v-19660dae] {
  width: 340px;
  height: 340px;
  bottom: -120px;
  left: 5%;
  background: rgba(255, 255, 255, 0.05);
}
.withdrawal-page .content-float[data-v-19660dae] {
  margin: -48px 24px 32px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.withdrawal-page .content-float .card-elevated[data-v-19660dae] {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.withdrawal-page .content-float .record-card[data-v-19660dae] {
  width: 100%;
  max-width: 640px;
}
.withdrawal-page .content-float .record-item[data-v-19660dae] {
  background: #F8FAFC;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid #E2E8F0;
  -webkit-animation: slideUp-19660dae 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
          animation: slideUp-19660dae 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  -webkit-transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
}
.withdrawal-page .content-float .record-item[data-v-19660dae]:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.withdrawal-page .content-float .record-item .item-top[data-v-19660dae] {
  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: 16px;
}
.withdrawal-page .content-float .record-item .item-top .item-type[data-v-19660dae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.withdrawal-page .content-float .record-item .item-top .item-type .type-icon[data-v-19660dae] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #EFF6FF;
  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;
  color: #3B82F6;
  font-size: 18px;
}
.withdrawal-page .content-float .record-item .item-top .item-type span[data-v-19660dae] {
  font-weight: 700;
  color: #1E293B;
  font-size: 16px;
}
.withdrawal-page .content-float .record-item .item-top .item-amount[data-v-19660dae] {
  font-size: 22px;
  font-weight: 900;
  color: var(--2383a460);
  font-family: 'DIN Alternate', monospace;
}
.withdrawal-page .content-float .record-item .item-body .info-row[data-v-19660dae] {
  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;
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(241, 245, 249, 0.8);
}
.withdrawal-page .content-float .record-item .item-body .info-row[data-v-19660dae]:last-child {
  border-bottom: none;
}
.withdrawal-page .content-float .record-item .item-body .info-row .l[data-v-19660dae] {
  color: #94A3B8;
  font-weight: 500;
}
.withdrawal-page .content-float .record-item .item-body .info-row .v[data-v-19660dae] {
  color: #475569;
}
.withdrawal-page .content-float .record-item .item-body .info-row .time-v[data-v-19660dae] {
  font-family: monospace;
  font-size: 14px;
}
.withdrawal-page .content-float .record-item .item-body .info-row .proof-thumb[data-v-19660dae] {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.withdrawal-page .content-float .record-item .item-body .info-row .proof-thumb img[data-v-19660dae] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.withdrawal-page .content-float .record-item .item-body .info-row .proof-thumb .thumb-overlay[data-v-19660dae] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  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.25s;
  transition: 0.25s;
}
.withdrawal-page .content-float .record-item .item-body .info-row .proof-thumb:hover .thumb-overlay[data-v-19660dae] {
  opacity: 1;
}
.withdrawal-page .content-float .record-item .item-foot[data-v-19660dae] {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #E2E8F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.withdrawal-page .content-float .record-item .item-foot .status-badge[data-v-19660dae] {
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 700;
}
.withdrawal-page .content-float .record-item .item-foot .status-badge.s0[data-v-19660dae] {
  background: #EFF6FF;
  color: #3B82F6;
}
.withdrawal-page .content-float .record-item .item-foot .status-badge.s1[data-v-19660dae] {
  background: #DCFCE7;
  color: #16A34A;
}
.withdrawal-page .content-float .record-item .item-foot .status-badge.s2[data-v-19660dae] {
  background: #FEF2F2;
  color: var(--2383a460);
}
.withdrawal-page .content-float .pagination-row[data-v-19660dae] {
  margin-top: 8px;
  text-align: right;
}

