:root {
  --anr-black: #050505;
  --anr-ink: #0d0d0f;
  --anr-charcoal: #151515;
  --anr-panel: #101113;
  --anr-panel-2: #18191b;
  --anr-soft: #f6f1e7;
  --anr-text: #f8f4ea;
  --anr-muted: #b9ab8c;
  --anr-border: rgba(212, 175, 55, 0.28);
  --anr-gold: #d4af37;
  --anr-gold-2: #f0d987;
  --anr-gold-dark: #9d7419;
  --anr-danger: #d92d20;
  --anr-blue: #2e90fa;
  --anr-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  --anr-gold-shadow: 0 0 0 1px rgba(212, 175, 55, 0.2), 0 18px 50px rgba(0, 0, 0, 0.34);
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.14), transparent 34%),
    linear-gradient(135deg, #050505 0%, #111111 42%, #050505 100%) !important;
  color: var(--anr-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
}

body {
  min-height: 100vh;
}

a {
  color: var(--anr-gold);
}

a:hover,
a:focus {
  color: var(--anr-gold-2);
}

/* Login */
.wrapper-page2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 14px;
  background:
    radial-gradient(circle at 50% 12%, rgba(212, 175, 55, 0.18), transparent 30%),
    linear-gradient(145deg, #050505 0%, #15120a 52%, #050505 100%) !important;
}

.wrapper-page {
  width: min(480px, 100%);
  margin: 0 auto !important;
  padding: 26px 26px 30px !important;
  border: 1px solid var(--anr-border);
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #0c0c0d !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(212, 175, 55, 0.08) !important;
}

.wrapper-page center img {
  width: 150px !important;
  max-width: 52%;
  padding-top: 12px !important;
  filter: drop-shadow(0 12px 26px rgba(212, 175, 55, 0.22));
}

.panel-pages,
.panel-color.panel-primary.panel-pages {
  margin-top: 12px;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  box-shadow: none !important;
}

.heddlogin {
  margin: 0;
  padding: 20px 22px 0;
  color: var(--anr-gold-2);
  font-size: 20px;
  font-weight: 850;
  text-align: center;
  letter-spacing: 0.2px;
}

.panel-pages .panel-body {
  padding: 30px 22px 26px !important;
}

/* Layout */
.topbar {
  min-height: 70px;
  background: #050505 !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.46) !important;
}

.topbar .topbar-left,
.navbar-default {
  background:
    linear-gradient(180deg, #151515 0%, #050505 100%) !important;
}

.topbar .topbar-left {
  border-right: 1px solid rgba(212, 175, 55, 0.26);
}

.button-menu-mobile {
  color: var(--anr-gold-2) !important;
  background: rgba(212, 175, 55, 0.1) !important;
  border: 1px solid rgba(212, 175, 55, 0.26) !important;
  border-radius: 8px;
  height: 42px;
  width: 42px;
  margin-top: 14px;
}

.button-menu-mobile:hover {
  background: rgba(212, 175, 55, 0.18) !important;
}

.side-menu,
.left.side-menu,
.offcanvas-body.pp-ip-pro {
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.13), transparent 31%),
    linear-gradient(180deg, #151515 0%, #070707 100%) !important;
  border-right: 1px solid rgba(212, 175, 55, 0.18);
}

#sidebar-menu {
  padding: 12px 10px 24px;
}

#sidebar-menu ul {
  padding-left: 0 !important;
}

#sidebar-menu > ul > li > a,
#sidebar-menu .has_sub > a {
  margin: 4px 0;
  padding: 12px 14px !important;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ded4bd !important;
  font-weight: 700;
  letter-spacing: 0;
}

#sidebar-menu > ul > li > a i,
#sidebar-menu .has_sub > a i {
  color: var(--anr-gold) !important;
}

#sidebar-menu > ul > li > a:hover,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu .has_sub > a:hover {
  border-color: rgba(212, 175, 55, 0.24);
  background: rgba(212, 175, 55, 0.12) !important;
  color: #ffffff !important;
}

#sidebar-menu ul ul {
  background: transparent !important;
  padding: 4px 0 8px 13px !important;
}

#sidebar-menu ul ul li {
  border: 0 !important;
}

#sidebar-menu ul ul a,
#sidebar-menu .accordion-body a {
  display: block;
  margin: 2px 0;
  padding: 9px 12px !important;
  border-radius: 7px;
  color: #bfb193 !important;
  font-size: 13px;
  font-weight: 650;
}

#sidebar-menu ul ul a:hover,
#sidebar-menu .accordion-body a:hover {
  background: rgba(212, 175, 55, 0.14) !important;
  color: var(--anr-gold-2) !important;
}

.content-page {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.1), transparent 34%),
    linear-gradient(135deg, #0a0a0b 0%, #111111 56%, #070707 100%) !important;
}

.content-page > .content,
.content {
  padding-top: 60px;
}

.content .container {
  width: 96% !important;
  max-width: 1480px !important;
}

/* Panels and cards */
.panel {
  border: 1px solid var(--anr-border) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    var(--anr-panel) !important;
  box-shadow: var(--anr-gold-shadow) !important;
  overflow: hidden;
}

.panel-heading {
  min-height: 52px;
  padding: 15px 18px !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22) !important;
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.18), rgba(255, 255, 255, 0.04) 52%, rgba(212, 175, 55, 0.08)) !important;
}

.panel-primary > .panel-heading,
.panel-default > .panel-heading {
  color: var(--anr-gold-2) !important;
  border-color: rgba(212, 175, 55, 0.22) !important;
}

.panel-title {
  color: var(--anr-gold-2) !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.35;
}

.panel-body {
  padding: 18px !important;
  color: var(--anr-text);
}

.panel-body p,
.panel-body small,
.table small {
  color: var(--anr-muted);
}

label {
  color: #e8d9ad;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}

/* Forms */
.form-control,
input.form-control,
select.form-control,
textarea.form-control {
  min-height: 42px;
  border: 1px solid rgba(212, 175, 55, 0.32) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff8e7 !important;
  box-shadow: none !important;
  font-size: 14px;
}

select.form-control option {
  color: #111111;
  background: #ffffff;
}

textarea.form-control {
  min-height: 92px;
}

.form-control::placeholder {
  color: #9f9276 !important;
}

.form-control:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: var(--anr-gold) !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.form-control:disabled,
.form-control[disabled] {
  color: #d8c894 !important;
  background: rgba(212, 175, 55, 0.08) !important;
}

/* Buttons */
.btn {
  min-height: 30px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.btn-primary {
  border-color: var(--anr-gold) !important;
  background: linear-gradient(135deg, #f4d77d, #c59425 52%, #8f6816) !important;
  color: #111111 !important;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: var(--anr-gold-2) !important;
  background: linear-gradient(135deg, #ffe9a6, #d4af37 58%, #9d7419) !important;
  color: #050505 !important;
}

.btn-info {
  border-color: #6ea8ff !important;
  background: #2e90fa !important;
  color: #ffffff !important;
}

.btn-warning {
  border-color: var(--anr-gold) !important;
  background: rgba(212, 175, 55, 0.16) !important;
  color: var(--anr-gold-2) !important;
}

.btn-danger {
  border-color: var(--anr-danger) !important;
  background: var(--anr-danger) !important;
  color: #ffffff !important;
}

.btn-default {
  border-color: rgba(212, 175, 55, 0.28) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #f6e7bd !important;
}

.btn-default:hover {
  background: rgba(212, 175, 55, 0.12) !important;
}

/* Tables */
.table-responsive {
  border-radius: 10px;
}

.table {
  margin-bottom: 0;
  color: var(--anr-text);
  background: transparent;
}

.table > thead > tr > th {
  border-bottom: 1px solid rgba(212, 175, 55, 0.24) !important;
  background: rgba(212, 175, 55, 0.14) !important;
  color: var(--anr-gold-2) !important;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  vertical-align: middle;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 1px solid rgba(212, 175, 55, 0.16) !important;
  color: #2c2101;
  vertical-align: middle !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.025) !important;
}

.table-hover > tbody > tr:hover,
.table > tbody > tr:hover {
  background: rgba(212, 175, 55, 0.09) !important;
}

/* Dashboard stats */
.features-1,
.box.features-1 {
  min-height: 120px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(255, 255, 255, 0.04) 38%, rgba(0, 0, 0, 0.72)),
    #101010 !important;
  box-shadow: var(--anr-gold-shadow) !important;
}

.features-1:hover,
.box.features-1:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.34), 0 24px 58px rgba(0, 0, 0, 0.42) !important;
  transition: 0.18s ease;
}

.gcp-title {
  color: var(--anr-gold-2) !important;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.gcp-income {
  color: #ffffff !important;
}

.gcp-income .cur1 {
  display: inline-block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.gen-comp-plan a {
  text-decoration: none !important;
}

/* Misc */
.modal-content {
  border: 1px solid var(--anr-border) !important;
  border-radius: 14px !important;
  background: var(--anr-panel) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5) !important;
}

.modal-header {
  background: linear-gradient(90deg, #050505, #18120a) !important;
  border-bottom-color: rgba(212, 175, 55, 0.22) !important;
}

.modal-title {
  color: var(--anr-gold-2) !important;
}

.badge,
.label {
  border-radius: 999px;
  font-weight: 800;
}

.alert {
  border-radius: 8px;
}

.card-box {
  background: var(--anr-panel) !important;
  border: 1px solid var(--anr-border);
  border-radius: 12px !important;
  box-shadow: var(--anr-shadow) !important;
}

@media (max-width: 991px) {
  .content-page > .content,
  .content {
    padding-top: 82px;
  }

  .panel-body {
    padding: 14px !important;
  }
}

@media (max-width: 767px) {
  .content .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wrapper-page {
    padding: 18px !important;
  }

  .box.features-1 {
    min-height: 112px;
    margin-bottom: 12px;
  }

  .gcp-income .cur1 {
    font-size: 28px;
  }

  .btn {
    width: auto;
    margin-bottom: 6px;
  }
}
