@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  div#content {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(#00000000, #00000000);
  }
  .navbar {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .menubar {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .owl-carousel {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  body {
    background: #000;
    background-attachment: fixed !important;
    background-size: cover;
  }
}
div.border.border-top-0.p-2 {
  background: linear-gradient(
    to right,
    #a85a0087 0,
    #4a2a05 50%,
    #8b4a0375 100%
  );
  border-color: #ff8c00;
}
h2.p-0.m-0.bg-white.text-black {
  font-size: 2.2rem !important;
}
@media (max-width: 768px) {
  #content {
    background: linear-gradient(#000000, #000000);
    background-size: 100% !important;
  }
  div.d-flex.gap-1.my-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px !important;
  }
}
div#carousel-exlusive-promotion.carousel.slide.carousel-fade.pointer-event {
  display: none !important;
}
.card {
  background: transparent;
  border-radius: 20px;
  box-shadow:
    -2px 0 0 0 #ff8c00,
    2px 0 0 0 #ff8c00 !important;
  border: none !important;
}
.btn-tailong {
  width: 100%;
  background: linear-gradient(
    270deg,
    rgb(200 102 0) 0%,
    rgb(243 126 38) 21%,
    rgb(239 161 109) 33%,
    rgb(255 140 1) 44%,
    rgb(247 136 1) 60% 60%,
    rgb(245 160 96) 73%,
    rgb(227 125 1) 85%,
    rgb(177 91 0) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #ff8c00,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #985400,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
}
.btn-primary,
.btn-primary:hover {
  border-color: rgb(255 255 255);
}
.btn-secondary,
.btn-secondary:hover {
  border-color: rgb(255 255 255);
}
.btn-primary {
  background: linear-gradient(
    270deg,
    rgb(201 200 0) 0%,
    rgb(193 189 0) 21%,
    rgb(255 249 0) 33%,
    rgb(228 255 0) 44%,
    rgb(210 215 9) 60%,
    rgb(252 207 34) 73%,
    rgb(228 255 0) 85%,
    rgb(255 249 0) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #ffffff,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #000000,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 15px 0px 15px 0px;
}

.btn-secondary {
  background: linear-gradient(
    270deg,
    rgb(201 200 0) 0%,
    rgb(193 189 0) 21%,
    rgb(255 249 0) 33%,
    rgb(228 255 0) 44%,
    rgb(210 215 9) 60%,
    rgb(252 207 34) 73%,
    rgb(228 255 0) 85%,
    rgb(255 249 0) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #ffffff,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #000000,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 15px 0px 15px 0px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.btn-grad-2 {
  background: linear-gradient(
    270deg,
    rgb(255 100 0) 0%,
    rgb(205 40 0) 21%,
    rgb(255 99 45) 33%,
    rgb(255 71 0) 44%,
    rgb(255 73 0) 60%,
    rgb(241 129 0) 73%,
    rgb(173 50 13) 85%,
    rgb(255 109 20) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #d41515,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #640067,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000000;
}

.btn-grad-3 {
  background: linear-gradient(
    270deg,
    rgb(245 14 8) 0%,
    rgb(217 23 23) 21%,
    rgb(255 45 45) 33%,
    rgb(227 38 38) 44%,
    rgb(221 15 15) 60%,
    rgb(161 33 33) 73%,
    rgb(221 48 48) 85%,
    rgb(209 10 10) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #d41515,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #640067,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000000;
}
.mb-3 {
  margin-bottom: 1rem !important;
  background: 0px;
}
.card {
  --bs-card-bg: #212121;
  --bs-card-spacer-y: 0rem;
  --bs-card-spacer-x: 2rem;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  color: #e5e5e5;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-image: linear-gradient(28deg, #000000 50%, #ff8c00 50%);
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgb(255, 140, 0) !important;
}
.btn-danger,
.btn-danger:hover {
  border-color: rgb(255 255 255);
}
.btn-danger {
  background: linear-gradient(
    270deg,
    rgb(201 200 0) 0%,
    rgb(193 189 0) 21%,
    rgb(255 249 0) 33%,
    rgb(228 255 0) 44%,
    rgb(210 215 9) 60%,
    rgb(252 207 34) 73%,
    rgb(228 255 0) 85%,
    rgb(255 249 0) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #ffffff,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #000000,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 15px 0px 15px 0px;
}
.w-100 {
  width: 100% !important;
  border-color: #ffffff !important;
  border-radius: 12px;
}
.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active,
.btn.show {
  /* color: var(--bs-btn-active-color); */
  background: linear-gradient(
    270deg,
    rgb(255 140 0) 0%,
    rgb(187 96 0) 21%,
    rgb(133 68 0) 33% 33%,
    rgb(255 140 0) 44%,
    rgb(99 51 0) 60%,
    rgb(253 139 0) 73%,
    rgb(185 95 0) 85%,
    rgb(127 65 0) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #ffffff,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #000000,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #000;
}
a {
  color: white;
  text-decoration: none;
}
.text-muted {
  color: #ffffff !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 25px 25px 25px 25px;
}
.menubar {
  background: linear-gradient(
    89deg,
    rgb(255 140 0) 0%,
    #000000 20%,
    rgba(80, 40, 0, 1) 31%,
    #000000 44%,
    rgba(80, 40, 0, 1) 62%,
    #000000 75%,
    rgba(80, 40, 0, 1) 88%,
    rgba(248, 136, 0, 1) 100%
  );
  border: 0px solid #fff !important;
  box-shadow: 0px 0px 3px #ff8c00;
  color: #000;
}
.glassmorphism {
  background: rgba(255, 140, 0, 0);
  border-radius: 16px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  backdrop-filter: blur(1px);
  border: 2px groove #ffffff;
}
.glassmorphism::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.btn-dark {
  background: linear-gradient(
    270deg,
    rgb(255 140 0) 0%,
    rgb(255 255 255) 21%,
    rgb(255 255 255) 33%,
    rgb(255 255 255) 44%,
    rgb(255 255 255) 60%,
    rgb(255 255 255) 73%,
    rgb(255 140 0) 85%,
    rgb(119 62 0) 100%
  );
  background-size: 400% 400%;
  box-shadow:
    inset 0 0 0px 1px #fff,
    inset 0 2px 0 0 #ff8c00,
    inset 0 0 0 2px #640067,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.ninfo {
  background-image: linear-gradient(to bottom, #ff8c00 40%, #a75c00 100%);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #e700f6,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #000000,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  color: #fff;
  font-weight: bold;
  z-index: 9999;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
  z-index: 0;
}
.nicon {
  background: linear-gradient(#feff00, #ffd600, #ffb100);
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nicon i {
  font-size: 1.3rem;
  animation:
    shake 1.5s infinite,
    blinkColor 2s infinite;
}
@keyframes shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(5deg);
  }
}
@keyframes blinkColor {
  0% {
    color: #ff8c00;
  }
  25% {
    color: #fff;
  }
  50% {
    color: #ff8c00;
  }
  75% {
    color: #fff;
  }
  100% {
    color: #ff8c00;
  }
}
.ntxt-wrapper {
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.ntxt {
  white-space: nowrap;
  display: inline-block;
  animation: flowX 18s linear infinite;
  padding: -0.25rem 1rem;
  color: #fff;
}
@keyframes flowX {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: #48484800;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
li.nav-item > a[href="/chat"] {
  display: none !important;
}
.owl-dots,
.owl-nav {
  display: none !important;
}
.tab-content {
  background: #a75c00;
  border: 1px solid #ffffff;
  box-shadow: 0 0 15px #ff8c00;
  transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link {
  color: #ffffff;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}

.nav-tabs .nav-link.active {
  color: rgb(255 255 255);
  background-color: #ff8c00;
  border-color: #ff8c00;
  box-shadow: 0 0 10px #ff8c00;
}

.owl-carousel .item {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.owl-carousel .item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #ffee00;
}

.jackpot-card {
  background-color: #5c3300;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #000000;
  padding: 15px;
  transition: all 0.3s ease;
}

.jackpot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #ffee00;
}

.jackpot-table th,
.jackpot-table td {
  color: #fff;
  font-size: 0.9rem;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: #5c3300;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px #000000;
}

.btn-info {
  background: linear-gradient(
    270deg,
    rgb(255 140 0) 0%,
    rgb(193 99 0) 21%,
    rgb(255 140 0) 33%,
    rgb(169 87 0) 44%,
    rgb(255 140 0) 60%,
    rgb(171 88 0) 73%,
    rgb(255 140 0) 85%,
    rgb(155 80 0) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #ff8c00,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #9c8d00,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 15px 0px 15px 0px;
}

.btn-info:hover {
  background-color: #00cc00;
  color: #fff;
}
.card.border.border-primary {
  position: relative;
  border-radius: 16px !important;
  z-index: 1;
  overflow: visible;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgb(0 0 0) !important;
}

.card.border.border-primary::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 16px;
  pointer-events: none;
  z-index: -1;
}

@keyframes smoothGlowLeft {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
img[alt="pola900 Rules"] {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  img[alt="pola900 Rules"] {
    max-width: 60%;
  }
}
.modal-content-2 {
  background-color: #000 !important;
}
#sidebarCollapse svg {
  width: 24px;
  height: 24px;
  fill: white;
}

#sidebarCollapse:hover svg {
  transform: rotate(90deg);
}
.show-more-btn {
  width: 100%;
  display: block;
  margin: 20px auto;
  padding: 5px 5px;
  background: linear-gradient(to bottom, #ff8c00, #804400);
  color: white;
  border: none;
  border-radius: 20px;
  box-shadow:
    0 -2px 0px #ff8c00,
    0 2px 0px #ff8c00;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}
.modal-content-2 {
  background-color: #000 !important;
}
#sidebarCollapse svg {
  width: 24px;
  height: 24px;
  fill: white;
}

#sidebarCollapse:hover svg {
  transform: rotate(90deg);
}
.show-more-btn {
  width: 100%;
  display: block;
  margin: 20px auto;
  padding: 5px 5px;
  background: linear-gradient(to bottom, #ff8c00, #804400);
  color: white;
  border: none;
  border-radius: 20px;
  box-shadow:
    0 -2px 0px #ff8c00,
    0 2px 0px #ff8c00;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}
#pasaran-override-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(80px, 1fr)) !important;
  margin-top: 15px;
  gap: 10px;
}
#pasaran-override-list .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: unset;
  gap: 5px;
  width: auto !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  border-bottom: none !important;
  background: #000000 !important;
}
#pasaran-override-list .card-body {
  border-radius: 12px !important;
  border-bottom: none !important;
  width: 100% !important;
  background: #000000 !important;
}
div.card.border.rounded-4.border-5.border-primary {
  background: linear-gradient(to bottom, #ff8c00, #6a3a0a) !important;
}
div.card-body.p-0 {
  padding: 0px !important;
}
.card-body .my-1.pasaran-title {
  width: auto !important;
  text-align: center;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #fff;
  padding: 5px;
  margin-top: -5px !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #000 !important;
  border-bottom: 1px solid #fff !important;
  border-top: 2px solid #ff8c00 !important;
}
#togel-search {
  margin: 20px 0 10px;
  display: flex !important; /* Pastikan selalu tampil */
  justify-content: center;
  position: relative;
  z-index: 100;
}
#filter-togel {
  max-width: 400px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: white;
  color: black;
  font-family: "Saira Condensed", sans-serif;
}
.groupmedsos {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.listmedsos {
  width: 100%;
  display: grid;
  gap: 10px;
}
.listmedsos.one {
  grid-template-columns: repeat(2, 1fr);
}
.listmedsos.two {
  grid-template-columns: repeat(4, 1fr);
}
.listbigcard.whatsapp {
  background: linear-gradient(to left, #247daa, #323738);
}
.listbigcard.telegram {
  background: linear-gradient(to left, #02652b, #323834);
}
.listbigcard {
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
  min-height: 100px;
}
.labelbigcard {
  display: flex;
  align-items: center;
  gap: 5px;
}
.labelbigcard span {
  color: white;
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 2px;
}
.bigcardicon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.groupdownloadapps {
  width: 100%;
  height: 60px !important;
  display: grid;
  grid-template-columns: 0.1fr 3fr 1.5fr;
  gap: 10px;
  background: #000;
  box-shadow: 0 -3px 5px #0000001f;
  border-radius: 8px;
  align-items: center;
}

.closedownloadbar {
  width: 20px;
  height: 20px;
  padding: 10px;
  background: #160000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.informasidownload {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

.iconwebsitedownload {
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 4px;
}

.textinformasidownload {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: space-between;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgb(255 255 255) !important;
}
.text-gradient {
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
}
.titeldownload {
  font-size: 12.5px;
  font-weight: 500;
  color: white;
}
.deskripsidownload {
  font-size: 8px;
  font-weight: 500;
  color: white;
}
.linkdownloadapps {
  text-align: center;
  padding: 5px 20px;
  background: #232626;
  border: 1px solid #804400;
  border-radius: 6px;
  color: white;
}
#container-apk {
  background: #000;
}
#apk-button {
  text-align: center;
  padding: 5px 20px;
  background: #232626;
  border: 1px solid #804400;
  border-radius: 6px;
  color: white;
  animation: none !important;
}
.listmedsos.two {
  grid-template-columns: repeat(4, 1fr);
}
.listmediumcard.instagram {
  background: linear-gradient(to left, #5b255c, #323738);
}
.listmediumcard.telegram {
  background: linear-gradient(to left, #25475c, #383232);
}
.listmediumcard.whatsapp {
  background: linear-gradient(to left, #02652b, #323834);
}
.listmediumcard.facebook {
  background: linear-gradient(to left, #247daa, #323738);
}
.listmediumcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  color: white;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.btn-inject,
.btn-secondary:hover {
  border-color: rgb(255 255 255);
}
.btn-inject {
  background: linear-gradient(
    270deg,
    rgb(201 200 0) 0%,
    rgb(193 189 0) 21%,
    rgb(255 249 0) 33%,
    rgb(228 255 0) 44%,
    rgb(210 215 9) 60%,
    rgb(252 207 34) 73%,
    rgb(228 255 0) 85%,
    rgb(255 191 0) 100%
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  box-shadow:
    inset 0 0 5px 3px #ffffff,
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #640067,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: black;
  font-weight: 500;
  border-radius: 20px;
}
.btn-outline-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
}
.btn-outline-info {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
}
.modal-content {
  background-color: #000 !important;
}
.promo-card {
  padding: 10px;
}
.promo-bg {
  background: linear-gradient(
    to right,
    #a85a0087 0,
    #4a2a05 50%,
    #8b4a0375 100%
  );
  border-radius: 5px;
  border: 2px solid #ff8c00;
}
.promo-container {
  padding: 10px;
}
.collapsible {
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0px;
  border: none;
  text-align: justify;
  outline: none;
  font-size: 5px;
  max-width: 100%;
}
.promo-content {
  padding: 2 0px;
  display: none;
  overflow: hidden;
  background: linear-gradient(
    to right,
    #a85a0087 0,
    #4a2a05 50%,
    #8b4a0375 100%
  );
  margin: auto;
  border: 1px solid #ff8c00f2;
}
.accordion-content {
  padding: 2px !important;
  font-weight: 500;
}
.promo-block {
  width: 41rem;
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.promo-block button img {
  border: 1px solid var(--first-color);
  width: 100%;
}
.promo-block img {
  border-radius: 0px !important;
}
.w-100 {
  width: 100%;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.promo-content img {
  max-width: 100%;
}
.alert-primary {
  --bs-alert-color: #ffffff;
  --bs-alert-bg: #000000;
  --bs-alert-border-color: #ffffff;
}
.text-success {
  color: rgb(255 255 255) !important;
}
.bg-danger {
  background-color: rgb(255, 140, 0) !important;
}
.bg-warning {
  background-color: rgb(255 152 0) !important;
}
.bg-primary {
  background-color: rgb(45 217 188) !important;
}
.bg-succes {
  background-color: rgb(45 217 188) !important;
}
.text-danger {
  color: rgb(255 255 255) !important;
}
.pagination {
  --bs-pagination-active-bg: #000000;
  --bs-pagination-active-border-color: #ffffff;
  --bs-pagination-disabled-bg: #000000;
}
:root {
  --bs-success-rgb: 45, 217, 188;
}
.table-warning {
  --bs-table-color: #ffffff;
}
.form-check-input {
  background-color: #ffffff;
}
.form-check-input:checked {
  background-color: #ff8c00;
  border-color: #fefeff;
}

:root {
  --theme-orange: #ff8c00;
  --theme-orange-dark: #a75c00;
  --theme-orange-deep: #6a3a0a;
  --theme-orange-shadow: #804400;
  --theme-orange-tint: rgba(168, 90, 0, 0.53);
  --theme-orange-tint-strong: rgba(139, 74, 3, 0.46);
}

div.border.border-top-0.p-2,
.promo-bg,
.promo-content {
  background: linear-gradient(
    to right,
    var(--theme-orange-tint) 0,
    #4a2a05 50%,
    var(--theme-orange-tint-strong) 100%
  );
  border-color: var(--theme-orange) !important;
}

.card {
  box-shadow:
    -2px 0 0 0 var(--theme-orange),
    2px 0 0 0 var(--theme-orange) !important;
}

.menubar {
  background: linear-gradient(
    89deg,
    rgb(255 140 0) 0%,
    #000000 20%,
    rgba(80, 40, 0, 1) 31%,
    #000000 44%,
    rgba(80, 40, 0, 1) 62%,
    #000000 75%,
    rgba(80, 40, 0, 1) 88%,
    rgba(248, 136, 0, 1) 100%
  );
  box-shadow: 0 0 3px var(--theme-orange);
}

.btn-tailong {
  background: linear-gradient(
    270deg,
    rgb(200 102 0) 0%,
    rgb(243 126 38) 21%,
    rgb(239 161 109) 33%,
    rgb(255 140 1) 44%,
    rgb(247 136 1) 60%,
    rgb(245 160 96) 73%,
    rgb(227 125 1) 85%,
    rgb(177 91 0) 100%
  );
  box-shadow:
    inset 0 0 5px 3px var(--theme-orange),
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px var(--theme-orange-dark),
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active,
.btn.show,
.btn-info {
  background: linear-gradient(
    270deg,
    rgb(255 140 0) 0%,
    rgb(193 99 0) 21%,
    rgb(255 140 0) 33%,
    rgb(169 87 0) 44%,
    rgb(255 140 0) 60%,
    rgb(171 88 0) 73%,
    rgb(255 140 0) 85%,
    rgb(155 80 0) 100%
  );
}

.btn-info {
  box-shadow:
    inset 0 0 5px 3px var(--theme-orange),
    inset 0 2px 0 0 #fff,
    inset 0 0 0 2px #9c8d00,
    3px 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.bg-white {
  background-image: linear-gradient(
    28deg,
    #000000 50%,
    var(--theme-orange) 50%
  );
}

.bg-info,
.nav-tabs .nav-link.active,
.bg-danger,
.form-check-input:checked {
  background-color: var(--theme-orange) !important;
}

.nav-tabs .nav-link.active {
  border-color: var(--theme-orange);
  box-shadow: 0 0 10px var(--theme-orange);
}

.btn-grad-3 {
  background: linear-gradient(
    270deg,
    rgb(245 118 8) 0%,
    rgb(217 111 23) 21%,
    rgb(255 133 45) 33%,
    rgb(227 120 38) 44%,
    rgb(221 110 15) 60%,
    rgb(161 96 33) 73%,
    rgb(221 129 48) 85%,
    rgb(209 104 10) 100%
  );
}

.ninfo {
  background-image: linear-gradient(
    to bottom,
    var(--theme-orange) 40%,
    var(--theme-orange-dark) 100%
  );
}

@keyframes blinkColor {
  0% {
    color: var(--theme-orange);
  }
  25% {
    color: #fff;
  }
  50% {
    color: var(--theme-orange);
  }
  75% {
    color: #fff;
  }
  100% {
    color: var(--theme-orange);
  }
}

.tab-content {
  background: var(--theme-orange-dark);
  box-shadow: 0 0 15px var(--theme-orange);
}

.show-more-btn,
div.card.border.rounded-4.border-5.border-primary {
  background: linear-gradient(
    to bottom,
    var(--theme-orange),
    var(--theme-orange-deep)
  ) !important;
}

.show-more-btn {
  box-shadow:
    0 -2px 0 var(--theme-orange),
    0 2px 0 var(--theme-orange);
}

.card-body .my-1.pasaran-title {
  border-top: 2px solid var(--theme-orange) !important;
}

.linkdownloadapps,
#apk-button {
  border: 1px solid var(--theme-orange-shadow);
}

.promo-bg,
.promo-content,
.nav-tabs .nav-link.active,
.show-more-btn,
.form-check-input:checked {
  border-color: var(--theme-orange) !important;
}
