#fakeWinTableWrapper {
  max-width: 100%;
  overflow-x: auto;
  font-family: 'Prompt', sans-serif;
  margin: 20px auto;
}

#fakeWinTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #1b1b1b;
}

#fakeWinTable thead th {
  background-color: #FFA500; /* Orange */
  color: #000; /* Black */
  padding: 14px;
  border: 1px solid #333;
  text-align: center;
  font-size: 16px; /* FONT SEDIKIT DIPERBESAR */
}

#fakeWinTable tbody tr:nth-child(even) {
  background-color: #2b2b3c;
}

#fakeWinTable tbody tr:nth-child(odd) {
  background-color: #3a2c4f;
}

#fakeWinTable td {
  text-align: center;
  padding: 10px;
  border: 1px solid #444;
}

#fakeWinTable img {
  width: 40px;
  height: auto;
  border-radius: 5px;
}

.font-table-data {
  color: #FFD700; /* Gold for ID */
  font-weight: bold;
}

.text-win {
  color: #00FF66; /* Hijau untuk angka win */
  font-weight: bold;
}

.text-lose {
  color: #FF4D4D; /* Merah untuk angka lose */
  font-weight: bold;
}

.text-withdraw {
  color: #00FF66; /* Hijau untuk withdraw */
  font-weight: bold;
}
