 

.wlb {
  --wlb-accent: #22c55e;
  --wlb-bg: #212121;
  --wlb-surface: #1b212a;
  --wlb-surface-2: #292d2e;
  --wlb-raised: #323738;
  --wlb-line: #2f3435;
  --wlb-line-soft: rgba(255, 255, 255, .07);
  --wlb-text: #ffffff;
  --wlb-text-2: #d1d3d4;
  --wlb-muted: #8d92a2;
  --wlb-live: #ef4444;
  --wlb-warn: #f0b429;
  --wlb-up: #4ade80;
  --wlb-down: #f87171;
  --wlb-r: 11px;
  --wlb-r-sm: 7px;

   
  --wlb-font-so: Oswald, Barlow, "Segoe UI", sans-serif;

  background: var(--wlb-bg);
  color: var(--wlb-text);
   
  font-family: Barlow, Raleway, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
 
 
.wlb, .wlb *, .wlb *::before, .wlb *::after { box-sizing: border-box; }
.wlb img { max-width: 100%; display: block; }

 
.wlb { width: 100%; max-width: 100%; }

 
 
 
 
.wlb--wide { box-sizing: border-box; padding-inline: max(0px, calc((100% - var(--wlb-cot, 1358px)) / 2)); }

 
@media (max-width: 575.98px) {
  .wlb--wide {
    width: auto;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

 
:where(div, main, section, article):has(.wlb--wide) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1279.98px) { .wlb { --wlb-cot: 1138px; } }
@media (max-width: 1199.98px) { .wlb { --wlb-cot: 958px; } }
@media (max-width: 991.98px) { .wlb { --wlb-cot: 718px; } }
@media (max-width: 767.98px) { .wlb { --wlb-cot: 538px; } }
@media (max-width: 575.98px) { .wlb { --wlb-cot: 100%; } }

 
.wlb .wlb-filter__n,
.wlb .wlb-vtab__nut, .wlb .wlb-mtab__tag, .wlb .wlb-otab,
.wlb .wlb-table--standings, .wlb .wlb-t-pos, .wlb .wlb-t-pts,
.wlb .wlb-bxh-mini,
.wlb .wlb-keo__o, .wlb .wlb-keo__nhan, .wlb .wlb-keo-mini,
.wlb .wlb-score, .wlb .wlb-ls__cs, .wlb .wlb-ls__so, .wlb .wlb-ls__gio,
.wlb .wlb-ls__goc, .wlb .wlb-ls__the, .wlb .wlb-h2h__score,
.wlb .wlb-days__pick, .wlb .wlb-days__today,
.wlb .wlb-pager, .wlb .wlb-section__count {
  font-family: var(--wlb-font-so);
}
 
.wlb .wlb-keo__o { font-weight: 700; }
.wlb .wlb-pager { font-weight: 600; }

 
.wlb-strip {
   
  display: flex; gap: 13px;
   
  padding: 21px 14px;
  background: #303536;
  border-bottom: 1px solid var(--wlb-line);
   
  border-radius: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.wlb-strip::-webkit-scrollbar { height: 4px; }
.wlb-strip::-webkit-scrollbar-thumb { background: var(--wlb-raised); border-radius: 4px; }

 
.wlb { --wlb-nut: #464f50; --wlb-nut-bong: #2d3334; }

.wlb-striprow { position: relative; }
.wlb-strip__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  display: flex; align-items: center; justify-content: center;
  width: 20px; height: 40px; padding: 0;
  border: 0; border-radius: 4px;
  background: var(--wlb-nut); box-shadow: 0 2px 0 0 var(--wlb-nut-bong);
  color: #fff; cursor: pointer;
  transition: opacity .3s;
}
.wlb-strip__nav--truoc { left: 2px; }
.wlb-strip__nav--sau { right: 2px; }
 
.wlb-strip__nav--truoc svg { transform: rotate(180deg); }
.wlb-strip__nav:disabled { opacity: .3; cursor: not-allowed; }
 
@media (max-width: 991.98px) { .wlb-strip__nav { display: none; } }
.wlb-chip {
   
  flex: 0 0 auto; min-width: 120px;
  background: #2e2929; border: 0;
  border-radius: 6px; padding: 4px;
  transition: border-color .15s, transform .15s;
}
.wlb-chip:hover { border-color: var(--wlb-raised); transform: translateY(-1px); }
.wlb-chip.is-live { border-color: rgba(239, 68, 68, .4); }
.wlb-chip__time {
  font-size: 11px; color: var(--wlb-muted); letter-spacing: .02em;
  display: flex; align-items: center; gap: 5px; margin-bottom: 5px;
}
.wlb-chip.is-live .wlb-chip__time { color: var(--wlb-live); }
.wlb-chip__row { display: flex; align-items: center; gap: 6px; font-size: 12px; margin-top: 3px; }
.wlb-chip__row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

 
 
 
.wlb-sports { display: flex; gap: 19.556px; padding: 34px 14px 16px; justify-content: center; flex-wrap: wrap; }
 
 
.wlb-sport {
  display: inline-flex; align-items: center; gap: 7.333px;
   
  min-width: 115px;
  height: 44px; padding: 0 14.667px; border-radius: 7px;
  background: var(--wlb-raised); border: 0;
  color: var(--wlb-text); font-size: 14px; font-weight: 500;
  text-transform: uppercase; letter-spacing: normal; text-decoration: none;
  position: relative; transition: background .15s, color .15s;
}
.wlb-sport:hover { color: var(--wlb-text); }
 
 
.wlb-sport.is-on {
  background-color: transparent;
  background-image: linear-gradient(270deg, rgb(50, 56, 57), rgb(47, 90, 73));
  color: #00fffd; font-weight: 700;
}
 
.wlb-sport__dot { width: 25px; height: 25px; border-radius: 50%; flex: 0 0 25px; }
.wlb-sport__ico { width: 25px; height: 25px; flex: 0 0 25px; opacity: .85; }
.wlb-sport.is-on .wlb-sport__ico { opacity: 1; }
 
.wlb-sport__ico--football { color: #2fd06b; }
.wlb-sport__ico--basketball { color: #ff8c42; }
 
.wlb-sport__ico--tennis { color: #22d3ee; }
.wlb-sport__ico--badminton { color: #4cc9f0; }
.wlb-sport__ico--volleyball { color: #2dd4bf; }
.wlb-sport__ico--esports { color: #e8eef5; }
 
.wlb-sport__ico { opacity: 1; }
 
.wlb-sport__n { display: none; }
.wlb-sport.is-empty { opacity: .5; }
.wlb-sport.is-empty:hover { opacity: .75; }
.wlb-sport__live {
  position: absolute; top: -6px; right: -5px;
  background: var(--wlb-live); color: #fff;
  font-size: 11px; font-weight: 500; letter-spacing: .04em;
  padding: 1px 4px; border-radius: 3px;
}

 
 
 
 
.wlb .wlb-title {
  text-align: center; font-size: 22px; font-weight: 700; line-height: 30px;
  font-family: Barlow, Raleway, system-ui, sans-serif;
  padding: 0 14px; margin: 0 0 29px;
  color: var(--wlb-text);
  text-wrap: balance;
}
 
 
.wlb .wlb-title--trai {
  text-align: left; text-transform: uppercase; letter-spacing: .3px;
  font-family: var(--wlb-font-so); font-size: 24px;
  padding: 14px 14px 12px; color: var(--wlb-text);
}
@media (max-width: 767px) { .wlb .wlb-title { font-size: 17px; } .wlb .wlb-title--trai { font-size: 19px; } }
 
.wlb-filters {
  display: flex; gap: 15px; padding: 0 14px 14px;
  overflow-x: auto; align-items: center; scrollbar-width: none;
}
.wlb-filters::-webkit-scrollbar { display: none; }
.wlb-filter {
  height: 34px; padding: 0 16px; border-radius: 100px;
  background: var(--wlb-raised); border: 0;
  color: var(--wlb-text); font-size: 13px; font-weight: 500; line-height: 18px;
  white-space: nowrap; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  transition: color .15s, background .15s;
}
.wlb-filter:hover { color: var(--wlb-text); }
 
.wlb-filter--live,
.wlb-filter.is-on { background: var(--wlb-raised); color: #00ff5d; font-weight: 700; }
 
.wlb-filters--giai { padding-bottom: 8px; }
 
.wlb-filters--giai .wlb-filter { font-size: 12px; }

 
.wlb-filter__ico { flex: 0 0 18px; opacity: .85; }
.wlb-filter.is-on .wlb-filter__ico { opacity: 1; }
 
.wlb-filter__ico--live, .wlb-filter__ico--stream, .wlb-filter__ico--today,
.wlb-filter__ico--tomorrow, .wlb-filter__ico--all, .wlb-filter__ico--hot { color: inherit; }

 
.wlb-grid--gap > .wlb-card:nth-child(n + 21) { display: none; }
 
.wlb-xemthem { display: flex; justify-content: center; padding: 4px 14px 16px; }
 
.wlb-xemthem__nut {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 38px; min-width: 109px; padding: 8px 12px; margin: 0;
  border-radius: 4px; cursor: pointer;
  background: var(--wlb-nut, #464f50); border: 0;
  box-shadow: 0 2px 0 0 var(--wlb-nut-bong, #2d3334);
  color: #fff; font-size: 14px; line-height: 20px; font-weight: 600;
  letter-spacing: normal; text-transform: uppercase;
  transition: background .15s, color .15s;
}
.wlb-xemthem__nut:hover { background: var(--wlb-raised); color: #fff; }
 
.wlb-xemthem__nut svg { flex: 0 0 10px; }

 
.wlb-giai { margin: 19px 0 0; padding: 0 14px; }

 
.wlb-giai__dau { position: relative; height: 36px; margin-bottom: 16px; }
.wlb-giai__tit {
  margin: 0; font-family: var(--wlb-font-so); font-size: 24px; font-weight: 700;
  line-height: 36px; color: #fff; text-transform: uppercase; letter-spacing: normal;
}
.wlb-giai__het {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  display: inline-flex; align-items: center; gap: 5px;
  height: 26px; padding: 3px 5px; border-radius: 4px;
  background: #464f50; color: #fff; text-decoration: none;
  font-family: Barlow, Raleway, system-ui, sans-serif;
  font-size: 12px; line-height: 20px; font-weight: 700;
   
  text-transform: uppercase;
}
.wlb-giai__het:hover { background: var(--wlb-raised); color: #fff; }

 
.wlb-giai__ds {
  display: grid; grid-template-columns: repeat(10, minmax(100px, 1fr));
  gap: 30px; overflow-x: auto; scrollbar-width: none;
}
.wlb-giai__ds::-webkit-scrollbar { display: none; }
 
.wlb-giai__muc {
  display: block; width: auto; flex: initial; height: 100px; text-decoration: none;
  background: none; border: 0; border-radius: 0; padding: 0; gap: normal;
}
.wlb-giai__muc.is-on { opacity: 1; }
.wlb-giai__muc:not(.is-on):hover { opacity: .82; }
.wlb-giai__muc img { width: 100px; height: 100px; object-fit: contain; }

@media (max-width: 991px) {
  .wlb-giai__dau { height: 26px; }
  .wlb-giai__tit { font-size: 18px; line-height: 26px; }
  .wlb-giai__ds { gap: 16px; }
}
 
.wlb-filter__n {
  background: #464f50; color: #fff;
  padding: 2px 6px; border-radius: 38px; font-size: 11px; font-weight: 600;
  font-variant-numeric: tabular-nums;
}

 

 
.wlb-grid {
  display: grid; gap: 16px; padding: 0 14px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) { .wlb-grid { grid-template-columns: 1fr; gap: 12px; } }
 
@media (max-width: 767px) { .wlb-grid { gap: 15px; padding: 0 15px 16px; } }

a.wlb-card { text-decoration: none; color: inherit; }
.wlb-card {
  display: block;
   
  background: linear-gradient(97deg, #32373800 61.58%, #00ff5e0d), #292d2e;
  border-radius: 11px;
   
  overflow: hidden;
  transition: background .15s, box-shadow .15s;
   
  border: 0;
}
.wlb-card:hover { background: rgb(50, 55, 56); box-shadow: inset 0 0 0 1px var(--wlb-line); }
 

 
 
 
.wlb-card__head {
  display: grid; grid-template-columns: 1fr 127px 1fr; align-items: center;
  gap: 0; min-height: 38px; padding: 0 15px;
}
 
.wlb-card__head .wlb-badge {
  border-radius: 0 0 6px 6px; padding: 4px 12px;
   
  margin-top: -1px; align-self: start; justify-self: center;
}
 
 
.wlb-card__head .wlb-badge--live {
  display: flex; align-items: center; justify-content: center;
  width: 74px; min-width: 74px; height: 26px;
  margin-top: -1px; padding: 0;
  border-radius: 0 0 6px 6px;
  font-size: 12px; line-height: 20px; font-weight: 600; color: #fff;
  font-variant-numeric: tabular-nums;
}
 
.wlb-card__head:has(.wlb-badge--live) { min-height: 41px; }
 
 
.wlb-league {
  display: flex; align-items: center; gap: 6px; min-width: 0;
  font-family: Raleway, Barlow, sans-serif;
  font-size: 11px; color: #828b98;
}
 
.wlb-card__time { grid-column: 3; justify-self: end; }
 
.wlb-league span {
  width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-family: Barlow, Raleway, sans-serif;
  font-size: 11px; line-height: 14px; font-weight: 500; color: #d1d3d4;
}
.wlb-league__ico { width: 14px; height: 14px; flex: 0 0 14px; object-fit: contain; border-radius: 2px; }
 
 
.wlb-card__time {
  flex: 0 0 auto; padding: 0; border-radius: 0;
  background: transparent; color: #b8c2c5;
  font-size: 12px; line-height: 20px;
  white-space: nowrap; font-variant-numeric: tabular-nums;
}

 
 
 
.wlb-teams {
  display: grid; grid-template-columns: minmax(0, 1fr) 40px auto 40px minmax(0, 1fr);
  align-items: center; gap: 11px; padding: 0 8px 17px;
  min-height: 57px;
}
.wlb-teams > :nth-child(3) { margin-inline: 13px; }
 
.wlb-teams > :nth-child(1), .wlb-teams > :nth-child(5) { min-width: 0; }
 
.wlb-teams > :nth-child(3) { justify-self: center; }
 
.wlb-teams > :nth-child(3) { position: relative; }
 
 
.wlb-team__name {
  font-family: Roboto, Barlow, sans-serif;
  font-size: 13px; font-weight: 500; line-height: 20px; color: var(--wlb-text);
   
  text-align: left; min-width: 0; max-width: min(120px, 100%); justify-self: start;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wlb-team__name--nha { text-align: right; justify-self: end; }
 
 
.wlb-logo.wlb-logo--card {
  width: 40px; height: 40px; flex: 0 0 40px; font-size: 13px; font-weight: 500;
  border-radius: 0; background: none;
}
.wlb-logo.wlb-logo--card img { width: 40px; height: 40px; object-fit: contain; padding: 2px; }

 
.wlb-score, .wlb-score--vs {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  min-width: 30px; height: 28px; margin: 0 auto; padding: 0;
  border-radius: 0; background: none;
  font-size: 15px; font-weight: 700; color: #fff;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
 
 
 
.wlb-score--vs {
  min-width: 30px; padding: 0; background: none;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 0; color: #b4bec1;
}
.wlb-score--vs svg { display: block; width: 30px; height: 17px; }
.wlb-score i { font-style: normal; }
.wlb-score em { font-style: normal; color: var(--wlb-muted); }
 
.wlb-score { position: relative; }
 
.wlb-minute {
  position: absolute; top: 100%; left: 0; right: 0;
  display: block; text-align: center; margin-top: 1px;
  font-size: 11px; font-weight: 400; color: var(--wlb-live);
}

 
.wlb-card__foot {
  display: flex; align-items: center; gap: 12px;
   
  height: 38px; padding: 0 16px;  
  background: rgba(50, 55, 56, .5); border-top: 0;
   
  border-radius: 7px;
}
 
 
 
.wlb-stats { display: flex; align-items: center; gap: 16px; font-size: 12px; line-height: 16px; color: #828b98; flex: 1 1 0; min-width: 0; }
.wlb-stats > span { display: inline-flex; align-items: center; gap: 3px; }
 
 
.wlb-stats > span + span { border-left: 0; padding-left: 0; position: relative; }
.wlb-stats > span + span::before {
  content: ""; position: absolute; left: -8px; top: 50%; margin-top: -8px;
  width: 1px; height: 16px; background: #3d4445;
}
.wlb-stats__ht i { font-style: normal; color: #00c44d;   }
.wlb-stats__ht b { color: #fff; font-weight: 400; font-variant-numeric: tabular-nums; }
 
.wlb-stats__it, .wlb-stats__it b { color: #828b98; font-weight: 400; font-variant-numeric: tabular-nums; }
 
.wlb-ico-goc { color: #828b98; flex: 0 0 12px; }
.wlb-ico-the { flex: 0 0 9px; }

 
.wlb-blv { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 0 1 auto; min-width: 0; }

 
.wlb-card__foot .wlb-blv { gap: 5px; }
.wlb-card__foot .wlb-blv__item { gap: 3px; font-size: 10px; line-height: 16px; }
 
.wlb-card__foot .wlb-blv__avatar {
  width: 24px; height: 24px; flex: 0 0 24px; font-size: 10px;
  border-radius: 50%; background: var(--wlb-raised);
}
 
.wlb-blv__item {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: Raleway, Barlow, sans-serif;
  font-size: 10px; font-weight: 500; color: #bbb; white-space: nowrap;
}
.wlb-blv__avatar {
  width: 18px; height: 18px; border-radius: 50%; flex: 0 0 18px;
  display: flex; align-items: center; justify-content: center;
  background: var(--wlb-raised); font-size: 11px; font-weight: 700;
  overflow: hidden;
}
 
.wlb-blv__avatar img { width: 100%; height: 100%; object-fit: cover; }
 
.wlb-ico--cup { color: #828b98; }

.wlb-card__right { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex: 1 1 0; min-width: 0; }
 
 
 
 
.wlb-odds {
  display: grid; grid-template-columns: repeat(3, 1fr);
  column-gap: 15px; row-gap: 0; padding-right: 10px;
  line-height: 16px; font-size: 11px; text-align: center; min-width: 105px;
  font-family: Roboto, Barlow, sans-serif; font-weight: 400;
  font-variant-numeric: tabular-nums; color: #8d92a2;
}
 
 
.wlb-odds__line { color: var(--wlb-muted); border-left: 0; border-right: 0; padding: 0; }
.wlb-odds .is-up { color: var(--wlb-up); }
.wlb-odds .is-down { color: var(--wlb-down); }
 
 
.wlb-bookmaker {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 70px; height: 23px; padding: 0;
  border-radius: 0; background: none; color: var(--wlb-text-2);
  font-size: 11px; font-weight: 700; white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .wlb-bookmaker { min-width: 52px; height: 21px; }
   
  .wlb-card__right { gap: 6px; }
}

 
.wlb-card__flag { display: none; }

@media (max-width: 1200px) {
   
  .wlb-card__flag { display: flex; justify-content: center; height: 28px; margin: 0 0 10px; }
   
  .wlb-card__flag .wlb-stats { flex: 0 0 auto; padding: 6px 10px; }
  .wlb-card__foot > .wlb-stats { display: none; }

   
  .wlb-teams { min-height: 48px; padding: 0 8px 8px; }
   
  .wlb-card__foot { padding: 4px; gap: 0; }
}

 
@media (max-width: 767px) {
   
  .wlb-card__head { min-height: 27px; padding: 0 10px; grid-template-columns: 1fr 110px 1fr; }
   
  .wlb-card__head:has(.wlb-badge--live) { min-height: 30px; }
   
  .wlb-league span { width: 90px; }
}

 
@media (max-width: 575px) {
  .wlb-card__foot .wlb-odds { display: none; }
}

@media (max-width: 575px) {
   
  .wlb-card__foot { flex-wrap: nowrap; }

   
   
  .wlb-teams {
    grid-template-columns: minmax(0, 1fr) 40px auto 40px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0 5px; padding: 0 8px 8px; min-height: 54px; align-items: center;
  }
  .wlb-teams > :nth-child(3) { margin-inline: 0; }
  .wlb-teams > :nth-child(1) { grid-row: 1; grid-column: 1; text-align: right; }
  .wlb-teams > :nth-child(2) { grid-row: 1; grid-column: 2; }
  .wlb-teams > :nth-child(3) { grid-row: 1; grid-column: 3; }
  .wlb-teams > :nth-child(4) { grid-row: 1; grid-column: 4; }
  .wlb-teams > :nth-child(5) { grid-row: 1; grid-column: 5; text-align: left; }
   
  .wlb-team__name {
    font-size: 13px; min-width: 0;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
   
  .wlb-teams > :nth-child(3) { min-width: 74px; text-align: center; }
   
  .wlb-logo.wlb-logo--card, .wlb-logo.wlb-logo--card img {
    width: 40px; height: 36px; flex-basis: 40px; font-size: 12px;
  }
}


 
.wlb-logo {
  width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%;
  background: var(--wlb-raised); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--wlb-text-2);
}
.wlb-logo img { width: 100%; height: 100%; object-fit: contain; }

 
.wlb-badge {
  flex: 0 0 auto; font-size: 12px; font-weight: 600; letter-spacing: 0;
  padding: 3px 8px; border-radius: 4px; white-space: nowrap;
}
 
.wlb-badge--live { background: linear-gradient(180deg, #0b540b 0%, #069b3c 169%); color: #fff; }
 
.wlb .wlb-badge--xong {
  background: var(--wlb-raised); color: var(--wlb-text-2); font-weight: 500;
}
 
.wlb-pulse {
  display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  background: currentColor; margin-right: 4px; vertical-align: 1px;
  animation: wlb-blink 1.4s ease-in-out infinite;
}
@keyframes wlb-blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@media (prefers-reduced-motion: reduce) { .wlb-pulse { animation: none; } }

.wlb-pm--goal { color: var(--wlb-up); }


 
.wlb *::-webkit-scrollbar { width: 4px; height: 4px; }
.wlb *::-webkit-scrollbar-track { background: transparent; }
.wlb *::-webkit-scrollbar-thumb {
  background: var(--wlb-raised); border-radius: 4px;
}
.wlb *::-webkit-scrollbar-thumb:hover { background: #3a4552; }
.wlb * { scrollbar-width: thin; scrollbar-color: var(--wlb-raised) transparent; }


 
.wlb-chip__row span,
.wlb-blv__item {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0;
}
.wlb-chip__row { min-width: 0; }


 

 
 
.wlb-nav { position: sticky; top: var(--wlb-dinh-top, 0px); z-index: 20; }

 
.wlb-sronly {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}



 
 
.wlb a:focus-visible,
.wlb button:focus-visible,
.wlb select:focus-visible,
.wlb input:focus-visible,
.wlb textarea:focus-visible,
.wlb summary:focus-visible,
.wlb details:focus-visible,
.wlb [tabindex]:focus-visible {
  outline: 2px solid var(--wlb-accent);
  outline-offset: 2px;
  border-radius: 4px;
}
.wlb-card:focus-visible { outline-offset: 3px; border-radius: 11px; }


 
.wlb-ls { padding: 0 14px 20px; }
.wlb-ls__khoi { margin-bottom: 18px; }
.wlb-ls__dau {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 12px; border-radius: var(--wlb-r-sm) var(--wlb-r-sm) 0 0;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line); border-bottom: 0;
  font-size: 13px; font-weight: 600; color: var(--wlb-text);
}
.wlb-ls__n {
  background: rgba(255, 255, 255, .09); color: var(--wlb-text-2);
  padding: 1px 7px; border-radius: 999px; font-size: 11px; font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.wlb-ls__giai {
  display: flex; align-items: center; gap: 7px;
  padding: 7px 12px; background: rgba(255, 255, 255, .03);
  border-left: 1px solid var(--wlb-line); border-right: 1px solid var(--wlb-line);
  border-top: 1px solid var(--wlb-line);
  font-size: 11px; color: #828b98;
}
.wlb-ls__giai span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-ls__ico { width: 14px; height: 14px; flex: 0 0 14px; object-fit: contain; border-radius: 2px; }

 
.wlb-ls__dong {
  display: grid; align-items: center; gap: 10px;
  grid-template-columns: 52px 1fr 62px 1fr auto 92px;
  padding: 9px 12px; text-decoration: none; color: var(--wlb-text-2);
  border: 1px solid var(--wlb-line); border-top: 0;
  font-size: 13px; transition: background .13s;
}
.wlb-ls__dong:last-child { border-radius: 0 0 var(--wlb-r-sm) var(--wlb-r-sm); }
.wlb-ls__dong:hover { background: var(--wlb-surface-2); color: var(--wlb-text); }
.wlb-ls__gio {
  font-size: 12px; color: var(--wlb-muted); font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.wlb-ls__dong.is-live .wlb-ls__gio { color: var(--wlb-live); font-weight: 600; }
 
.wlb-ls__doi { display: flex; align-items: center; gap: 8px; min-width: 0; }
.wlb-ls__doi > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-ls__doi--nha { justify-content: flex-end; text-align: right; }
.wlb-ls__doi .wlb-logo--xs { flex: 0 0 20px; width: 20px; height: 20px; }

 
.wlb-ls__cs {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; color: var(--wlb-muted); white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.wlb-ls__cs i { font-style: normal; }
.wlb-ls__cs b { color: var(--wlb-text-2); font-weight: 500; margin-right: 4px; }
.wlb-ls__goc { color: #828b98; }
.wlb-ls__the { color: #eab308; }
@media (max-width: 991px) { .wlb-ls__cs { display: none; } }
.wlb-ls__so {
  text-align: center; font-size: 15px; font-weight: 700; color: var(--wlb-text);
  font-variant-numeric: tabular-nums;
  background: var(--wlb-raised); border-radius: 5px; padding: 3px 0;
}
.wlb-ls__dong.is-live .wlb-ls__so { background: rgba(239, 68, 68, .16); }
.wlb-ls__tt { font-size: 11px; color: var(--wlb-muted); text-align: right; white-space: nowrap; }

@media (max-width: 767px) {
  .wlb-ls { padding: 0 10px 16px; }
  .wlb-ls__dong { grid-template-columns: 44px 1fr 54px 1fr; gap: 7px; font-size: 12px; }
  .wlb-ls__tt { display: none; }
}

 
 
 
 
.wlb-intro {
  margin: 18px 14px; padding: 0; background: none; border: 0;
  display: grid; gap: 12px;
  color: var(--wlb-text-2); font-size: 15px; line-height: 1.7;
}
.wlb-intro__phan {
  padding: 16px 20px;
  background: var(--wlb-surface-2); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r);
}
 
.wlb-intro:not(:has(.wlb-intro__phan)) {
  padding: 16px 20px;
  background: var(--wlb-surface-2); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r);
}
.wlb-intro__phan > *:first-child { margin-top: 0; }
.wlb-intro__phan > *:last-child { margin-bottom: 0; }
 
.wlb-intro__phan > *, .wlb-intro > p, .wlb-intro > ul, .wlb-intro > ol { max-width: 78ch; }
 
.wlb-intro h2, .wlb-intro h3 {
  margin: 0 0 8px; font-family: Oswald, sans-serif;
  font-size: 24px; font-weight: 700; color: #f2f3f3;
  line-height: 1.35; text-wrap: balance;
}
@media (max-width: 767px) { .wlb-intro h2, .wlb-intro h3 { font-size: 18px; line-height: 1.4; } }
.wlb-intro h2:first-child, .wlb-intro h3:first-child { margin-top: 0; }
.wlb-intro p { margin: 0 0 12px; }
.wlb-intro a { color: var(--wlb-accent); }
.wlb-intro ul, .wlb-intro ol { margin: 0 0 12px; padding-left: 22px; }
.wlb-intro li { margin-bottom: 5px; }
@media (max-width: 767px) {
  .wlb-intro { font-size: 14px; padding: 0; gap: 10px; margin-bottom: 26px; }
  .wlb-intro__phan { padding: 13px 14px; }
}

 
.wlb-list { display: contents; }

 
.wlb-stage__embed {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.wlb-stage.is-embed .wlb-stage__video { display: none; }

 
.wlb-rows { margin: 0 14px 16px; }
.wlb-rows .wlb-ls__dong:first-child {
  border-top: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r-sm) var(--wlb-r-sm) 0 0;
}
 
.wlb-rows .wlb-ls__dong:only-child { border-radius: var(--wlb-r-sm); }
@media (max-width: 767px) { .wlb-rows { margin: 0 10px 12px; } }

 
.wlb-otab {
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r-sm); overflow: hidden;
}
.wlb-otab__thanh {
  display: flex; align-items: center; gap: 2px;
  padding: 6px 8px; border-bottom: 1px solid var(--wlb-line);
   
  overflow-x: auto; scrollbar-width: none;
}
.wlb-otab__thanh::-webkit-scrollbar { display: none; }
.wlb-otab__nhacai { flex: 0 0 auto; }
.wlb-otab__radio {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
}
.wlb-otab__nut {
  padding: 6px 13px; border-radius: 6px; cursor: pointer;
  font-size: 12px; font-weight: 500; color: var(--wlb-text-2);
}
.wlb-otab__nut:hover { background: var(--wlb-raised); color: var(--wlb-text); }
 
#wlb-otab-a:focus-visible ~ .wlb-otab__thanh label[for="wlb-otab-a"],
#wlb-otab-e:focus-visible ~ .wlb-otab__thanh label[for="wlb-otab-e"],
#wlb-otab-o:focus-visible ~ .wlb-otab__thanh label[for="wlb-otab-o"] { outline: 2px solid var(--wlb-accent); outline-offset: 1px; }
 
.wlb-otab__nhacai {
  margin-left: auto; display: inline-flex; align-items: center;
  padding: 3px 12px; border-radius: 999px;
  background: color-mix(in srgb, var(--wlb-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--wlb-accent) 40%, transparent);
  color: var(--wlb-accent); font-size: 11px; font-weight: 700;
  letter-spacing: .4px; text-transform: uppercase; white-space: nowrap;
}
.wlb-otab__pane { display: none; padding: 10px 12px; }

 
#wlb-otab-a:checked ~ .wlb-otab__thanh label[for="wlb-otab-a"],
#wlb-otab-e:checked ~ .wlb-otab__thanh label[for="wlb-otab-e"],
#wlb-otab-o:checked ~ .wlb-otab__thanh label[for="wlb-otab-o"] { background: color-mix(in srgb, var(--wlb-accent) 14%, transparent); color: var(--wlb-accent); }
#wlb-otab-a:checked ~ .wlb-otab__pane[data-pane="a"],
#wlb-otab-e:checked ~ .wlb-otab__pane[data-pane="e"],
#wlb-otab-o:checked ~ .wlb-otab__pane[data-pane="o"] { display: block; }

.wlb-otab__hang {
  display: grid; grid-template-columns: 1fr 64px 64px 64px;
  align-items: center; gap: 8px;
  font-size: 14px; font-variant-numeric: tabular-nums;
}
 
.wlb-otab__hang b,
.wlb-otab__hang .wlb-otab__line {
  background: var(--wlb-raised); border: 1px solid var(--wlb-line);
  border-radius: 6px; padding: 6px 0;
}
.wlb-otab__hang b { font-weight: 700; color: var(--wlb-up); text-align: center; }
.wlb-otab__hang b:last-child { color: var(--wlb-down); }
.wlb-otab__nhan { font-size: 12px; color: var(--wlb-muted); }
 
.wlb-otab__hang--ba .wlb-otab__line { font-size: 14px; font-weight: 700; color: var(--wlb-text); }
.wlb-otab__line { text-align: center; color: var(--wlb-text-2); font-size: 13px; }

 
.wlb-keo {
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r-sm); overflow: hidden;
}
.wlb-keo__thanh {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-bottom: 1px solid var(--wlb-line);
  background: var(--wlb-surface-2);
}
.wlb-keo__dau {
  text-align: center; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .3px; color: var(--wlb-text-2);
}
.wlb-keo__than { display: flex; align-items: stretch; }
 
 
.wlb-keo { --wlb-onhacai: 128px; }
.wlb-keo__nhacai {
  justify-content: center; align-items: center; text-align: center;
  flex: 0 0 var(--wlb-onhacai); display: flex; align-items: center; justify-content: center;
  padding: 10px; border-right: 1px solid var(--wlb-line);
}
.wlb-keo__nhacai img { max-width: 96px; max-height: 34px; object-fit: contain; }
 
.wlb-keo__nhacai .wlb-otab__nhacai {
  margin-left: 0;
  --hieu: var(--wlb-accent);
  background: color-mix(in srgb, var(--hieu) 14%, transparent);
  border-color: color-mix(in srgb, var(--hieu) 45%, transparent);
  color: var(--hieu);
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: inline-block;
}
.wlb-otab__nhacai[data-hieu="bet365"]      { --hieu: #12a06f; }
.wlb-otab__nhacai[data-hieu="10bet"]       { --hieu: #ef4444; }
.wlb-otab__nhacai[data-hieu="williamhill"] { --hieu: #4c9aff; }
.wlb-otab__nhacai[data-hieu="marathon"]    { --hieu: #f87171; }
.wlb-otab__nhacai[data-hieu="unibet"]      { --hieu: #22c55e; }
.wlb-otab__nhacai[data-hieu="betfair"]     { --hieu: #ffb80c; }
.wlb-otab__nhacai[data-hieu="betvictor"]   { --hieu: #38bdf8; }
.wlb-otab__nhacai[data-hieu="pncl"]        { --hieu: #fb923c; }
.wlb-otab__nhacai[data-hieu="sbo"]         { --hieu: #60a5fa; }
.wlb-otab__nhacai[data-hieu="1xbet"]       { --hieu: #3b82f6; }
.wlb-otab__nhacai[data-hieu="betano"]      { --hieu: #fb7185; }
.wlb-otab__nhacai[data-hieu="superbet"]    { --hieu: #f43f5e; }
.wlb-otab__nhacai[data-hieu="888sport"]    { --hieu: #fbbf24; }
.wlb-otab__nhacai[data-hieu="dafabet"]     { --hieu: #fdba74; }
 
.wlb-keo__luoi {
  flex: 1 1 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px; padding: 8px 10px;
}
 
.wlb-keo__khoi {
  display: flex; flex-direction: column;
  border: 1px solid var(--wlb-line); border-radius: 8px; overflow: hidden;
  background: var(--wlb-surface-2); min-width: 0;
}
.wlb-keo__ten {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 6px 8px; text-align: center;
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.wlb-keo--a .wlb-keo__ten { background: linear-gradient(160deg, rgba(47, 208, 107, .34), rgba(47, 208, 107, .10)); }
.wlb-keo--e .wlb-keo__ten { background: linear-gradient(160deg, rgba(77, 163, 255, .34), rgba(77, 163, 255, .10)); }
.wlb-keo--o .wlb-keo__ten { background: linear-gradient(160deg, rgba(255, 157, 61, .34), rgba(255, 157, 61, .10)); }
.wlb-keo--g .wlb-keo__ten { background: linear-gradient(160deg, rgba(176, 124, 255, .34), rgba(176, 124, 255, .10)); }
.wlb-keo__cap { display: flex; flex-direction: column; min-width: 0; }
.wlb-keo__cap .wlb-keo__hang { padding: 5px 8px; }
.wlb-keo__cap .wlb-keo__hang + .wlb-keo__hang { border-top: 1px solid var(--wlb-line); }
.wlb-keo__hang {
  display: grid; grid-template-columns: 42px repeat(3, minmax(0, 1fr)); gap: 3px; align-items: center;
  min-width: 0;
}
.wlb-keo__nhan {
  font-size: 11px; font-weight: 700; color: var(--wlb-muted);
  text-transform: uppercase; white-space: nowrap;
}
.wlb-keo__o {
  text-align: center; padding: 6px 2px; border-radius: 5px;
  background: var(--wlb-raised); border: 1px solid var(--wlb-line);
  font-size: 13px; font-weight: 600; color: var(--wlb-text-2);
  font-variant-numeric: tabular-nums;
}
 
.wlb-keo__dau.wlb-keo--a { color: #2fd06b; }
.wlb-keo__dau.wlb-keo--e { color: #4da3ff; }
.wlb-keo__dau.wlb-keo--o { color: #ff9d3d; }
.wlb-keo__dau.wlb-keo--g { color: #b07cff; }
.wlb-keo__hang.wlb-keo--a .wlb-keo__o { background: rgba(47, 208, 107, .14); border-color: rgba(47, 208, 107, .30); color: #fff; }
.wlb-keo__hang.wlb-keo--e .wlb-keo__o { background: rgba(77, 163, 255, .14); border-color: rgba(77, 163, 255, .30); color: #fff; }
.wlb-keo__hang.wlb-keo--o .wlb-keo__o { background: rgba(255, 157, 61, .14); border-color: rgba(255, 157, 61, .30); color: #fff; }
.wlb-keo__hang.wlb-keo--g .wlb-keo__o { background: rgba(176, 124, 255, .14); border-color: rgba(176, 124, 255, .30); color: #fff; }

 
.wlb-keo__phu {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
   
  padding: 8px 10px 8px calc(var(--wlb-onhacai) + 10px);
  border-top: 1px solid var(--wlb-line);
  background: var(--wlb-surface-2);
}
 
.wlb-keo__phu .wlb-keo__hang { grid-template-columns: 92px repeat(3, 1fr); }
 
.wlb-keo__phu .wlb-keo--b { grid-template-columns: 92px repeat(2, 1fr); }
.wlb-keo__dau.wlb-keo--d, .wlb-keo__hang.wlb-keo--d .wlb-keo__nhan { color: #f472b6; }
.wlb-keo__dau.wlb-keo--b, .wlb-keo__hang.wlb-keo--b .wlb-keo__nhan { color: #38bdf8; }
 
 
.wlb-match .wlb-keo__phu .wlb-keo__o { background: #323738; border-color: transparent; color: #fff; }
.wlb-match .wlb-keo__phu .wlb-keo__nhan {
  display: inline-flex; align-items: center; justify-content: center;
}
 
.wlb-keo__chu {
  grid-column: 2 / -1; font-size: 10px; color: var(--wlb-muted);
  text-align: center; letter-spacing: .3px;
}
 
.wlb-keo__muon {
  display: inline-block; margin-left: 5px; padding: 0 4px;
  border: 1px solid var(--wlb-line); border-radius: 3px;
  font-size: 9px; font-weight: 600; letter-spacing: 0;
  text-transform: none; color: var(--wlb-muted); vertical-align: middle;
}

 
.wlb-pen {
  display: block; margin-top: 2px;
  font-size: 11px; font-weight: 600; color: var(--wlb-muted);
  white-space: nowrap;
}

 
@media (max-width: 1399px) {
  .wlb-keo__luoi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .wlb-keo__luoi { grid-template-columns: 1fr; }
   
  .wlb-keo { --wlb-onhacai: 84px; }
}
@media (max-width: 575px) {
   
  .wlb-keo { --wlb-onhacai: 0px; }
  .wlb-keo__nhacai { display: none; }
   
  .wlb-keo__phu { grid-template-columns: 1fr; }

   
  .wlb-keo__than, .wlb-keo__luoi, .wlb-keo__phu, .wlb-keo__hang, .wlb-keo__khoi, .wlb-keo__cap { min-width: 0; }
  .wlb-keo__phu .wlb-keo__hang { grid-template-columns: 92px repeat(3, minmax(0, 1fr)); }
  .wlb-keo__phu .wlb-keo--b { grid-template-columns: 92px repeat(2, minmax(0, 1fr)); }
  .wlb-keo__khoi { grid-template-columns: 74px minmax(0, 1fr); }
  .wlb-keo__ten { font-size: 11px; }
  .wlb-keo__luoi .wlb-keo__nhan { font-size: 10px; }
   
  .wlb-kchip { padding: 0 9px; font-size: 11px; }
}

 
.wlb-chiase { display: flex; flex-direction: column; gap: 14px; }
 
.wlb-chiase__luoi {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: 12px 8px; max-width: 480px; margin-inline: auto;
}
.wlb-chiase__nut {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  cursor: pointer; min-width: 0;
}
.wlb-chiase__tron {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  color: #fff; transition: transform .13s, filter .13s;
}
.wlb-chiase__nut:hover .wlb-chiase__tron { transform: translateY(-2px); filter: brightness(1.12); }
.wlb-chiase__tron--fb { background: #1877f2; }
.wlb-chiase__tron--zl { background: #0068ff; }
 
.wlb-chiase__tron--x  { background: #1d9bf0; }
.wlb-chiase__tron--tg { background: #2aabee; }
.wlb-chiase__tron--sk { background: #00aff0; }
.wlb-chiase__ten {
  font-size: 11px; line-height: 1.3; text-align: center; color: var(--wlb-text-2);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%;
}
.wlb-chiase__copy {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 14px; border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r-sm); background: var(--wlb-raised);
  color: var(--wlb-text); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .4px; cursor: pointer;
}
.wlb-chiase__copy:hover { border-color: var(--wlb-accent); color: var(--wlb-accent); }
.wlb-chiase__copyico { display: flex; }
.wlb-chiase__copyico svg { width: 16px; height: 16px; }
 
.wlb-chiase__copy.is-done { background: var(--wlb-accent); border-color: var(--wlb-accent); color: #06120a; }
 
.wlb .wlb-chiase__nut,
.wlb .wlb-chiase__copy {
  margin: 0; box-shadow: none; text-decoration: none;
  -webkit-appearance: none; appearance: none;
  font-family: inherit; text-transform: none; min-height: 0; height: auto;
}
.wlb .wlb-chiase__nut { padding: 0; border: 0; outline: 0; background: none; color: inherit; }
.wlb .wlb-chiase__copy { outline: 0; text-transform: uppercase; }
 
.wlb .wlb-chiase__nut:focus-visible .wlb-chiase__tron,
.wlb .wlb-chiase__copy:focus-visible { outline: 2px solid var(--wlb-accent); outline-offset: 2px; }

 
.wlb-mtab {
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r-sm); overflow: hidden;
}
.wlb-mtab__thanh {
  display: flex; align-items: center; gap: 2px;
  padding: 6px 8px; border-bottom: 1px solid var(--wlb-line);
  overflow-x: auto; scrollbar-width: none;
}
.wlb-mtab__thanh::-webkit-scrollbar { display: none; }
.wlb-mtab__radio {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
}
.wlb-mtab__nut {
  padding: 7px 14px; border-radius: 6px; cursor: pointer; white-space: nowrap;
  font-size: 13px; font-weight: 500; color: var(--wlb-text-2);
}
.wlb-mtab__nut:hover { background: var(--wlb-raised); color: var(--wlb-text); }
#wlb-mtab-doihinh:focus-visible ~ .wlb-mtab__thanh label[for="wlb-mtab-doihinh"],
#wlb-mtab-dienbien:focus-visible ~ .wlb-mtab__thanh label[for="wlb-mtab-dienbien"],
#wlb-mtab-thongke:focus-visible ~ .wlb-mtab__thanh label[for="wlb-mtab-thongke"],
#wlb-mtab-doidau:focus-visible ~ .wlb-mtab__thanh label[for="wlb-mtab-doidau"] { outline: 2px solid var(--wlb-accent); outline-offset: 1px; }
.wlb-mtab__pane { display: none; padding: 13px 14px; }
.wlb-mtab__tag { margin: 0 0 10px; font-size: 12px; color: var(--wlb-muted); }

 
#wlb-mtab-doihinh:checked ~ .wlb-mtab__thanh label[for="wlb-mtab-doihinh"],
#wlb-mtab-dienbien:checked ~ .wlb-mtab__thanh label[for="wlb-mtab-dienbien"],
#wlb-mtab-thongke:checked ~ .wlb-mtab__thanh label[for="wlb-mtab-thongke"],
#wlb-mtab-doidau:checked ~ .wlb-mtab__thanh label[for="wlb-mtab-doidau"] { background: color-mix(in srgb, var(--wlb-accent) 14%, transparent); color: var(--wlb-accent); }
#wlb-mtab-doihinh:checked ~ .wlb-mtab__pane[data-pane="doihinh"],
#wlb-mtab-dienbien:checked ~ .wlb-mtab__pane[data-pane="dienbien"],
#wlb-mtab-thongke:checked ~ .wlb-mtab__pane[data-pane="thongke"],
#wlb-mtab-doidau:checked ~ .wlb-mtab__pane[data-pane="doidau"] { display: block; }

 
body.wlb-toan-trang {
  margin: 0; background: var(--wlb-bg, #212121);
  min-height: 100vh;
}
body.wlb-toan-trang .wlb {
  max-width: 1330px; margin: 0 auto; min-height: 100vh;
}
 
body.wlb-toan-trang.admin-bar { padding-top: 0; }

 
.wlb-bookmaker img { height: 20px; width: auto; display: block; border-radius: 3px; }
.wlb-bookmaker.is-link { cursor: pointer; }
.wlb-bookmaker.is-link:hover { filter: brightness(1.12); }

 
.wlb-empty {
  text-align: center; padding: 40px 20px; color: var(--wlb-muted); font-size: 14px;
}

 
.wlb-section { margin-bottom: 6px; }
 
.wlb-section__title {
  display: flex; align-items: center; gap: 8px;
  margin: 0; padding: 12px 16px 10px;
  font-size: 14px; font-weight: 500; color: var(--wlb-text-2);
  letter-spacing: .01em;
}
.wlb-section__title > span:first-of-type { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-section__count { font-size: 11px; color: var(--wlb-muted); font-weight: 400; flex: 0 0 auto; }

 
.wlb-table-wrap {
  margin: 0 14px 20px; border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r); overflow-x: auto; background: var(--wlb-surface);
}
.wlb-table {
  width: 100%; min-width: 720px; border-collapse: collapse;
  font-size: 13px; font-variant-numeric: tabular-nums;
}
.wlb-table th {
  background: var(--wlb-surface-2); color: var(--wlb-muted);
  font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .04em;
  padding: 9px 8px; text-align: center; white-space: nowrap;
  border-bottom: 1px solid var(--wlb-line);
}
.wlb-table td {
  padding: 9px 8px; text-align: center; white-space: nowrap;
  border-bottom: 1px solid var(--wlb-line-soft); color: var(--wlb-text);
}
.wlb-table tbody tr:last-child td { border-bottom: 0; }
.wlb-table tbody tr:hover { background: rgba(255, 255, 255, .025); }
.wlb-table tr.is-live td { background: rgba(239, 68, 68, .05); }
.wlb-table .is-up { color: var(--wlb-up); }
.wlb-table .is-down { color: var(--wlb-down); }
.wlb-t-line { color: var(--wlb-muted); }
.wlb-t-time { text-align: left; color: var(--wlb-text-2); }
.wlb-t-day { display: block; font-size: 11px; color: var(--wlb-muted); }
.wlb-t-league { text-align: left; color: var(--wlb-muted); font-size: 12px; }
.wlb-t-team { text-align: left; min-width: 220px; }
.wlb-t-team span { color: var(--wlb-text); }
.wlb-t-team b { color: var(--wlb-muted); font-weight: 500; margin: 0 7px; }
.wlb-table--standings .wlb-t-team { display: flex; align-items: center; gap: 8px; }

 
 
.wlb-topbar {
  display: flex; align-items: center; gap: 16px; flex-wrap: nowrap;
  margin-bottom: 14px; padding: 10px 16px;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r);
}
.wlb-topbar .wlb-scoreboard--bar { flex: 1 1 auto; min-width: 0; background: none; border: 0; padding: 0; }
.wlb-topbar .wlb-poll {
   
  flex: 0 1 420px; margin: 0; padding-top: 0; padding-bottom: 14px;
  background: none; border: 0;
  border-radius: 0; flex-flow: row wrap; align-content: center; align-items: center; gap: 8px 10px;
}
.wlb-topbar .wlb-poll__hoi { flex-basis: 100%; font-size: 13px; }
@media (max-width: 991px) {
  .wlb-topbar { flex-wrap: wrap; }
  .wlb-topbar .wlb-poll { flex: 1 1 100%; }
}
 
@media (max-width: 575px) {
  .wlb-topbar .wlb-poll {
    background: rgb(41, 45, 46); border-radius: 7px;
     
    padding: 12px 26px;
    justify-content: center;
  }
   
  .wlb-topbar .wlb-poll { gap: 6px; }
  .wlb-poll__trang { gap: 6px; }
  .wlb-poll__trang .wlb-poll__nut { max-width: 100px; }
  .wlb-poll__nut { padding: 4px 6px; font-size: 10.5px; gap: 4px; }
   
  .wlb-poll__mui { z-index: 2; }
}
 
.wlb-scoreboard--bar { margin-top: 0; padding: 10px 14px; }

 
.wlb-otab__nhom { display: flex; gap: 2px; margin: 0 auto; }

 
.wlb-vtab { margin-bottom: 14px; }
.wlb-vtab__radio {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
}
.wlb-vtab__thanh {
  display: flex; overflow: hidden;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: 10px 10px 0 0;   border-bottom: 0;
}
.wlb-vtab__nut {
  flex: 1 1 0; text-align: center; cursor: pointer;
   
  padding: 12px 10px; font-size: 16px; font-weight: 500; line-height: 31px;
  text-transform: uppercase; letter-spacing: .3px; color: var(--wlb-text-2);
}
.wlb-vtab__nut + .wlb-vtab__nut { border-left: 1px solid var(--wlb-line); }
.wlb-vtab__nut:hover { color: var(--wlb-text); background: var(--wlb-raised); }
#wlb-vtab-truc:checked ~ .wlb-vtab__thanh label[for="wlb-vtab-truc"],
#wlb-vtab-mophong:checked ~ .wlb-vtab__thanh label[for="wlb-vtab-mophong"],
#wlb-vtab-chiase:checked ~ .wlb-vtab__thanh label[for="wlb-vtab-chiase"] {
   
  background: linear-gradient(180deg, #042104 39.71%, #045830 119.12%); color: #fff;
}
#wlb-vtab-truc:focus-visible ~ .wlb-vtab__thanh label[for="wlb-vtab-truc"],
#wlb-vtab-mophong:focus-visible ~ .wlb-vtab__thanh label[for="wlb-vtab-mophong"],
#wlb-vtab-chiase:focus-visible ~ .wlb-vtab__thanh label[for="wlb-vtab-chiase"] {
  outline: 2px solid var(--wlb-accent); outline-offset: -2px;
}
.wlb-vtab__pane { display: none; }
#wlb-vtab-truc:checked ~ .wlb-vtab__pane[data-vpane="truc"],
#wlb-vtab-mophong:checked ~ .wlb-vtab__pane[data-vpane="mophong"],
#wlb-vtab-chiase:checked ~ .wlb-vtab__pane[data-vpane="chiase"] { display: block; }
.wlb-vtab__pane[data-vpane="mophong"],
.wlb-vtab__pane[data-vpane="chiase"] {
  padding: 14px; background: var(--wlb-surface);
  border: 1px solid var(--wlb-line); border-top: 0;
  border-radius: 0 0 var(--wlb-r-sm) var(--wlb-r-sm);
}

 
 
.wlb-mnut {
  display: flex; gap: 0; flex-wrap: wrap; margin: 0 0 14px;
   
  justify-content: center;
  background: #292d2e; border-radius: 6px; min-height: 36px;
  overflow: hidden;
}
.wlb-mnut__muc {
  display: inline-flex; align-items: center;
   
  flex: 0 0 auto; white-space: nowrap;
  padding: 7px 15px; border-radius: 0; text-decoration: none;
  background: none; border: 0;
  color: var(--wlb-text);
  font-family: var(--wlb-font-so); font-size: 13px; font-weight: 400;
  text-transform: none; letter-spacing: 0;
  transition: background .15s, color .15s;
}
.wlb-mnut__muc:hover { background: var(--wlb-raised); color: var(--wlb-text); }

 
.wlb-poll {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
   
  margin: 0 0 14px; padding: 10px 26px;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r-sm); font-size: 13px;
}
 
.wlb-poll__hoi { color: #fff; font-weight: 600; text-transform: uppercase; }
 
 
.wlb-poll__nut {
  min-width: 0; max-width: 100%; padding: 4px 10px; border-radius: 4px; cursor: pointer;
  display: inline-flex; align-items: baseline; justify-content: center; gap: 5px;
  font-size: 11px; font-weight: 700; letter-spacing: .2px; color: #fff; text-align: center;
  background: var(--wlb-raised); border: 1px solid var(--wlb-line);
  white-space: nowrap; overflow: hidden; transition: transform .12s, background .15s;
}
 
.wlb-poll__nut { text-overflow: ellipsis; }
.wlb-poll__nut b { flex: 0 0 auto; }
.wlb-poll__nut--tai { border-color: rgba(28, 170, 23, .65); }
.wlb-poll__nut--tai b { color: #35d02b; }
.wlb-poll__nut--xiu { border-color: rgba(214, 69, 69, .65); }
.wlb-poll__nut--xiu b { color: #ff7a7a; }
.wlb-poll__nut--hoa { border-color: rgba(148, 163, 184, .5); }
.wlb-poll__nut--hoa b { color: #cbd5e1; }
.wlb-poll__nut:hover { transform: translateY(-1px); }
.wlb-poll__nut.is-chon { border-color: transparent; }
.wlb-poll__nut.is-chon b { color: #fff; }
.wlb-poll__nut--tai.is-chon { background: linear-gradient(-180deg, rgb(28, 170, 23), rgb(0, 90, 25)); }
.wlb-poll__nut--xiu.is-chon { background: linear-gradient(-180deg, #d64545, #8a1f1f); }
.wlb-poll__nut--hoa.is-chon { background: linear-gradient(-180deg, #4a5568, #2b323d); }
@media (max-width: 575px) { .wlb-poll__nut { padding: 4px 8px; font-size: 11px; } }
.wlb-poll__nut b { font-weight: 700; }
 
.wlb-poll.is-da-bam .wlb-poll__nut { cursor: default; opacity: .55; transform: none; }
.wlb-poll.is-da-bam .wlb-poll__nut.is-chon { opacity: 1; box-shadow: 0 0 0 1px currentColor inset; }

 
.wlb-stats__o {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 9px; border-radius: 6px;
  background: var(--wlb-raised); border: 1px solid var(--wlb-line);
  font-size: 12px; color: var(--wlb-muted);
}
.wlb-stats__o b { color: var(--wlb-text); font-weight: 600; font-variant-numeric: tabular-nums; }

 
.wlb-stats--topbar { flex: 0 0 auto; align-self: center; }
.wlb-stats--topbar > span {
  padding: 5px 9px; background: var(--wlb-raised);
  border: 1px solid var(--wlb-line); border-radius: 6px;
}
.wlb-stats--topbar > span + span { border-left: 1px solid var(--wlb-line); padding-left: 9px; }
 
.wlb-poll--bang { position: relative; padding-left: 26px; padding-right: 30px; padding-bottom: 18px; }
.wlb-poll__trang { display: none; }
.wlb-poll__trang.is-hien { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; gap: 8px; }
.wlb-poll__trang .wlb-poll__hoi { flex-basis: 100%; }
 
 
.wlb-poll__trang .wlb-poll__nut { flex: 1 1 0; max-width: 132px; }
.wlb-poll__trang.is-da-bam .wlb-poll__nut { cursor: default; opacity: .55; }
.wlb-poll__trang.is-da-bam .wlb-poll__nut.is-chon { opacity: 1; box-shadow: 0 0 0 1px currentColor inset; }
 
.wlb-poll__mui {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: none; border: 0; color: var(--wlb-muted); cursor: pointer;
  font-size: 20px; line-height: 1; padding: 4px;
}
.wlb-poll__mui[data-poll-truoc] { left: 2px; }
.wlb-poll__mui[data-poll-sau] { right: 4px; }
.wlb-poll__mui:hover { color: var(--wlb-text); }
.wlb-poll__cham { position: absolute; left: 0; right: 0; bottom: 6px; display: flex; justify-content: center; gap: 5px; }
.wlb-poll__cham i {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255, 255, 255, .22);
}
.wlb-poll__cham i.is-on { background: var(--wlb-accent); }

 
.wlb-chonnha { position: relative; margin-right: 6px; }
 
.wlb-chonnha__nut {
  list-style: none; cursor: pointer; user-select: none;
  display: inline-flex; align-items: center; gap: 6px;
  height: 26px; padding: 0 10px; border-radius: 6px;
  background: var(--wlb-raised); border: 1px solid var(--wlb-line);
  font-size: 12px; font-weight: 600; color: var(--wlb-text-2); white-space: nowrap;
}
.wlb-chonnha__nut::-webkit-details-marker { display: none; }
.wlb-chonnha__nut:hover { color: #fff; }
.wlb-chonnha[open] .wlb-chonnha__nut {
  color: var(--wlb-accent);
  border-color: color-mix(in srgb, var(--wlb-accent) 45%, transparent);
}
.wlb-chonnha__ds {
  position: absolute; z-index: 30; top: calc(100% + 6px); left: 0;
  margin: 0; padding: 4px; list-style: none; min-width: 150px;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: 8px; box-shadow: 0 10px 26px rgba(0, 0, 0, .45);
  max-height: 260px; overflow-y: auto;
}
.wlb-chonnha__ds li + li { margin-top: 2px; }
.wlb-chonnha__muc {
  display: block; width: 100%; text-align: left; cursor: pointer;
  padding: 8px 12px; border: 0; border-radius: 6px; background: none;
  color: var(--wlb-text-2); font-size: 12px; font-weight: 600;
  letter-spacing: .3px; text-transform: uppercase;
}
.wlb-chonnha__muc:hover {
  background: color-mix(in srgb, var(--wlb-accent) 14%, transparent);
  color: #fff;
}

 
.wlb-side {
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r); overflow: hidden;
}
 
.wlb-side__thanh {
  display: flex; align-items: center; gap: 1px; flex-wrap: nowrap;
  overflow-x: auto; scrollbar-width: none;
   
   
  padding: 7px 8px 8px; border-bottom: 1px solid var(--wlb-line);
  background: var(--wlb-surface-2);
}
.wlb-side__thanh::-webkit-scrollbar { display: none; }
.wlb-side__nut {
  display: inline-flex; align-items: center; gap: 4px; flex: 0 0 auto;
   
  padding: 6px; border: 0; border-radius: 6px; cursor: pointer;
  background: none; color: var(--wlb-muted);
}
.wlb-side__nut svg { width: 20px; height: 20px; }
.wlb-side__nut:hover { color: var(--wlb-text); background: var(--wlb-raised); }
 
.wlb-side__nhan { display: none; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; }
.wlb-side__nut.is-on {
   
  color: #00ff5e;
  background-color: transparent;
  background-image: linear-gradient(-90deg, rgb(50, 56, 57), rgb(47, 90, 73));
}
.wlb-side__nut.is-on .wlb-side__nhan { display: inline; }
 
 
.wlb-side__ngan { display: none; padding: 10px; min-height: 596px; max-height: 596px; overflow-y: auto; scrollbar-width: thin; }
 
.wlb-side__ngan[data-ngan-noi="chat"] { overflow: hidden; }
.wlb-side__ngan[data-ngan-noi="chat"] .wlb-chat__list { min-height: 0; }
 
.wlb-side__ngan[data-ngan-noi="chat"] .wlb-chat { min-height: 0; }
 
.wlb-side__ngan.is-hien { display: flex; flex-direction: column; }
.wlb-side__trong {
  padding: 40px 10px; text-align: center;
  color: var(--wlb-muted); font-size: 13px;
}

 
@media (max-width: 991px) {
  .wlb-side__ngan { min-height: 0; max-height: 520px; }
   
  .wlb-side__ngan:has(.wlb-chat) { min-height: 596px; max-height: none; overflow: visible; }
   
  .wlb-side__thanh { padding: 6px 8px 7px; }
}
@media (max-width: 575px) {
   
  .wlb-vtab__nut { font-size: 12px; padding: 10px 6px; line-height: 23px; }
}
@media (max-width: 390px) {
  .wlb-vtab__nut { font-size: 11px; padding: 10px 6px; line-height: 23px; letter-spacing: 0; }
}

 
.wlb-bxh-mini { width: 100%; border-collapse: collapse; font-size: 12px; font-variant-numeric: tabular-nums; }
.wlb-bxh-mini th { text-align: left; color: var(--wlb-muted); font-weight: 600; padding: 4px 6px; border-bottom: 1px solid var(--wlb-line); }
.wlb-bxh-mini td { padding: 5px 6px; border-bottom: 1px solid var(--wlb-line); color: var(--wlb-text-2); }
.wlb-bxh-mini tr:last-child td { border-bottom: 0; }
.wlb-bxh-mini__doi { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 140px; color: var(--wlb-text); }
.wlb-bxh-mini .is-doi-nay td { background: color-mix(in srgb, var(--wlb-accent) 10%, transparent); }

 
.wlb-keo-mini { display: flex; flex-direction: column; gap: 8px; }
.wlb-keo__hang--mini { grid-template-columns: 62px repeat(3, 1fr); }

 
.wlb-tttran { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.wlb-tttran > div {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 8px 6px; border-bottom: 1px solid var(--wlb-line);
}
.wlb-tttran > div:last-child { border-bottom: 0; }
.wlb-tttran dt { color: var(--wlb-muted); font-size: 12px; }
.wlb-tttran dd { margin: 0; color: var(--wlb-text); font-size: 13px; font-weight: 600; text-align: right; }

 
.wlb-chat__congdong { display: flex; gap: 6px; padding: 8px 10px 0; flex-wrap: nowrap; }
.wlb-chat__nutcd {
  flex: 1 1 0; text-align: center;
  padding: 6px 10px; border-radius: 4px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .3px; text-decoration: none;
  border: 0; cursor: pointer; color: #fff; white-space: nowrap;
}
.wlb-chat__nutcd--tg { background: #2aabee; }
.wlb-chat__nutcd--fb { background: #1877f2; }
 
.wlb-chat__tat { background: #1c1f20; color: var(--wlb-text-2); flex: 1 1 0; }
.wlb-chat__badge {
  display: block; padding: 6px 12px 0; font-size: 11px; color: var(--wlb-muted);
}
 
.wlb-chat.is-tat .wlb-chat__list,
.wlb-chat.is-tat .wlb-chat__note,
.wlb-chat.is-tat .wlb-chat__pin { display: none; }

 
.wlb-panel__body .wlb-table-wrap { margin: 0; border-radius: var(--wlb-r-sm); }
.wlb-sosanh { min-width: 640px; }
.wlb-sosanh__nha { font-weight: 600; color: var(--wlb-text); white-space: nowrap; }

 
.wlb-mophong-khoi { margin: 0 14px 18px; }

 
 
.wlb-gap { margin: 12px 14px 18px; }
 
.wlb-gap--trongcot { margin: 12px 0 14px; }
.wlb-gap__nut {
  list-style: none; cursor: pointer; user-select: none;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.wlb-gap__nut::-webkit-details-marker { display: none; }
 
.wlb-gap__dau { color: var(--wlb-text-2); font-size: 22px; line-height: 1; transition: transform .15s; }
.wlb-gap[open] .wlb-gap__dau { transform: rotate(180deg); }

 
 
.wlb-mps {
  margin-bottom: 14px; border-radius: var(--wlb-r-sm);
  overflow: hidden; border: 1px solid var(--wlb-line);
}
 
.wlb-mps__khung {
  position: relative; min-height: 210px; padding: 14px 0;
  display: flex; align-items: center; justify-content: center;
}
.wlb-mps__san { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
 
 
.wlb-mps__hop {
   
  position: relative; z-index: 1;
  width: min(268px, calc(100% - 40px));
  display: flex; flex-direction: column; gap: 5px;
  padding: 10px 12px; border-radius: var(--wlb-r-sm);
  background: rgba(14, 18, 20, .84); backdrop-filter: blur(2px);
}
.wlb-mps__tit {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  color: var(--wlb-text); text-align: center; margin-bottom: 2px;
}
 
.wlb-mps__hang {
  display: grid; grid-template-columns: 26px minmax(0, 1fr) 26px; gap: 0 8px;
  align-items: center; font-size: 12px;
}
.wlb-mps__hang b { font-weight: 700; color: var(--wlb-text); font-variant-numeric: tabular-nums; }
.wlb-mps__hang b:first-child { text-align: left; }
.wlb-mps__hang b:nth-child(3) { text-align: right; }
.wlb-mps__ten { text-align: center; color: var(--wlb-text-2); font-size: 11px; }
.wlb-mps__thanh {
  grid-column: 1 / -1; height: 4px; border-radius: 2px;
  background: var(--wlb-down); overflow: hidden;
}
.wlb-mps__thanh i { display: block; height: 100%; background: var(--wlb-up); }

 
.wlb-mpd {
  display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center; gap: 10px;
  padding: 9px 12px; border-top: 1px solid var(--wlb-line);
  background: var(--wlb-surface-2); font-size: 13px;
}
.wlb-mpd__ben { display: flex; align-items: center; gap: 8px; min-width: 0; }
.wlb-mpd__ben--away { flex-direction: row; justify-content: flex-end; }
 
.wlb-mpd__ten {
  min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: var(--wlb-text); font-weight: 500;
}
.wlb-mpd__chips { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.wlb-mpd__chip {
  display: inline-flex; align-items: center; gap: 3px;
  color: var(--wlb-text-2); font-size: 12px; font-variant-numeric: tabular-nums;
}
.wlb-mpd__giua { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.wlb-mpd__giua b {
  font-family: Oswald, Barlow, sans-serif; font-size: 17px; font-weight: 700;
  color: var(--wlb-text); font-variant-numeric: tabular-nums;
}
@media (max-width: 575px) {
   
  .wlb-mpd { gap: 6px; padding: 8px 10px; font-size: 12px; }
  .wlb-mpd__chips { display: none; }
}

 
.wlb-nhip {
  position: relative; margin-bottom: 14px; padding: 6px 10px;
  background: var(--wlb-surface-2); border: 1px solid var(--wlb-line);
  border-radius: var(--wlb-r-sm);
}
.wlb-nhip__hang { position: relative; height: 22px; }
.wlb-nhip__truc {
  position: relative; height: 18px; border-top: 1px solid var(--wlb-line);
  border-bottom: 1px solid var(--wlb-line); background: rgba(255, 255, 255, .03);
}
.wlb-nhip__truc span {
  position: absolute; top: 2px; transform: translateX(-50%);
  font-size: 10px; color: var(--wlb-muted); white-space: nowrap;
}
 
.wlb-nhip__dau {
  position: absolute; top: 50%; width: 9px; height: 9px; border-radius: 50%;
  transform: translate(-50%, -50%); border: 1px solid rgba(0, 0, 0, .45);
}
.wlb-nhip--goal { background: var(--wlb-text); }
.wlb-nhip--yellow { background: #f0b429; border-radius: 1px; width: 7px; height: 9px; }
.wlb-nhip--red { background: #ef4444; border-radius: 1px; width: 7px; height: 9px; }
 
.wlb-nhip__duong {
  position: absolute; left: 10px; right: 10px; top: 6px; height: 62px;
  width: calc(100% - 20px); pointer-events: none;
  color: color-mix(in srgb, var(--wlb-accent) 55%, transparent);
}

.wlb-mophong {
  display: flex; justify-content: center; gap: 26px; flex-wrap: wrap;
  padding: 14px 10px 18px; margin-bottom: 14px;
  background: linear-gradient(160deg, rgba(34, 197, 94, .10) 0%, rgba(34, 197, 94, .03) 100%);
  border: 1px solid var(--wlb-line); border-radius: var(--wlb-r-sm);
}
.wlb-mophong__muc { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.wlb-mophong__vong { position: relative; display: flex; align-items: center; gap: 8px; }
.wlb-mophong__vong i,
.wlb-mophong__vong em {
  font-style: normal; font-size: 15px; font-weight: 700;
  font-variant-numeric: tabular-nums; min-width: 22px; text-align: center;
}
.wlb-mophong__vong i { color: var(--wlb-up); }
.wlb-mophong__vong em { color: var(--wlb-down); }
.wlb-mophong__muc span { font-size: 12px; color: var(--wlb-text-2); }
.wlb-t-pos { color: var(--wlb-muted); width: 34px; }
.wlb-t-pts { font-weight: 700; color: var(--wlb-accent); }

 
.wlb-logo--sm { width: 26px; height: 26px; flex: 0 0 26px; font-size: 11px; }
.wlb-logo--xs { width: 18px; height: 18px; flex: 0 0 18px; font-size: 11px; }

 
.wlb-setup {
  margin: 14px; padding: 22px 24px;
  background: var(--wlb-surface); border: 1px dashed var(--wlb-raised);
  border-radius: var(--wlb-r); text-align: center;
}
.wlb-setup__title {
  font-size: 15px; font-weight: 500; color: var(--wlb-text); margin-bottom: 6px;
}
.wlb-setup p { margin: 0 auto 14px; max-width: 52ch; color: var(--wlb-text-2); font-size: 14px; }
.wlb-setup__btn {
  display: inline-block; padding: 9px 20px; border-radius: 6px;
  background: var(--wlb-accent); color: #04140b;
  font-size: 14px; font-weight: 500; text-decoration: none;
}
.wlb-setup__btn:hover { filter: brightness(1.08); }
.wlb-setup__hint {
  margin: 14px auto 0 !important; font-size: 12px; color: var(--wlb-muted);
}
.wlb-setup code {
  background: var(--wlb-raised); padding: 1px 5px; border-radius: 3px;
  font-size: 12px; color: var(--wlb-text-2);
}


 
 
 
 
.wlb-toolbar {
  display: flex; align-items: flex-start; gap: 15px;
  padding: 0 14px; margin-top: 26px; margin-bottom: 30px; flex-wrap: wrap;
}
.wlb-toolbar .wlb-filters { padding: 0; flex: 1; min-width: 0; }
 
 
@media (max-width: 1199.98px) {
   
   
  .wlb-toolbar { flex-wrap: wrap; row-gap: 3px; padding: 7px 14px; margin-top: 18px; margin-bottom: 30px; }
  .wlb-toolbar .wlb-filters { flex: 1 0 100%; }
  .wlb-toolbar .wlb-ldrop { flex: 1 0 100%; }
  .wlb-toolbar .wlb-ldrop__nut { width: 100%; justify-content: space-between; }
  .wlb-toolbar .wlb-ldrop__hien { max-width: none; }

   
  .wlb-sports { padding: 34px 14px 23px; gap: 3px; }
}


 
:where(.wlb) :where(button, input, select, textarea, label, summary, fieldset, legend) {
  margin: 0; padding: 0; border: 0; outline: 0;
  background: none; box-shadow: none; border-radius: 0;
  font: inherit; font-weight: 400; line-height: 1.4; letter-spacing: normal;
  color: inherit; text-transform: none; min-height: 0; height: auto;
  -webkit-appearance: none; appearance: none;
}

 
.wlb-ldrop { position: relative; flex: 0 0 auto; }
.wlb-ldrop__nut {
  display: inline-flex; align-items: center; gap: 10px;
   
  height: 36px; padding: 8px 16px; border-radius: 8px;
   
  background: #292d2e; border: 1px solid #3b4041;
  font-family: Raleway, Barlow, sans-serif;
  font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, .77);
  cursor: pointer; user-select: none; white-space: nowrap;
   
  list-style: none;
}
.wlb-ldrop__nut::-webkit-details-marker { display: none; }
.wlb-ldrop__nut:hover { border-color: var(--wlb-raised); }
.wlb-ldrop__huy { flex: 0 0 auto; color: var(--wlb-muted); }
.wlb-ldrop__hien { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
.wlb-ldrop__mui { flex: 0 0 auto; color: var(--wlb-muted); transition: transform .18s; }
.wlb-ldrop[open] .wlb-ldrop__mui { transform: rotate(180deg); }
@media (prefers-reduced-motion: reduce) { .wlb-ldrop__mui { transition: none; } }

.wlb-ldrop__bang {
   
  position: absolute; z-index: 40; top: calc(100% + 6px); right: 0;
  width: 340px; max-width: calc(100vw - 24px);
  background: #141516; border: 1px solid var(--wlb-line);
  border-radius: 6px; box-shadow: 0 0 24px rgba(0, 0, 0, .5);
  overflow: hidden;
}
.wlb-ldrop__dau {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px; border-bottom: 1px solid var(--wlb-line);
  font-size: 12px; color: var(--wlb-muted);
}
.wlb-ldrop__dau b { font-weight: 700; color: var(--wlb-text-2); }
.wlb-ldrop__dong {
  display: flex; padding: 4px; border-radius: 4px;
  color: var(--wlb-muted); cursor: pointer;
}
.wlb-ldrop__dong:hover { color: var(--wlb-text); background: var(--wlb-raised); }

 
.wlb-ldrop__tim {
  display: block; width: 100%; padding: 9px 12px;
  border: 0; border-bottom: 1px solid var(--wlb-line); border-radius: 0;
  background: transparent; box-shadow: none; outline: 0;
  color: var(--wlb-text); font-size: 13px; font-family: inherit; font-weight: 400;
  height: auto; min-height: 0; margin: 0;
}
.wlb-ldrop__tim:focus { border-bottom-color: var(--wlb-accent); }
.wlb-ldrop__tim::placeholder { color: var(--wlb-muted); }

 
.wlb-ldrop__ds { max-height: 420px; overflow-y: auto; margin: 0; padding: 4px; list-style: none; }
.wlb-ldrop__ds li { margin: 0; }
.wlb-ldrop__muc {
  display: flex; align-items: flex-start; gap: 9px;
  padding: 7px 9px; border-radius: 5px;
  font-size: 13px; color: var(--wlb-text-2); text-decoration: none;
}
.wlb-ldrop__muc:hover { background: var(--wlb-raised); color: var(--wlb-text); }
.wlb-ldrop__muc.is-on { color: var(--wlb-accent); background: color-mix(in srgb, var(--wlb-accent) 13%, transparent); }
.wlb-ldrop__ico { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 1px; object-fit: contain; }
.wlb-ldrop__ten { flex: 1 1 auto; min-width: 0; line-height: 1.35; }
.wlb-ldrop__so { flex: 0 0 auto; margin-top: 2px; font-size: 11px; color: var(--wlb-muted); font-variant-numeric: tabular-nums; }
.wlb-ldrop__trong { padding: 14px 12px; font-size: 13px; color: var(--wlb-muted); text-align: center; }

a.wlb-chip { text-decoration: none; color: inherit; }

 
.wlb-match { padding: 0 0 22px; }
 
.wlb-crumb,
.wlb-topbar,
.wlb-mnut,
.wlb-match__grid,
.wlb-gap--trongcot { margin-inline: 14px; }

.wlb-crumb {
  display: flex; align-items: center; gap: 7px; flex-wrap: wrap;
  padding: 12px 16px; font-size: 13px; color: var(--wlb-muted);
}
.wlb-crumb a { color: var(--wlb-text-2); text-decoration: none; }
.wlb-crumb a:hover { color: var(--wlb-accent); }
.wlb-crumb strong { color: var(--wlb-text); font-weight: 500; }

 
.wlb-match__grid {
  display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 16px; padding: 0 16px; align-items: start;
}
 
@media (max-width: 991px) { .wlb-match__grid { grid-template-columns: 1fr; } }
 
.wlb-match__main, .wlb-match__side { min-width: 0; }

 
.wlb-stage {
  position: relative; aspect-ratio: 16 / 9; width: 100%;
  max-width: calc((100vh - 230px) * 16 / 9); margin-inline: auto;
  background: #14181c; border-radius: var(--wlb-r); overflow: hidden;
  border: 1px solid var(--wlb-line);
}
.wlb-stage__video { width: 100%; height: 100%; object-fit: contain; background: #14181c; display: block; }
.wlb-stage.is-clickable { cursor: pointer; }
.wlb-stage__msg {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .62); color: #fff; font-size: 13px;
  padding: 9px 16px; border-radius: 999px; pointer-events: none;
}
.wlb-stage__note {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  padding: 20px; text-align: center; pointer-events: none;
  background: radial-gradient(120% 100% at 50% 0%, #101822, #05080b);
}
 
.wlb-stage.is-du-phong .wlb-stage__note { background: none; }
.wlb-stage__note strong { font-size: 15px; color: var(--wlb-text); }
.wlb-stage__note p { margin: 0; font-size: 13px; color: var(--wlb-text-2); max-width: 420px; }
.wlb-stage__note a { color: var(--wlb-accent); pointer-events: auto; }

 
.wlb-blvbar { display: flex; gap: 8px; overflow-x: auto; padding: 10px 0 2px; scrollbar-width: thin; }
.wlb-blvbtn {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
   
  padding: 4px 10px 4px 5px; border-radius: 2px; cursor: pointer;
  background: var(--wlb-surface); border: 0;
  color: var(--wlb-text-2); font-size: 13px; font-family: inherit;
  transition: color .15s, background .15s;
}
.wlb-blvbtn:hover { background: var(--wlb-surface-2); color: var(--wlb-text); }
.wlb-blvbtn.is-on {
   
  background: #009b3a; color: #fff;
}
.wlb-blvbtn img, .wlb-blvbtn__ini {
  width: 18px; height: 18px; border-radius: 50%; flex: 0 0 18px;
  object-fit: cover; background: var(--wlb-raised);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--wlb-text-2);
}

 
.wlb-scoreboard {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px;
  margin-top: 12px; padding: 16px;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line); border-radius: var(--wlb-r);
}
 
.wlb-scoreboard__team {
  display: flex; align-items: center; gap: 11px; min-width: 0;
  font-family: Raleway, Barlow, sans-serif;
  font-size: 14px; font-weight: 700;
}
 
.wlb-scoreboard__team a { color: var(--wlb-text); text-decoration: none; }
.wlb-scoreboard__team a:hover { color: var(--wlb-accent); }
.wlb-scoreboard__team--away { flex-direction: row-reverse; text-align: right; }
 
.wlb-scoreboard__team span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-logo--lg { width: 46px; height: 46px; flex: 0 0 46px; font-size: 15px; }
.wlb-logo--lg img { width: 46px; height: 46px; }
.wlb-scoreboard__mid { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.wlb-scoreboard__meta {
  display: flex; align-items: center; gap: 9px;
  font-size: 12px; color: var(--wlb-muted); white-space: nowrap;
}
.wlb-viewers { color: var(--wlb-text-2); }
.wlb-viewers::before { content: "👁 "; }
@media (max-width: 575px) {
  .wlb-scoreboard { padding: 13px 10px; gap: 8px; }
  .wlb-scoreboard__team { font-size: 13px; gap: 7px; }
  .wlb-logo--lg, .wlb-logo--lg img { width: 34px; height: 34px; flex-basis: 34px; }
}

 
.wlb-panel {
  margin-top: 12px; background: var(--wlb-surface);
  border: 1px solid var(--wlb-line); border-radius: var(--wlb-r); overflow: hidden;
}
.wlb-panel__title {
  margin: 0; padding: 11px 15px; font-size: 13px; font-weight: 500;
  color: var(--wlb-text); border-bottom: 1px solid var(--wlb-line);
  background: var(--wlb-surface-2);
}
.wlb-panel__body { padding: 14px 15px; }

.wlb-banner { display: block; margin-top: 12px; border-radius: var(--wlb-r); overflow: hidden; }
.wlb-cta {
  display: block; padding: 12px; margin-bottom: 12px; border-radius: var(--wlb-r);
  background: var(--wlb-accent); color: #06120a; text-align: center;
  font-weight: 700; font-size: 14px; text-decoration: none;
}
.wlb-cta:hover { filter: brightness(1.07); color: #06120a; }

 
.wlb-side-list { max-height: 560px; overflow-y: auto; scrollbar-width: thin; }
.wlb-side-item {
  display: block; padding: 10px 14px; text-decoration: none; color: inherit;
  border-bottom: 1px solid var(--wlb-line-soft); transition: background .15s;
}
.wlb-side-item:last-child { border-bottom: 0; }
.wlb-side-item:hover { background: var(--wlb-surface-2); }
.wlb-side-item__league { display: block; font-size: 11px; color: var(--wlb-muted); margin-bottom: 4px; }
.wlb-side-item__teams {
  display: flex; align-items: center; gap: 6px; font-size: 13px;
}
.wlb-side-item__teams b { font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1 1 0; }
.wlb-side-item__teams b:last-of-type { text-align: right; }
.wlb-side-item__teams em {
  font-style: normal; font-weight: 700; color: var(--wlb-text);
  font-variant-numeric: tabular-nums; flex: 0 0 auto;
}
.wlb-side-item__time {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; color: var(--wlb-live); margin-top: 4px;
}
.wlb-side-empty { margin: 0; padding: 16px 14px; font-size: 13px; color: var(--wlb-muted); }

 
.wlb-chat .wlb-panel__title { display: flex; align-items: center; gap: 8px; }
 
.wlb-chat__pin {
  margin: 0; padding: 9px 14px; font-size: 12px; line-height: 1.45;
  color: var(--wlb-warn);
  background: color-mix(in srgb, var(--wlb-warn) 9%, transparent);
  border-bottom: 1px solid var(--wlb-line);
}
 
.wlb-chat { display: flex; flex-direction: column; flex: 1 1 auto; }
.wlb-chat__list {
  flex: 1 1 auto; min-height: 72px; overflow-y: auto; scrollbar-width: thin;
  padding: 8px 12px; display: flex; flex-direction: column; gap: 6px;
}
.wlb-chat__list::-webkit-scrollbar { width: 4px; }
.wlb-chat__list::-webkit-scrollbar-thumb { background: var(--wlb-raised); border-radius: 4px; }
 
.wlb-chat__msg {
  display: grid; grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: start; column-gap: 8px;
  font-size: 13px; line-height: 1.45; word-break: break-word;
}
.wlb-chat__ava {
  width: 26px; height: 26px; flex: 0 0 26px; border-radius: 50%; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: var(--wlb-raised); font-size: 12px; font-weight: 700;
}
.wlb-chat__ava img { width: 100%; height: 100%; object-fit: cover; }
.wlb-chat__than { min-width: 0; }
 
 
.wlb-chat__who { display: block; font-weight: 500; color: var(--wlb-accent); }
.wlb-chat__msg.is-staff .wlb-chat__who,
.wlb-chat__msg.is-staff .wlb-chat__ava { color: var(--wlb-warn); }
.wlb-chat__text { display: block; color: var(--wlb-text-2); }
.wlb-chat__msg time { color: var(--wlb-muted); font-size: 11px; padding-top: 1px; }
.wlb-chat__rep {
  margin-left: 6px; padding: 0 5px; border-radius: 4px;
  background: var(--wlb-raised); color: var(--wlb-text-2);
  font-size: 11px; font-weight: 500; font-variant-numeric: tabular-nums;
}
.wlb-chat__sticker { font-size: 17px; vertical-align: -2px; }
.wlb-chat__note {
  margin: 0; padding: 11px 14px; font-size: 12px; color: var(--wlb-muted);
  border-top: 1px solid var(--wlb-line-soft);
}

 

 
.wlb .wlb-chat { position: relative; }

.wlb .wlb-chat__chan { flex: 0 0 auto; padding: 8px 12px 10px; border-top: 1px solid var(--wlb-line); }

 
 
.wlb .wlb-chat__moica {
  display: flex; align-items: center; gap: 8px;
  box-sizing: border-box; width: 100%; margin: 0; cursor: text;
  height: 38px; padding: 0 12px; border-radius: 999px;
  background: var(--wlb-raised); border: 1px solid var(--wlb-line);
  color: var(--wlb-muted); font-size: 13px; line-height: 1; text-align: left;
}
.wlb .wlb-chat__moica::before {
  content: "☺"; flex: 0 0 auto; font-size: 15px; opacity: .75;
}
.wlb .wlb-chat__moica::after {
  content: "➤"; margin-left: auto; flex: 0 0 auto;
  color: var(--wlb-accent); opacity: .7; font-size: 13px;
}
.wlb .wlb-chat__moica:hover { color: var(--wlb-text-2); border-color: color-mix(in srgb, var(--wlb-accent) 45%, transparent); }
 
.wlb .wlb-chat__moica[hidden] { display: none; }
.wlb .wlb-chat__badge[hidden] { display: none; }

 
.wlb .wlb-chat__gui { display: flex; flex-direction: column; gap: 7px; }
.wlb .wlb-chat__gui[hidden] { display: none; }
.wlb .wlb-chat__toi { display: flex; align-items: center; gap: 7px; min-width: 0; }
.wlb .wlb-chat__toiten {
  font-size: 12px; font-weight: 600; color: var(--wlb-text);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0;
}
.wlb .wlb-chat__thoat {
  margin-left: auto; flex: 0 0 auto; padding: 0; border: 0; background: none;
  cursor: pointer; font-family: inherit; font-size: 11px; color: var(--wlb-muted);
  text-decoration: underline;
}
.wlb .wlb-chat__thoat:hover { color: var(--wlb-text-2); }
.wlb .wlb-chat__hang { display: flex; align-items: stretch; gap: 6px; }
 
.wlb .wlb-chat__o {
  flex: 1 1 auto; min-width: 0; box-sizing: border-box; margin: 0;
  appearance: none; -webkit-appearance: none;
  height: 38px; padding: 0 12px; min-height: 0; max-width: none;
  border: 1px solid var(--wlb-line); border-radius: var(--wlb-r-sm);
  background: var(--wlb-bg); color: var(--wlb-text); box-shadow: none;
  font-family: inherit; font-size: 13px; line-height: 36px;
}
.wlb .wlb-chat__o::placeholder { color: var(--wlb-muted); opacity: 1; }
.wlb .wlb-chat__o:focus { border-color: var(--wlb-accent); outline: none; }
.wlb .wlb-chat__nutgui {
  flex: 0 0 38px; width: 38px; height: 38px; padding: 0; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--wlb-r-sm); background: var(--wlb-accent); color: #06120a;
}
.wlb .wlb-chat__nutgui[disabled] { opacity: .5; cursor: default; }
.wlb .wlb-chat__loi { margin: 0; font-size: 11px; color: var(--wlb-down); }
.wlb .wlb-chat__loi[hidden] { display: none; }

 
.wlb-chat.is-tat .wlb-chat__chan,
.wlb-chat.is-tat .wlb-auth { display: none; }

 

 
.wlb .wlb-auth {
  display: none; position: absolute; inset: 0; z-index: 3;
  flex-direction: column; overflow: hidden; background: var(--wlb-surface-2);
}
 
.wlb .wlb-chat:not(.is-tat) .wlb-auth__mo:checked ~ .wlb-auth { display: flex; }

.wlb .wlb-auth__hd {
  flex: 0 0 auto; display: flex; align-items: stretch;
  border-bottom: 1px solid var(--wlb-line);
}
.wlb .wlb-auth__tab {
  flex: 1 1 0; margin: 0; padding: 12px 8px; cursor: pointer; text-align: center;
  font-size: 14px; font-weight: 600; color: var(--wlb-muted);
  border-bottom: 2px solid transparent;
}
.wlb .wlb-auth__tab:hover { color: var(--wlb-text-2); }
.wlb .wlb-auth__r--dn:checked ~ .wlb-auth__hd .wlb-auth__tab--dn,
.wlb .wlb-auth__r--dk:checked ~ .wlb-auth__hd .wlb-auth__tab--dk {
  color: var(--wlb-text); border-bottom-color: var(--wlb-accent);
}
.wlb .wlb-auth__dong {
  flex: 0 0 38px; margin: 0; cursor: pointer; color: var(--wlb-muted);
  display: flex; align-items: center; justify-content: center;
}
.wlb .wlb-auth__dong:hover { color: var(--wlb-text); }

.wlb .wlb-auth__than { flex: 1 1 auto; overflow-y: auto; padding: 14px; scrollbar-width: thin; }
.wlb .wlb-auth__form { display: none; flex-direction: column; gap: 10px; }
.wlb .wlb-auth__r--dn:checked ~ .wlb-auth__than .wlb-auth__form--dn,
.wlb .wlb-auth__r--dk:checked ~ .wlb-auth__than .wlb-auth__form--dk { display: flex; }

 
.wlb .wlb-auth__o {
  display: block; box-sizing: border-box; width: 100%; margin: 0;
  appearance: none; -webkit-appearance: none;
  height: 40px; padding: 0 12px; min-height: 0; max-width: none;
  border: 1px solid var(--wlb-line); border-radius: var(--wlb-r-sm);
  background: var(--wlb-bg); color: var(--wlb-text); box-shadow: none;
  font-family: inherit; font-size: 14px; line-height: 38px;
}
.wlb .wlb-auth__o::placeholder { color: var(--wlb-muted); opacity: 1; }
.wlb .wlb-auth__o:focus { border-color: var(--wlb-accent); outline: none; }

.wlb .wlb-auth__mk { position: relative; }
.wlb .wlb-auth__mk .wlb-auth__o { padding-right: 44px; }
.wlb .wlb-auth__mat {
  position: absolute; right: 4px; top: 4px; width: 32px; height: 32px;
  padding: 0; border: 0; background: none; cursor: pointer; color: var(--wlb-muted);
  display: flex; align-items: center; justify-content: center;
}
.wlb .wlb-auth__mat:hover { color: var(--wlb-text-2); }
 
.wlb .wlb-auth__mat.is-mo .wlb-auth__mat-gach { display: none; }

 
.wlb .wlb-auth__hangcap { display: flex; align-items: center; gap: 8px; }
.wlb .wlb-auth__hangcap .wlb-auth__o { flex: 1 1 auto; width: auto; min-width: 0; }
.wlb .wlb-auth__cap {
  position: relative; flex: 0 0 112px; width: 112px; height: 40px; overflow: hidden;
  background: #f4ecf5; border-radius: var(--wlb-r-sm);
}
 
.wlb .wlb-auth__capso {
  position: absolute; top: 50%; transform: translateY(-50%);
  font-size: 35px; line-height: 1; font-weight: 700; font-family: var(--wlb-font-so);
}
.wlb .wlb-auth__capso:nth-child(1) { left: 10px; color: #31a936; }
.wlb .wlb-auth__capso:nth-child(2) { left: 29px; color: #287fc7; }
.wlb .wlb-auth__capso:nth-child(3) { left: 48px; color: #287fc7; }
.wlb .wlb-auth__capso:nth-child(4) { left: 67px; color: #b52758; }
.wlb .wlb-auth__capso:nth-child(5) { left: 86px; color: #b52758; }
.wlb .wlb-auth__capgach { position: absolute; display: block; height: 2px; }
.wlb .wlb-auth__capgach--1 { left: 7px; top: 13px; width: 100px; background: #ef7fa2; transform: rotate(12deg); }
.wlb .wlb-auth__capgach--2 { left: 22px; top: 29px; width: 82px; background: #7bbfba; transform: rotate(-8deg); }
.wlb .wlb-auth__xoay {
  flex: 0 0 34px; width: 34px; height: 34px; padding: 0; border: 0; cursor: pointer;
  background: none; color: var(--wlb-muted);
  display: flex; align-items: center; justify-content: center;
}
.wlb .wlb-auth__xoay:hover { color: var(--wlb-text-2); }

.wlb .wlb-auth__nut {
  box-sizing: border-box; width: 100%; height: 42px; padding: 0 14px;
  border: 0; border-radius: var(--wlb-r-sm); cursor: pointer;
  background: var(--wlb-accent); color: #06120a;
  font-family: inherit; font-size: 14px; font-weight: 700; text-transform: uppercase;
}
.wlb .wlb-auth__nut[disabled] { opacity: .6; cursor: default; }
.wlb .wlb-auth__nho {
  display: flex; align-items: center; gap: 7px; margin: 0;
  font-size: 12px; color: var(--wlb-text-2); cursor: pointer;
}
 
.wlb .wlb-auth__nho input {
  margin: 0; flex: 0 0 15px; width: 15px; height: 15px;
  appearance: auto; -webkit-appearance: auto; accent-color: var(--wlb-accent);
}
.wlb .wlb-auth__loi { margin: 0; font-size: 12px; line-height: 1.4; color: var(--wlb-down); }
.wlb .wlb-auth__loi[hidden] { display: none; }
.wlb .wlb-auth__loi.is-ok { color: var(--wlb-up); }

 
.wlb-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.wlb-form__side { min-width: 0; }
.wlb-form__name {
  display: block; font-size: 13px; font-weight: 500; color: var(--wlb-text);
  text-decoration: none; margin-bottom: 7px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wlb-form__name:hover { color: var(--wlb-accent); }
.wlb-form__marks { display: flex; gap: 5px; }
.wlb-form__none { font-size: 12px; color: var(--wlb-muted); }
.wlb-mark {
  width: 22px; height: 22px; border-radius: 5px; cursor: help;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #06120a;
}
.wlb-mark.is-win { background: var(--wlb-up); }
.wlb-mark.is-draw { background: var(--wlb-muted); color: #0a0e13; }
.wlb-mark.is-loss { background: var(--wlb-down); }

.wlb-h2h { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 13px; }
.wlb-h2h caption {
  text-align: left; color: var(--wlb-muted); font-size: 12px;
  padding-bottom: 7px; caption-side: top;
}
.wlb-h2h td { padding: 7px 6px; border-top: 1px solid var(--wlb-line-soft); }
.wlb-h2h__date { color: var(--wlb-muted); font-size: 12px; white-space: nowrap; }
.wlb-h2h { table-layout: fixed; }
.wlb-h2h__team { color: var(--wlb-text-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-h2h td:nth-child(2) { text-align: right; }
.wlb-h2h td:nth-child(4) { text-align: left; }
.wlb-h2h td:nth-child(1) { width: 88px; }
.wlb-h2h td:nth-child(3) { width: 62px; }
.wlb-h2h td:nth-child(5) { width: 150px; }
.wlb-h2h__score {
  text-align: center; font-weight: 700; color: var(--wlb-text);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.wlb-h2h__lg { color: var(--wlb-muted); font-size: 11px; text-align: right; white-space: nowrap; }
.wlb-h2h__none { margin: 12px 0 0; font-size: 13px; color: var(--wlb-muted); }

 
.wlb-teampage { padding: 0 16px 22px; }
.wlb-teamhead {
  display: flex; align-items: center; gap: 16px;
  padding: 18px; border-radius: var(--wlb-r);
  background: linear-gradient(120deg, var(--wlb-surface), var(--wlb-bg) 75%);
  border: 1px solid var(--wlb-line);
}
.wlb-logo--xl { width: 62px; height: 62px; flex: 0 0 62px; font-size: 19px; }
.wlb-logo--xl img { width: 62px; height: 62px; }
.wlb-teamhead__text { min-width: 0; }
.wlb-teamhead h1 { margin: 0; font-size: 22px; line-height: 1.25; color: var(--wlb-text); }
.wlb-teamhead__meta {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 5px; font-size: 13px; color: var(--wlb-text-2);
}
.wlb-teamhead__meta b { color: var(--wlb-text); font-weight: 500; }

.wlb-panel__n {
  font-size: 11px; font-weight: 500; padding: 1px 7px; border-radius: 999px;
  background: var(--wlb-raised); color: var(--wlb-text-2); margin-left: 6px;
}
.wlb-squad {
  display: grid;
   
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}
.wlb-squad > .wlb-player:nth-child(odd) { border-right: 1px solid var(--wlb-line-soft); }
@media (max-width: 991px) { .wlb-squad > .wlb-player { border-right: 0; } }
.wlb-player {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 15px; border-top: 1px solid var(--wlb-line-soft); min-width: 0;
}
.wlb-player.is-hurt { opacity: .62; }
.wlb-player__num {
  width: 26px; flex: 0 0 26px; text-align: center;
  font-size: 13px; font-weight: 700; color: var(--wlb-muted);
  font-variant-numeric: tabular-nums;
}
.wlb-player__face {
  width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%;
  object-fit: cover; background: var(--wlb-raised);
}
.wlb-player__face--none {
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: var(--wlb-text-2);
}
.wlb-player__name {
  flex: 1 1 auto; min-width: 0; font-size: 13px; color: var(--wlb-text);
  display: flex; align-items: center; gap: 6px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wlb-player__c {
  flex: 0 0 auto; width: 16px; height: 16px; border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #06120a; background: var(--wlb-warn);
}
.wlb-player__hurt {
  flex: 0 0 auto; font-size: 11px; color: var(--wlb-down);
  border: 1px solid color-mix(in srgb, var(--wlb-down) 40%, transparent);
  padding: 1px 6px; border-radius: 999px;
}
.wlb-player__stats {
  flex: 0 0 auto; display: flex; align-items: center; gap: 9px; margin-left: auto;
  font-size: 12px; color: var(--wlb-muted); white-space: nowrap;
}
.wlb-player__stats b { color: var(--wlb-text-2); font-weight: 500; }
.wlb-player__stats em { font-style: normal; }
.wlb-player__stats .is-goal { color: var(--wlb-up); }

 
.wlb-pitch {
  position: relative; display: grid; grid-template-columns: 1fr 1fr;
  aspect-ratio: 2 / 1; min-height: 290px; max-height: 470px;
  border-radius: var(--wlb-r); overflow: hidden;
  background: linear-gradient(100deg, #10321f, #0d2a1a 45%, #10321f);
}
.wlb-pitch__turf { position: absolute; inset: 0; pointer-events: none; }
.wlb-pitch__turf > span { position: absolute; border: 1.5px solid rgba(255, 255, 255, .13); }
.wlb-pitch__mid { left: 50%; top: 0; bottom: 0; border-width: 0 0 0 1.5px; }
.wlb-pitch__circle {
  left: 50%; top: 50%; width: 17%; aspect-ratio: 1;
  transform: translate(-50%, -50%); border-radius: 50%;
}
.wlb-pitch__box { top: 21%; bottom: 21%; width: 13%; }
.wlb-pitch__box--l { left: 0; border-left: 0; }
.wlb-pitch__box--r { right: 0; border-right: 0; }

.wlb-pitch__side {
  position: relative; display: grid; align-items: center;
  grid-auto-flow: column; grid-auto-columns: 1fr; padding: 10px 4px;
}
.wlb-pitch__side--away { direction: rtl; }
.wlb-pitch__line {
  display: flex; flex-direction: column; justify-content: space-evenly;
  align-items: center; gap: 4px; height: 100%; direction: ltr;
}

.wlb-pp { display: flex; flex-direction: column; align-items: center; gap: 3px; position: relative; }
.wlb-pp__num {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #e9eff6; color: #0d2a1a;
  font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
}
.wlb-pitch__side--away .wlb-pp__num { background: var(--wlb-accent); color: #06120a; }
.wlb-pp__name {
  font-size: 11px; line-height: 1.25; color: #dfe8f0; text-align: center;
  max-width: 82px; text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wlb-pp__marks { position: absolute; top: -5px; right: -8px; display: flex; gap: 2px; }
.wlb-pm { font-style: normal; font-size: 11px; line-height: 1; }
.wlb-pm--y, .wlb-pm--r {
  display: inline-block; width: 7px; height: 10px; border-radius: 1.5px;
  vertical-align: -1px;
}
.wlb-pm--y { background: var(--wlb-warn); }
.wlb-pm--r { background: var(--wlb-live); }
.wlb-pm--out { color: var(--wlb-down); }
.wlb-pm--in { color: var(--wlb-up); }

@media (max-width: 767px) {
  .wlb-pitch { aspect-ratio: auto; min-height: 0; grid-template-columns: 1fr; }
  .wlb-pitch__side { grid-auto-flow: row; grid-auto-rows: 1fr; padding: 12px 4px; }
  .wlb-pitch__side--away { direction: ltr; }
  .wlb-pitch__line { flex-direction: row; height: auto; padding: 6px 0; }
  .wlb-pitch__turf { display: none; }
  .wlb-pitch__side--home { background: rgba(255, 255, 255, .03); }
}

.wlb-panel__tag {
  font-size: 11px; font-weight: 500; padding: 2px 8px; border-radius: 999px;
  background: var(--wlb-raised); color: var(--wlb-text-2); margin-left: 8px;
  font-variant-numeric: tabular-nums;
}
.wlb-note {
  margin: 12px 0 0; font-size: 12px; line-height: 1.5; color: var(--wlb-muted);
  padding-left: 11px; border-left: 2px solid var(--wlb-line);
}

 
.wlb-tl { list-style: none; margin: 0; padding: 0; }
.wlb-tl__i {
  display: flex; align-items: baseline; gap: 9px;
  padding: 7px 0; border-top: 1px solid var(--wlb-line-soft); font-size: 13px;
}
.wlb-tl__i:first-child { border-top: 0; }
.wlb-tl__i.is-away { flex-direction: row-reverse; text-align: right; }
.wlb-tl__min {
  flex: 0 0 34px; color: var(--wlb-muted); font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.wlb-tl__ico { flex: 0 0 auto; font-size: 12px; }
.wlb-tl__who { flex: 1 1 auto; min-width: 0; color: var(--wlb-text); }
.wlb-tl__who em { font-style: normal; color: var(--wlb-muted); font-size: 12px; margin: 0 6px; }
.wlb-tl__score {
  flex: 0 0 auto; font-variant-numeric: tabular-nums;
  color: var(--wlb-accent); font-size: 12px;
}
.wlb-tl__i.is-goal .wlb-tl__who { font-weight: 500; }
.wlb-tl__i.is-penmiss { opacity: .62; }
.wlb-tl__i.is-penmiss .wlb-tl__ico { color: var(--wlb-down); }
.wlb-tl__head {
  margin: 16px 0 4px; font-size: 12px; font-weight: 500; letter-spacing: .02em;
  color: var(--wlb-text-2); text-transform: uppercase;
  padding-top: 12px; border-top: 1px solid var(--wlb-line);
}

 
.wlb-bars { display: flex; flex-direction: column; gap: 11px; }
.wlb-bar {
  display: grid; grid-template-columns: 42px 1fr 42px;
  align-items: center; gap: 8px; font-size: 13px;
}
.wlb-bar__h, .wlb-bar__a { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--wlb-text); }
.wlb-bar__a { text-align: right; }
.wlb-bar__label { text-align: center; color: var(--wlb-text-2); font-size: 12px; }
.wlb-bar__track {
  grid-column: 1 / -1; height: 5px; border-radius: 999px;
  background: color-mix(in srgb, var(--wlb-accent) 26%, var(--wlb-raised));
  overflow: hidden;
}
.wlb-bar__track i { display: block; height: 100%; background: var(--wlb-accent); }


 
 
.wlb-nav {
  display: flex; align-items: center; gap: 6px;
  padding: 0 14px; min-height: 68px; flex-wrap: wrap;
  background: #1b212a; border-bottom: 1px solid var(--wlb-line);
}
.wlb-nav__brand {
  display: flex; align-items: center; gap: 8px;
  font-size: 17px; font-weight: 700; letter-spacing: -.02em;
  color: var(--wlb-text); text-decoration: none;
  padding-right: 12px; margin-right: 4px;
  border-right: 1px solid var(--wlb-line);
  white-space: nowrap;
}
.wlb-nav__brand:hover { color: var(--wlb-accent); }
 
.wlb-nav__brand img { height: 50px; width: auto; }
.wlb-nav__links { display: flex; align-items: center; gap: 2px; flex-wrap: wrap; min-width: 0; }
 
@media (max-width: 767px) {
  .wlb-nav { flex-wrap: nowrap; }
  .wlb-nav__links {
    flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .wlb-nav__links::-webkit-scrollbar { display: none; }
  .wlb-nav__link { white-space: nowrap; flex: 0 0 auto; }
}
 
.wlb-nav__link {
  padding: 8px 13px; border-radius: var(--wlb-r-sm);
  font-size: 14px; font-weight: 500; letter-spacing: .02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8); text-decoration: none; white-space: nowrap;
  transition: background .15s, color .15s;
}
 
.wlb-nav__link:hover { background: none; color: #2fb925; }
.wlb-nav__links { gap: 16px; }
.wlb-nav__link.is-on { color: var(--wlb-accent); background: color-mix(in srgb, var(--wlb-accent) 13%, transparent); }
 
.wlb-nav__cta {
  margin-left: auto; min-width: 120px; height: 32px; padding: 0 14px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 4px;
  background: var(--wlb-accent); color: #06120a;
  font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.wlb-nav__cta:hover { filter: brightness(1.08); color: #06120a; }
@media (max-width: 767px) {
  .wlb-nav { padding: 8px 10px; gap: 4px; }
  .wlb-nav__brand { border-right: 0; padding-right: 0; font-size: 15px; }
  .wlb-nav__links { overflow-x: auto; flex-wrap: nowrap; width: 100%; scrollbar-width: none; }
  .wlb-nav__links::-webkit-scrollbar { display: none; }
  .wlb-nav__cta { margin-left: 0; }
}

 
.wlb-pager {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  padding: 16px 14px 4px; font-size: 13px;
}
.wlb-pager__btn {
  padding: 8px 16px; border-radius: var(--wlb-r-sm);
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  color: var(--wlb-text-2); text-decoration: none; font-weight: 500;
  transition: background .15s, color .15s;
}
.wlb-pager__btn:hover { background: var(--wlb-surface-2); color: var(--wlb-text); }
.wlb-pager__now { color: var(--wlb-text); font-weight: 500; font-variant-numeric: tabular-nums; }
.wlb-pager__total { margin-left: auto; color: var(--wlb-muted); font-variant-numeric: tabular-nums; }

 
.wlb-days {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  padding: 0 14px 14px;
}
.wlb-days__nav {
  width: 34px; height: 34px; border-radius: var(--wlb-r-sm);
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  color: var(--wlb-text-2); text-decoration: none; font-size: 17px; line-height: 1;
}
.wlb-days__nav:hover { background: var(--wlb-surface-2); color: var(--wlb-text); }
.wlb-days__today {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 15px; border-radius: var(--wlb-r-sm);
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  color: var(--wlb-text-2); text-decoration: none;
   
  font-family: var(--wlb-font); font-size: 14px; font-weight: 500;
}
.wlb-days__today svg { width: 15px; height: 15px; flex: 0 0 auto; }
 
.wlb-days__pick { display: inline-flex; align-items: center; gap: 6px; }
 
.wlb-days__cuthe {
  font-family: Raleway, sans-serif; font-size: 12px; font-weight: 500;
  color: var(--wlb-text-2); white-space: nowrap; flex: 0 0 auto;
}
.wlb-days__today:hover { background: var(--wlb-surface-2); color: var(--wlb-text); }
.wlb-days__today.is-on {
  background: color-mix(in srgb, var(--wlb-accent) 14%, transparent);
  border-color: color-mix(in srgb, var(--wlb-accent) 45%, transparent);
  color: var(--wlb-accent);
}
.wlb-days__label { font-size: 14px; font-weight: 500; color: var(--wlb-text); }
.wlb-days__pick { margin-left: auto; }
 
.wlb-days__nav, .wlb-days__today, .wlb-days__pick input, .wlb-cal__nut {
  height: 34px; box-sizing: border-box;
}
.wlb-days__today, .wlb-days__pick input, .wlb-cal__nut { padding-top: 0; padding-bottom: 0; }
.wlb-days__pick input {
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  color: var(--wlb-text-2); border-radius: var(--wlb-r-sm);
  padding: 0 11px; font-size: 13px; font-family: inherit; color-scheme: dark;
}
 
@media (max-width: 575px) {
  .wlb-days { flex-wrap: nowrap; }
  .wlb-days__label, .wlb-days__cuthe { display: none; }
  .wlb-days__pick { margin-left: 0; flex: 1 1 auto; min-width: 0; }
  .wlb-days__pick input { width: 100%; min-width: 0; }
}
 
@media (max-width: 767px) {
  .wlb-ldrop__bang { right: 0; left: auto; }
  .wlb-ldrop__hien { max-width: 150px; }
}

 
.wlb .wlb-ldrop__tim {
  border: 0; border-bottom: 1px solid var(--wlb-line); border-radius: 0;
  background: transparent; box-shadow: none; outline: 0;
  height: auto; min-height: 0; margin: 0; padding: 9px 12px;
  font-family: inherit; font-size: 13px; font-weight: 400; color: var(--wlb-text);
}
.wlb .wlb-ldrop__tim:focus { border-bottom-color: var(--wlb-accent); }
 
.wlb .wlb-ldrop__nut { margin: 0; box-shadow: none; text-transform: none; }
.wlb .wlb-ldrop__dong { margin: 0; box-shadow: none; text-transform: none; font-family: inherit; }
.wlb .wlb-days__pick input {
  border: 1px solid var(--wlb-line); border-radius: var(--wlb-r-sm);
  background: var(--wlb-surface); color: var(--wlb-text-2);
  margin: 0; height: auto; min-height: 0; padding: 7px 11px;
  font-family: inherit; font-size: 13px; font-weight: 400; box-shadow: none;
}

 

 
.wlb .wlb-nav .wlb-nav__ham { display: none; }
.wlb .wlb-nav .wlb-nav__hop { display: none; }
.wlb-nav__ham span {
  display: block; width: 22px; height: 2px; border-radius: 2px;
  background: var(--wlb-text); transition: transform .18s, opacity .18s;
}
.wlb-nav__ham span + span { margin-top: 5px; }

@media (max-width: 991px) {
  .wlb-nav { position: relative; flex-wrap: wrap; }
   
  .wlb .wlb-nav .wlb-nav__ham {
    display: flex; flex-direction: column; justify-content: center;
    order: 3; margin-left: 10px; padding: 6px; cursor: pointer;
    background: none; border: 0;
  }
  .wlb-nav__cta { order: 2; margin-left: auto; }
   
  .wlb-nav__links {
    order: 4; flex-basis: 100%; overflow: hidden;
    display: block; max-height: 0;
    transition: max-height .22s ease;
  }
  .wlb-nav__hop:checked ~ .wlb-nav__links { max-height: 60vh; overflow-y: auto; }
  .wlb-nav__hop:checked ~ .wlb-nav__ham span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .wlb-nav__hop:checked ~ .wlb-nav__ham span:nth-child(2) { opacity: 0; }
  .wlb-nav__hop:checked ~ .wlb-nav__ham span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .wlb-nav__link { display: block; padding: 11px 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .wlb-nav__links, .wlb-nav__ham span { transition: none; }
}

 
.wlb-daybar { display: none; }
@media (max-width: 991px) {
  .wlb-daybar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: #01b243; height: 38px;
  }
  .wlb-daybar__muc {
    flex: 1 1 0; min-width: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--wlb-font-so); font-size: 13px; font-weight: 400;
    color: #fff; text-decoration: none; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis;
  }
   
  .wlb-daybar__muc + .wlb-daybar__muc { position: relative; }
  .wlb-daybar__muc + .wlb-daybar__muc::before {
    content: ""; position: absolute; left: 0; top: 7px; bottom: 7px;
    width: 1px; background: rgba(255, 255, 255, .5);
    transform: skewX(-20deg);
  }
  .wlb-daybar__muc.is-on { font-weight: 700; background: rgba(0, 0, 0, .16); }
   
  .wlb-footer { padding-bottom: 46px; }
}

 
.wlb-footer {
  background: #232626; color: #afb4ba;
  font-size: 13px; line-height: 1.7; text-align: center;
  padding: 26px 14px 18px; margin-top: 26px;
}
.wlb-footer__trong { max-width: 980px; margin: 0 auto; }
.wlb-footer__loi { margin: 0 0 14px; color: #afb4ba; }
.wlb-footer__logo { display: inline-block; margin: 6px 0 12px; }
.wlb-footer__logo img { height: 45px; width: auto; display: block; }
.wlb-footer__menu {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px 26px; margin: 0 0 14px;
}
.wlb-footer__lk {
  color: var(--wlb-accent); text-decoration: none;
  text-transform: uppercase; font-weight: 500; letter-spacing: .02em;
}
.wlb-footer__lk:hover { color: #fff; }
.wlb-footer__dong { margin: 0; }
.wlb-footer__mxhs { display: flex; justify-content: center; gap: 8px; margin: 14px 0 0; }
.wlb-footer__mxh {
  width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--wlb-raised); color: #fff; text-decoration: none;
  font-size: 12px; font-weight: 600; text-transform: uppercase;
}
.wlb-footer__mxh:hover { background: var(--wlb-accent); color: #06120a; }
.wlb-footer__bq { margin: 16px 0 0; color: #8d92a2; }

 
@media (max-width: 991px) {
  .wlb-sports { gap: 1px; padding: 10px; flex-wrap: nowrap; justify-content: stretch; }
   
  .wlb-sport { min-width: 55.716px; }
  .wlb-sport {
    flex: 1 1 0; min-width: 0;
    flex-direction: column; justify-content: center; gap: 4px;
    height: 70px; padding: 0 2px;
    font-size: 10px; line-height: 1.15; letter-spacing: 0;
    text-align: center; white-space: normal;
  }
  .wlb-sport__ico, .wlb-sport__dot { width: 22px; height: 22px; flex: 0 0 22px; }
  .wlb-sport__n { padding: 0 4px; font-size: 10px; }
  .wlb-sport__live { top: 2px; right: 2px; font-size: 9px; padding: 0 3px; }
}

 
@media (max-width: 767px) {
   
  .wlb-sports { padding: 8px 10px 0; margin-bottom: -3px; }

   
  .wlb .wlb-title { margin-bottom: 3px; }

   
  .wlb-toolbar {
    flex-wrap: wrap; overflow-x: visible;
    gap: 6px; row-gap: 9px; padding: 10px 14px 6px; margin-top: 12px; margin-bottom: 6px;
  }
  .wlb-toolbar .wlb-filters {
    flex: 1 0 100%; flex-wrap: nowrap;
    overflow-x: auto; scrollbar-width: none;
       
    gap: 6px;
  }
  .wlb-toolbar .wlb-filters::-webkit-scrollbar { display: none; }
  .wlb-toolbar .wlb-ldrop { flex: 1 0 100%; }
  .wlb-toolbar .wlb-ldrop__nut { width: 100%; justify-content: space-between; }
  .wlb-toolbar .wlb-filters > * { flex: 0 0 auto; }

   
  .wlb-toolbar .wlb-chip2, .wlb-toolbar .wlb-filters > * { padding: 0 6px; gap: 4px; }

   
  .wlb-teams { padding: 0 8px 8px; min-height: 54px; }
}

}



 
.wlb-giaids { padding: 10px 14px 26px; }
.wlb-giaids__tit {
  margin: 10px 0 0; font-family: Oswald, sans-serif; font-weight: 700;
  font-size: 24px; line-height: 36px; color: var(--wlb-text); text-transform: uppercase;
}
.wlb-giaids__dem { margin: 14px 0 10px; font-size: 13px; color: var(--wlb-text-2); }

 
.wlb-giaids__tim { display: flex; justify-content: center; margin: 16px 0 0; }
.wlb-giaids__o {
  width: 100%; max-width: 760px; height: 36px; box-sizing: border-box;
  padding: 8px 16px; border-radius: 8px;
  background: #292d2e; border: 1px solid #3b4041; color: #fff;
  font-size: 14px; line-height: 20px;
}
.wlb-giaids__o::placeholder { color: var(--wlb-text-2); }
.wlb-giaids__o:focus { outline: none; border-color: var(--wlb-accent); }

 
.wlb-giaids__nhom { margin: 0 0 8px; }
.wlb-giaids__nhomdau {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  height: 54px; padding: 15px 16px; box-sizing: border-box;
  background: #323738; color: #fff; cursor: pointer;
  font-size: 14px; font-weight: 600; list-style: none;
}
.wlb-giaids__nhomdau::-webkit-details-marker { display: none; }
 
.wlb-giaids__nhomdau::after {
  content: ''; width: 7px; height: 7px; margin-left: auto;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px); transition: transform .15s;
}
.wlb-giaids__nhom[open] > .wlb-giaids__nhomdau::after { transform: rotate(-135deg) translate(-2px, -2px); }
.wlb-giaids__nhomso {
  padding: 1px 8px; border-radius: 999px; background: rgba(255, 255, 255, .1);
  font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums;
}

.wlb-giaids__ds { display: block; }
.wlb-giaids__muc {
  display: flex; align-items: center; gap: 6px;
  height: 60px; padding: 16px; box-sizing: border-box;
  background: #222; border-bottom: 1px solid var(--wlb-line);
  color: var(--wlb-text); text-decoration: none; font-size: 14px;
  transition: background .15s;
}
.wlb-giaids__muc:hover {
  background: var(--wlb-raised); color: var(--wlb-accent);
  box-shadow: inset 2px 0 0 var(--wlb-accent);
}
.wlb-giaids__muc[hidden] { display: none; }
.wlb-giaids__anh { display: flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; height: 24px; }
.wlb-giaids__anh img { width: 24px; height: 24px; object-fit: contain; }
.wlb-giaids__chu {
  display: flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--wlb-raised); color: var(--wlb-text-2);
  font-size: 12px; font-weight: 700; text-transform: uppercase;
}
 
.wlb-giaids__ten {
  flex: 1 1 auto; min-width: 0; margin-left: 6px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wlb-giaids__n {
  flex: 0 0 auto; padding: 2px 8px; border-radius: 999px;
  background: var(--wlb-raised); color: var(--wlb-text-2);
  font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums;
}

 
.wlb-giaids__lui { display: inline-block; margin: 0 0 12px; font-size: 13px; color: var(--wlb-text-2); text-decoration: none; }
.wlb-giaids__lui:hover { color: var(--wlb-accent); }
.wlb-giaids__top { display: flex; align-items: center; gap: 14px; margin: 0 0 6px; }
.wlb-giaids__topanh { width: 56px; height: 56px; object-fit: contain; flex: 0 0 56px; }
.wlb-giaids--mot .wlb-giaids__tit { margin: 0; }
 
.wlb-giaids__phu {
  margin: 22px 0 12px; font-weight: 600;
  font-size: 16px; line-height: 33px; color: var(--wlb-text);
}
 
.wlb-giaids--mot .wlb-grid { padding-inline: 0; }

@media (max-width: 767px) {
  .wlb-giaids { padding: 8px 15px 22px; }
  .wlb-giaids__tit { font-size: 18px; line-height: 26px; }
  .wlb-giaids__topanh { width: 44px; height: 44px; flex: 0 0 44px; }
}

 
.wlb--blend .wlb-title,
.wlb--blend .wlb-giai__tit,
.wlb--blend .wlb-giaids__tit,
.wlb--blend .wlb-giaids__phu,
.wlb--blend .wlb-giaids__dem,
.wlb--blend .wlb-giaids__lui,
.wlb--blend .wlb-empty { color: inherit; }

 
.wlb-gct { padding: 10px 14px 26px; }
.wlb-gct__the {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 95px; box-sizing: border-box; margin: 14px 0 20px; padding: 20px;
  background: #292d2e; border-radius: 8px;
}
.wlb-gct__trai { display: flex; align-items: center; gap: 12px; min-width: 0; }
.wlb-gct__logo { width: 55px; height: 55px; object-fit: contain; flex: 0 0 55px; }
.wlb-gct__ten { font-size: 22px; font-weight: 700; color: var(--wlb-text); }
.wlb-gct__qg { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.wlb-gct__qg img { width: 20px; height: 20px; object-fit: contain; }
.wlb-gct__qg span { font-size: 16px; color: rgba(255, 255, 255, .8); }
 
.wlb-gct__mua {
  display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto;
  height: 28px; padding: 0 16px; box-sizing: border-box;
  background: #292d2e; border: 1px solid #3b4041; border-radius: 8px;
  font-size: 13px; color: var(--wlb-text);
}
.wlb-gct__mua svg { color: #2fb925; opacity: .5; }

.wlb-gct__than { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; align-items: start; }

 
.wlb-gct__tabbar {
  display: flex; gap: 8px; padding: 12px; margin: 0 0 2px;
  background: rgba(40, 55, 77, .2); border-radius: 8px 8px 0 0;
}
.wlb-gct__tab {
  display: inline-flex; align-items: center; height: 27px; padding: 0 12px;
  border-radius: 16px; box-sizing: border-box;
  background: #323738; color: #afb4ba;
  font-size: 13px; text-transform: uppercase; text-decoration: none;
}
 
.wlb-gct__tab.is-on {
  background-color: transparent;
  background-image: linear-gradient(-90deg, #323839, #2f5a49);
  color: #00ff5e;
}

 
.wlb-gct__bxh { background: rgba(48, 53, 54, .5); border-radius: 0 0 8px 8px; overflow: hidden; }
.wlb-gct__hang {
  display: grid; align-items: center;
  grid-template-columns: 45px minmax(0, 1fr) repeat(7, 44px) 50px;
  column-gap: 15px; height: 48px; padding: 0 12px;
  background: #2a2d2e; font-size: 13px; color: var(--wlb-text); text-align: center;
}
.wlb-gct__hang--dau { height: 42px; }
.wlb-gct__doi { display: flex; align-items: center; gap: 6px; min-width: 0; text-align: left; }
.wlb-gct__doiten { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.wlb-gct__tiep { display: flex; align-items: center; justify-content: center; }
.wlb-gct__tiep img { width: 20px; height: 20px; object-fit: contain; }
 
.wlb-gct__hang[data-vach] {
  background-image: linear-gradient(to bottom, transparent 15%, var(--wlb-vach) 15%, var(--wlb-vach) 85%, transparent 85%);
  background-size: 2px 100%; background-position: left center; background-repeat: no-repeat;
}
.wlb-gct__hang[data-vach="ucl"]  { --wlb-vach: #fa8072; }
.wlb-gct__hang[data-vach="uefa"] { --wlb-vach: #41c3ff; }
.wlb-gct__hang[data-vach="conf"] { --wlb-vach: #ffff00; }
.wlb-gct__hang[data-vach="xh"]   { --wlb-vach: #b1a7a7; }
.wlb-gct__hang[data-vach="khac"] { --wlb-vach: #8d92a2; }
.wlb-gct__trong { padding: 18px 12px; font-size: 13px; color: var(--wlb-text-2); }

 
.wlb-gct__cthich { margin: 12px 0 0; padding: 0 12px; }
.wlb-gct__ctdong { display: flex; align-items: center; min-height: 22px; margin-bottom: 12px; font-size: 13px; font-weight: 500; color: var(--wlb-text); }
.wlb-gct__cham { width: 8px; height: 8px; border-radius: 50%; margin-right: 12px; flex: 0 0 8px; background: #8d92a2; }
.wlb-gct__cham--ucl  { background: #fa8072; }
.wlb-gct__cham--uefa { background: #41c3ff; }
.wlb-gct__cham--conf { background: #ffff00; }
.wlb-gct__cham--xh   { background: #b1a7a7; }

 
.wlb-gct__phaicot { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.wlb-gct__panel { background: rgba(48, 53, 54, .5); border-radius: 8px; overflow: hidden; }
.wlb-gct__pt { margin: 0 0 16px; padding: 12px 12px 0; font-size: 16px; font-weight: 600; color: var(--wlb-text); }

 
.wlb-gct__ttgio { margin: 0 0 18px; font-size: 14px; color: #b8c2c5; text-align: center; }
.wlb-gct__ttdoi { display: grid; grid-template-columns: 1fr 40px 1fr; gap: 12px; align-items: center; padding: 0 12px; }
.wlb-gct__ttnha, .wlb-gct__ttkhach { display: flex; align-items: center; gap: 8px; min-width: 0; }
.wlb-gct__ttnha { justify-content: flex-end; }
.wlb-gct__ttten { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-weight: 600; }
.wlb-gct__ttlogo, .wlb-gct__ttlogo img { width: 50px; height: 50px; }
.wlb-gct__ttlogo { display: flex; align-items: center; justify-content: center; flex: 0 0 50px; }
.wlb-gct__ttlogo img { object-fit: contain; }
.wlb-gct__ttvs { display: flex; align-items: center; justify-content: center; color: var(--wlb-text-2); }
.wlb-doc-an { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.wlb-gct__ttchan { height: 38px; margin-top: 18px; background: #323738; border-radius: 0 0 6px 6px; }

 
.wlb-gct__vongdau { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px; }
.wlb-gct__vongdau .wlb-gct__pt { padding: 12px 0 0; text-align: center; flex: 1 1 auto; }
.wlb-gct__vnav {
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 28px;
  width: 28px; height: 28px; margin-top: 10px; border-radius: 999px;
  color: rgba(255, 255, 255, .8); text-decoration: none;
}
a.wlb-gct__vnav:hover { background: rgba(255, 255, 255, .08); }
.wlb-gct__vong { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; padding: 0 12px 12px; }
.wlb-gct__vnut {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 32px; padding: 6px 8px; box-sizing: border-box; border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1); background: transparent;
  font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, .8); text-decoration: none;
}
.wlb-gct__vnut.is-on { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .22); color: #fff; }

 
.wlb-gct__lich { display: flex; flex-direction: column; gap: 16px; padding: 0 12px 12px; }
.wlb-gct__ngay { height: 44px; display: flex; align-items: center; padding: 0 10px; box-sizing: border-box; background: #3a3a3a; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--wlb-text); }
.wlb-gct__tran {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center;
  min-height: 56px; padding: 14px 16px; box-sizing: border-box;
  color: var(--wlb-text); text-decoration: none;
}
.wlb-gct__tran + .wlb-gct__tran { border-top: 1px solid rgba(255, 255, 255, .08); }
.wlb-gct__tdoi { display: flex; align-items: center; gap: 8px; min-width: 0; font-size: 14px; font-weight: 500; }
.wlb-gct__tdoi--nha { justify-content: flex-end; }
.wlb-gct__tdoi span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-gct__tlogo, .wlb-gct__tlogo img { width: 28px; height: 28px; }
.wlb-gct__tlogo { display: flex; align-items: center; justify-content: center; flex: 0 0 28px; }
.wlb-gct__tlogo img { object-fit: contain; }
.wlb-gct__tgio { font-size: 13px; font-weight: 500; color: #afafaf; white-space: nowrap; }

 
@media (max-width: 1199.98px) {
  .wlb-gct__than { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
  .wlb-gct__hang { grid-template-columns: 32px minmax(0, 1fr) repeat(4, 34px) 42px; column-gap: 8px; }
   
  .wlb-gct__hang > span:nth-child(7),
  .wlb-gct__hang > span:nth-child(8),
  .wlb-gct__hang > span:nth-child(10) { display: none; }
  .wlb-gct__the { min-height: 0; padding: 14px; }
  .wlb-gct__ten { font-size: 18px; }
  .wlb-gct__logo { width: 44px; height: 44px; flex: 0 0 44px; }
  .wlb-gct__ttten { max-width: 90px; }
}

 
.wlb-panelngay {
  background: var(--wlb-surface-2); border-radius: 6px;
  margin: 0 14px 16px; overflow: hidden;
}
.wlb-panelngay__hang {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 15px;
}
 
.wlb-panelngay > * + * { border-top: 1px solid #2a3038; }
 
.wlb-panelngay .wlb-filters { margin: 0; padding: 10px 15px; }

 
.wlb-panelngay .wlb-days { margin: 0; padding: 0; background: none; flex: 1 1 auto; }
.wlb-panelngay .wlb-days__label { display: none; }
.wlb-panelngay .wlb-days__nav { height: 28px; line-height: 28px; }
 
.wlb-panelngay .wlb-days__today {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px; padding: 0 10px; border-radius: 7px; box-sizing: border-box;
  background: #323738; color: #afb4ba;
  font-size: 14px; text-transform: uppercase; text-decoration: none;
}
.wlb-panelngay .wlb-days__today.is-on {
  background-color: transparent;
  background-image: linear-gradient(-90deg, #323839, #2f5a49);
  color: #fff;
}

 
.wlb-sapxep { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--wlb-text-2); white-space: nowrap; }
.wlb-sapxep a { color: var(--wlb-text-2); text-decoration: none; }
.wlb-sapxep a.is-on { color: #07eb66; font-weight: 600; }

 
.wlb-man-lich .wlb-filters--giai .wlb-filter,
.wlb-man-kq .wlb-filters--giai .wlb-filter {
  height: 26px; padding: 0 10px; border-radius: 6px;
  background: #323738; color: #afb4ba;
  font-size: 13px; text-transform: uppercase;
}
.wlb-man-lich .wlb-filters--giai .wlb-filter.is-on,
.wlb-man-kq .wlb-filters--giai .wlb-filter.is-on {
  background-color: transparent;
  background-image: linear-gradient(-90deg, #323839, #2f5a49);
  border: 1px solid #00ff5d; color: #00ff5d;
}
 
@media (min-width: 768px) {
  .wlb-man-lich .wlb-filters--giai,
  .wlb-man-kq .wlb-filters--giai { flex-wrap: wrap; overflow: visible; }
}

 
.wlb-man-kq .wlb-section,
.wlb-man-lich .wlb-section {
  border: 1px solid #343940; border-radius: 6px;
  margin: 0 14px 15px; overflow: hidden;
}
.wlb-man-kq .wlb-section__title,
.wlb-man-lich .wlb-section__title {
  margin: 0; padding: 12px 15px; background: var(--wlb-surface-2);
  font-size: 13px; color: var(--wlb-text);
}
.wlb-man-kq .wlb-section .wlb-rows,
.wlb-man-lich .wlb-section .wlb-rows { margin: 0; }

 
.wlb-ls__dong--kq {
  display: grid; align-items: center;
   
  grid-template-columns: 260px 1fr 72px 1fr 150px;
  gap: 10px; min-height: 53px; padding: 6px 15px;
  background: rgba(40, 55, 77, .2); border-bottom: 1px solid #343940;
  color: var(--wlb-text); text-decoration: none; box-sizing: border-box;
}
.wlb-ls__dong--kq:last-child { border-bottom: 0; }
.wlb-ls__meta { display: flex; flex-direction: row; gap: 6px; align-items: center; }
.wlb-ls__chipgio {
  display: inline-flex; align-items: center; height: 24px; padding: 0 8px;
  background: #202229; border: 1px solid #343940; border-radius: 6px;
  font-size: 12px; font-weight: 500; color: #afb4ba; white-space: nowrap;
}
 
.wlb .wlb-ls__so--kq {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  width: 72px; height: 30px; border-radius: 6px; box-sizing: border-box;
  background: linear-gradient(91.74deg, #0e0065 5.46%, #09003f 92.29%);
  border: 1px solid #0e0065;
  font-family: Barlow, "Segoe UI", sans-serif; font-size: 17px; font-weight: 700; color: #fff;
}
.wlb-ls__so--kq i { font-style: normal; font-weight: 700; }
.wlb-ls__so--kq b.is-thang {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 27px; height: 28px; border-radius: 5px;
  background: linear-gradient(0deg, #2532d5, #070e59 76%);
}
 
.wlb-ls__kqcs { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.wlb-ls__htnut {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  min-width: 56px; height: 26px; padding: 0 6px; border-radius: 6px;
  background: var(--wlb-surface-2); font-size: 15px; font-weight: 700;
}
.wlb-ls__htnut--trong { visibility: hidden; }
.wlb-ls__gt { min-width: 110px; font-size: 12px; font-weight: 500; color: var(--wlb-text-2); }
 
.wlb-ls__gt u { text-decoration: none; color: #343940; margin: 0 4px; }
.wlb-ls__kqcs b { font-weight: inherit; color: inherit; }
.wlb-ls__kqcs b.is-hon { color: #00eb1f; }
 
.wlb-ls__pen {
  grid-column: 1 / -1; text-align: center;
  font-size: 11px; color: var(--wlb-text); opacity: .9;
}

@media (max-width: 991.98px) {
   
  .wlb-ls__dong--kq { grid-template-columns: 1fr 72px 1fr; min-height: 91px; }
  .wlb-ls__meta { grid-row: 1; grid-column: 1 / 2; flex-direction: row; }
  .wlb-ls__kqcs { grid-row: 1; grid-column: 2 / 4; justify-content: flex-end; gap: 8px; }
  .wlb-ls__doi--nha { grid-row: 2; grid-column: 1; }
  .wlb-ls__dong--kq .wlb-ls__so, .wlb-ls__dong--kq .wlb-ls__so--kq { grid-row: 2; grid-column: 2; }
  .wlb-ls__dong--kq .wlb-ls__doi:not(.wlb-ls__doi--nha) { grid-row: 2; grid-column: 3; }
  .wlb-ls__htnut { height: 24px; font-size: 11px; font-weight: 500; min-width: 0; padding: 0 8px; background: #202229; border: 1px solid #343940; }
  .wlb-ls__gt { min-width: 0; height: 24px; display: inline-flex; align-items: center; padding: 0 8px; background: #202229; border: 1px solid #343940; border-radius: 6px; box-sizing: border-box; }
  .wlb .wlb-ls__so--kq { font-size: 16px; }
}

 
 
.wlb-man-ls .wlb-mls__so, .wlb-man-ls .wlb-mls__gio, .wlb-man-ls .wlb-mls__cs {
  font-family: Barlow, "Segoe UI", sans-serif;
}

 
.wlb-mls__loc { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 12px; }
.wlb-mls__pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 6px;
  background: #323738; color: var(--wlb-text-2);
  font-size: 13px; text-transform: uppercase; text-decoration: none;
}
.wlb-mls__pill.is-on { background: var(--wlb-raised); color: #fff; font-weight: 700; }
@media (max-width: 767px) {
  .wlb-mls__loc { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .wlb-mls__pill { white-space: nowrap; }
}

 
.wlb-mls__cot {
  display: grid; align-items: center; gap: 8px;
  grid-template-columns: 64px 44px 1fr 70px 1fr 48px 40px 28px;
  min-height: 45px; padding: 0 12px;
  background: #2e2e2e; font-size: 14px; font-weight: 700; color: var(--wlb-text);
  border-radius: var(--wlb-r-sm) var(--wlb-r-sm) 0 0;
}
.wlb-mls__cot span { text-align: center; }
.wlb-mls__cot--nha { text-align: right !important; }

 
.wlb-man-ls .wlb-ls__giai {
  min-height: 45px; padding: 0 12px; align-items: center;
  background: #2e2e2e; font-size: 13px; color: var(--wlb-text);
}
.wlb-man-ls .wlb-ls__giai .wlb-ls__ico { width: 16px; height: 16px; flex: 0 0 16px; }

 
.wlb-mls__dong {
  display: grid; align-items: center; gap: 8px;
  grid-template-columns: 64px 44px 1fr 70px 1fr 48px 40px 28px;
  min-height: 61px; padding: 0 12px;
  text-decoration: none; color: var(--wlb-text-2); font-size: 13px;
  border-bottom: 1px solid rgb(51, 54, 57);
}
.wlb-mls__dong:nth-child(odd) { background: #232323; }
.wlb-mls__dong:nth-child(even) { background: #1b1b1b; }
.wlb-mls__dong:hover { color: var(--wlb-text); }

 
.wlb-mls__gio { display: flex; flex-direction: column; align-items: center; gap: 1px; }
.wlb-mls__gio b { font-size: 12px; font-weight: 600; color: rgb(47, 185, 37); }
.wlb-mls__gio i { font-style: normal; font-size: 11px; color: rgb(180, 187, 196); }
.wlb-mls__phut { text-align: center; font-size: 12px; font-weight: 700; color: rgb(255, 200, 0); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }

.wlb-mls__doi { display: flex; align-items: center; gap: 8px; min-width: 0; color: var(--wlb-text); }
.wlb-mls__doi > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-mls__doi--nha { justify-content: flex-end; text-align: right; }
.wlb-mls__logo, .wlb-mls__logo img { width: 40px; height: 40px; }
.wlb-mls__logo { display: flex; align-items: center; justify-content: center; flex: 0 0 40px; }
.wlb-mls__logo img { object-fit: contain; }

 
.wlb-mls__so {
  display: inline-flex; align-items: center; justify-content: center;
  width: 70px; height: 28px; border-radius: 8px;
  background: linear-gradient(130deg, rgb(21, 83, 239) -6.25%, rgb(12, 48, 137) 24.62%, rgb(12, 26, 76) 70.73%);
  font-size: 17px; font-weight: 700; color: #fff;
  font-variant-numeric: tabular-nums;
}
.wlb-mls__so.is-xong { background: rgb(255, 54, 30); }  
 
.wlb-mls__vs { text-align: center; font-size: 14px; font-weight: 700; color: #fff; }

.wlb-mls__cs { text-align: center; font-size: 12px; color: var(--wlb-text-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
.wlb-mls__phat { display: flex; align-items: center; justify-content: center; color: rgb(47, 185, 37); }
.wlb-mls__phat--an { visibility: hidden; }

 
@media (max-width: 767px) {
  .wlb-mls__cot { display: none; }
  .wlb-mls__dong { grid-template-columns: 48px 34px 1fr 70px 1fr 34px 28px 20px; gap: 5px; font-size: 12px; padding: 0 8px; }
  .wlb-mls__logo, .wlb-mls__logo img { width: 30px; height: 30px; }
  .wlb-mls__logo { flex: 0 0 30px; }
}
 
@media (max-width: 575px) {
  .wlb-mls__dong { grid-template-columns: 42px 30px 1fr 62px 1fr 18px; gap: 5px; }
  .wlb-mls__cs { display: none; }
  .wlb-mls__so { width: 62px; }
}

 
 
.wlb-scoreboard--bar .wlb-score {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  min-width: 74px; height: 28px; border-radius: 6px; padding: 0 8px;
  background: linear-gradient(110deg, #1553ef, #0c3089 40%, #01081e 99%);
  font-size: 17px; font-weight: 700; color: #fff;
}
@media (max-width: 575.98px) { .wlb-scoreboard--bar .wlb-score { font-size: 15px; } }
 
.wlb-scoreboard--bar .wlb-logo--lg, .wlb-scoreboard--bar .wlb-logo--lg img { width: 49px; height: 49px; }
.wlb-scoreboard--bar .wlb-logo--lg { flex: 0 0 49px; }
.wlb-scoreboard--bar .wlb-scoreboard__team > a,
.wlb-scoreboard--bar .wlb-scoreboard__team > span { font-size: 15px; font-weight: 400; }
 
@media (max-width: 991.98px) {
  .wlb-mnut { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .wlb-mnut::-webkit-scrollbar { display: none; }
}

 
.wlb-tieude-tran {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 62px; padding: 8px 12px; box-sizing: border-box;
}
.wlb-tieude-tran__thongtin {
  display: flex; flex-direction: column; gap: 3px; min-width: 0;
  padding-left: 10px; border-left: 3px solid var(--wlb-accent);
}
.wlb-tieude-tran__ten {
  font-family: var(--wlb-font-so); font-size: 15px; font-weight: 700; color: #f2f3f3;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.wlb-tieude-tran__giai {
  font-size: 12px; font-weight: 600; color: var(--wlb-accent);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
 
.wlb-cta--player {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  min-width: 200px; max-width: 270px; height: 32px; padding: 0 14px;
   
  border-radius: 2px; box-sizing: border-box;
  background: linear-gradient(180deg, #ff7f23, #ffbc09);
  color: #1b1b1b; font-size: 12px; font-weight: 700; text-decoration: none;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
@media (max-width: 991.98px) {
   
  .wlb-tieude-tran { flex-wrap: wrap; }
  .wlb-tieude-tran__ten { white-space: normal; }
}

 
.wlb-gct__hangso i { font-style: normal; }
 
.wlb-gct__bxh--tron .wlb-gct__hang[data-vach] { background-image: none; }  
.wlb-gct__bxh--tron .wlb-gct__hang[data-vach] .wlb-gct__hangso i {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--wlb-vach); color: #111; font-weight: 700;
}
 
.wlb-gct__hang--dau .wlb-gct__w { color: #01b243; }
.wlb-gct__hang--dau .wlb-gct__d { color: #3667c9; }
.wlb-gct__hang--dau .wlb-gct__l { color: #af2929; }
 
.wlb-gct__bxh--pd .wlb-gct__hang {
  grid-template-columns: 45px minmax(0, 1fr) repeat(7, 44px) 180px 50px;
}
.wlb-gct__pd { display: flex; align-items: center; justify-content: center; gap: 5px; }
.wlb-gct__pdnut {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 4px;
  font-style: normal; font-size: 14px; font-weight: 700; color: #fff;
}
.wlb-gct__pdnut--w { background: #56ac49; }
.wlb-gct__pdnut--d { background: #ff8a00; }
.wlb-gct__pdnut--l { background: #bf3d3d; }
@media (max-width: 767.98px) {
   
  .wlb-gct__bxh--pd .wlb-gct__hang { grid-template-columns: 32px minmax(0, 1fr) repeat(4, 34px) 42px; column-gap: 8px; }
  .wlb-gct__pd { display: none; }
}

 
.wlb-keo__nha {
  display: flex; gap: 6px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
  margin: 0 14px 12px; min-height: 42px; align-items: center;
}
.wlb-keo__nha::-webkit-scrollbar { display: none; }
.wlb-keo__nhamuc {
  display: inline-flex; align-items: center; height: 30px; padding: 0 12px;
  border-radius: 6px; background: #323738; color: var(--wlb-text-2);
  font-size: 13px; white-space: nowrap; text-decoration: none;
}
.wlb-keo__nhamuc.is-on { background: #01b243; color: #fff; font-weight: 700; }

 
.wlb-klr { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.wlb-kchips {
  display: flex; gap: 6px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
  margin: 0 14px 10px;
}
.wlb-kchips::-webkit-scrollbar { display: none; }
 
@media (max-width: 767.98px) {
  .wlb .wlb-kchips {
    padding-right: 28px;
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
    mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
  }
}
.wlb-kchip {
  display: inline-flex; align-items: center; height: 30px; padding: 0 12px;
  border-radius: 6px; background: var(--wlb-raised); color: var(--wlb-text-2);
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  white-space: nowrap; cursor: pointer; user-select: none;
}
 
.wlb-klr:checked + .wlb-kchips .wlb-kchip { background: var(--wlb-raised); }
.wlb-keo-boc > .wlb-klr:nth-of-type(1):checked ~ .wlb-kchips .wlb-kchip:nth-of-type(1),
.wlb-keo-boc > .wlb-klr--a:checked ~ .wlb-kchips .wlb-kchip--a,
.wlb-keo-boc > .wlb-klr--e:checked ~ .wlb-kchips .wlb-kchip--e,
.wlb-keo-boc > .wlb-klr--o:checked ~ .wlb-kchips .wlb-kchip--o,
.wlb-keo-boc > .wlb-klr--g:checked ~ .wlb-kchips .wlb-kchip--g {
  background: linear-gradient(270deg, #01b243, #018f36); color: #fff;
}
.wlb-klr:focus-visible + .wlb-kchips .wlb-kchip { outline: 2px solid var(--wlb-accent); outline-offset: 2px; }
 
.wlb-keo-boc > .wlb-klr--a:checked ~ .wlb-keo :is(.wlb-keo__dau, .wlb-keo__luoi > .wlb-keo__hang, .wlb-keo__luoi > .wlb-keo__khoi):not(.wlb-keo--a),
.wlb-keo-boc > .wlb-klr--e:checked ~ .wlb-keo :is(.wlb-keo__dau, .wlb-keo__luoi > .wlb-keo__hang, .wlb-keo__luoi > .wlb-keo__khoi):not(.wlb-keo--e),
.wlb-keo-boc > .wlb-klr--o:checked ~ .wlb-keo :is(.wlb-keo__dau, .wlb-keo__luoi > .wlb-keo__hang, .wlb-keo__luoi > .wlb-keo__khoi):not(.wlb-keo--o),
.wlb-keo-boc > .wlb-klr--g:checked ~ .wlb-keo :is(.wlb-keo__dau, .wlb-keo__luoi > .wlb-keo__hang, .wlb-keo__luoi > .wlb-keo__khoi):not(.wlb-keo--g) {
  display: none;
}

.wlb-keo__cuon { margin: 0 14px 16px; overflow-x: auto; }
 
.wlb-keo__cuon .wlb-keo { min-width: 760px; }
 
@media (max-width: 767.98px) {
  .wlb .wlb-keo__cuon {
    padding-right: 28px;
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
    mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
  }
   
  .wlb-keo__cuon .wlb-keo { min-width: 840px; }
  .wlb-keo__cuon .wlb-keo__dau,
  .wlb-keo__cuon .wlb-keo__tran {
    gap: 6px; padding: 0 8px;
    grid-template-columns: 46px minmax(122px, 1fr) 62px 74px repeat(4, minmax(84px, 1fr));
  }
}

.wlb-keo__dau,
.wlb-keo__tran {
  display: grid; align-items: center; gap: 8px;
  grid-template-columns: 66px minmax(160px, 1fr) 80px 93px repeat(4, minmax(110px, 186px));
  padding: 0 12px;
}
.wlb-keo__dau {
  min-height: 40px; background: #2e2e2e;
  font-family: var(--wlb-font-so); font-size: 13px; font-weight: 700; color: var(--wlb-text);
  text-align: center; border-radius: var(--wlb-r-sm) var(--wlb-r-sm) 0 0;
}
.wlb-keo__dau--trai { text-align: left; }

.wlb-keo__giai {
  display: flex; align-items: center; gap: 7px;
  min-height: 41px; padding: 0 12px; background: rgba(40, 55, 77, .2);
  font-family: var(--wlb-font-so); font-size: 13px; font-weight: 700; color: var(--wlb-text);
}
.wlb-keo__tran {
  min-height: 128px; text-decoration: none; color: var(--wlb-text);
  background: #232323; border-bottom: 1px solid rgb(51, 54, 57); font-size: 13px;
}
.wlb-keo__tran:nth-child(even) { background: #1b1b1b; }
.wlb-keo__gio { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.wlb-keo__gio b { font-size: 13px; font-weight: 600; font-family: var(--wlb-font-so); }
.wlb-keo__gio i { font-style: normal; font-size: 11px; color: var(--wlb-text-2); }
 
.wlb-keo__gio em { font-style: normal; font-size: 11px; font-weight: 700; color: #d64444; }
 
.wlb-keo__doi { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.wlb-keo__doi > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.wlb-keo__hoa { color: var(--wlb-text-2); font-weight: 400 !important; }
.wlb-keo__so { text-align: center; font-size: 15px; font-weight: 700; }
 
.wlb-keo__so.is-live { color: #0089f1; }
 
.wlb-keo__cot { display: flex; flex-direction: column; gap: 10px; }
.wlb-keo__o { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 18px; }
.wlb-keo__o b { color: #4f8af1; font-weight: 600; }    
.wlb-keo__o i { font-style: normal; color: #ff7a4d; font-weight: 600; }  

 
.wlb-lich__dong {
  display: grid; align-items: center; gap: 10px;
   
  grid-template-columns: 260px 1fr 100px 1fr 190px;
  min-height: 53px; padding: 10px 15px;
  background: rgba(40, 55, 77, .2); border-bottom: 1px solid #343940;
  color: var(--wlb-text); text-decoration: none; font-size: 13px;
}
.wlb-lich__dong:last-child { border-bottom: 0; }
.wlb-lich__meta { display: flex; gap: 6px; align-items: center; }
.wlb-lich__doi { display: flex; align-items: center; gap: 8px; min-width: 0; font-weight: 500; }
.wlb-lich__doi > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlb-lich__doi--nha { justify-content: flex-end; text-align: right; }
.wlb-lich__logo, .wlb-lich__logo img { width: 32px; height: 32px; }
.wlb-lich__logo { display: flex; align-items: center; justify-content: center; flex: 0 0 32px; }
.wlb-lich__logo img { object-fit: contain; }
 
.wlb-lich__vs { text-align: center; font-weight: 700; color: #fff; }
.wlb-lich__so {
  text-align: center; font-weight: 700; font-variant-numeric: tabular-nums;
  background: var(--wlb-raised); border-radius: 5px; padding: 3px 0;
}
.wlb-lich__so.is-live { color: var(--wlb-live); }
 
.wlb-lich__nut {
  display: inline-flex; align-items: center; height: 22px; padding: 0 7px;
  border-radius: 10px; background: #aa332a; color: #fff;
  font-size: 12px; white-space: nowrap;
}
 
@media (max-width: 767.98px) {
  .wlb-lich__dong { grid-template-columns: 1fr 54px 1fr; row-gap: 8px; min-height: 84px; }
  .wlb-lich__meta { grid-column: 1 / 3; }
  .wlb-lich__nut { grid-column: 3 / 4; grid-row: 1; justify-self: end; }
  .wlb-lich__doi--nha { grid-row: 2; }
  .wlb-lich__logo, .wlb-lich__logo img { width: 26px; height: 26px; }
  .wlb-lich__logo { flex: 0 0 26px; }
}
 
.wlb-sapxep b { color: #07eb66; font-weight: 600; }

 

 
.wlb-panelngay .wlb-days__today { font-family: var(--wlb-font); }
@media (max-width: 575px) {
  .wlb-panelngay .wlb-days__today { font-family: var(--wlb-font-so); font-size: 13px; }
   
  .wlb-panelngay__hang { padding: 10px 6px; flex-wrap: wrap; gap: 8px; }
  .wlb-ls__chipgio { font-size: 11px; }
}

 
.wlb-man-ls .wlb-mls__pill .wlb-ls__n {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 30px; height: 18px; padding: 0 7px; border-radius: 38px;
  background: #1b212a; font-size: 11px; font-weight: 600;
}

 
.wlb-man-kq .wlb-section__title, .wlb-man-lich .wlb-section__title {
  min-height: 49px; padding: 12px 15px; box-sizing: border-box;
  font-family: var(--wlb-font); font-size: 13px; font-weight: 600; color: #fff;
}
.wlb-man-kq .wlb-section__title .wlb-ls__ico, .wlb-man-lich .wlb-section__title .wlb-ls__ico,
.wlb-man-kq .wlb-section__title .wlb-ls__ico img, .wlb-man-lich .wlb-section__title .wlb-ls__ico img {
  width: 24px; height: 24px;
}

 
.wlb-man-kq .wlb-logo--xs, .wlb-man-kq .wlb-logo--xs img { width: 32px; height: 32px; }
.wlb-man-kq .wlb-logo--xs { flex-basis: 32px; }

 
.wlb-ls__cot--kq {
  display: grid; align-items: center; gap: 10px;
  grid-template-columns: 260px 1fr 72px 1fr 150px;
  padding: 8px 15px; font-size: 12px; font-weight: 500; color: var(--wlb-text-2);
  border-bottom: 1px solid #343940;
}
.wlb-ls__cot--kq span { text-align: center; }
.wlb-ls__cot--kq span:first-child { text-align: left; }
@media (max-width: 991.98px) { .wlb-ls__cot--kq { display: none; } }

 
.wlb-sapxep, .wlb-sapxep a, .wlb-sapxep b { font-family: Raleway, sans-serif; }

 
@media (min-width: 768px) { .wlb-lich__nut { justify-self: center; } }

 
.wlb.wlb-man-bxh { background: #212324; }

 
.wlb-man-bxh .wlb-sports { padding: 13px 0; }
.wlb-man-bxh .wlb-sport {
  min-height: 41px; padding: 0 18px;
  font-family: var(--wlb-font-so); font-size: 14px;
}
.wlb-man-bxh .wlb-sport.is-on {
  background: linear-gradient(270deg, #323839, #2f5a49); color: #00fffd;
}

 
.wlb-man-bxh .wlb-filter {
  height: 26px; padding: 0 10px; border-radius: 6px;
  background: #323738; display: inline-flex; align-items: center;
}
.wlb-man-bxh .wlb-filter.is-on {
  background-image: linear-gradient(-90deg, #323839, #2f5a49); color: #fff;
}

 
.wlb-man-bxh .wlb-gct__the { min-height: 53px; padding: 8px 12px; }
.wlb-man-bxh .wlb-gct__logo, .wlb-man-bxh .wlb-gct__logo img { width: 18px; height: 18px; }
.wlb-man-bxh .wlb-gct__logo { flex-basis: 18px; }
.wlb-man-bxh .wlb-gct__ten { font-family: var(--wlb-font); font-size: 14px; font-weight: 700; }

 
.wlb-man-bxh .wlb-gct__tab, .wlb-man-bxh .wlb-gct__mua { border: 1px solid #3f4040; }

 
.wlb-man-bxh .wlb-gct__hang {
  grid-template-columns: 45px 232px repeat(7, 1fr) 180px 50px;
  background: #292d2e; border-bottom: 1px solid #3f4040;
}
.wlb-man-bxh .wlb-gct__doiten { font-family: "Be Vietnam Pro", Barlow, sans-serif; }
.wlb-man-bxh .wlb-gct__doi .wlb-logo, .wlb-man-bxh .wlb-gct__doi .wlb-logo img { width: 24px; height: 24px; }
.wlb-man-bxh .wlb-gct__doi .wlb-logo { flex-basis: 24px; }

 
@media (min-width: 768px) and (max-width: 991.98px) {
  .wlb-man-bxh .wlb-gct__hang { grid-template-columns: 40px minmax(0, 1fr) repeat(7, 44px) 50px; }
  .wlb-man-bxh .wlb-gct__pd { display: none; }
}
 
@media (max-width: 767.98px) {
  .wlb-man-bxh .wlb-gct__hang {
    grid-template-columns: 26px minmax(0, 1fr) repeat(4, 26px) 32px;
    column-gap: 6px; padding: 0 8px;
  }
  .wlb-man-bxh .wlb-gct__hang > :nth-child(7), .wlb-man-bxh .wlb-gct__hang > :nth-child(8),
  .wlb-man-bxh .wlb-gct__pd, .wlb-man-bxh .wlb-gct__tiep { display: none; }
   
  .wlb-man-bxh .wlb-gct__hang--dau > span { white-space: nowrap; }
}

 
@media (max-width: 767.98px) {
   
  .wlb-keo__cuon .wlb-keo__dau, .wlb-keo__cuon .wlb-keo__tran {
    grid-template-columns: 40px 177px 46px 54px repeat(4, 108px);
  }
}

 
.wlb-keo__ngay { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 14px 12px; }
.wlb-keo__ngaymuc {
  display: inline-flex; align-items: center; height: 28px; padding: 0 12px;
  border-radius: 7px; background: #323738; color: #afb4ba;
  font-size: 13px; font-weight: 500; text-decoration: none; white-space: nowrap;
}
.wlb-keo__ngaymuc:hover { color: #fff; }
.wlb-keo__ngaymuc.is-on { background-image: linear-gradient(-90deg, #323839, #2f5a49); color: #fff; }

 
.wlb-bxh__hangloc { display: flex; align-items: flex-start; gap: 10px; margin: 0 14px 12px; }
.wlb-bxh__hangloc .wlb-filters { margin: 0; flex: 1 1 auto; }
.wlb-ldrop--qg { position: relative; flex: 0 0 auto; }
.wlb-ldrop--qg .wlb-ldrop__nut {
  height: 28px; min-width: 110px; padding: 4px 10px; border-radius: 6px;
  font-size: 12px; text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 8px;
}

 
 
.wlb-keo__bac { color: #f04a3e; font-style: normal; font-size: 11px; font-weight: 600; margin-right: 3px; }
.wlb-keo__the--v, .wlb-keo__the--d {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 12px; height: 14px; padding: 0 2px; margin-left: 3px;
  border-radius: 2px; font-size: 10px; font-weight: 700; text-decoration: none;
}
.wlb-keo__the--v { background: #ffc800; color: #1b1b1b; }
.wlb-keo__the--d { background: #e02c1e; color: #fff; }
 
.wlb-keo__cot--trong { opacity: .45; }

 
.wlb-gct__muadrop { position: relative; }
.wlb-gct__muadrop summary { list-style: none; cursor: pointer; }
.wlb-gct__muadrop summary::-webkit-details-marker { display: none; }
.wlb-gct__muabang {
  position: absolute; right: 0; top: calc(100% + 4px); z-index: 30;
  min-width: 130px; padding: 4px; border-radius: 6px;
  background: #292d2e; border: 1px solid #3b4041; box-shadow: 0 8px 20px rgba(0, 0, 0, .45);
}
.wlb-gct__muamuc {
  display: block; padding: 7px 10px; border-radius: 4px;
  color: #afb4ba; font-size: 13px; text-decoration: none; white-space: nowrap;
}
.wlb-gct__muamuc:hover { background: #323738; color: #fff; }
.wlb-gct__muamuc.is-on { background: linear-gradient(-90deg, #323839, #2f5a49); color: #fff; }

 
.wlb-tin {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0 14px 16px;
}
@media (max-width: 991.98px) { .wlb-tin { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .wlb-tin { grid-template-columns: 1fr; } }
.wlb-tin__the {
  display: flex; flex-direction: column; gap: 8px; text-decoration: none;
  background: #292d2e; border-radius: 6px; overflow: hidden; padding-bottom: 10px;
}
.wlb-tin__anh { display: block; aspect-ratio: 16 / 9; background: #202229; }
.wlb-tin__anh img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wlb-tin__ten {
  padding: 0 10px; color: #fff; font-size: 13px; font-weight: 600; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.wlb-tin__ngay { padding: 0 10px; color: #7f8790; font-size: 11px; }
.wlb-nha__khoi { margin-top: 18px; }
.wlb-nha__xemall { margin-left: auto; color: #00ff5d; font-size: 12px; text-decoration: none; white-space: nowrap; }
.wlb-nha__xemall:hover { text-decoration: underline; }

 
.wlb-tin__anh { display: flex; align-items: center; justify-content: center; }
.wlb-tin__bong { width: 36px; height: 36px; color: #3a4145; }

 
.wlb-thieuluong {
  margin-top: 8px; padding: 9px 14px; border-radius: 6px;
  background: #292d2e; border-left: 3px solid #ffc800;
  color: #d6dade; font-size: 13px;
}

 
body:has(.wlb.wlb--wide:not(.wlb--blend)) { background: #212324; }

 
.wlb-vua__ds { list-style: none; margin: 0; padding: 0; }
.wlb-vua__dong {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-bottom: 1px solid var(--wlb-line); font-size: 13px;
}
.wlb-vua__dong:last-child { border-bottom: 0; }
.wlb-vua__hang {
  flex: 0 0 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--wlb-raised);
  font-family: var(--wlb-font-so); font-size: 12px; color: var(--wlb-text-2);
}
.wlb-vua__dong:first-child .wlb-vua__hang {
  background: color-mix(in srgb, var(--wlb-accent) 25%, transparent); color: var(--wlb-accent);
}
.wlb-vua__ten {
  flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: var(--wlb-text); font-weight: 600;
}
.wlb-vua__doi { font-style: normal; color: var(--wlb-muted); font-weight: 400; margin-left: 6px; font-size: 12px; }
.wlb-vua__so { flex: 0 0 auto; color: var(--wlb-text-2); font-size: 12px; white-space: nowrap; }
.wlb-vua__so b { font-family: var(--wlb-font-so); font-size: 14px; color: var(--wlb-accent); }
.wlb-vua__so i { font-style: normal; color: var(--wlb-muted); }

.wlb-bl {
  list-style: none; margin: 10px 0 0; padding: 0;
  max-height: 420px; overflow-y: auto; scrollbar-width: thin;
}
.wlb-bl__dong {
  display: flex; gap: 10px; padding: 7px 10px;
  border-bottom: 1px solid var(--wlb-line); font-size: 13px; line-height: 1.45;
}
.wlb-bl__dong:last-child { border-bottom: 0; }
.wlb-bl__dong--moc { background: color-mix(in srgb, var(--wlb-accent) 7%, transparent); }
.wlb-bl__phut { flex: 0 0 44px; font-family: var(--wlb-font-so); font-weight: 700; color: var(--wlb-accent); }
.wlb-bl__chu { color: var(--wlb-text-2); min-width: 0; overflow-wrap: anywhere; }

 
.wlb-cal .wlb-days__cuthe { display: none; }
.wlb-cal > input[type="date"] { display: none; }
 
.wlb-cal { position: relative; display: inline-flex; align-items: center; }
.wlb-cal__nut {
  width: 100%; text-align: left; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  color: var(--wlb-text); border-radius: var(--wlb-r-sm);
  padding: 7px 11px; font-family: inherit; font-size: 13px;
}
.wlb-cal__nut::before {
  content: ""; width: 14px; height: 14px; flex: 0 0 auto;
  background: currentColor; opacity: .7;
  -webkit-mask: no-repeat center / contain; mask: no-repeat center / contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E");
}
.wlb-cal.is-mo .wlb-cal__nut { border-color: color-mix(in srgb, var(--wlb-accent) 55%, transparent); }
.wlb-cal__pop {
  position: absolute; z-index: 40; top: calc(100% + 6px); right: 0;
  width: 280px; max-width: calc(100vw - 28px); padding: 12px;
  background: var(--wlb-surface); border: 1px solid var(--wlb-line);
  border-radius: 10px; box-shadow: 0 14px 34px rgba(0, 0, 0, .5);
}
.wlb-cal__dau { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.wlb-cal__thang { font-size: 13px; font-weight: 700; color: var(--wlb-text); }
.wlb-cal__tab {
  width: 28px; height: 28px; border-radius: 6px; cursor: pointer;
  background: var(--wlb-raised); border: 1px solid var(--wlb-line);
  color: var(--wlb-text-2); font-size: 16px; line-height: 1;
}
.wlb-cal__tab:hover { color: #fff; }
.wlb-cal__thu, .wlb-cal__luoi { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.wlb-cal__thu { margin-bottom: 4px; }
.wlb-cal__thu span {
  text-align: center; font-size: 11px; font-weight: 700; color: var(--wlb-muted);
  padding: 4px 0;
}
.wlb-cal__o {
  aspect-ratio: 1 / 1; display: inline-flex; align-items: center; justify-content: center;
  border: 0; background: none; cursor: pointer; border-radius: 6px;
  font-family: var(--wlb-font-so); font-size: 13px; color: var(--wlb-text-2);
}
.wlb-cal__o--trong { pointer-events: none; }
.wlb-cal__o.is-tat { color: var(--wlb-muted); opacity: .35; cursor: default; }
.wlb-cal__o:not(.is-tat):not(.is-chon):hover { background: var(--wlb-raised); color: #fff; }
.wlb-cal__o.is-nay { box-shadow: 0 0 0 1px var(--wlb-line) inset; color: var(--wlb-text); }
.wlb-cal__o.is-chon { background: var(--wlb-accent); color: #06210f; font-weight: 700; }
.wlb-cal__chan { margin-top: 8px; text-align: right; }
.wlb-cal__nay {
  background: none; border: 0; cursor: pointer;
  color: var(--wlb-accent); font-size: 12px; font-weight: 600;
}

 
 
.wlb-stage.is-thanh .wlb-nhacai-noi { bottom: 56px; }
.wlb-nhacai-noi {
  position: absolute; right: 14px; bottom: 14px; z-index: 6;
  transition: bottom .18s ease;
  display: inline-flex; align-items: center; justify-content: center;
  height: 40px; padding: 5px 10px; box-sizing: border-box;
  background: rgba(10, 10, 10, .8); border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px; text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  transition: transform .12s, border-color .15s, background .15s;
}
.wlb-nhacai-noi img {
  max-height: 28px; max-width: 116px; width: auto; height: auto;
  object-fit: contain; display: block;
}
 
.wlb-nhacai-noi span {
  color: #fff; font-size: 13px; font-weight: 700;
  letter-spacing: .4px; text-transform: uppercase; white-space: nowrap;
}
.wlb-nhacai-noi:hover {
  transform: translateY(-1px);
  background: rgba(10, 10, 10, .92);
  border-color: color-mix(in srgb, var(--wlb-accent) 60%, transparent);
}
@media (max-width: 767.98px) {
  .wlb-nhacai-noi { right: 10px; bottom: 12px; height: 32px; padding: 4px 8px; }
  .wlb-nhacai-noi img { max-height: 22px; max-width: 88px; }
  .wlb-nhacai-noi span { font-size: 11px; }
}

 
.wlb-stage__thanh {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 7;
  display: flex; align-items: center; gap: 6px;
  height: 44px; padding: 0 8px; box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, .82), rgba(0, 0, 0, 0));
  opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.wlb-stage.is-thanh .wlb-stage__thanh { opacity: 1; transform: none; pointer-events: auto; }
.wlb-stage__nut {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; padding: 0;
  background: none; border: 0; border-radius: 6px;
  color: #fff; cursor: pointer; -webkit-appearance: none; appearance: none;
}
.wlb-stage__nut svg { width: 20px; height: 20px; display: block; fill: currentColor; }
.wlb-stage__nut:hover { background: rgba(255, 255, 255, .16); }
.wlb-stage__nut:focus-visible { outline: 2px solid var(--wlb-accent); outline-offset: -2px; }
 
.wlb-stage__dem { flex: 1 1 auto; }
 
.wlb-stage__am {
  flex: 0 0 auto; width: 76px; height: 4px; margin-right: 2px;
  -webkit-appearance: none; appearance: none;
  background: rgba(255, 255, 255, .38); border-radius: 999px; cursor: pointer;
}
.wlb-stage__am::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 0;
}
.wlb-stage__am::-moz-range-thumb {
  width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 0;
}
@media (hover: none), (max-width: 575.98px) {
  .wlb-stage__am { display: none; }
}
 
.wlb-stage.is-embed .wlb-stage__nut--phat,
.wlb-stage.is-embed .wlb-stage__nut--loa,
.wlb-stage.is-embed .wlb-stage__am { display: none; }

 
.wlb-stage:fullscreen,
.wlb-stage:-webkit-full-screen {
  width: 100%; height: 100%; max-width: none;
  aspect-ratio: auto; border: 0; border-radius: 0; background: #000;
}
.wlb-stage:fullscreen .wlb-stage__video,
.wlb-stage:-webkit-full-screen .wlb-stage__video,
.wlb-stage:fullscreen .wlb-stage__embed,
.wlb-stage:-webkit-full-screen .wlb-stage__embed { height: 100%; }

 
.wlb-stage.is-toanman {
  position: fixed; inset: 0; z-index: 2147483000;
  width: 100%; height: 100%; max-width: none; margin: 0;
  aspect-ratio: auto; border: 0; border-radius: 0; background: #000;
}
.wlb-stage.is-toanman .wlb-stage__video,
.wlb-stage.is-toanman .wlb-stage__embed { height: 100%; }
 
.wlb-khoa-cuon { overflow: hidden !important; }

 
.wlb-card { position: relative; }
.wlb-card__phu { position: static; }
.wlb-card__phu::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  border-radius: inherit;
}
 
.wlb-card .wlb-bookmaker { position: relative; z-index: 2; }
 
.wlb-card .wlb-blv a { position: relative; z-index: 2; }

 
.wlb-vua__anh {
  width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%;
  object-fit: cover; background: var(--wlb-raised); border: 1px solid var(--wlb-line);
}
.wlb-vua__anh--chu {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: var(--wlb-text-2);
}

 

 
.wlb-giaids__nhom { border-radius: 10px; overflow: hidden; border: 1px solid var(--wlb-line); }
.wlb-giaids__nhomdau { transition: color .15s, background .15s; }
.wlb-giaids__nhomdau:hover { color: var(--wlb-accent); }
.wlb-giaids__nhom--hot { border-color: color-mix(in srgb, var(--wlb-accent) 40%, transparent); }
.wlb-giaids__nhom--hot > .wlb-giaids__nhomdau::before { content: "🏆"; margin-right: 2px; font-size: 15px; }
.wlb-giaids__nhom--hot > .wlb-giaids__nhomdau { color: var(--wlb-text); }
 
.wlb-logo__tat { font-style: normal; }
 
.wlb-vua__anh--chu { position: relative; }
.wlb-vua__anhbf {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border-radius: 50%; object-fit: cover; background: var(--wlb-raised);
}

 
.wlb-days__nav:hover, .wlb-days__today:hover,
.wlb-side__nut:hover, .wlb-vtab__nut:hover,
.wlb-mnut__muc:hover, .wlb-nav__link:hover,
.wlb-daybar__muc:hover, .wlb-giaids__lui:hover {
  color: var(--wlb-accent);
}
.wlb-days__nav:hover, .wlb-days__today:hover, .wlb-cal__nut:hover,
.wlb-mnut__muc:hover {
  border-color: color-mix(in srgb, var(--wlb-accent) 45%, transparent);
}
.wlb-keo__nhamuc:hover:not(.is-on), .wlb-keo__ngaymuc:hover:not(.is-on) {
  color: var(--wlb-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wlb-accent) 45%, transparent);
}
.wlb-card:hover { box-shadow: 0 0 0 1px color-mix(in srgb, var(--wlb-accent) 35%, transparent); }
.wlb-cal__tab:hover, .wlb-cal__ngay:hover { color: var(--wlb-accent); }

 
.wlb .wlb-giaids__o {
  height: 44px; padding: 0 46px 0 16px; border-radius: 10px;
  background: #292d2e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa3ab' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat right 15px center / 17px;
  border: 1px solid #3b4041; color: #fff; font-size: 14px;
  box-shadow: none; transition: border-color .15s, box-shadow .15s;
}
.wlb .wlb-giaids__o:focus {
  outline: none; border-color: var(--wlb-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--wlb-accent) 16%, transparent);
}
.wlb .wlb-giaids__o::placeholder { color: var(--wlb-text-2); }

 
.wlb .wlb-days__nav, .wlb .wlb-days__today,
.wlb .wlb-cal__nut, .wlb .wlb-days__pick input {
  height: 34px; box-sizing: border-box; margin: 0;
}
.wlb .wlb-days__nav { width: 34px; flex: 0 0 34px; }
 
.wlb .wlb-days__pick { margin-block: 0; }
.wlb .wlb-days__pick.wlb-cal { display: inline-flex; align-items: center; }

 
.wlb-ldrop--qg .wlb-ldrop__bang { left: 0; right: auto; }
 
.wlb .wlb-ldrop__bang input {
  background: #1b1c1d; border: 1px solid var(--wlb-line); color: #fff;
  border-radius: 6px; box-shadow: none; font-size: 13px;
}
.wlb .wlb-ldrop__bang input::placeholder { color: var(--wlb-muted); }
.wlb .wlb-ldrop__bang input:focus { outline: none; border-color: var(--wlb-accent); }

 
@media (max-width: 575px) {
  .wlb-vua__dong { flex-wrap: wrap; row-gap: 2px; }
  .wlb-vua__so { flex: 1 0 100%; margin-left: 74px; }
}

 
.wlb-intro__phan {
  padding: 0; background: var(--wlb-surface);
  border: 1px solid var(--wlb-line); border-radius: var(--wlb-r); overflow: hidden;
}
.wlb-intro__phan > h3 {
  margin: 0; padding: 11px 15px;
  font-size: 13.5px; font-weight: 600; line-height: 1.4;
  color: var(--wlb-text); background: var(--wlb-surface-2);
  border-bottom: 1px solid var(--wlb-line);
}
.wlb-intro__phan > p {
  margin: 0; padding: 13px 15px;
  font-size: 13px; line-height: 1.75; color: var(--wlb-text-2);
}
.wlb-intro__phan > p + p { padding-top: 0; }

 

 
.wlb-side__nhan { white-space: nowrap; }

 
.wlb-intro__phan > h3 {
  display: block; width: 100%; box-sizing: border-box;
}

 
.wlb-bxh-mini th { padding: 8px 6px; }
.wlb-bxh-mini td { padding: 9px 6px; }

 
 
.wlb-side__thanh {
  height: 60px; box-sizing: border-box; align-items: center;
}
@media (min-width: 576px) {
  .wlb-side__thanh { flex-wrap: nowrap; overflow-x: visible; }
}
.wlb-side__nut { padding: 5px; gap: 3px; }
.wlb-side__nut svg { width: 18px; height: 18px; }
.wlb-side__nhan { font-size: 10.5px; letter-spacing: .2px; }

 
.wlb .wlb-side__nut { margin: 0; }

@media (max-width: 575.98px) {
   
   
  .wlb-side__thanh {
    padding-left: 6px; padding-right: 6px; gap: 0;
    justify-content: space-between; overflow-x: visible;
  }
  .wlb-side__nut { padding: 4px; gap: 2px; }
  .wlb-side__nut svg { width: 17px; height: 17px; }
  .wlb-side__nhan { font-size: 10px; letter-spacing: 0; }
}
