/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 02 2026 | 15:19:27 */
/* ═══════════════════════════════════════════════════════════════
   COMO GANHAR PONTOS — catálogo de awards + histórico pessoal
   Prefixo: cp-gnp-
   Compartilhado: cp-gam-fx-* (tech effects)
   Tudo dentro de .cp-ds (reset BuddyBoss).
   ═══════════════════════════════════════════════════════════════ */


/* ───── Keyframes compartilhados (cp-gam-*) ───── */
@keyframes cp-gam-scan {
  0%   { transform: translateX(-100%); opacity: 0; }
  50%  { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}
@keyframes cp-gam-pulse-green {
  0%, 100% { box-shadow: 0 0 0 0 rgba(133,204,163,.6); }
  50%      { box-shadow: 0 0 0 6px rgba(133,204,163,0); }
}
@keyframes cp-gam-pulse-yellow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(216,152,24,.6); }
  50%      { box-shadow: 0 0 0 6px rgba(216,152,24,0); }
}
@keyframes cp-gam-ripple {
  0%   { transform: scale(.7); opacity: 1; }
  100% { transform: scale(2.6); opacity: 0; }
}
@keyframes cp-gam-glow-cool {
  0%, 100% { opacity: .4;  transform: scale(1); }
  50%      { opacity: .9;  transform: scale(1.08); }
}
@keyframes cp-gam-glow-warm {
  0%, 100% { opacity: .55; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.08); }
}


/* ───── Tech-fx genéricos ───── */
/* O wrapper precisa de position:absolute pra nao ocupar espaço em
   layouts grid/flex do container; os pseudo-elementos sao posicionados
   relativos ao container (que tem position:relative). */
.cp-ds .cp-gam-fx-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.cp-ds .cp-gam-fx-corners::before,
.cp-ds .cp-gam-fx-corners::after {
  content: '';
  position: absolute;
  width: 12px; height: 12px;
  pointer-events: none;
  opacity: .4;
  z-index: 1;
}
.cp-ds .cp-gam-fx-corners::before {
  top: 8px; right: 8px;
  border-top: 1.5px solid var(--cp-azul);
  border-right: 1.5px solid var(--cp-azul);
}
.cp-ds .cp-gam-fx-corners::after {
  bottom: 8px; left: 8px;
  border-bottom: 1.5px solid var(--cp-azul);
  border-left: 1.5px solid var(--cp-azul);
}
.cp-ds .cp-gam-fx-scanline {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(86,118,157,.55), transparent);
  pointer-events: none;
  animation: cp-gam-scan 4s ease-in-out infinite;
  z-index: 1;
}
.cp-ds .cp-gam-fx-live {
  position: absolute;
  top: 14px; right: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--cp-text-secondary) !important;
  z-index: 2;
}
.cp-ds .cp-gam-fx-live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #4A996A;
  position: relative;
  animation: cp-gam-pulse-green 2s ease-in-out infinite;
}
.cp-ds .cp-gam-fx-live-dot::before {
  content: '';
  position: absolute; inset: -3px;
  border-radius: 50%;
  border: 1.5px solid rgba(74,153,106,.6);
  animation: cp-gam-ripple 2s ease-out infinite;
}


/* ───── Hero compacto ───── */
.cp-ds .cp-gnp-hero {
  background: linear-gradient(135deg, #1A1A1A 0%, #22222e 40%, #1a2233 80%, #252538 100%);
  color: #fff !important;
  padding: 44px 24px 36px !important;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
}
.cp-ds .cp-gnp-hero::before {
  content: '';
  position: absolute; top: -40%; right: -6%;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(247,212,74,.10) 0%, transparent 70%);
  pointer-events: none;
}
.cp-ds .cp-gnp-hero::after {
  content: '';
  position: absolute; bottom: -50%; left: -4%;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(86,118,157,.10) 0%, transparent 70%);
  pointer-events: none;
}
.cp-ds .cp-gnp-hero-inner {
  max-width: var(--cp-page-max);
  margin: 0 auto !important;
  position: relative; z-index: 1;
}
.cp-ds .cp-gnp-hero-greeting {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--cp-amarelo) !important;
  margin-bottom: 10px !important;
}
.cp-ds .cp-gnp-hero-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cp-amarelo);
  animation: cp-gam-pulse-yellow 2s ease-in-out infinite;
}
.cp-ds .cp-gnp-hero-title {
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.4px;
  margin-bottom: 8px !important;
  color: #fff !important;
}
.cp-ds .cp-gnp-hero-subtitle {
  font-size: 15px !important;
  color: rgba(255,255,255,.68) !important;
  line-height: 1.55 !important;
  max-width: 640px;
  margin-bottom: 18px !important;
}
.cp-ds .cp-gnp-hero-stats {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 6px !important;
}
.cp-ds .cp-gnp-hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.85) !important;
  padding: 7px 14px !important;
  border-radius: 20px;
}
.cp-ds .cp-gnp-hero-chip i { color: var(--cp-amarelo) !important; }
.cp-ds .cp-gnp-hero-chip strong { color: #fff !important; }


/* ───── Body wrapper ───── */
.cp-ds .cp-gnp-body {
  background: var(--cp-bg);
  padding: 36px 24px 64px !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
}
.cp-ds .cp-gnp-body-inner {
  max-width: var(--cp-page-max);
  margin: 0 auto !important;
}
.cp-ds .cp-gnp-section { margin-bottom: 40px !important; }
.cp-ds .cp-gnp-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 18px !important; gap: 16px; flex-wrap: wrap;
}
.cp-ds .cp-gnp-section-head h2 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: var(--cp-text) !important;
  letter-spacing: -0.3px;
  margin: 0 !important; line-height: 1.2 !important;
}
.cp-ds .cp-gnp-section-head-sub {
  font-size: 13px !important;
  color: var(--cp-text-secondary) !important;
  margin-top: 3px !important;
}


/* ───── Hoje na plataforma — KPIs ───── */
.cp-ds .cp-gnp-today {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cp-ds .cp-gnp-today-card {
  background: #fff;
  border-radius: var(--cp-radius-lg);
  padding: 22px 22px 18px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  border: 1px solid #ececef;
  position: relative;
  overflow: hidden;
}
.cp-ds .cp-gnp-today-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--cp-text-secondary) !important;
  margin-bottom: 8px !important;
  display: flex; align-items: center; gap: 6px;
  position: relative; z-index: 2;
}
.cp-ds .cp-gnp-today-label i { font-size: 11px !important; color: var(--cp-azul) !important; }
.cp-ds .cp-gnp-today-value {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: var(--cp-text) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px;
  position: relative; z-index: 2;
  font-variant-numeric: tabular-nums;
}
.cp-ds .cp-gnp-today-value-suffix {
  font-size: 13px !important;
  color: var(--cp-text-secondary) !important;
  font-weight: 600 !important;
  margin-left: 4px !important;
}
.cp-ds .cp-gnp-today-sub {
  font-size: 12px !important;
  color: var(--cp-text-secondary) !important;
  margin-top: 6px !important;
  position: relative; z-index: 2;
}
.cp-ds .cp-gnp-today-card-warn {
  background: linear-gradient(135deg, #fff 0%, #fff8e1 100%);
  border-color: #f5d966;
}
.cp-ds .cp-gnp-today-card-warn .cp-gnp-today-label i { color: #d89818 !important; }
.cp-ds .cp-gnp-today-card-warn::before {
  content: '';
  position: absolute;
  top: -40%; right: -25%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255,154,60,.22), transparent 60%);
  pointer-events: none;
  animation: cp-gam-glow-warm 3s ease-in-out infinite;
}
.cp-ds .cp-gnp-today-card-cool::before {
  content: '';
  position: absolute;
  top: -50%; right: -25%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(86,118,157,.12), transparent 60%);
  pointer-events: none;
  animation: cp-gam-glow-cool 4s ease-in-out infinite;
}


/* ───── Filter pills (monocromáticos) ───── */
.cp-ds .cp-gnp-filters {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 14px !important;
}
.cp-ds .cp-gnp-filter-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--cp-text-secondary) !important;
  background: transparent;
  border: 1px solid #e6e6ea;
  padding: 6px 12px !important;
  border-radius: var(--cp-radius-sm);
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
  letter-spacing: .1px;
}
.cp-ds .cp-gnp-filter-pill:hover {
  border-color: var(--cp-text-secondary);
  color: var(--cp-text) !important;
}
.cp-ds .cp-gnp-filter-pill.active {
  background: var(--cp-preto);
  border-color: var(--cp-preto);
  color: #fff !important;
}
.cp-ds .cp-gnp-filter-count {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: var(--cp-text-muted) !important;
  background: transparent;
  padding: 0 !important;
}
.cp-ds .cp-gnp-filter-pill.active .cp-gnp-filter-count {
  color: rgba(255,255,255,.7) !important;
}


/* ───── Catálogo — tabela editorial ───── */
.cp-ds .cp-gnp-catalog {
  background: #fff;
  border: 1px solid #ececef;
  border-radius: var(--cp-radius);
  overflow: hidden;
}
.cp-ds .cp-gnp-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  font-size: 13px !important;
  background: transparent !important;
}
.cp-ds .cp-gnp-table thead th {
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--cp-text-muted) !important;
  background: #fafafc !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #ececef !important;
  text-align: left !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}
.cp-ds .cp-gnp-table thead th.cp-gnp-th-pts,
.cp-ds .cp-gnp-table thead th.cp-gnp-th-progress {
  text-align: right !important;
}
.cp-ds .cp-gnp-table tbody td {
  padding: 14px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #f3f3f5 !important;
  background: transparent !important;
  vertical-align: middle !important;
  color: var(--cp-text) !important;
  line-height: 1.4 !important;
}
.cp-ds .cp-gnp-table tbody tr:last-child td {
  border-bottom: 0 !important;
}
.cp-ds .cp-gnp-table tbody tr:hover td {
  background: #fafafc !important;
}
.cp-ds .cp-gnp-table tbody tr[data-cat-hidden="1"] {
  display: none;
}

/* Coluna AÇÃO */
.cp-ds .cp-gnp-table .cp-gnp-cell-action {
  font-weight: 600 !important;
  color: var(--cp-text) !important;
}

/* Coluna CATEGORIA — label sutil */
.cp-ds .cp-gnp-table .cp-gnp-cell-cat {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--cp-text-secondary) !important;
  white-space: nowrap;
  font-weight: 600 !important;
}

/* Coluna PONTOS — tabular nums, peso 800 */
.cp-ds .cp-gnp-table .cp-gnp-cell-pts {
  text-align: right !important;
  font-variant-numeric: tabular-nums;
  font-weight: 800 !important;
  color: var(--cp-text) !important;
  white-space: nowrap;
  font-size: 14px !important;
}
.cp-ds .cp-gnp-table .cp-gnp-cell-pts-suffix {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: var(--cp-text-muted) !important;
  margin-left: 2px;
}
.cp-ds .cp-gnp-table .cp-gnp-cell-pts.high {
  color: #8a6800 !important;
}

/* Coluna LIMITE — secundário */
.cp-ds .cp-gnp-table .cp-gnp-cell-limit {
  color: var(--cp-text-secondary) !important;
  font-size: 12px !important;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Coluna PROGRESSO — barra fina + contador */
.cp-ds .cp-gnp-table .cp-gnp-cell-progress {
  text-align: right !important;
  white-space: nowrap;
  min-width: 140px;
}
.cp-ds .cp-gnp-progress-wrap {
  display: inline-flex; align-items: center; gap: 10px;
  width: 100%;
  justify-content: flex-end;
}
.cp-ds .cp-gnp-progress-bar {
  flex: 0 1 80px;
  height: 3px;
  background: #f0f0f3;
  border-radius: 2px;
  overflow: hidden;
}
.cp-ds .cp-gnp-progress-fill {
  height: 100%;
  width: 0;
  background: var(--cp-azul);
  border-radius: 2px;
  transition: width .4s ease;
}
.cp-ds .cp-gnp-progress-text {
  font-size: 11px !important;
  color: var(--cp-text-muted) !important;
  font-weight: 600 !important;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  min-width: 36px;
  text-align: right;
}

/* Estado "concluído hoje" — linha riscada + barra verde + check */
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done td {
  background: #fafffb !important;
}
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done .cp-gnp-cell-action,
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done .cp-gnp-cell-cat,
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done .cp-gnp-cell-limit {
  text-decoration: line-through !important;
  color: var(--cp-text-muted) !important;
}
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done .cp-gnp-cell-pts {
  color: #4A996A !important;
}
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done .cp-gnp-progress-fill {
  width: 100% !important;
  background: #4A996A !important;
}
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done .cp-gnp-progress-text {
  color: #4A996A !important;
}
.cp-ds .cp-gnp-table tbody tr.cp-gnp-row--done .cp-gnp-progress-text::before {
  content: "\f00c"; /* fa-check */
  font-family: FontAwesome;
  margin-right: 4px;
  font-size: 10px;
}


/* ───── Card de conversão ───── */
.cp-ds .cp-gnp-conv {
  background: linear-gradient(135deg, #1A1A1A 0%, #2a2a2a 100%);
  border-radius: var(--cp-radius-lg);
  padding: 26px 28px !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.cp-ds .cp-gnp-conv .cp-gam-fx-corners::before,
.cp-ds .cp-gnp-conv .cp-gam-fx-corners::after {
  border-color: var(--cp-amarelo);
  opacity: .55;
}
.cp-ds .cp-gnp-conv .cp-gam-fx-scanline {
  background: linear-gradient(90deg, transparent, rgba(247,212,74,.65), transparent);
}
.cp-ds .cp-gnp-conv-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--cp-amarelo), var(--cp-dourado));
  display: flex; align-items: center; justify-content: center;
  color: var(--cp-preto) !important;
  font-size: 24px !important;
  box-shadow: 0 4px 16px rgba(247,212,74,.35);
  flex-shrink: 0;
}
.cp-ds .cp-gnp-conv-content { min-width: 0; }
.cp-ds .cp-gnp-conv-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--cp-amarelo) !important;
  margin-bottom: 4px !important;
}
.cp-ds .cp-gnp-conv-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-bottom: 4px !important;
}
.cp-ds .cp-gnp-conv-desc {
  font-size: 13px !important;
  color: rgba(255,255,255,.7) !important;
  line-height: 1.5 !important;
}

/* Saldo grande à direita (com shortcode inline do GamiPress) */
.cp-ds .cp-gnp-conv-balance {
  text-align: right;
  min-width: 140px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.08);
}
.cp-ds .cp-gnp-conv-balance-label {
  display: block;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: rgba(255,255,255,.55) !important;
  margin-bottom: 6px !important;
}
.cp-ds .cp-gnp-conv-balance-value {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: var(--cp-amarelo) !important;
  line-height: 1.1 !important;
  font-variant-numeric: tabular-nums;
}
/* Inline shortcode do GamiPress dentro do balance — esconde thumbnail, ajusta cores */
.cp-ds .cp-gnp-conv-balance .gamipress-user-points,
.cp-ds .cp-gnp-conv-balance .gamipress-user-points-amount,
.cp-ds .cp-gnp-conv-balance .gamipress-user-points-label {
  color: var(--cp-amarelo) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
}
.cp-ds .cp-gnp-conv-balance img,
.cp-ds .cp-gnp-conv-balance .gamipress-user-points-thumbnail {
  display: none !important;
}


/* ───── Histórico — wrapper + reskin do shortcode GamiPress ───── */
.cp-ds .cp-gnp-log {
  background: #fff;
  border-radius: var(--cp-radius-lg);
  border: 1px solid #ececef;
  overflow: hidden;
  position: relative;
}

/* Tabela renderizada pelo [gamipress_earnings] */
.cp-ds .cp-gnp-log table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  font-size: 13px !important;
}
.cp-ds .cp-gnp-log table thead {
  background: #fafafc !important;
}
.cp-ds .cp-gnp-log table thead th {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: var(--cp-text-secondary) !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 14px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid #f3f3f5 !important;
  text-align: left !important;
  background: #fafafc !important;
  line-height: 1.2 !important;
}
.cp-ds .cp-gnp-log table tbody td {
  padding: 14px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid #f3f3f5 !important;
  background: transparent !important;
  vertical-align: middle !important;
  color: var(--cp-text) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}
.cp-ds .cp-gnp-log table tbody tr:hover td {
  background: #fafafc !important;
}
.cp-ds .cp-gnp-log table tbody tr:last-child td {
  border-bottom: 0 !important;
}
/* Esconde a coluna de imagem (1ª) — geralmente vazia com thumbnail=no */
.cp-ds .cp-gnp-log table thead th:first-child,
.cp-ds .cp-gnp-log table tbody td:first-child {
  display: none !important;
}
/* Coluna pontos: alinha à direita, peso forte e cor azul */
.cp-ds .cp-gnp-log table thead th:last-child,
.cp-ds .cp-gnp-log table tbody td:last-child {
  text-align: right !important;
  white-space: nowrap;
  font-weight: 800 !important;
  color: var(--cp-azul) !important;
}
/* Coluna data: secundária, sem quebra */
.cp-ds .cp-gnp-log table tbody td:nth-last-child(2) {
  white-space: nowrap;
  color: var(--cp-text-secondary) !important;
  font-size: 12px !important;
}
/* Paginação */
.cp-ds .cp-gnp-log .gamipress-pagination,
.cp-ds .cp-gnp-log .gamipress-earnings-pagination,
.cp-ds .cp-gnp-log nav.pagination {
  padding: 14px 20px !important;
  text-align: center !important;
  background: #fafafc !important;
  border-top: 1px solid #f3f3f5 !important;
  font-size: 12px !important;
  color: var(--cp-text-secondary) !important;
}
.cp-ds .cp-gnp-log .gamipress-pagination a,
.cp-ds .cp-gnp-log .gamipress-earnings-pagination a,
.cp-ds .cp-gnp-log nav.pagination a {
  color: var(--cp-azul) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  margin: 0 6px !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
}
.cp-ds .cp-gnp-log .gamipress-pagination a.current,
.cp-ds .cp-gnp-log .gamipress-pagination span.current,
.cp-ds .cp-gnp-log nav.pagination a.current,
.cp-ds .cp-gnp-log nav.pagination span.current {
  background: var(--cp-preto) !important;
  color: #fff !important;
}


/* ───── Responsivo ───── */
@media (max-width: 900px) {
  .cp-ds .cp-gnp-today {
    grid-template-columns: repeat(2, 1fr);
  }
  .cp-ds .cp-gnp-conv {
    grid-template-columns: 1fr;
    text-align: center;
  }
  /* Esconde colunas LIMITE em telas medianas */
  .cp-ds .cp-gnp-table .cp-gnp-th-limit,
  .cp-ds .cp-gnp-table .cp-gnp-cell-limit {
    display: none;
  }
}
@media (max-width: 480px) {
  .cp-ds .cp-gnp-hero-title { font-size: 26px !important; }
  .cp-ds .cp-gnp-today {
    grid-template-columns: 1fr;
  }
  /* Em mobile, só AÇÃO + PONTOS + barra inline embaixo (full-width) */
  .cp-ds .cp-gnp-table .cp-gnp-th-cat,
  .cp-ds .cp-gnp-table .cp-gnp-cell-cat {
    display: none;
  }
  .cp-ds .cp-gnp-table thead th,
  .cp-ds .cp-gnp-table tbody td {
    padding: 12px 14px !important;
  }
  .cp-ds .cp-gnp-table .cp-gnp-cell-progress {
    min-width: 110px;
  }
  .cp-ds .cp-gnp-progress-bar {
    flex: 0 1 50px;
  }
}
