:root {
  /* Warna Default Bootstrap.*/
  --primary: #375a7f;
  --secondary: #444;
  --success: #00bc8c;
  --info: #3498db;
  --warning: #f39c12;
  --danger: #e74c3c;
  /* ======================== */
  --black: #000;
  --primary-color: #1a8bb1;
  --radius: 0.5rem;
  --link-color: #1a8bb1;
  --link-color-hover: var(--primary-color);
  --heading-color: #1a8bb1;
  --button-daftar-background: var(--primary-color);
  --button-masuk-background: transparent;
  --button-pasaran-background: linear-gradient(#1a8bb1, #06405e);
  --body-background: #022b3f;
  --body-color: var(--white);
  --logo-max-width: 250px;
  --header-background: #022b3f;
  --header-menu-color: #fff;
  --running-text-background: #06405e;
  --mobile-running-text-background: linear-gradient(#1a8bb1, #06405e);
  --horizontal-menu-top-background: #06405e;
  --running-text-color: #fff;
  --gamemenu-background: linear-gradient(#1a8bb1, #06405e);
  /* Tambah atau kurangi durasi untuk mendapatkan kecepatan running text yang sesuai.*/
  --running-text-durasi: 30s;
  --steps-background: #06405e;
  --btn-game-background: #06405e;
  --result-box-background: #06405e;
  --result-ball-background: linear-gradient(#1a8bb1, #06405e);
  --top-ten-background: #06405e;
  --metode-pembayaran-background: var(--running-text-background);
  --footer-background: var(--running-text-background);
  --btn-bottom-background: #06405e;
  --promo-card-background: #06405e;
  --pagination-background: #06405e;
  --provider-menu-background: #06405e;
  --product-background: #06405e;
  --placebet-background: var(--primary);
}
