/* 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-c0a1aede] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-c0a1aede] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-c0a1aede]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-c0a1aede]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-c0a1aede]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-c0a1aede]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-c0a1aede] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-c0a1aede] {
  pointer-events: none;
}
#nprogress .bar[data-v-c0a1aede] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-c0a1aede] {
  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-c0a1aede] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-c0a1aede] {
  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-c0a1aede 400ms linear infinite;
  animation: nprogress-spinner-c0a1aede 400ms linear infinite;
}
.nprogress-custom-parent[data-v-c0a1aede] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-c0a1aede],
.nprogress-custom-parent #nprogress .bar[data-v-c0a1aede] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-c0a1aede {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-c0a1aede {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes slideUpFadeIn-c0a1aede {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUpFadeIn-c0a1aede {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.lottery-workstation-container[data-v-c0a1aede] {
  background: #F0F4F8;
  min-height: 100vh;
}
.lottery-workstation-container .din-font[data-v-c0a1aede] {
  font-family: 'DIN Alternate', monospace;
}
.lottery-workstation-container .premium-header[data-v-c0a1aede] {
  position: relative;
  padding: 40px 32px 80px;
  overflow: hidden;
}
.lottery-workstation-container .premium-header .header-inner[data-v-c0a1aede] {
  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;
}
.lottery-workstation-container .premium-header .header-inner .title-block .page-title[data-v-c0a1aede] {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.lottery-workstation-container .premium-header .header-inner .title-block .page-sub[data-v-c0a1aede] {
  margin: 6px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.lottery-workstation-container .premium-header .header-inner .header-stats[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.lottery-workstation-container .premium-header .header-inner .header-stats .h-stat[data-v-c0a1aede] {
  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;
}
.lottery-workstation-container .premium-header .header-inner .header-stats .h-stat .h-val[data-v-c0a1aede] {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.lottery-workstation-container .premium-header .header-inner .header-stats .h-stat .h-label[data-v-c0a1aede] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.lottery-workstation-container .premium-header .header-inner .header-stats .h-divider[data-v-c0a1aede] {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.25);
}
.lottery-workstation-container .premium-header .blob[data-v-c0a1aede] {
  position: absolute;
  border-radius: 50%;
}
.lottery-workstation-container .premium-header .blob.b1[data-v-c0a1aede] {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -40px;
  background: rgba(255, 255, 255, 0.08);
}
.lottery-workstation-container .premium-header .blob.b2[data-v-c0a1aede] {
  width: 340px;
  height: 340px;
  bottom: -120px;
  left: 5%;
  background: rgba(255, 255, 255, 0.05);
}
.lottery-workstation-container .content-float[data-v-c0a1aede] {
  margin-top: -48px !important;
  padding: 0 24px 32px !important;
  position: relative;
  z-index: 10;
}
.lottery-workstation-container .staggered-item[data-v-c0a1aede] {
  opacity: 0;
  -webkit-animation: slideUpFadeIn-c0a1aede 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: slideUpFadeIn-c0a1aede 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
}
.lottery-workstation-container .command-header[data-v-c0a1aede] {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.lottery-workstation-container .command-header .glass-icon-orb[data-v-c0a1aede] {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1890ff 0%, #36cfc9 100%);
  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;
  margin-right: 16px;
}
.lottery-workstation-container .command-header .glass-icon-orb i[data-v-c0a1aede] {
  font-size: 28px;
  color: #fff;
}
.lottery-workstation-container .command-header .meta h1[data-v-c0a1aede] {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #1f2937;
}
.lottery-workstation-container .command-header .meta p[data-v-c0a1aede] {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
}
.lottery-workstation-container .premium-card[data-v-c0a1aede] {
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.lottery-workstation-container .device-toolbar[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin: 0 0 18px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #f8fbff;
}
.lottery-workstation-container .device-toolbar .device-toolbar-copy[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: auto;
}
.lottery-workstation-container .device-toolbar .device-toolbar-copy > i[data-v-c0a1aede] {
  color: #1890ff;
  font-size: 22px;
}
.lottery-workstation-container .device-toolbar .device-toolbar-copy strong[data-v-c0a1aede],
.lottery-workstation-container .device-toolbar .device-toolbar-copy span[data-v-c0a1aede] {
  display: block;
}
.lottery-workstation-container .device-toolbar .device-toolbar-copy span[data-v-c0a1aede] {
  color: #64748b;
  font-size: 12px;
}
.lottery-workstation-container .lottery-grid[data-v-c0a1aede] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 20px;
}
.lottery-workstation-container .order-card[data-v-c0a1aede] {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #edf2f7;
  padding: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lottery-workstation-container .order-card[data-v-c0a1aede]:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.lottery-workstation-container .order-card .card-header[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.lottery-workstation-container .order-card .card-header .user-info[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.lottery-workstation-container .order-card .card-header .user-info .info-col[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lottery-workstation-container .order-card .card-header .user-info .info-col .name[data-v-c0a1aede] {
  font-weight: 700;
  font-size: 16px;
  color: #1e293b;
}
.lottery-workstation-container .order-card .card-header .user-info .info-col .time[data-v-c0a1aede] {
  font-size: 13px;
  color: #94a3b8;
}
.lottery-workstation-container .order-card .card-header .user-info .info-col .order-sn[data-v-c0a1aede] {
  font-size: 10px;
  color: #cbd5e1;
  font-family: monospace;
  margin-top: 2px;
}
.lottery-workstation-container .order-card .card-header .status-col[data-v-c0a1aede] {
  text-align: right;
}
.lottery-workstation-container .order-card .card-header .status-col .status-tag[data-v-c0a1aede] {
  margin-bottom: 4px;
  font-weight: 600;
}
.lottery-workstation-container .order-card .card-header .status-col .price[data-v-c0a1aede] {
  font-weight: 800;
  font-size: 20px;
  color: #01b8a9;
}
.lottery-workstation-container .order-card .card-header .status-col .price.win[data-v-c0a1aede] {
  color: var(--3ff36ddc);
}
.lottery-workstation-container .order-card .card-meta-info[data-v-c0a1aede] {
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.lottery-workstation-container .order-card .card-meta-info .meta-line[data-v-c0a1aede] {
  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: 14px;
}
.lottery-workstation-container .order-card .card-meta-info .meta-line .label[data-v-c0a1aede] {
  color: #64748b;
}
.lottery-workstation-container .order-card .card-meta-info .meta-line .val[data-v-c0a1aede] {
  color: #1e293b;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.lottery-workstation-container .order-card .card-meta-info .meta-line .val .copy-icon[data-v-c0a1aede] {
  color: var(--3ff36ddc);
  cursor: pointer;
  font-size: 15px;
}
.lottery-workstation-container .order-card .card-meta-info .meta-line .val .copy-icon[data-v-c0a1aede]:hover {
  color: #1d4ed8;
}
.lottery-workstation-container .order-card .card-body[data-v-c0a1aede] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lottery-workstation-container .order-card .card-body .lottery-meta-row[data-v-c0a1aede] {
  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: 12px;
}
.lottery-workstation-container .order-card .card-body .lottery-meta-row .lottery-type-badge[data-v-c0a1aede] {
  background: #e0f2fe;
  color: var(--3ff36ddc);
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
.lottery-workstation-container .order-card .card-body .lottery-meta-row .bet-summary[data-v-c0a1aede] {
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}
.lottery-workstation-container .order-card .card-body .ticket-thumb[data-v-c0a1aede] {
  margin-bottom: 12px;
  color: #6366f1;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  background: #f5f3ff;
  border-radius: 4px;
  display: inline-block;
}
.lottery-workstation-container .order-card .card-body .content-loader[data-v-c0a1aede] {
  padding: 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row[data-v-c0a1aede] {
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #f1f5f9;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport[data-v-c0a1aede] {
  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: 8px;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-teams[data-v-c0a1aede] {
  font-size: 15px;
  font-weight: 700;
  color: #334155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-teams .match-num[data-v-c0a1aede] {
  color: var(--3ff36ddc);
  background: #e0f2fe;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-teams .vs[data-v-c0a1aede] {
  color: #cbd5e1;
  font-style: italic;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-teams .let[data-v-c0a1aede] {
  font-size: 13px;
  color: var(--3ff36ddc);
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-teams .let.minus[data-v-c0a1aede] {
  color: #16A34A;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-result-view[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-result-view .score-pill[data-v-c0a1aede] {
  background: #f1f5f9;
  color: #475569;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
  border: 1px solid #e2e8f0;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-result-view .score-pill.win[data-v-c0a1aede] {
  color: var(--3ff36ddc);
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .match-header-sport .match-result-view .result-label[data-v-c0a1aede] {
  color: var(--3ff36ddc);
  font-size: 13px;
  font-weight: bold;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .bet-content .tags-row[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .bet-content .tags-row .bet-tag[data-v-c0a1aede] {
  background: #e0f2fe;
  color: var(--3ff36ddc);
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid transparent;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .bet-content .tags-row .bet-tag .odds[data-v-c0a1aede] {
  color: #48DBFB;
  margin-left: 4px;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .bet-content .tags-row .bet-tag.win[data-v-c0a1aede] {
  border-color: var(--3ff36ddc);
  color: var(--3ff36ddc);
  background: #fff;
  font-weight: bold;
}
.lottery-workstation-container .order-card .card-body .inline-sports-list .match-mini-row .bet-content .tags-row .bet-tag.win .odds[data-v-c0a1aede] {
  color: var(--3ff36ddc);
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .official-award-banner[data-v-c0a1aede] {
  background: #fdf2f2;
  border: 1px solid #fee2e2;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .official-award-banner .label[data-v-c0a1aede] {
  font-size: 14px;
  color: #b91c1c;
  font-weight: bold;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .official-award-banner .balls[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row[data-v-c0a1aede] {
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #f1f5f9;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .period-info[data-v-c0a1aede] {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .period-info .mode-tag[data-v-c0a1aede] {
  color: var(--3ff36ddc);
  font-weight: bold;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6px;
  gap: 8px;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row .group-label[data-v-c0a1aede] {
  font-size: 13px;
  color: #94a3b8;
  width: 40px;
  margin-top: 6px;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row .balls[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row .balls .ball[data-v-c0a1aede] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 15px;
  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;
  font-weight: 600;
  position: relative;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row .balls .ball.red[data-v-c0a1aede] {
  background: linear-gradient(135deg, #FF6B6B, #EE5253);
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row .balls .ball.blue[data-v-c0a1aede] {
  background: linear-gradient(135deg, #48DBFB, #0ABDE3);
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row .balls .ball.x-small[data-v-c0a1aede] {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
.lottery-workstation-container .order-card .card-body .inline-lotto-list .lotto-mini-row .ball-group-row .balls .ball .dan[data-v-c0a1aede] {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #FF9F43;
  color: #fff;
  font-size: 9px;
  padding: 1px 4px;
  border-radius: 4px;
}
.lottery-workstation-container .order-card .card-footer[data-v-c0a1aede] {
  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;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
  margin-top: 8px;
}
.lottery-workstation-container .order-card .card-footer .win-display[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.lottery-workstation-container .order-card .card-footer .win-display .pending-label[data-v-c0a1aede] {
  background: #fee2e2;
  color: var(--3ff36ddc);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.lottery-workstation-container .order-card .card-footer .win-display .win-amount[data-v-c0a1aede] {
  color: var(--3ff36ddc);
  font-weight: 800;
  font-size: 20px;
}
.lottery-workstation-container .order-card .card-footer .actions-group[data-v-c0a1aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.lottery-workstation-container .order-card .card-footer .danger-txt[data-v-c0a1aede] {
  color: var(--3ff36ddc);
}
.lottery-workstation-container .pagination-hub[data-v-c0a1aede] {
  margin-top: 32px;
  text-align: center;
}

