﻿/* ===== Member area â€” Sky Island bright theme ===== */
body.page-member {
  background: #5ebef0;
}

body.page-member .page-bg {
  background: url("../assets/bg.jpeg") center top / cover no-repeat fixed;
}

body.page-member .page {
  padding-bottom: 40px;
}

/* Logged-in header actions */
.member-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.member-balance {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #063a73;
  font-weight: 800;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1.5px solid rgba(11, 94, 171, .25);
  box-shadow: 0 2px 6px rgba(6, 58, 115, .1);
  cursor: pointer;
}

.member-balance i.fa-wallet {
  color: #e89a12;
}

.member-balance-refresh {
  color: #e89a12;
  font-size: 12px;
  margin-left: 2px;
}

.member-balance.is-spinning .member-balance-refresh {
  animation: member-spin .6s linear;
}

@keyframes member-spin {
  to { transform: rotate(360deg); }
}

.member-user {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .95);
  color: #0b5eab;
  font-weight: 800;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1.5px solid rgba(240, 180, 41, .75);
  text-decoration: none;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  box-shadow: 0 2px 6px rgba(6, 58, 115, .1);
}

.member-user > .fa-user {
  color: #e89a12;
  font-size: 12px;
}

.member-user i.fa-caret-down {
  font-size: 12px;
  opacity: .8;
  transition: transform .18s ease;
}

.member-profile-menu {
  position: relative;
  z-index: 40;
}

.member-profile-menu.is-open .member-user {
  border-color: #f0b429;
  background: #fff;
}

.member-profile-menu.is-open .member-user i.fa-caret-down {
  transform: rotate(180deg);
}

.member-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 210px;
  padding: 8px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border: 1.5px solid rgba(240, 180, 41, .55);
  box-shadow: 0 10px 28px rgba(6, 58, 115, .18);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.member-dropdown[hidden] {
  display: none !important;
}

.member-dropdown button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: 10px 12px;
  color: #063a73;
  font-weight: 800;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  text-align: left;
  cursor: pointer;
}

.member-dropdown button i {
  width: 16px;
  text-align: center;
  color: #e89a12;
}

.member-dropdown button:hover {
  background: rgba(11, 94, 171, .08);
}

.member-dropdown hr {
  border: 0;
  border-top: 1.5px solid rgba(11, 94, 171, .12);
  margin: 4px 6px;
}

.member-dropdown button.is-logout {
  color: #e11d48;
}

.member-dropdown button.is-logout i {
  color: #e11d48;
}

.member-dropdown button.is-logout:hover {
  background: rgba(225, 29, 72, .08);
}

.btn-deposit {
  background: linear-gradient(180deg, #ffd24a 0%, #ff9f1a 100%);
  color: #5a2e00;
  font-weight: 800;
  border: 0;
  border-radius: 999px;
  padding: 9px 16px;
  box-shadow: 0 3px 0 #c57f00;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
}

.btn-withdraw {
  background: #fff;
  color: #0b5eab;
  font-weight: 800;
  border: 1.5px solid #f0b429;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 0 rgba(197, 127, 0, .2);
}

a.btn-deposit,
a.btn-withdraw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-deposit:hover,
.btn-withdraw:hover,
a.btn-deposit:hover,
a.btn-withdraw:hover {
  filter: brightness(1.04);
}

.member-ico-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0b5eab;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(6, 58, 115, .12);
}

.member-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
  margin: 10px 0 28px;
  align-items: start;
}

.member-side,
.member-main {
  background: rgba(180, 230, 255, .55);
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(6, 58, 115, .18);
}

.member-side {
  padding: 16px;
}

.member-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border-radius: 16px;
  border: 1.5px solid rgba(255, 255, 255, .8);
}

.member-avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
  padding: 6px;
  border: 1.5px solid rgba(11, 94, 171, .15);
  flex: 0 0 auto;
}

.member-profile-text {
  min-width: 0;
}

.member-profile-text strong {
  display: block;
  color: #063a73;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.member-profile-text span {
  color: #4a6f94;
  font-size: 12px;
  font-weight: 700;
}

.member-menu-title {
  margin: 0 0 8px;
  padding: 0 4px;
  color: #0b5eab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .4px;
}

.member-menu {
  display: grid;
  gap: 4px;
}

.member-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 12px;
  color: #063a73;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: background .15s ease, border-color .15s ease;
}

.member-menu a i {
  width: 18px;
  text-align: center;
  color: #0b5eab;
}

.member-menu a:hover {
  background: rgba(255, 255, 255, .55);
}

.member-menu a.is-active {
  background: linear-gradient(180deg, #ffffff 0%, #fff6d7 100%);
  border-color: rgba(240, 180, 41, .55);
  color: #5a2e00;
}

.member-menu a.is-active i {
  color: #e89a12;
}

.member-main {
  padding: 18px 18px 20px;
  min-height: 420px;
}

.member-tabs {
  display: flex;
  gap: 18px;
  border-bottom: 2px solid rgba(11, 94, 171, .12);
  margin-bottom: 18px;
}

.member-tab {
  border: 0;
  background: transparent;
  color: #4a6f94;
  font-family: "Fredoka", "Nunito", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 2px 12px;
  cursor: pointer;
  position: relative;
}

.member-tab.is-active {
  color: #063a73;
}

.member-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd24a, #ff9f1a);
}

.member-panel {
  display: none;
}

.member-panel.is-active {
  display: block;
}

.member-field {
  margin-bottom: 14px;
}

.member-field label {
  display: block;
  margin-bottom: 6px;
  color: #e89a12;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .3px;
}

.member-field input,
.member-field select {
  width: 100%;
  border: 1.5px solid rgba(11, 94, 171, .22);
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #063a73;
  outline: none;
  box-shadow: 0 2px 6px rgba(6, 58, 115, .08);
}

.member-field input:read-only {
  background: #f3f9ff;
  color: #234868;
}

.member-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(240, 165, 0, .45);
  background: rgba(255, 210, 74, .18);
  color: #5a2e00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.member-bank-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border: 1.5px solid rgba(11, 94, 171, .15);
  margin-bottom: 12px;
}

.member-bank-card img {
  width: 48px;
  height: 32px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
}

.member-bank-card strong {
  display: block;
  color: #063a73;
  font-size: 14px;
}

.member-bank-card span {
  color: #4a6f94;
  font-size: 12px;
  font-weight: 700;
}

.btn-tambah-rekening {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 14px;
  border: 1.5px dashed rgba(11, 94, 171, .35);
  background: rgba(255, 255, 255, .75);
  color: #0b5eab;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .3px;
  padding: 12px 16px;
  border-radius: 14px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}

.btn-tambah-rekening:hover {
  background: #fff;
  border-color: #f0b429;
  color: #5a2e00;
}

.btn-tambah-rekening.is-open {
  background: linear-gradient(180deg, #ffd24a 0%, #ff9f1a 100%);
  border-style: solid;
  border-color: #e89a12;
  color: #5a2e00;
  box-shadow: 0 3px 0 #c57f00;
}

.member-add-bank {
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border: 1.5px solid rgba(11, 94, 171, .18);
}

.member-add-bank[hidden] {
  display: none !important;
}

.member-add-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.member-section[hidden] {
  display: none !important;
}

.member-section.is-active {
  display: block;
}


.member-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(6, 58, 115, .08);
}

.member-table th,
.member-table td {
  padding: 12px 14px;
  text-align: left;
  font-size: 13px;
  border-bottom: 1px solid rgba(11, 94, 171, .1);
}

.member-table th {
  background: linear-gradient(180deg, #0d6bb8, #085291);
  color: #fff;
  font-weight: 800;
}

.member-table td {
  color: #0b5eab;
  font-weight: 700;
}

.member-table tbody tr:last-child td {
  border-bottom: 0;
}

.history-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.history-title {
  margin: 0;
  color: #0b5eab;
  font-family: "Fredoka", "Baloo 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .4px;
}

.history-title-ico {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid rgba(11, 94, 171, .15);
  width: 100%;
}

.history-title-ico i {
  color: #e89a12;
}

.history-filters {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border: 1.5px solid rgba(11, 94, 171, .18);
  box-shadow: 0 2px 8px rgba(6, 58, 115, .08);
}

.history-range {
  margin: 0;
  color: #4a6f94;
  font-size: 12.5px;
  font-weight: 700;
}

.history-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.history-filter-group label {
  display: grid;
  gap: 4px;
  min-width: 120px;
}

.history-filter-group label span {
  color: #e89a12;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
}

.history-filter-group select {
  border: 1.5px solid rgba(240, 180, 41, .55);
  background: #fff;
  border-radius: 10px;
  padding: 8px 28px 8px 10px;
  color: #063a73;
  font-weight: 700;
  font-size: 12.5px;
  font-family: "Nunito", sans-serif;
  outline: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #0b5eab 50%),
    linear-gradient(135deg, #0b5eab 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.history-table-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(6, 58, 115, .08);
}

.history-table {
  box-shadow: none;
  border-radius: 0;
}

.history-table .col-left { text-align: left; }
.history-table .col-center { text-align: center; }
.history-table .col-right { text-align: right; }

.history-table-game th,
.history-table-game td {
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

.history-table-game thead th {
  background: linear-gradient(180deg, #1a4f86, #0d3a66);
  color: #f0b429;
  letter-spacing: .3px;
}

.history-table-game th:nth-child(1),
.history-table-game td:nth-child(1) {
  text-align: left;
}

.status-win { color: #1f9d3f; }
.status-lose { color: #e11d48; }
.status-pending { color: #e89a12; }

.history-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 48px 16px;
  color: #7a99b8;
  background: #fff;
}

.history-empty[hidden] {
  display: none !important;
}

.history-empty i {
  font-size: 42px;
  opacity: .55;
}

.history-empty p {
  margin: 0;
  font-weight: 800;
  font-size: 13px;
}

@media (max-width: 720px) {
  .history-table-wrap {
    overflow-x: auto;
  }

  .history-filters {
    align-items: stretch;
  }

  .history-filter-group {
    width: 100%;
  }

  .history-filter-group label {
    flex: 1 1 calc(50% - 10px);
  }
}

.member-logout {
  margin-top: 12px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #ff6b6b, #e11d48);
  box-shadow: 0 3px 0 #9f1239;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
}

.member-logout:hover {
  filter: brightness(1.05);
}

/* ===== Referral program ===== */
.ref-page {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ref-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 14px;
}

.ref-card {
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border: 1.5px solid rgba(11, 94, 171, .16);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 2px 8px rgba(6, 58, 115, .08);
}

.ref-label {
  margin: 0 0 12px;
  color: #0b5eab;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ref-label i {
  color: #e89a12;
}

.ref-link-row {
  display: flex;
  gap: 8px;
}

.ref-link-row input {
  flex: 1;
  min-width: 0;
  border: 1.5px solid rgba(11, 94, 171, .2);
  border-radius: 12px;
  padding: 11px 12px;
  color: #063a73;
  font-weight: 700;
  font-size: 12.5px;
  font-family: "Nunito", sans-serif;
  background: #fff;
}

.ref-copy-btn {
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  white-space: nowrap;
  font-weight: 800;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  color: #5a3a00;
  cursor: pointer;
  background: linear-gradient(180deg, #ffd56a, #f0b429);
  box-shadow: 0 3px 0 #c4860a;
}

.ref-copy-btn:hover,
.ref-show-btn:hover {
  filter: brightness(1.05);
}

.ref-copy-btn.is-copied {
  background: linear-gradient(180deg, #4ade80, #16a34a);
  color: #fff;
  box-shadow: 0 3px 0 #166534;
}

.ref-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ref-share-btn {
  flex: 1 1 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 12.5px;
  text-decoration: none;
}

.ref-wa { background: linear-gradient(180deg, #25d366, #128c7e); }
.ref-fb { background: linear-gradient(180deg, #4b7bec, #3867d6); }
.ref-tg { background: linear-gradient(180deg, #54a0ff, #2e86de); }

.ref-komisi-box {
  min-height: 120px;
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(135deg, #f7c948 0%, #e89a12 55%, #d97706 100%);
  color: #5a3a00;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ref-komisi-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}

.ref-komisi-row strong {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.ref-komisi-empty {
  margin: auto 0 0;
  text-align: center;
  font-size: 12.5px;
  font-weight: 800;
  color: rgba(90, 58, 0, .85);
}

.ref-levels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 14px;
}

.ref-level {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.ref-level-ring {
  --p: 50;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #fff 58%, transparent 59%),
    conic-gradient(#f0b429 calc(var(--p) * 1%), rgba(11, 94, 171, .15) 0);
  box-shadow: 0 2px 8px rgba(6, 58, 115, .1);
}

.ref-level-ring span {
  color: #0b5eab;
  font-weight: 800;
  font-size: 14px;
}

.ref-level em {
  font-style: normal;
  color: #4a6f94;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .4px;
}

.ref-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ref-stat {
  background: #fff;
  border: 1.5px solid rgba(11, 94, 171, .16);
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(6, 58, 115, .06);
}

.ref-stat.is-active {
  border-color: rgba(240, 180, 41, .85);
  box-shadow: 0 0 0 2px rgba(240, 180, 41, .2), 0 2px 8px rgba(6, 58, 115, .08);
}

.ref-stat span {
  display: block;
  color: #4a6f94;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 6px;
}

.ref-stat strong {
  color: #063a73;
  font-size: 20px;
  font-weight: 800;
}

.ref-date-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.ref-date-label {
  color: #0b5eab;
  font-weight: 800;
  font-size: 12.5px;
  margin-right: 4px;
}

.ref-date-filter input[type="date"] {
  border: 1.5px solid rgba(11, 94, 171, .2);
  border-radius: 10px;
  padding: 8px 10px;
  color: #063a73;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  background: #fff;
}

.ref-date-sep {
  color: #4a6f94;
  font-weight: 800;
  font-size: 12px;
}

.ref-show-btn {
  border: 0;
  border-radius: 12px;
  padding: 9px 14px;
  font-weight: 800;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  color: #5a3a00;
  cursor: pointer;
  background: linear-gradient(180deg, #ffd56a, #f0b429);
  box-shadow: 0 3px 0 #c4860a;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ref-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ref-metric {
  background: #fff;
  border: 1.5px solid rgba(11, 94, 171, .12);
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
}

.ref-metric span {
  display: block;
  color: #4a6f94;
  font-size: 10.5px;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: .2px;
}

.ref-metric strong {
  color: #063a73;
  font-size: 16px;
  font-weight: 800;
}

.ref-metric strong.gold {
  color: #d97706;
}

.ref-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1.5px solid rgba(11, 94, 171, .12);
  margin-bottom: 12px;
}

.ref-tab {
  border: 0;
  background: transparent;
  padding: 10px 12px;
  color: #4a6f94;
  font-weight: 800;
  font-size: 12.5px;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 2.5px solid transparent;
  margin-bottom: -1.5px;
}

.ref-tab.is-active {
  color: #0b5eab;
  border-bottom-color: #f0b429;
}

.ref-tab-panel[hidden] {
  display: none !important;
}

.ref-table-empty {
  text-align: center !important;
  color: #7a99b8 !important;
  font-weight: 700 !important;
  padding: 36px 12px !important;
}

@media (max-width: 980px) {
  .ref-top {
    grid-template-columns: 1fr;
  }

  .ref-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ref-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ref-link-row {
    flex-direction: column;
  }

  .ref-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-date-filter {
    align-items: stretch;
  }

  .ref-date-filter input[type="date"],
  .ref-show-btn {
    width: 100%;
  }
}

/* ===== Pengaduan / Inbox ===== */
.complaint-page,
.inbox-page {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.complaint-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff8e6 0%, #fff1c9 100%);
  border: 1.5px solid rgba(240, 180, 41, .45);
  box-shadow: 0 2px 8px rgba(6, 58, 115, .06);
}

.complaint-notice > i {
  color: #e89a12;
  font-size: 22px;
  margin-top: 2px;
}

.complaint-notice strong {
  display: block;
  color: #c4860a;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.complaint-notice p {
  margin: 0;
  color: #5a6f86;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.complaint-inbox-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: #d97706;
  font-weight: 800;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.complaint-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border: 1.5px solid rgba(11, 94, 171, .16);
  box-shadow: 0 2px 8px rgba(6, 58, 115, .08);
}

.complaint-field {
  display: grid;
  gap: 8px;
}

.complaint-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c4860a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .3px;
}

.complaint-field label i {
  color: #e89a12;
}

.complaint-field select,
.complaint-field textarea {
  width: 100%;
  border: 1.5px solid rgba(11, 94, 171, .2);
  border-radius: 12px;
  padding: 12px 14px;
  color: #063a73;
  font-weight: 700;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  background: #fff;
  outline: none;
  resize: vertical;
}

.complaint-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #0b5eab 50%),
    linear-gradient(135deg, #0b5eab 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.complaint-field select:focus,
.complaint-field textarea:focus {
  border-color: rgba(240, 180, 41, .7);
  box-shadow: 0 0 0 3px rgba(240, 180, 41, .18);
}

.complaint-field textarea::placeholder {
  color: #8aa4bf;
  font-weight: 600;
}

.complaint-submit {
  align-self: flex-start;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  color: #5a3a00;
  cursor: pointer;
  background: linear-gradient(180deg, #ffd56a, #f0b429);
  box-shadow: 0 3px 0 #c4860a;
}

.complaint-submit:hover {
  filter: brightness(1.05);
}

.complaint-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ecfdf5;
  border: 1.5px solid #86efac;
  color: #166534;
  font-weight: 700;
  font-size: 13px;
}

.complaint-success[hidden] {
  display: none !important;
}

.complaint-success i {
  font-size: 18px;
  color: #16a34a;
}

.complaint-success p {
  margin: 0;
}

.inbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inbox-item {
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  border: 1.5px solid rgba(11, 94, 171, .16);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 2px 8px rgba(6, 58, 115, .06);
}

.inbox-item-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.inbox-item-head strong {
  color: #0b5eab;
  font-size: 13px;
}

.inbox-item-head time {
  color: #7a99b8;
  font-size: 11.5px;
  font-weight: 700;
}

.inbox-item p {
  margin: 0 0 8px;
  color: #4a6f94;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.inbox-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff1c9;
  color: #c4860a;
  font-size: 11px;
  font-weight: 800;
}

.member-panel-title {
  margin: 0 0 10px;
  font-family: "Fredoka", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #e89a12;
  letter-spacing: .4px;
}

.member-info-list {
  display: flex;
  flex-direction: column;
}

.member-info-row {
  padding: 12px 2px;
  border-bottom: 1px solid rgba(11, 94, 171, .14);
}

.member-info-row:last-of-type {
  border-bottom: 1px solid rgba(11, 94, 171, .14);
}

.member-info-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
  color: #6b89a8;
  margin-bottom: 4px;
}

.member-info-value {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #063a73;
  font-family: "Nunito", sans-serif;
}

@media (max-width: 900px) {
  .member-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.page-member .page {
    padding: 0 10px 108px !important;
  }

  .member-layout {
    display: block;
    margin-top: 8px;
  }

  .member-side {
    display: none !important;
  }

  .member-main {
    width: 100%;
    padding: 14px 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
  }

  .member-panel-title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .member-info-row {
    padding: 14px 0;
  }

  .member-note {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.45;
  }

  .member-section[data-section="keamanan"] .member-menu-title,
  .member-section[data-section="referral"] .member-menu-title {
    color: #e89a12;
  }
}

@media (min-width: 769px) {
  .m-member-nav,
  .m-member-nav-wrap {
    display: none !important;
  }

  .member-panel-title {
    display: none;
  }
}

@media (max-width: 640px) {
  .member-actions {
    gap: 6px;
  }

  .btn-deposit,
  .btn-withdraw,
  .member-balance,
  .member-user {
    font-size: 12px;
    padding: 7px 10px;
  }
}

/* ===== Template2 dark/gold overrides ===== */
body.page-member {
  background: #0c0618;
}
body.page-member .page-bg {
  background: url("../assets/bg.jpeg") center top / cover no-repeat fixed;
}

/* Header actions */
.member-balance,
.member-user {
  background: rgba(22, 10, 48, .92);
  color: #efe6ff;
  border-color: rgba(245, 197, 24, .45);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}
.member-balance { color: #ffe566; }
.member-dropdown {
  background: linear-gradient(180deg, #2a1658 0%, #160a30 100%);
  border-color: rgba(245, 197, 24, .4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
}
.member-dropdown button { color: #efe6ff; }
.member-dropdown button:hover { background: rgba(245, 197, 24, .12); }
.member-dropdown hr { border-top-color: rgba(255, 255, 255, .12); }
.btn-deposit {
  background: linear-gradient(180deg, #ffd24a 0%, #f5c518 100%);
  color: #3a2200;
  box-shadow: 0 3px 0 #b8860b;
}
.btn-withdraw {
  background: rgba(22, 10, 48, .95);
  color: #ffe566;
  border-color: #f5c518;
  box-shadow: 0 2px 0 rgba(184, 134, 11, .35);
}
.member-ico-btn {
  background: rgba(22, 10, 48, .9);
  color: #ffe566;
  border: 1px solid rgba(245, 197, 24, .35);
}

/* Panels — lighter purple glass */
.member-side,
.member-main {
  background: linear-gradient(165deg, rgba(78, 48, 140, .82) 0%, rgba(48, 28, 96, .86) 100%);
  border: 1px solid rgba(255, 230, 180, .28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 12px 32px rgba(0, 0, 0, .28);
  color: #f8f4ff;
  backdrop-filter: blur(12px);
}

/* Profile card */
.member-profile {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: none;
}
.member-avatar {
  background: #fff;
  border-color: rgba(255, 255, 255, .35);
}
.member-profile-text strong { color: #fff; }
.member-profile-text span { color: rgba(210, 195, 245, .75); }
.member-menu-title {
  color: #ffe566;
  letter-spacing: .6px;
}

/* Side menu */
.member-menu a {
  color: #d2c3f5;
  border: 1px solid transparent;
}
.member-menu a i { color: #f5c518; }
.member-menu a:hover {
  background: rgba(255, 255, 255, .06);
  color: #fff;
}
.member-menu a.is-active {
  background: rgba(245, 197, 24, .12);
  border-color: rgba(245, 197, 24, .55);
  color: #ffe566;
  box-shadow: inset 0 0 0 1px rgba(245, 197, 24, .12);
}
.member-menu a.is-active i { color: #ffe566; }
.member-logout {
  background: transparent;
  border: 1.5px solid rgba(225, 29, 72, .55);
  color: #ff6b8a;
}
.member-logout:hover {
  background: rgba(225, 29, 72, .12);
}

/* Tabs */
.member-tabs {
  border-bottom-color: rgba(255, 255, 255, .1);
}
.member-tab {
  background: transparent;
  color: rgba(210, 195, 245, .7);
  border: 0;
}
.member-tab.is-active {
  background: transparent;
  color: #ffe566;
  border-color: transparent;
  box-shadow: none;
}
.member-panel-title,
.history-title {
  color: #fff !important;
}
.history-title-ico {
  border-bottom-color: rgba(255, 255, 255, .12);
}
.history-title-ico i { color: #f5c518; }

/* Info / bank / notes */
.member-info-row {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.member-info-label { color: rgba(210, 195, 245, .7) !important; }
.member-info-value { color: #fff !important; }
.member-note {
  background: rgba(245, 197, 24, .1) !important;
  border: 1px solid rgba(245, 197, 24, .35) !important;
  color: #ffe9a8 !important;
}
.member-bank-card {
  background: rgba(8, 4, 24, .5) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
}
.member-bank-card strong { color: #fff !important; }
.member-bank-card span { color: rgba(210, 195, 245, .75) !important; }
.btn-tambah-rekening {
  background: rgba(8, 4, 24, .45);
  border: 1.5px dashed rgba(245, 197, 24, .45);
  color: #ffe566;
}
.btn-tambah-rekening:hover {
  background: rgba(245, 197, 24, .12);
  border-color: #f5c518;
  color: #ffe566;
}
.member-add-bank {
  background: rgba(8, 4, 24, .45);
  border-color: rgba(255, 255, 255, .12);
}

/* ===== History filters + tables (was the ugly white block) ===== */
.history-block {
  background: transparent !important;
  border: 0 !important;
  gap: 14px;
}
.history-filters {
  background: rgba(8, 4, 24, .55) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: none !important;
  padding: 12px 14px;
  border-radius: 14px;
}
.history-range {
  color: rgba(210, 195, 245, .7) !important;
}
.history-filter-group label span {
  color: #f5c518 !important;
}
.history-filter-group select {
  background-color: rgba(22, 10, 48, .95) !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #f5c518 50%),
    linear-gradient(135deg, #f5c518 50%, transparent 50%) !important;
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  border: 1px solid rgba(245, 197, 24, .35) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 30px 8px 12px !important;
}

.history-table-wrap {
  background: rgba(8, 4, 24, .45) !important;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: none !important;
  border-radius: 14px;
  overflow: hidden;
}
.member-table {
  background: transparent !important;
  box-shadow: none !important;
}
.member-table th,
.history-table-game thead th {
  background: linear-gradient(180deg, rgba(245, 197, 24, .22), rgba(245, 197, 24, .1)) !important;
  color: #ffe566 !important;
  border-bottom: 1px solid rgba(245, 197, 24, .25) !important;
  font-weight: 800;
  letter-spacing: .3px;
}
.member-table td {
  color: #f2ebff !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
  font-weight: 700;
}
.member-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, .03) !important;
}
.member-table tbody tr:hover td {
  background: rgba(245, 197, 24, .08) !important;
}
.status-win { color: #39c75a !important; font-weight: 800; }
.status-lose { color: #ff5a7a !important; font-weight: 800; }
.status-pending { color: #f5c518 !important; font-weight: 800; }

.history-empty {
  background: transparent !important;
  color: rgba(210, 195, 245, .65) !important;
}

/* Forms — soft elevated fields (not black) */
.member-field label,
.complaint-field label,
.deposit-field label {
  color: #ffd666 !important;
}
.member-field input,
.member-field select,
.complaint-field input,
.complaint-field select,
.complaint-field textarea,
.deposit-field input,
.deposit-field select,
.deposit-field textarea,
.deposit-amount-box,
.ref-link-row input,
.ref-date-filter input {
  background: rgba(255, 255, 255, .18) !important;
  border: 1.5px solid rgba(255, 220, 160, .35) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}
.member-field input::placeholder,
.complaint-field textarea::placeholder,
.deposit-field textarea::placeholder,
.deposit-field input::placeholder,
.deposit-amount-box input::placeholder {
  color: rgba(255, 250, 245, .92) !important;
  -webkit-text-fill-color: rgba(255, 250, 245, .92) !important;
  opacity: 1 !important;
  font-weight: 800 !important;
}

/* Amount box + total row — high contrast on dark theme */
.deposit-amount-box {
  background: rgba(12, 4, 36, .88) !important;
  border: 1.5px solid rgba(255, 220, 160, .55) !important;
}
.deposit-amount-box input {
  color: #fff !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #ffe566;
}
.deposit-amount-box span,
.wd-amount-box em {
  color: #1a0a2e !important;
  -webkit-text-fill-color: #1a0a2e !important;
  background: #f5c518 !important;
  border-color: transparent !important;
  font-weight: 900 !important;
}
.deposit-transfer-row {
  background: rgba(12, 4, 36, .82) !important;
  border: 1.5px solid rgba(245, 197, 24, .55) !important;
  color: #fff !important;
}
.deposit-transfer-row span {
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .2px;
}
.deposit-transfer-row strong {
  color: #ffe566 !important;
  font-size: 15px !important;
}
.deposit-field input[type="password"]::placeholder,
.deposit-field input[type="text"]::placeholder {
  color: rgba(255, 250, 245, .9) !important;
  -webkit-text-fill-color: rgba(255, 250, 245, .9) !important;
  opacity: 1 !important;
}
/* Must win over .deposit-field input[type=text]::placeholder */
.deposit-amount-box input::placeholder,
.deposit-amount-box input[type="text"]::placeholder,
#wdAmount::placeholder,
#dpAmount::placeholder {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
}
.complaint-field select:focus,
.complaint-field textarea:focus,
.member-field input:focus,
.member-field select:focus,
.deposit-field input:focus,
.deposit-field select:focus,
.deposit-field textarea:focus {
  border-color: rgba(245, 197, 24, .7) !important;
  box-shadow: 0 0 0 3px rgba(245, 197, 24, .2) !important;
  outline: none;
}
.complaint-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, #f5c518 50%),
    linear-gradient(135deg, #f5c518 50%, transparent 50%) !important;
  background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  background-color: rgba(255, 255, 255, .12) !important;
  color-scheme: dark;
}
.complaint-field select option,
.member-field select option,
.deposit-field select option,
.history-filter-group select option {
  background-color: #1a0a36;
  color: #fff;
}

/* Custom dark dropdown — avoids native white/blue picker */
.ui-select {
  position: relative;
  width: 100%;
}
.ui-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ui-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1.5px solid rgba(255, 220, 160, .35);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}
.ui-select-trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #f5c518;
  border-bottom: 2px solid #f5c518;
  transform: rotate(45deg) translateY(-2px);
  flex: 0 0 auto;
}
.ui-select.is-open .ui-select-trigger {
  border-color: rgba(245, 197, 24, .7);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, .2);
}
.ui-select.is-open .ui-select-trigger::after {
  transform: rotate(-135deg) translateY(-2px);
}
.ui-select-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-select-label.is-placeholder {
  color: rgba(230, 220, 255, .55);
}
.ui-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 40;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 12px;
  background: #1a0a36;
  border: 1px solid rgba(245, 197, 24, .45);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .45);
  max-height: 240px;
  overflow: auto;
}
.ui-select-menu[hidden] {
  display: none !important;
}
.ui-select-menu [role="option"] {
  padding: 10px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.ui-select-menu [role="option"]:hover,
.ui-select-menu [role="option"].is-active {
  background: rgba(245, 197, 24, .18);
  color: #ffe566;
}
.ui-select-menu [role="option"][aria-selected="true"] {
  background: rgba(245, 197, 24, .28);
  color: #ffe566;
}

/* Complaint / inbox cards */
.complaint-form,
.inbox-item {
  background: rgba(255, 255, 255, .16) !important;
  border: 1px solid rgba(255, 220, 160, .28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14) !important;
  overflow: visible !important;
}
.complaint-notice {
  background: linear-gradient(180deg, rgba(255, 220, 100, .35), rgba(245, 197, 24, .18)) !important;
  border: 1.5px solid rgba(245, 197, 24, .55) !important;
  color: #fff8e0 !important;
}
.complaint-notice > i {
  color: #ffe566 !important;
}
.complaint-notice strong {
  color: #ffe566 !important;
}
.complaint-notice p {
  color: rgba(255, 250, 235, .95) !important;
}
.complaint-inbox-link {
  color: #ffd24a !important;
}
.complaint-field select {
  background-color: rgba(255, 255, 255, .18) !important;
}
.complaint-success {
  background: rgba(57, 199, 90, .15) !important;
  border-color: rgba(57, 199, 90, .45) !important;
  color: #b8f5c8 !important;
}

/* Referral / deposit embeds — match softer glass */
.ref-card,
.wd-balance-card,
.deposit-banner,
.deposit-info,
.deposit-attention {
  background: rgba(255, 255, 255, .1) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  color: #f5f0ff !important;
}
.ref-label,
.deposit-head h1,
.complaint-page h2,
.history-title {
  color: #fff !important;
}
.ref-stat,
.ref-metric {
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
}
.ref-stat strong,
.ref-metric strong,
.wd-balance-card strong { color: #fff !important; }
.ref-stat span,
.ref-metric span,
.ref-komisi-row span { color: rgba(230, 220, 255, .75) !important; }
.ref-tab {
  background: rgba(255, 255, 255, .1);
  color: #efe6ff;
  border: 0;
}
.ref-tab.is-active {
  background: linear-gradient(180deg, #ffd24a, #f5c518);
  color: #3a2200;
}
.ref-copy-btn,
.ref-show-btn,
.complaint-submit,
.deposit-submit {
  background: linear-gradient(180deg, #ffd24a, #f5c518);
  color: #3a2200;
  box-shadow: 0 3px 0 #b8860b;
}
.deposit-panel { background: transparent; border: 0; box-shadow: none; }
.deposit-switch {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .14);
}
.deposit-switch button { color: #efe6ff; }
.deposit-switch button.is-active {
  color: #3a2200;
  background: linear-gradient(180deg, #ffd24a, #f5c518);
}
.deposit-method {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .16);
  color: #f5f0ff;
}
.deposit-method.is-active {
  background: linear-gradient(180deg, #ffd24a, #f5c518);
  color: #3a2200;
  border-color: #e0a800;
}
.deposit-banner strong,
.deposit-info h2,
.deposit-attention strong,
.deposit-transfer-row strong {
  color: #ffe566 !important;
}
.deposit-banner p,
.deposit-info p {
  color: rgba(230, 220, 255, .85) !important;
}
.history-empty,
.member-empty,
.ref-table-empty,
.ref-komisi-empty {
  color: rgba(230, 220, 255, .65) !important;
}

/* History filters — softer too */
.history-filters {
  background: rgba(255, 255, 255, .1) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
}
.history-filter-group select {
  background-color: rgba(255, 255, 255, .12) !important;
}
.history-table-wrap {
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .12);
}
.member-bank-card,
.member-note,
.member-add-bank {
  background: rgba(255, 255, 255, .1) !important;
}

/* Mobile member chrome already in mobile.css */
.m-member-nav-wrap {
  background: rgba(42, 22, 88, .95);
  border-bottom: 1px solid rgba(255, 220, 160, .14);
}
/* mobile no bg image */
@media (max-width: 768px) {
  body.page-member .page-bg {
    background-image: none !important;
    background: linear-gradient(180deg, #16082e 0%, #0e0524 45%, #0a0318 100%) !important;
  }
}