:root {
  /* Warna Default Bootstrap. */
  --primary: #0d293b;
  --secondary: #3a4a5a;
  --success: #28a745;
  --info: #1e6f96;
  --warning: #ffc107;
  --danger: #dc3545;
  /* ======================== */
  --black: #000;
  --primary-color: #1e3f5c;
  --radius: 0.5rem;
  --link-color: #1b8bbf;
  --link-color-hover: var(--primary-color);
  --heading-color: #1b8bbf;
  --button-daftar-background: var(--primary-color);
  --button-masuk-background: transparent;
  --button-pasaran-background: linear-gradient(#1e3f5c, #102b40);
  --body-background: #0d293b;
  --body-color: var(--white);
  --logo-max-width: 250px;
  --header-background: #0d293b;
  --header-menu-color: #fff;
  --running-text-background: #163a4f;
  --mobile-running-text-background: linear-gradient(#1e3f5c, #102b40);
  --horizontal-menu-top-background: #163a4f;
  --running-text-color: #fff;
  --gamemenu-background: linear-gradient(#1e3f5c, #102b40);
  --running-text-durasi: 30s;
  --steps-background: #163a4f;
  --btn-game-background: #163a4f;
  --result-box-background: #163a4f;
  --result-ball-background: linear-gradient(#1e3f5c, #102b40);
  --top-ten-background: #163a4f;
  --metode-pembayaran-background: var(--running-text-background);
  --footer-background: var(--running-text-background);
  --btn-bottom-background: #244a6a;
  --promo-card-background: #163a4f;
  --pagination-background: #163a4f;
  --provider-menu-background: #163a4f;
  --product-background: #163a4f;
  --placebet-background: var(--primary);
}
