/* Winner Page Styles */

/* Dashboard Controls */
.bgrhbguirhgvkr {
  margin: 30px 0;
  text-align: center;
}

.tfgvcbkjhe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tfgy9thtrvcbkjhe {
  position: relative;
  margin-right: 12px;
  color: white;
  text-transform: capitalize;
  white-space: nowrap;
  transition: color 0.2s;
  cursor: pointer;
  padding: 7px 20px;
  border: 1px solid gray;
  border-radius: 20px;
}

.tfgy9thtrvcbkjhe:hover {
  background: linear-gradient(135deg, #667eea 0%, #2437e4 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.tfgy9thtrvcbkjhe:active,
.tfgy9thtrvcbkjhe.active {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  border-color: #fff;
  box-shadow: 0 2px 10px rgba(245, 87, 108, 0.4);
}

/* Dashboard Content */
.hgbie8rgt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.n8r5btrb {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #2437e4 100%);
  border-radius: 15px;
  color: white;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.n8r5btrb h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#current-date {
  color: #ffd700;
  font-weight: 900;
  font-size: 1.6rem;
}

/* Leaderboard Tables */
.vcuyjreghhvker {
  margin-bottom: 50px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Table wrapper for scrolling */
.bvuire5btrbr {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ensure tables are scrollable on smaller screens */
@media (max-width: 1024px) {
  .vcuyjreghhvker {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vcuyjreghhvker h3 {
    width: 100% !important;
    min-width: 100%;
    position: relative;
    left: 0;
    right: 0;
  }
}

.vcuyjreghhvker:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.vcuyjreghhvker h3 {
  background: linear-gradient(135deg, #667eea 0%, #2437e4 100%);
  color: white;
  margin: 0;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.vcuyjreghhvker table {
  width: 100%;
  border-collapse: collapse;
}

.vcuyjreghhvker thead {
  background: #f8f9fa;
}

.vcuyjreghhvker th {
  padding: 15px 10px;
  text-align: left;
  font-weight: 700;
  font-size: 1.3rem;
  color: #333;
  border-bottom: 2px solid #667eea;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vcuyjreghhvker td {
  padding: 12px 10px;
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s ease;
  text-align: left;
}

.vcuyjreghhvker tbody tr:hover {
  background-color: #f8f9fa;
}

.vcuyjreghhvker tbody tr:nth-child(1) {
  background: linear-gradient(90deg, #ffd700 0%, #ffed4e 100%);
  color: #333;
}

.vcuyjreghhvker tbody tr:nth-child(1) td {
  font-weight: 700;
  font-size: 1.3rem;
}

.vcuyjreghhvker tbody tr:nth-child(2) {
  background: linear-gradient(90deg, #c0c0c0 0%, #e8e8e8 100%);
  color: #333;
}

.vcuyjreghhvker tbody tr:nth-child(3) {
  background: linear-gradient(90deg, #cd7f32 0%, #d4af37 50%, #cd7f32 100%);
  color: #333;
}

.vcuyjreghhvker tbody tr:nth-child(1):hover,
.vcuyjreghhvker tbody tr:nth-child(2):hover,
.vcuyjreghhvker tbody tr:nth-child(3):hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Rank Column */
.vcuyjreghhvker td:first-child {
  font-weight: 700;
  font-size: 1.3rem;
  color: #667eea;
  text-align: left;
  width: 60px;
}

/* Player Column */
.vcuyjreghhvker td:nth-child(2) {
  font-weight: 600;
  color: #333;
  font-size: 1.3rem;
  text-align: left;
}

/* Country Column */
.vcuyjreghhvker td:nth-child(3) {
  text-align: left;
  font-size: 1.3rem;
}

/* Points Column */
.vcuyjreghhvker td:last-child {
  font-weight: 700;
  font-size: 1.3rem;
  color: #28a745;
  text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tfgvcbkjhe {
    gap: 8px;
  }

  .tfgy9thtrvcbkjhe {
    padding: 10px 16px;
    font-size: 12px;
  }

  .n8r5btrb h2 {
    font-size: 24px;
  }

  .vcuyjreghhvker {
    margin-bottom: 50px;
  }

  .bvuire5btrbr {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vcuyjreghhvker h3 {
    padding: 15px;
    font-size: 18px;
  }

  .vcuyjreghhvker th,
  .vcuyjreghhvker td {
    padding: 8px 5px;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
  }

  .vcuyjreghhvker td:first-child {
    font-size: 16px;
    width: 50px;
    text-align: left;
  }

  .vcuyjreghhvker table {
    min-width: 400px;
  }
}

@media (max-width: 1024px) {
  .bvuire5btrbr {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bvuire5btrbr table {
    min-width: 400px;
  }

  .vcuyjreghhvker th,
  .vcuyjreghhvker td {
    white-space: nowrap;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .tfgvcbkjhe {
    flex-direction: column;
    align-items: center;
  }

  .tfgy9thtrvcbkjhe {
    width: 200px;
    margin-bottom: 5px;
  }

  .n8r5btrb {
    margin-bottom: 20px;
    padding: 15px;
  }

  .n8r5btrb h2 {
    font-size: 20px;
  }

  .vcuyjreghhvker h3 {
    font-size: 16px;
    padding: 12px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .bvuire5btrbr table {
    min-width: 350px;
  }
}

/* Animation for smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Highlight effect for active table */
.vcuyjreghhvker.highlight {
  animation: highlight 1s ease-in-out;
}

@keyframes highlight {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
/***********************      slider     **********************/
.wOWH5zRgBsm {
  background-color: transparent;
  padding: 0 10px;
  position: sticky;
}

.zZVdVVX97K {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.UkuRdoRYhDe {
  position: relative;
}

.t5BWwBNWLRWBuEF {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  list-style: none;
}

.t5BWwBNWLRWBuEF > li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  list-style: none;
}

.t5BWwBNWLRWBuEF > li.jMkDg9gGr {
  position: static;
}

.T9v0kg0XhGa > li {
  cursor: pointer;
  list-style: none;
}

.dD5TH8cdrzosiB.jMkDg9gGr {
  overflow: hidden;
  position: fixed;
  -webkit-overflow-scrolling: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999999;
}

.wqxGx4rirneM img {
  min-width: 100%;
  filter: brightness(0.6);
}

.wqxGx4rirneM {
  position: relative;
}

.wqxGx4rirneM p {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  transform: rotate(-7deg);
  width: 100%;
  text-align: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
}

.wqxGx4rirneM p span {
  color: rgb(239, 239, 112);
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.T9v0kg0XhGa {
  position: absolute;
  bottom: 15px;
  z-index: 3;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  gap: 7px;
}

.Uuauv4PQDaG1 {
  background-color: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.Uuauv4PQDaG1.jMkDg9gGr {
  background-color: red;
}
@media screen and (max-width: 768px) {
  .wqxGx4rirneM p span {
    font-size: 3rem;
  }
}
