@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
  --utama: #c83a17;
  --utama-rgb: 200, 58, 23;
  --utama-shade-1: #aa3114;
  --utama-shade-1-rgb: 170, 49, 20;
  --utama-shade-2: #962c11;
  --utama-shade-2-rgb: 150, 44, 17;
  --utama-shade-3: #82260f;
  --utama-shade-3-rgb: 130, 38, 15;
  --utama-shade-4: #6e200d;
  --utama-shade-4-rgb: 110, 32, 13;
  --utama-shade-5: #5a1a0a;
  --utama-shade-5-rgb: 90, 26, 10;
  --utama-shade-6: #461408;
  --utama-shade-6-rgb: 70, 20, 8;
  --utama-shade-7: #2b120c;
  --utama-shade-7-rgb: 43, 18, 12;
  --utama-shade-8: #150c0a;
  --utama-shade-8-rgb: 21, 12, 10;
  --utama-shade-9: #090807;
  --utama-shade-9-rgb: 9, 8, 7;
  --utama-tint-1: #d0583a;
  --utama-tint-1-rgb: 208, 88, 58;
  --utama-tint-2: #d66b51;
  --utama-tint-2-rgb: 214, 107, 81;
  --utama-tint-3: #db7f68;
  --utama-tint-3-rgb: 219, 127, 104;
  --utama-tint-4: #e1937f;
  --utama-tint-4-rgb: 225, 147, 127;
  --utama-tint-5: #e6a697;
  --utama-tint-5-rgb: 230, 166, 151;
  --utama-tint-6: #ecbaae;
  --utama-tint-6-rgb: 236, 186, 174;
  --utama-tint-7: #e9d0ca;
  --utama-tint-7-rgb: 233, 208, 202;
  --utama-tint-8: #ede5e3;
  --utama-tint-8-rgb: 237, 229, 227;
  --utama-tint-9: #f3f2f2;
  --utama-tint-9-rgb: 243, 242, 242;
  --terang: #f5f7f0;
  --terang-rgb: 245, 247, 240;
  --gelap: #2f2e34;
  --gelap-rgb: 47, 46, 52;
  --terang-aksen: #a2a89d;
  --terang-aksen-rgb: 162, 168, 157;
  --gelap-aksen: #d1254f;
  --gelap-aksen-rgb: 209, 37, 79;
}
* {
  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/asean/img/bg/asean-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%;
  }
}
