:root {
  --border-color: #444248;
  --primary: #c0007b;
  --primary-2: #ffcc32;
}
body {
  font-size: 14px;
  color: #fff;
  background: #201e24;
  font-family: "Manrope", sans-serif;
  color: #cdcdcd;
}
.eniv-input-search i {
  float: right;
  margin-top: -30px;
  margin-right: 20px;
}
.eniv-navbar-brand {
  display: flex;
  align-items: center;
}
.eniv-navbar-brand a {
  display: inline-block;
  margin-right: 14px;
}
.eniv-navbar-brand a img {
  height: 28px;
}
.eniv-navbar-brand ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.eniv-navbar-brand ul li {
  list-style: none;
  display: inline-block;
}
.eniv-navbar-brand ul li a {
  margin-right: 0;
  text-decoration: none;
  color: #aeadaf;
  font-size: 15px;
  font-weight: 500;
  margin: 0 14px;
}
.eniv-navbar-brand ul li a:hover {
  color: #fff;
}
.eniv-navbar-brand ul li a i {
  font-size: 18px;
  position: relative;
  bottom: -1px;
  margin-right: 10px;
}
.eniv-navbar {
  position: sticky;
  top: 0;
  z-index: 10;
}
.eniv-navbar-area,
.eniv-navbar-admin {
  background: #27242d;
  border-bottom: 1px solid #52525b;
  height: 68px;
  width: 100%;
  display: flex;
  align-content: center;
}
.eniv-navbar-admin {
  height: 52px;
}
.eniv-body {
  padding: 30px 0;
  min-height: calc(100vh - 278px);
}
.eniv-input-search {
  min-width: 420px;
}
.eniv-input-search input {
  background: #37343c !important;
}
.eniv-page-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.eniv-page-title i {
  margin-right: 6px;
}
.eniv-games {
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.eniv-games img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.eniv-games b {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
.eniv-games span {
  font-weight: 500;
  color: #aeadaf;
}
.eniv-games i {
  font-size: 22px;
}
.eniv-games button {
  width: 100%;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: #c90584;
  color: #fff;
  padding: 6px;
  font-weight: 500;
  border-radius: 12px;
  margin-top: 8px;
}
.eniv-games-price {
  margin-top: 8px;
  border-radius: 30px 0 0 30px;
  font-weight: 700;
  font-size: 13px;
  color: var(--primary-2);
}
.eniv-games-price span {
  color: var(--primary-2);
}
.eniv-card-why-us {
  margin-bottom: 20px;
}
.eniv-card-why-us h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.eniv-card-why-us p {
  margin-bottom: 0;
}
.eniv-card-why-us i {
  font-size: 28px;
}
.eniv-footer {
  background: #27242d;
  border-top: 1px solid #52525b;
  padding: 42px 0 22px 0;
}
.eniv-footer p {
  font-size: 14px;
  line-height: 26px;
}
.eniv-footer-menu {
  width: 50%;
}
.eniv-footer-menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 6px;
  color: #aeadaf;
}
.eniv-footer-menu a:hover {
  color: #fff;
}
.eniv-footer-menu a img {
  width: 16px;
  margin-right: 4px;
}
.eniv-footer-menu b {
  display: block;
  margin-bottom: 12px;
}
.eniv-category {
  display: flex;
  column-gap: 12px;
}
.eniv-category-item {
  background: #37343c;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}
.eniv-category-item.active {
  border-left: 2px solid var(--primary);
}
.eniv-category-item img {
  height: 20px;
}
.eniv-btn-filter {
  background: #37343c;
  padding: 8px 16px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}
.eniv-btn-filter i {
  margin-right: 4px;
}
.eniv-navbar-admin b {
  font-size: 16px;
}
.eniv-navbar-admin a {
  text-decoration: none;
  color: #aeadaf;
  padding: 0 8px;
}
.eniv-navbar-admin a i {
  margin-right: 4px;
}
.eniv-navbar-admin a:hover {
  color: #fff;
}
.eniv-gallery {
  margin-bottom: 18px;
}
.eniv-gallery a img {
  width: 100%;
  border-radius: 10px;
}
.eniv-gallery-sub {
  margin-top: 14px;
  display: flex;
  column-gap: 14px;
}
.eniv-gallery-sub a {
  width: 33.333%;
}
.eniv-product-detail {
}
.eniv-product-detail span {
  display: inline-block;
  margin-bottom: 6px;
  color: #cdcdcd;
}
.eniv-product-detail h1 {
  font-size: 20px;
  font-weight: 600;
}
.eniv-product-detail h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-2);
}
.eniv-btn-pay {
  background: var(--primary) !important;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
}
.eniv-btn-pay i {
  margin-right: 6px;
}
.eniv-btn-pay.outline {
  background: var(--primary-2) !important;
  color: #333;
}
.eniv-product-detail-box {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.eniv-product-detail-box h2 {
  margin-bottom: 0;
}
.eniv-metode-area {
  margin-bottom: 16px;
}
.eniv-metode {
  background: #38343e;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eniv-metode .form-check {
  margin: 0;
  padding: 0;
}
.eniv-games-right {
  text-decoration: none;
}
.eniv-games-right img {
  width: 100px;
  border-radius: 6px;
  margin-right: 10px;
}
.eniv-games-right-content {
  width: 100%;
}
.eniv-games-right-content b {
  display: block;
  margin-bottom: 4px;
}
.eniv-games-right-content span {
  color: #aeadaf;
  font-size: 13px;
}
.eniv-games-right-content h1 {
  font-size: 14px;
  float: right;
  font-weight: 600;
  color: var(--primary-2);
}
.eniv-row-akun {
  padding: 8px;
}
.eniv-col-akun {
  padding: 0 6px;
}
.eniv-table-transaksi tr td,
.eniv-table-transaksi tr th {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right: none !important;
}
.eniv-table-transaksi tr td.px-3 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.eniv-box-rek {
  font-size: 16px;
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.eniv-toggle,
.eniv-toggle-admin {
  display: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #3c3940;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  display: none;
}
.eniv-toggle-admin {
  margin-left: 12px;
}
.eniv-toggle svg {
  width: 30px;
  height: 30px;
}
.eniv-sold a .card {
  filter: grayscale(100%);
}
.eniv-sold a {
  position: relative;
}
.eniv-sold a:before {
  content: " TERJUAL ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3833338c;
  z-index: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.eniv-input-topup {
  background: #514c5c !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  color: #ebeaef !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.5rem !important;
}
label {
  color: #ebeaef;
  margin-bottom: 8px;
  font-size: 0.75rem !important;
  font-weight: 500;
}
.eniv-card-topup {
  font-size: 13px;
  background: #28242d80;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.eniv-card-topup .eniv-card-header {
  height: 40px;
  background: #29262e;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 16px;
}
.eniv-card-topup .eniv-card-header span {
  background: #f85e91;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.accordion-footer {
  padding: 8px 16px;
  text-align: right;
  background: #4b4656;
  border-top: 1px solid #56535e;
}
.accordion-footer img {
  height: 16px;
  margin-left: 8px;
}
.accordion-button {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 13px;
  padding: 10px 16px;
  font-weight: 600;
  border-radius: 0;
  background: #29262e !important;
  color: #fff !important;
}
.accordion-body {
  background: #4b4656;
  color: #fff;
}
.accordion-item {
  margin-bottom: 18px;
  border: none;
  border-radius: 10px !important;
  overflow: hidden;
  background: transparent;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/chevron-down.svg) !important;
}
.eniv-method {
  background: #3f3b44;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 14px;
}
.eniv-method.active,
.eniv-product-list.active {
  outline: 2px solid #f85e91;
  outline-offset: 2px;
  background: #f85e9130;
}
.eniv-method img {
  height: 20px;
  display: block;
  margin-bottom: 8px;
}
.eniv-method h1 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.eniv-method hr {
  margin: 6px 0;
}
.eniv-method p {
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
}
.accordion-body .row,
.eniv-row-target {
  padding: 0 6px;
}
.accordion-body .row .col-md-4,
.eniv-row-target .eniv-target-col {
  padding: 0 6px;
}
.btn .spinner-border {
  width: 14px;
  height: 14px;
}
