/* 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-75590c38] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-75590c38] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-75590c38]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-75590c38]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-75590c38]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-75590c38]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-75590c38] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-75590c38] {
  pointer-events: none;
}
#nprogress .bar[data-v-75590c38] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-75590c38] {
  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-75590c38] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-75590c38] {
  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-75590c38 400ms linear infinite;
  animation: nprogress-spinner-75590c38 400ms linear infinite;
}
.nprogress-custom-parent[data-v-75590c38] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-75590c38],
.nprogress-custom-parent #nprogress .bar[data-v-75590c38] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-75590c38 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-75590c38 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.user-dashboard[data-v-75590c38] {
  padding: 24px;
  background: #F8FAFC;
  min-height: 100vh;
}
.user-dashboard .din-font[data-v-75590c38] {
  font-family: 'DIN Alternate', sans-serif;
}
.user-dashboard .sticky-header[data-v-75590c38] {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  margin: -24px -24px 24px -24px;
  padding: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.user-dashboard .sticky-header .premium-search[data-v-75590c38] .ant-input {
  border: none;
  background: #F1F5F9;
  border-radius: 8px;
}
.user-dashboard .sticky-header .premium-search[data-v-75590c38] .ant-input-search-button {
  background: var(--133f8c2c) !important;
  border-color: var(--133f8c2c) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user-dashboard .sticky-header .premium-search[data-v-75590c38] .ant-input-search-button:hover {
  opacity: 0.8;
}
.user-dashboard .sticky-header .header-card[data-v-75590c38] {
  margin-top: 20px;
  border-radius: 16px;
  padding: 24px;
  color: #fff;
  cursor: pointer;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.user-dashboard .sticky-header .header-card[data-v-75590c38]:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.user-dashboard .sticky-header .header-card .card-content[data-v-75590c38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.user-dashboard .sticky-header .header-card .card-content .icon-circle[data-v-75590c38] {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  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: 28px;
}
.user-dashboard .sticky-header .header-card .card-content .main-title[data-v-75590c38] {
  font-size: 22px;
  font-weight: bold;
}
.user-dashboard .sticky-header .header-card .card-content .sub-title[data-v-75590c38] {
  opacity: 0.8;
  font-size: 15px;
  margin-top: 2px;
}
.user-dashboard .sticky-header .header-card .num[data-v-75590c38] {
  font-size: 32px;
  font-weight: bold;
}
.user-dashboard .content-body .section-wrap[data-v-75590c38] {
  margin-bottom: 30px;
}
.user-dashboard .content-body .section-wrap .section-header[data-v-75590c38] {
  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;
}
.user-dashboard .content-body .section-wrap .section-header .title-left[data-v-75590c38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.user-dashboard .content-body .section-wrap .section-header .title-left .section-title[data-v-75590c38] {
  font-size: 20px;
  font-weight: bold;
  color: #1E293B;
}
.user-dashboard .content-body .section-wrap .section-header .title-left .count-tag[data-v-75590c38] {
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}
.user-dashboard .content-body .section-wrap .section-header .title-left .count-tag.red[data-v-75590c38] {
  background: #FEF2F2;
  color: var(--133f8c2c);
}
.user-dashboard .content-body .section-wrap .card-grid[data-v-75590c38] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.user-dashboard .content-body .section-wrap .user-card[data-v-75590c38] {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #F1F5F9;
}
.user-dashboard .content-body .section-wrap .user-card[data-v-75590c38]:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.1);
  border-color: var(--133f8c2c) 22;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper[data-v-75590c38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .avatar[data-v-75590c38] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content[data-v-75590c38] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  min-width: 0;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .name-row[data-v-75590c38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .name-row .username[data-v-75590c38] {
  font-size: 18px;
  font-weight: bold;
  color: #1E293B;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .name-row .tags[data-v-75590c38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .name-row .tags .tag[data-v-75590c38] {
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .name-row .tags .tag.star[data-v-75590c38] {
  background: #FFF7E6;
  color: #D97706;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .name-row .tags .tag.expert[data-v-75590c38] {
  background: #EEF2FF;
  color: #4F46E5;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .name-row .tags .tag.agent[data-v-75590c38] {
  background: #ECFDF5;
  color: #059669;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .info-content .uid[data-v-75590c38] {
  font-size: 14px;
  color: #94A3B8;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .balance-info[data-v-75590c38] {
  text-align: right;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .balance-info .label[data-v-75590c38] {
  font-size: 13px;
  color: #94A3B8;
  display: block;
  margin-bottom: 2px;
}
.user-dashboard .content-body .section-wrap .user-card .card-upper .balance-info .amount[data-v-75590c38] {
  font-size: 20px;
  font-weight: bold;
  color: var(--133f8c2c);
}
.user-dashboard .content-body .section-wrap .user-card .card-divider[data-v-75590c38] {
  height: 1px;
  background: #F8FAFC;
  margin: 16px 0;
}
.user-dashboard .content-body .section-wrap .user-card .card-lower[data-v-75590c38] {
  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;
}
.user-dashboard .content-body .section-wrap .user-card .card-lower .status-row[data-v-75590c38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.user-dashboard .content-body .section-wrap .user-card .card-lower .status-row .status-dot[data-v-75590c38] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.user-dashboard .content-body .section-wrap .user-card .card-lower .status-row .status-dot.red[data-v-75590c38] {
  background: var(--133f8c2c);
  -webkit-box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
          box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}
.user-dashboard .content-body .section-wrap .user-card .card-lower .status-row .status-dot.gray[data-v-75590c38] {
  background: #CBD5E1;
}
.user-dashboard .content-body .section-wrap .user-card .card-lower .status-row .status-text[data-v-75590c38] {
  font-size: 15px;
  color: #64748B;
  font-weight: 500;
}
.user-dashboard .content-body .section-wrap .user-card .card-lower .time-text[data-v-75590c38] {
  font-size: 14px;
  color: #94A3B8;
}
@-webkit-keyframes slideUp-75590c38 {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUp-75590c38 {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.slide-up-entry[data-v-75590c38] {
  -webkit-animation: slideUp-75590c38 0.5s ease forwards;
          animation: slideUp-75590c38 0.5s ease forwards;
}
.stagger-1[data-v-75590c38] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.stagger-2[data-v-75590c38] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

