@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
  --utama: #c3201b;
  --utama-rgb: 195, 32, 27;
  --utama-shade-1: #a61b17;
  --utama-shade-1-rgb: 166, 27, 23;
  --utama-shade-2: #921814;
  --utama-shade-2-rgb: 146, 24, 20;
  --utama-shade-3: #7f1512;
  --utama-shade-3-rgb: 127, 21, 18;
  --utama-shade-4: #6b120f;
  --utama-shade-4-rgb: 107, 18, 15;
  --utama-shade-5: #580e0c;
  --utama-shade-5-rgb: 88, 14, 12;
  --utama-shade-6: #440b09;
  --utama-shade-6-rgb: 68, 11, 9;
  --utama-shade-7: #290d0c;
  --utama-shade-7-rgb: 41, 13, 12;
  --utama-shade-8: #140b0a;
  --utama-shade-8-rgb: 20, 11, 10;
  --utama-shade-9: #090707;
  --utama-shade-9-rgb: 9, 7, 7;
  --utama-tint-1: #cc413d;
  --utama-tint-1-rgb: 204, 65, 61;
  --utama-tint-2: #d25854;
  --utama-tint-2-rgb: 210, 88, 84;
  --utama-tint-3: #d86e6b;
  --utama-tint-3-rgb: 216, 110, 107;
  --utama-tint-4: #de8482;
  --utama-tint-4-rgb: 222, 132, 130;
  --utama-tint-5: #e49b98;
  --utama-tint-5-rgb: 228, 155, 152;
  --utama-tint-6: #eab1af;
  --utama-tint-6-rgb: 234, 177, 175;
  --utama-tint-7: #e8cbca;
  --utama-tint-7-rgb: 232, 203, 202;
  --utama-tint-8: #ece2e2;
  --utama-tint-8-rgb: 236, 226, 226;
  --utama-tint-9: #f2f1f1;
  --utama-tint-9-rgb: 242, 241, 241;
  --terang: #f3f3ee;
  --terang-rgb: 243, 243, 238;
  --gelap: #1c2530;
  --gelap-rgb: 28, 37, 48;
  --terang-aksen: #ae938f;
  --terang-aksen-rgb: 174, 147, 143;
  --gelap-aksen: #b28b58;
  --gelap-aksen-rgb: 178, 139, 88;
}
* {
  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.75), rgba(var(--gelap-rgb), 0.75)), url('https://hoki.sgp1.cdn.digitaloceanspaces.com/scripts/alfa/img/alfa-bg-mobile-min.jpg') !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%;
  }
}
