/* [project]/wlmsfrontend/src/views/components/layout/Header.module.css [app-client] (css) */
.Header-module__v9Db1q__header {
  background: var(--wz-card);
  border-bottom: 1px solid var(--wz-border);
  z-index: 150;
  align-items: center;
  gap: 16px;
  height: 64px;
  padding: 0 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.Header-module__v9Db1q__menuBtn {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  flex-shrink: 0;
  gap: 5px;
  padding: 6px 4px;
  display: none;
}

@media (max-width: 767px) {
  .Header-module__v9Db1q__menuBtn {
    display: flex;
  }
}

.Header-module__v9Db1q__menuBtn span {
  background: #64748b;
  border-radius: 2px;
  width: 20px;
  height: 2px;
  display: block;
}

.Header-module__v9Db1q__searchWrap {
  flex: 1;
  max-width: 420px;
  position: relative;
}

.Header-module__v9Db1q__searchIcon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.Header-module__v9Db1q__searchInput {
  border: 1px solid var(--wz-border);
  width: 100%;
  color: var(--wz-text);
  background: #f8fafc;
  border-radius: 8px;
  outline: none;
  padding: 9px 14px 9px 38px;
  font-size: 13px;
}

.Header-module__v9Db1q__searchInput::placeholder {
  color: #94a3b8;
}

.Header-module__v9Db1q__searchInput:focus {
  border-color: var(--wz-primary);
  background: #fff;
}

.Header-module__v9Db1q__actions {
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  display: flex;
}

@media (max-width: 480px) {
  .Header-module__v9Db1q__langWrap, .Header-module__v9Db1q__iconBtn:not(:last-of-type) {
    display: none;
  }

  .Header-module__v9Db1q__searchWrap {
    max-width: none;
  }
}

.Header-module__v9Db1q__langWrap {
  border: 1px solid var(--wz-border);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  display: flex;
}

.Header-module__v9Db1q__langSelect {
  color: var(--wz-text-muted);
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
}

.Header-module__v9Db1q__iconBtn {
  border: 1px solid var(--wz-border);
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.Header-module__v9Db1q__notifBadge {
  color: #fff;
  background: #ef4444;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -4px;
  right: -4px;
}

.Header-module__v9Db1q__avatarWrap {
  cursor: pointer;
  align-items: center;
  gap: 6px;
  display: flex;
}

.Header-module__v9Db1q__avatar {
  color: #fff;
  background: linear-gradient(135deg, #635bff, #10b981);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

/* [project]/wlmsfrontend/src/views/components/team/TeamView.module.css [app-client] (css) */
.TeamView-module__KPncoa__page {
  box-sizing: border-box;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 24px 28px;
  display: flex;
}

.TeamView-module__KPncoa__pageHeading {
  margin-bottom: 20px;
}

.TeamView-module__KPncoa__pageTitle {
  color: var(--wz-text);
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
}

.TeamView-module__KPncoa__pageSubtitle {
  color: var(--wz-text-muted);
  margin: 0;
  font-size: 13px;
}

.TeamView-module__KPncoa__tabBarWrap {
  background: var(--wz-card);
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px #0000000f;
}

.TeamView-module__KPncoa__tabBar {
  scrollbar-width: none;
  align-items: center;
  gap: 0;
  display: flex;
  position: relative;
  overflow-x: auto;
}

.TeamView-module__KPncoa__tabBar::-webkit-scrollbar {
  display: none;
}

.TeamView-module__KPncoa__tabScrollHint {
  color: #94a3b8;
  background: var(--wz-card);
  flex-shrink: 0;
  padding: 0 4px;
  font-size: 18px;
  position: sticky;
  right: 0;
}

.TeamView-module__KPncoa__tabBtn {
  cursor: pointer;
  color: #94a3b8;
  white-space: nowrap;
  background: none;
  border: none;
  border-bottom: 3px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  min-width: 100px;
  padding: 12px 20px;
  transition: all .15s;
  display: flex;
}

.TeamView-module__KPncoa__tabBtn:hover {
  color: var(--wz-text);
  background: #f8fafc;
}

.TeamView-module__KPncoa__tabBtnActive {
  color: #2563eb;
  background: #eff6ff;
  border-bottom: 3px solid #2563eb;
  font-weight: 700;
}

.TeamView-module__KPncoa__tabIcon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.TeamView-module__KPncoa__tabLabel {
  font-size: 12px;
  font-weight: 600;
}

.TeamView-module__KPncoa__tabContent {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  display: flex;
}

.TeamView-module__KPncoa__countBar {
  background: #eff6ff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.TeamView-module__KPncoa__countLeft {
  color: var(--wz-text);
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.TeamView-module__KPncoa__filterPill {
  border: 1px solid var(--wz-border);
  color: #64748b;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 13px;
  display: flex;
}

.TeamView-module__KPncoa__filterSelect {
  color: #64748b;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  font-size: 13px;
}

.TeamView-module__KPncoa__memberCard {
  background: var(--wz-card);
  border-radius: 14px;
  flex-direction: column;
  gap: 12px;
  padding: 16px 18px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.TeamView-module__KPncoa__memberCardTop {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.TeamView-module__KPncoa__memberCardName {
  color: var(--wz-text);
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
}

.TeamView-module__KPncoa__memberCardId {
  color: var(--wz-text-muted);
  font-size: 12px;
}

.TeamView-module__KPncoa__memberCardRight {
  align-items: center;
  gap: 10px;
  display: flex;
}

.TeamView-module__KPncoa__activePill {
  color: #059669;
  background: #d1fae5;
  border-radius: 20px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.TeamView-module__KPncoa__pendingPill {
  color: #d97706;
  background: #fef3c7;
  border-radius: 20px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.TeamView-module__KPncoa__dotGreen {
  background: #059669;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.TeamView-module__KPncoa__dotOrange {
  background: #f59e0b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.TeamView-module__KPncoa__joinDate {
  color: #94a3b8;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  display: flex;
}

.TeamView-module__KPncoa__memberCardContact {
  background: #f8fafc;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px;
  display: flex;
}

.TeamView-module__KPncoa__contactRow {
  color: #475569;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  display: flex;
}

.TeamView-module__KPncoa__whatsappBtn {
  color: #fff;
  cursor: pointer;
  background: #25d366;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .15s;
  display: flex;
}

.TeamView-module__KPncoa__whatsappBtn:hover {
  opacity: .88;
}

.TeamView-module__KPncoa__levelCard {
  background: var(--wz-card);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px #0000000d;
}

.TeamView-module__KPncoa__levelCardHeader {
  cursor: pointer;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  transition: background .15s;
  display: flex;
}

.TeamView-module__KPncoa__levelCardHeader:hover {
  background: #f8fafc;
}

.TeamView-module__KPncoa__levelCardLeft {
  min-width: 80px;
}

.TeamView-module__KPncoa__levelCardTitle {
  color: var(--wz-text);
  font-size: 15px;
  font-weight: 700;
}

.TeamView-module__KPncoa__levelCardSub {
  color: var(--wz-text-muted);
  margin-top: 2px;
  font-size: 11px;
}

.TeamView-module__KPncoa__levelCardMid {
  flex: 1;
  align-items: center;
  gap: 8px;
  display: flex;
}

.TeamView-module__KPncoa__levelMemberCount {
  color: #64748b;
  white-space: nowrap;
  font-size: 13px;
}

.TeamView-module__KPncoa__levelProgressBar {
  background: #e2e8f0;
  border-radius: 4px;
  flex: 1;
  height: 5px;
  overflow: hidden;
}

.TeamView-module__KPncoa__levelProgressFill {
  background: #2563eb;
  border-radius: 4px;
  height: 100%;
}

.TeamView-module__KPncoa__levelCardRight {
  align-items: center;
  gap: 10px;
  display: flex;
}

.TeamView-module__KPncoa__levelIncome {
  color: #059669;
  text-align: right;
  min-width: 70px;
  font-size: 16px;
  font-weight: 800;
}

.TeamView-module__KPncoa__levelExpanded {
  border-top: 1px solid var(--wz-border);
  background: #f8fafc;
  padding: 0;
}

.TeamView-module__KPncoa__levelTable {
  border-collapse: collapse;
  width: 100%;
}

.TeamView-module__KPncoa__levelTable thead tr {
  background: #f1f5f9;
}

.TeamView-module__KPncoa__levelTable th {
  color: #64748b;
  text-align: left;
  border-bottom: 1px solid var(--wz-border);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
}

.TeamView-module__KPncoa__levelTable td {
  color: var(--wz-text);
  border-bottom: 1px solid #f1f5f9;
  padding: 11px 16px;
  font-size: 13px;
}

.TeamView-module__KPncoa__levelTable tr:last-child td {
  border-bottom: none;
}

.TeamView-module__KPncoa__tableAvatarRow {
  align-items: center;
  gap: 8px;
  display: flex;
}

.TeamView-module__KPncoa__viewAllBtn {
  color: #2563eb;
  cursor: pointer;
  text-align: center;
  border: none;
  border-top: 1px solid var(--wz-border);
  background: none;
  width: 100%;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.TeamView-module__KPncoa__levelExpandedEmpty {
  color: var(--wz-text-muted);
  margin: 0;
  padding: 16px 20px;
  font-size: 13px;
}

.TeamView-module__KPncoa__levelTotal {
  background: var(--wz-card);
  color: var(--wz-text);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.TeamView-module__KPncoa__levelTotalAmt {
  color: #059669;
  font-size: 20px;
}

.TeamView-module__KPncoa__matrixYouWrap {
  background: var(--wz-card);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  padding: 20px;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.TeamView-module__KPncoa__matrixYouNode {
  background: #2563eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.TeamView-module__KPncoa__matrixYouNodeTeal {
  background: #0d9488;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.TeamView-module__KPncoa__matrixYouText {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.TeamView-module__KPncoa__matrixYouLines {
  align-items: center;
  gap: 40px;
  margin: 4px 0;
  display: flex;
  position: relative;
}

.TeamView-module__KPncoa__matrixLine {
  background: #2563eb;
  width: 80px;
  height: 2px;
}

.TeamView-module__KPncoa__matrixDot {
  background: #2563eb;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.TeamView-module__KPncoa__matrixDot:first-child {
  left: 0;
}

.TeamView-module__KPncoa__matrixDot:last-child {
  right: 0;
}

.TeamView-module__KPncoa__matrixDotTeal {
  background: #0d9488;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.TeamView-module__KPncoa__matrixDotTeal:first-child {
  left: 0;
}

.TeamView-module__KPncoa__matrixDotTeal:last-child {
  right: 0;
}

.TeamView-module__KPncoa__matrixYouId {
  color: var(--wz-text);
  font-size: 14px;
  font-weight: 700;
}

.TeamView-module__KPncoa__matrixYouLabel {
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
}

.TeamView-module__KPncoa__globalPoolBadge {
  color: #059669;
  background: #d1fae5;
  border: 1px solid #a7f3d0;
  border-radius: 20px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.TeamView-module__KPncoa__cycleRow {
  background: var(--wz-card);
  border-radius: 12px;
  align-items: center;
  margin-bottom: 4px;
  padding: 14px 20px;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.TeamView-module__KPncoa__cycleItem {
  flex: 1;
  align-items: center;
  gap: 10px;
  display: flex;
}

.TeamView-module__KPncoa__cycleDivider {
  background: var(--wz-border);
  width: 1px;
  height: 36px;
  margin: 0 16px;
}

.TeamView-module__KPncoa__cycleLabel {
  color: var(--wz-text-muted);
  margin-bottom: 2px;
  font-size: 11px;
}

.TeamView-module__KPncoa__cycleVal {
  color: var(--wz-text);
  font-size: 18px;
  font-weight: 800;
}

.TeamView-module__KPncoa__cycleValOrange {
  color: #f59e0b;
  font-size: 14px;
  font-weight: 700;
}

.TeamView-module__KPncoa__matrixRow {
  background: var(--wz-card);
  border-radius: 12px;
  grid-template-columns: 60px 160px 1fr 140px;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  display: grid;
  box-shadow: 0 1px 3px #0000000d;
}

.TeamView-module__KPncoa__matrixLevelBadge {
  text-align: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 8px 6px;
}

.TeamView-module__KPncoa__matrixLevelBadgeTeal {
  background: #f0fdfa;
  border-color: #99f6e4;
}

.TeamView-module__KPncoa__matrixLevelLabel {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 9px;
  font-weight: 600;
}

.TeamView-module__KPncoa__matrixLevelNum {
  color: #2563eb;
  font-size: 18px;
  font-weight: 800;
}

.TeamView-module__KPncoa__matrixTreeWrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.TeamView-module__KPncoa__treeSmall {
  overflow: visible;
}

.TeamView-module__KPncoa__matrixDots {
  flex-wrap: wrap;
  gap: 4px;
  max-width: 130px;
  display: flex;
}

.TeamView-module__KPncoa__dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.TeamView-module__KPncoa__matrixGroupBox {
  color: #64748b;
  background: #f1f5f9;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
}

.TeamView-module__KPncoa__matrixInfo {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.TeamView-module__KPncoa__matrixPartners {
  color: var(--wz-text);
  font-size: 13px;
  font-weight: 700;
}

.TeamView-module__KPncoa__matrixIncomeWrap {
  align-items: center;
  gap: 8px;
  display: flex;
}

.TeamView-module__KPncoa__matrixMoneybag {
  align-items: center;
  display: flex;
}

.TeamView-module__KPncoa__matrixIncomeLabel {
  color: var(--wz-text-muted);
  margin-bottom: 2px;
  font-size: 11px;
}

.TeamView-module__KPncoa__matrixIncomeVal {
  color: #059669;
  font-size: 16px;
  font-weight: 800;
}

.TeamView-module__KPncoa__expandBtn {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 6px;
  margin-top: 4px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}

.TeamView-module__KPncoa__badgeComplete {
  color: #fff;
  background: #059669;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.TeamView-module__KPncoa__badgeProgress {
  color: #fff;
  background: #f59e0b;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.TeamView-module__KPncoa__badgeLocked {
  color: #fff;
  background: #94a3b8;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.TeamView-module__KPncoa__matrixTotal {
  color: var(--wz-text);
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.TeamView-module__KPncoa__matrixTotalAmt {
  color: #059669;
  margin-left: auto;
  font-size: 22px;
  font-weight: 800;
}

.TeamView-module__KPncoa__matrixFootnote {
  color: var(--wz-text-muted);
  margin: 4px 0 0;
  padding: 0 4px;
  font-size: 12px;
}

.TeamView-module__KPncoa__clubCard {
  border: 1.5px solid;
  border-radius: 14px;
  overflow: hidden;
}

.TeamView-module__KPncoa__clubTop {
  border-bottom: 1px solid #0000000f;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  display: flex;
}

.TeamView-module__KPncoa__clubBadge {
  border-radius: 12px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.TeamView-module__KPncoa__clubId {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.TeamView-module__KPncoa__crownRow {
  gap: 1px;
  margin-top: 2px;
  display: flex;
}

.TeamView-module__KPncoa__clubMeta {
  flex: 1;
  align-items: center;
  gap: 24px;
  display: flex;
}

.TeamView-module__KPncoa__clubMetaItem {
  color: #64748b;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  display: flex;
}

.TeamView-module__KPncoa__clubMetaLabel {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: 10px;
  font-weight: 500;
}

.TeamView-module__KPncoa__clubMetaVal {
  color: var(--wz-text);
  font-size: 12px;
  font-weight: 700;
}

.TeamView-module__KPncoa__clubStateBadge {
  flex-shrink: 0;
}

.TeamView-module__KPncoa__clubComplete {
  color: #fff;
  letter-spacing: .3px;
  background: #059669;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.TeamView-module__KPncoa__clubProgress {
  color: #fff;
  background: #f59e0b;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.TeamView-module__KPncoa__clubLocked {
  color: #fff;
  background: #94a3b8;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.TeamView-module__KPncoa__clubBody {
  padding: 12px 16px 14px;
}

.TeamView-module__KPncoa__clubBodyRow {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.TeamView-module__KPncoa__clubBodyLabel {
  color: var(--wz-text);
  font-size: 13px;
  font-weight: 600;
}

.TeamView-module__KPncoa__clubPct {
  color: var(--wz-text-muted);
  font-size: 12px;
}

.TeamView-module__KPncoa__clubProgress {
  background: #e2e8f0;
  border-radius: 6px;
  width: 100%;
  height: 8px;
  margin-bottom: 8px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.TeamView-module__KPncoa__clubProgressFill {
  border-radius: 6px;
  height: 100%;
  transition: width .4s;
}

.TeamView-module__KPncoa__clubPayout {
  color: var(--wz-text-muted);
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12.5px;
  display: flex;
}

.TeamView-module__KPncoa__clubLockedMsg {
  color: #94a3b8;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12.5px;
  display: flex;
}

.TeamView-module__KPncoa__clubFooter {
  background: linear-gradient(135deg, #1e293b, #1e3a5f);
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
  padding: 20px 24px;
  display: flex;
}

.TeamView-module__KPncoa__clubFooterTitle {
  color: #fff;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
}

.TeamView-module__KPncoa__clubFooterSub {
  color: #94a3b8;
  font-size: 13px;
}

/*# sourceMappingURL=wlmsfrontend_src_views_components_0tl436q._.css.map*/