/* 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-18e30cb4] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-18e30cb4] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-18e30cb4]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-18e30cb4]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-18e30cb4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-18e30cb4]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-18e30cb4] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-18e30cb4] {
  pointer-events: none;
}
#nprogress .bar[data-v-18e30cb4] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-18e30cb4] {
  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-18e30cb4] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-18e30cb4] {
  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-18e30cb4 400ms linear infinite;
  animation: nprogress-spinner-18e30cb4 400ms linear infinite;
}
.nprogress-custom-parent[data-v-18e30cb4] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-18e30cb4],
.nprogress-custom-parent #nprogress .bar[data-v-18e30cb4] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-18e30cb4 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-18e30cb4 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.coop-record-page[data-v-18e30cb4] {
  min-height: 100vh;
  background: #F0F4F8;
}
@-webkit-keyframes slideUpFadeIn-18e30cb4 {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUpFadeIn-18e30cb4 {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.coop-record-page .din-font[data-v-18e30cb4] {
  font-family: 'DIN Alternate', monospace;
}
.coop-record-page .premium-header[data-v-18e30cb4] {
  position: relative;
  padding: 40px 32px 80px;
  overflow: hidden;
}
.coop-record-page .premium-header .header-inner[data-v-18e30cb4] {
  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;
}
.coop-record-page .premium-header .header-inner .title-block .page-title[data-v-18e30cb4] {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.coop-record-page .premium-header .header-inner .title-block .page-title[data-v-18e30cb4] {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.coop-record-page .premium-header .header-inner .title-block .page-sub[data-v-18e30cb4] {
  margin: 6px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.coop-record-page .premium-header .header-inner .header-stats[data-v-18e30cb4] {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.coop-record-page .premium-header .header-inner .header-stats .h-stat[data-v-18e30cb4] {
  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;
}
.coop-record-page .premium-header .header-inner .header-stats .h-stat .h-val[data-v-18e30cb4] {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.coop-record-page .premium-header .header-inner .header-stats .h-stat .h-label[data-v-18e30cb4] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.coop-record-page .premium-header .blob[data-v-18e30cb4] {
  position: absolute;
  border-radius: 50%;
}
.coop-record-page .premium-header .blob.b1[data-v-18e30cb4] {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -40px;
  background: rgba(255, 255, 255, 0.08);
}
.coop-record-page .premium-header .blob.b2[data-v-18e30cb4] {
  width: 340px;
  height: 340px;
  bottom: -120px;
  left: 5%;
  background: rgba(255, 255, 255, 0.05);
}
.coop-record-page .content-float[data-v-18e30cb4] {
  margin: -48px 24px 32px;
  position: relative;
  z-index: 10;
}
.coop-record-page .content-float .record-grid[data-v-18e30cb4] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 8px;
}
.coop-record-page .content-float .record-card[data-v-18e30cb4] {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #F1F5F9;
  -webkit-animation: slideUpFadeIn-18e30cb4 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
          animation: slideUpFadeIn-18e30cb4 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  -webkit-transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
  transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s;
  transition: box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
}
.coop-record-page .content-float .record-card[data-v-18e30cb4]:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border-color: #E2E8F0;
}
.coop-record-page .content-float .record-card .rc-head[data-v-18e30cb4] {
  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;
}
.coop-record-page .content-float .record-card .rc-head .rc-user[data-v-18e30cb4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.coop-record-page .content-float .record-card .rc-head .rc-user .rc-text .rc-name[data-v-18e30cb4] {
  font-weight: 700;
  color: #1E293B;
  font-size: 16px;
}
.coop-record-page .content-float .record-card .rc-head .rc-user .rc-text .rc-id[data-v-18e30cb4] {
  font-size: 13px;
  color: #94A3B8;
  margin-top: 2px;
}
.coop-record-page .content-float .record-card .rc-head .rc-status[data-v-18e30cb4] {
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
}
.coop-record-page .content-float .record-card .rc-head .rc-status.status-0[data-v-18e30cb4] {
  background: #FEF3C7;
  color: #D97706;
}
.coop-record-page .content-float .record-card .rc-head .rc-status.status-1[data-v-18e30cb4] {
  background: #DCFCE7;
  color: #16A34A;
}
.coop-record-page .content-float .record-card .rc-head .rc-status.status-2[data-v-18e30cb4] {
  background: #FEE2E2;
  color: #DC2626;
}
.coop-record-page .content-float .record-card .rc-divider[data-v-18e30cb4] {
  height: 1px;
  background: #F1F5F9;
  margin: 12px 0;
}
.coop-record-page .content-float .record-card .rc-body[data-v-18e30cb4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.coop-record-page .content-float .record-card .rc-body .rc-row[data-v-18e30cb4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}
.coop-record-page .content-float .record-card .rc-body .rc-row .rc-lbl[data-v-18e30cb4] {
  color: #94A3B8;
}
.coop-record-page .content-float .record-card .rc-body .rc-row .rc-val[data-v-18e30cb4] {
  color: #475569;
  font-weight: 500;
}
.coop-record-page .content-float .record-card .rc-body .rc-row .rc-val.highlight[data-v-18e30cb4] {
  color: var(--d99b962c);
  font-weight: 700;
}
.coop-record-page .content-float .pagination-row[data-v-18e30cb4] {
  margin-top: 20px;
  text-align: right;
}

