/* 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-42197ce0] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-42197ce0] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-42197ce0]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-42197ce0]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-42197ce0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-42197ce0]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-42197ce0] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-42197ce0] {
  pointer-events: none;
}
#nprogress .bar[data-v-42197ce0] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-42197ce0] {
  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-42197ce0] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-42197ce0] {
  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-42197ce0 400ms linear infinite;
  animation: nprogress-spinner-42197ce0 400ms linear infinite;
}
.nprogress-custom-parent[data-v-42197ce0] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-42197ce0],
.nprogress-custom-parent #nprogress .bar[data-v-42197ce0] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-42197ce0 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-42197ce0 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.earnings-container[data-v-42197ce0] {
  padding: 24px;
  background: #F8FAFC;
  min-height: 100vh;
}
.earnings-container .premium-card[data-v-42197ce0] {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 24px;
}
.earnings-container .header-section[data-v-42197ce0] {
  padding: 30px;
  background: linear-gradient(135deg, var(--3702bbed) 0%, var(--3702bbed) 100%);
  border-radius: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.earnings-container .header-section .label[data-v-42197ce0] {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 10px;
}
.earnings-container .header-section .amount .symbol[data-v-42197ce0] {
  font-size: 28px;
  margin-right: 5px;
}
.earnings-container .header-section .amount .value[data-v-42197ce0] {
  font-size: 36px;
  font-family: 'DIN', sans-serif;
  font-weight: bold;
}
.earnings-container .withdraw-section .form-title[data-v-42197ce0] {
  font-size: 20px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid var(--3702bbed);
}
.earnings-container .withdraw-section .input-group[data-v-42197ce0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.earnings-container .withdraw-section .input-group .currency[data-v-42197ce0] {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
}
.earnings-container .withdraw-section .input-group .amount-input[data-v-42197ce0] {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 32px;
  font-weight: bold;
}
.earnings-container .withdraw-section .method-grid[data-v-42197ce0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.earnings-container .withdraw-section .method-grid .method-card[data-v-42197ce0] {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.earnings-container .withdraw-section .method-grid .method-card.active[data-v-42197ce0] {
  border-color: var(--3702bbed);
  background: #f0f9ff;
}
.earnings-container .withdraw-section .method-grid .method-card .icon-wrapper[data-v-42197ce0] {
  width: 48px;
  height: 48px;
  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;
  border-radius: 50%;
  font-size: 28px;
}
.earnings-container .withdraw-section .method-grid .method-card .icon-wrapper.alipay[data-v-42197ce0] {
  background: #E6F7FF;
  color: var(--3702bbed);
}
.earnings-container .withdraw-section .method-grid .method-card .icon-wrapper.bank[data-v-42197ce0] {
  background: #FFF2E8;
  color: #FA541C;
}
.earnings-container .withdraw-section .method-grid .method-card .info[data-v-42197ce0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.earnings-container .withdraw-section .method-grid .method-card .info .name[data-v-42197ce0] {
  font-weight: bold;
  color: #333;
}
.earnings-container .withdraw-section .method-grid .method-card .info .account[data-v-42197ce0] {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}
.earnings-container .withdraw-section .method-grid .method-card .check-mark[data-v-42197ce0] {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--3702bbed);
}
.earnings-container .tip-card[data-v-42197ce0] {
  background: #f0f9ff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #bae6fd;
  color: #0c4a6e;
}
.earnings-container .tip-card .tip-header[data-v-42197ce0] {
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

