
body {
  font-family: Arial, sans-serif;
  padding: 30px;
  width: 350px;
  justify-content: center;
  align-items: center;
  background-color: black;
}

h1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.card {
  flex: 1;
  height: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  color: white;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.card-text {
  z-index: 1;
  width: 100%;
  text-align: center;
}

button {
    padding: 8px 12px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: black;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 6px -1px white;
}

buttons {
    padding: 8px 12px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: black;
    color: white;
    font-weight: bold;
}

.btn-link {
  display: inline-block;
  padding: 8px 12px;
  min-width: 100px; /* Lebarkan tombol minimum */
  text-align: center;
  border: none;
  border-radius: 5px;
  background: #ffed00;
  color: #000000;
  font-weight: bold;
  box-shadow: 0 2px 6px -1px white;
  text-decoration: none;
}

button:hover {
  background: black;
}

header {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.logo {
  max-width: 200px; /* Batasi ukuran maksimum logo */
  height: auto;    /* Menjaga aspek rasio */
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}

.player-card {
  background-color: blue;
}

.tie-card {
  background-color: #28a745;
}

.banker-card {
  background-color: red;
}

.label {
  font-size: 16px;
}

.odds {
  font-size: 14px;
}

.actions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.btns {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.history-container {
  text-align: center;
  margin-top: 10px;
}

.history {
  background-color: black;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px;
  white-space: nowrap;
  border-radius: 8px;
  box-shadow: 0 2px 6px -1px white;
  max-height: 50px;
  height: auto;
  scrollbar-gutter: stable;
  min-height: 40px;      /* ⬅️ Tambahkan ini */
  min-width: 96%;       /* ⬅️ Tambahkan agar tetap terlihat meski kosong */
}

.circle {
  min-width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.player {
  background-color: blue;
}

.banker {
  background-color: red;
}

.tie {
  background-color: green;
}

.columns-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 5px;
}

header img.logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* Kontainer tombol */
.btns {
  margin: 20px 0;
}

/* Tombol login */
.btn-link {
  background-color: #FFD700;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

/* Grid game icon */
.grid-6cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin: 20px;
  padding: 0 10px;
}

/* Tombol Next/Reset */
.actions {
  margin: 20px 0;
}

.actions button {
  padding: 10px 15px;
  margin: 5px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  background-color: #222;
  color: #fff;
  cursor: pointer;
}

/* Kotak history */
.history-container {
  margin: 20px 10px;
}

.history {
  border: 1px solid #888;
  min-height: 60px;
  border-radius: 10px;
  padding: 10px;
}
.container {
  width: 100%;
  max-width: 400px;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
}

.logo {
  max-width: 200px;
  margin: 0 auto 20px;
  display: block;
}

.btns {
  margin-bottom: 20px;
}

.btn-link {
  background-color: #FFD700;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

h1 {
  font-size: 20px;
  margin-bottom: 15px;
}

.grid-6cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.grid-6cols button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.grid-6cols img {
  width: 100%;
  border-radius: 8px;
}

.actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.actions button {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  background-color: #222;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #888;
}

.history-container {
  margin-top: 20px;
}

.history {
  border: 1px solid #888;
  min-height: 60px;
  border-radius: 10px;
  padding: 10px;
}

