@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
  --utama: #e5231f;
  --utama-rgb: 229, 35, 31;
  --utama-tint-1: #e83935;
  --utama-tint-1-rgb: 232, 57, 53;
  --utama-tint-2: #ea4f4c;
  --utama-tint-2-rgb: 234, 79, 76;
  --utama-tint-3: #ed6562;
  --utama-tint-3-rgb: 237, 101, 98;
  --utama-tint-4: #ef7b79;
  --utama-tint-4-rgb: 239, 123, 121;
  --utama-tint-5: #f2918f;
  --utama-tint-5-rgb: 242, 145, 143;
  --utama-tint-6: #f5a7a5;
  --utama-tint-6-rgb: 245, 167, 165;
  --utama-tint-7: #f7bdbc;
  --utama-tint-7-rgb: 247, 189, 188;
  --utama-tint-8: #fad3d2;
  --utama-tint-8-rgb: 250, 211, 210;
  --utama-tint-9: #fce9e9;
  --utama-tint-9-rgb: 252, 233, 233;
  --utama-shade-1: #ce201c;
  --utama-shade-1-rgb: 206, 32, 28;
  --utama-shade-2: #b71c19;
  --utama-shade-2-rgb: 183, 28, 25;
  --utama-shade-3: #a01916;
  --utama-shade-3-rgb: 160, 25, 22;
  --utama-shade-4: #891513;
  --utama-shade-4-rgb: 137, 21, 19;
  --utama-shade-5: #731210;
  --utama-shade-5-rgb: 115, 18, 16;
  --utama-shade-6: #5c0e0c;
  --utama-shade-6-rgb: 92, 14, 12;
  --utama-shade-7: #450a09;
  --utama-shade-7-rgb: 69, 10, 9;
  --utama-shade-8: #2e0706;
  --utama-shade-8-rgb: 46, 7, 6;
  --utama-shade-9: #170303;
  --utama-shade-9-rgb: 23, 3, 3;
  --terang: #f4f4f0;
  --terang-rgb: 244, 244, 240;
  --gelap: #171921;
  --gelap-rgb: 23, 25, 33;
  --terang-aksen: #cd966e;
  --terang-aksen-rgb: 205, 150, 110;
  --gelap-aksen: #c96b91;
  --gelap-aksen-rgb: 201, 107, 145;
}
* {
  font-family: 'Plus Jakarta Sans', FontAwesome, sans-serif !important;
  font-size: 16px;
}
body {
  background-color: var(--terang) !important;
  color: var(--gelap) !important;
  letter-spacing: 0 !important;
}
p {
  color: var(--terang);
}
a.buttonWrap.buttonlc2.button-orange {
  background: linear-gradient(to bottom, var(--utama-tint-1), var(--utama), var(--utama-shade-1));
  border: 2px solid var(--utama);
  font-weight: 500;
  box-shadow: unset;
  color: var(--terang);
  margin-bottom: 0;
  margin-right: 16px;
  padding-top: 11px !important;
}
.color-grey {
  color: var(--terang) !important;
}
.buttong,
.buttons {
  font-size: 16px !important;
}
.bank-status {
  padding: 10px 0px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.25rem;
}
.bank-status .bank {
  width: 100%;
}
.main-content,
.no-bottom {
  background: linear-gradient(rgba(var(--gelap-rgb), 0.8), rgba(var(--gelap-rgb), 0.8)), url('https://hoki.sgp1.cdn.digitaloceanspaces.com/scripts/wina/img/wina-bg.webp') !important;
  background-size: 100% !important;
}
.footer-bottom {
  border-top: 2px solid var(--utama) !important;
  background-color: var(--gelap) !important;
  padding: 12px !important;
}
.footer-bottom p {
  color: rgba(var(--terang-rgb), 0.5) !important;
}
.promosi-image {
  border-radius: 10px 10px 0px 0px;
}
#btn-promo-play {
  background-color: var(--utama) !important;
}
.promosi-content-container {
  margin-bottom: 20px !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
