:root {
  --vay-bg: #07100c;
  --vay-panel: rgba(13, 28, 22, .78);
  --vay-panel-strong: rgba(8, 19, 14, .94);
  --vay-line: rgba(207, 171, 91, .24);
  --vay-cyan: #cfab5b;
  --vay-green: #35d07f;
  --vay-purple: #f3c766;
  --vay-muted: #a8b8ae;
}

body {
  background:
    radial-gradient(circle at 14% 6%, rgba(53, 208, 127, .16), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(207, 171, 91, .18), transparent 28rem),
    linear-gradient(180deg, #07100c 0%, #0c1b14 52%, #07100c 100%) !important;
  color: #f8fbff;
}

.vay-brand-logo {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  text-decoration: none !important;
}

.vay-brand-logo img {
  display: block;
  height: 138px;
  /* width:500px; */
  max-width: 260px;
  object-fit: contain;
  /* width: auto; */
  filter: drop-shadow(0 0 18px rgba(34, 211, 238, .2));
}

.vay-brand-logo:hover {
  color: var(--vay-cyan) !important;
}

.stock-brand-mark {
  align-items: center;
  color: #f7fbf4 !important;
  display: inline-flex;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  min-height: 56px;
  position: relative;
  text-decoration: none !important;
}

.stock-brand-mark::before {
  background: linear-gradient(135deg, var(--vay-green), var(--vay-cyan));
  border-radius: 7px;
  box-shadow: 0 12px 34px rgba(53, 208, 127, .22);
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}

.stock-brand-mark::after {
  background: #07100c;
  border-radius: 2px;
  content: "";
  height: 12px;
  left: 10px;
  position: absolute;
  top: 22px;
  transform: rotate(45deg);
  width: 12px;
}

.stock-brand-mark:hover {
  color: var(--vay-cyan) !important;
}

.stock-brand-image {
  background: transparent !important;
  min-height: 54px;
  overflow: visible;
}

.stock-brand-image::before,
.stock-brand-image::after {
  display: none !important;
}

.stock-brand-image img {
  background: transparent !important;
  display: block;
  height: auto;
  max-height: 70px;
  max-width: 190px;
  object-fit: contain;
  object-position: left center;
  width: 178px;
}

.footer-logo .stock-brand-image {
  justify-content: center;
}

.footer-logo .stock-brand-image img {
  height: auto;
  max-height: 88px;
  object-position: center;
  width: 220px;
}

.stock-brand-mark-sidebar {
  font-size: 24px;
  margin: 18px 0;
  min-height: 44px;
}

.stock-brand-mark-sidebar::before {
  height: 28px;
  width: 28px;
}

.stock-brand-mark-sidebar::after {
  height: 10px;
  left: 9px;
  top: 17px;
  width: 10px;
}

.stock-brand-mark-admin {
  font-size: 18px;
  min-height: 36px;
}

.stock-brand-mark-admin.stock-brand-image img {
  height: auto;
  max-height: 58px;
  max-width: 120px;
  object-position: center;
  width: 120px;
}

.stock-brand-mark-admin::before {
  height: 24px;
  margin-right: 8px;
  width: 24px;
}

.stock-brand-mark-admin::after {
  height: 9px;
  left: 7px;
  top: 13px;
  width: 9px;
}

.stock-navbar-top {
  display: none;
}

body header.bg--gradient {
  background: rgba(7, 16, 12, .96) !important;
  border-bottom: 1px solid rgba(207, 171, 91, .22);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .26);
  min-height: 82px;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.navbar-bottom {
  background: transparent !important;
  bottom: auto !important;
  display: block !important;
  left: auto !important;
  position: relative !important;
  top: auto !important;
  width: 100%;
}

.navbar-bottom .navbar-wrapper {
  align-items: center;
  min-height: 78px;
  padding: 0;
}

.navbar-bottom .logo {
  flex: 0 0 auto;
  margin-right: 28px !important;
}

.navbar-bottom .nav-menu-area {
  flex: 1 1 auto;
  min-width: 0;
}

.navbar-bottom .nav-menu {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  margin: 0;
}

.navbar-bottom .nav-menu li {
  flex: 0 0 auto;
}

.navbar-bottom .nav-menu li a {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.navbar-bottom .nav-menu .cmn--btn {
  padding: 11px 18px;
}

.navbar-bottom .stock-brand-mark {
  font-size: 28px;
  min-height: 54px;
}

.navbar-bottom .stock-brand-image img {
  height: auto;
  max-height: 72px;
  max-width: 184px;
  width: 176px;
}

.vaynoza-page {
  background:
    radial-gradient(circle at 15% 8%, rgba(34, 211, 238, .2), transparent 28rem),
    radial-gradient(circle at 88% 24%, rgba(157, 92, 255, .18), transparent 26rem),
    linear-gradient(180deg, #030713 0%, #07111f 48%, #030713 100%);
  overflow: hidden;
}

.vay-section {
  padding: 92px 0;
  position: relative;
}

.vay-kicker {
  color: var(--vay-cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-head {
  margin-bottom: 34px;
  max-width: 760px;
}

.section-head h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  margin-bottom: 12px;
}

.section-head p {
  color: var(--vay-muted);
  font-size: 17px;
  margin: 0;
}

.vay-auth-shell {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 44px 16px;
}

.vay-auth-card {
  background: linear-gradient(145deg, rgba(10, 22, 44, .9), rgba(8, 15, 32, .66));
  border: 1px solid var(--vay-line);
  border-radius: 8px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .35), 0 0 46px rgba(34, 211, 238, .11);
  margin: 0 auto;
  max-width: 1040px;
  overflow: hidden;
  width: 100%;
}

.vay-auth-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 620px;
}

.vay-auth-side {
  background:
    radial-gradient(circle at 30% 20%, rgba(57, 255, 136, .2), transparent 20rem),
    linear-gradient(155deg, rgba(34, 211, 238, .16), rgba(157, 92, 255, .16));
  border-right: 1px solid var(--vay-line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
}

.vay-auth-side h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.06;
  margin: 0px 0 20px;
}

.vay-auth-side p,
.vay-auth-form p,
.vay-auth-stat span {
  color: var(--vay-muted);
}

.vay-auth-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vay-auth-stat {
  background: rgba(3, 7, 19, .42);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 14px;
}

.vay-auth-stat strong {
  color: var(--vay-green);
  display: block;
  font-size: 22px;
}

.vay-auth-form {
  padding: 40px;
}

.vay-auth-form h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 8px;
}

.vay-auth-form .form-label,
.vay-auth-form .form-check-label {
  color: #dbeafe;
  font-weight: 700;
}

.vay-auth-form .form-control,
.dashboard-section .form-control,
.dashboard-section .form--control,
.admin-vaynoza #content-wrapper .form-control {
  background: rgba(3, 7, 19, .56) !important;
  border: 1px solid rgba(103, 232, 249, .2) !important;
  border-radius: 8px !important;
  color: #fff !important;
  min-height: 48px;
}

.vay-auth-form .form-control:focus,
.dashboard-section .form-control:focus,
.admin-vaynoza #content-wrapper .form-control:focus {
  border-color: var(--vay-cyan) !important;
  box-shadow: 0 0 0 .2rem rgba(34, 211, 238, .12) !important;
}

.vay-btn,
.vay-auth-form .cmn--btn,
.dashboard-section .cmn--btn,
.admin-vaynoza .btn-primary,
.btn--primary,
.btn--success,
.btn--danger,
.btn {
  align-items: center !important;
  background: linear-gradient(135deg, var(--vay-cyan), var(--vay-green)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #03101a !important;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  line-height: 1.1 !important;
  text-align: center;
}

.vay-auth-form .cmn--btn,
.admin-vaynoza .btn-primary {
  width: 100%;
}

.dashboard-section .cmn--btn {
  width: auto;
}

.text--base,
.vay-link {
  color: var(--vay-cyan) !important;
}

button,
.cmn--btn,
.input-group-text,
.language-bar,
select.form-control {
  align-items: center;
  line-height: 1.1 !important;
}

.input-group-text {
  display: inline-flex !important;
  justify-content: center;
}

.dashboard-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, .16), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(157, 92, 255, .16), transparent 28rem),
    #030713 !important;
}

.dashboard-sidebar,
.dashboard-sidebar-inner,
.main--content,
.dashborad--content {
  background: transparent !important;
}

.dashboard-sidebar-inner {
  background: rgba(3, 7, 19, .86) !important;
  border-right: 1px solid var(--vay-line);
  backdrop-filter: blur(18px);
}

.sm-sidebar .dashboard-sidebar-inner {
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 208, 127, .12), transparent 14rem),
    linear-gradient(180deg, rgba(7, 16, 12, .98), rgba(3, 8, 6, .98)) !important;
  border-right: 1px solid rgba(207, 171, 91, .2);
}

.sm-sidebar-header {
  align-items: center;
  border-bottom: 1px solid rgba(207, 171, 91, .14) !important;
  display: flex;
  min-height: 92px !important;
  padding: 22px 18px;
}

.sm-sidebar .stock-brand-mark-sidebar {
  font-size: 25px;
  margin: 0;
}

.sm-sidebar-card {
  background: linear-gradient(145deg, rgba(53, 208, 127, .14), rgba(207, 171, 91, .1));
  border: 1px solid rgba(207, 171, 91, .22);
  border-radius: 8px;
  margin: 16px;
  padding: 16px;
}

.sm-sidebar-card span {
  color: #a8b8ae;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sm-sidebar-card strong {
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.1;
  margin: 8px 0 14px;
}

.sm-sidebar-card a {
  align-items: center;
  background: #35d07f;
  border-radius: 7px;
  color: #07100c !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  min-height: 36px;
  padding: 8px 12px;
  text-decoration: none !important;
}

.sm-sidebar .user-sidebar-body {
  padding: 0 10px 18px;
}

.sm-sidebar-menu {
  padding: 0 !important;
}

.sm-sidebar-menu li {
  margin: 0;
}

.sm-sidebar-menu .subtitle {
  color: #cfab5b !important;
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  margin: 20px 8px 8px;
  text-transform: uppercase;
}

.sm-sidebar-menu a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #d9e6de !important;
  display: flex !important;
  gap: 11px;
  min-height: 44px;
  padding: 11px 12px !important;
  text-decoration: none !important;
}

.sm-sidebar-menu a .icon {
  align-items: center;
  background: rgba(207, 171, 91, .12);
  border-radius: 7px;
  color: #cfab5b;
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.sm-sidebar-menu a span:last-child {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
}

.sm-sidebar-menu a.active,
.sm-sidebar-menu a:hover {
  background: rgba(53, 208, 127, .12) !important;
  border-color: rgba(53, 208, 127, .28);
  box-shadow: none !important;
  color: #fff !important;
}

.sm-sidebar-menu a.active .icon,
.sm-sidebar-menu a:hover .icon {
  background: linear-gradient(135deg, #35d07f, #cfab5b);
  color: #07100c;
}

.sm-sidebar-menu .sm-logout-link {
  color: #ffb4a8 !important;
}

.sm-sidebar-menu .sm-logout-link .icon {
  background: rgba(255, 107, 107, .13);
  color: #ff8a7a;
}

.user-sidebar-header {
  border-bottom: 1px solid rgba(103, 232, 249, .16);
}

.user-sidebar-header img,
.sidebar-brand-icon img {
  display: block !important;
  height: 140px !important;
  max-width: 250px !important;
  object-fit: contain !important;
  width: auto !important;
  filter: drop-shadow(0 0 18px rgba(34, 211, 238, .2));
}

.sidebar-brand-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.admin-vaynoza .sidebar-brand,
.user-sidebar-header {
  min-height: 104px !important;
}

.user-sidbar-link .subtitle {
  color: var(--vay-cyan) !important;
}

.user-sidbar-link a {
  color: #dbeafe !important;
  border-radius: 8px;
}

.user-sidbar-link a.active,
.user-sidbar-link a:hover {
  background: rgba(34, 211, 238, .12) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, .18);
}

.dashboard-card,
.default--card,
.dashboard--content-item,
.dashboard-refer,
.table,
.table--mobile-lg {
  background: linear-gradient(145deg, rgba(10, 22, 44, .86), rgba(8, 15, 32, .62)) !important;
  border: 1px solid var(--vay-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .24);
  color: #f8fbff !important;
}

.dashboard--content-item {
  padding: 22px;
}

.vay-dashboard-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(34, 211, 238, .2), transparent 18rem),
    radial-gradient(circle at 90% 15%, rgba(157, 92, 255, .22), transparent 20rem),
    linear-gradient(145deg, rgba(10, 22, 44, .92), rgba(8, 15, 32, .68)) !important;
  overflow: hidden;
  padding: 30px !important;
  position: relative;
}

.vay-dashboard-hero h4,
.vay-dashboard-hero h2 {
  color: #fff;
  font-weight: 900;
}

.vay-dashboard-hero p {
  color: var(--vay-muted);
}

.vay-dashboard-actions {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vay-action-card {
  align-items: center;
  background: rgba(3, 7, 19, .42);
  border: 1px solid rgba(103, 232, 249, .18);
  border-radius: 8px;
  color: #fff !important;
  display: flex;
  gap: 14px;
  min-height: 94px;
  padding: 18px;
  transition: .25s ease;
}

.vay-action-card:hover {
  border-color: rgba(57, 255, 136, .42);
  box-shadow: 0 0 30px rgba(34, 211, 238, .16);
  color: #fff !important;
  transform: translateY(-3px);
}

.vay-action-card i {
  align-items: center;
  background: linear-gradient(135deg, rgba(34, 211, 238, .18), rgba(57, 255, 136, .16));
  border-radius: 50%;
  color: var(--vay-green);
  display: inline-flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
}

.vay-action-card strong {
  display: block;
  font-size: 17px;
}

.vay-action-card span {
  color: var(--vay-muted);
  display: block;
  font-size: 13px;
  margin-top: 2px;
}

.vay-dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vay-metric-card {
  background: rgba(3, 7, 19, .35) !important;
  border: 1px solid rgba(103, 232, 249, .2) !important;
  border-radius: 8px !important;
  padding: 22px !important;
  transition: .25s ease;
}

.vay-metric-card:hover {
  border-color: rgba(34, 211, 238, .44) !important;
  box-shadow: 0 0 32px rgba(34, 211, 238, .12);
  transform: translateY(-3px);
}

.vay-metric-card .dashboard-card__header {
  align-items: center;
  gap: 18px;
}

.vay-metric-card .dashboard-card__header__icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 58px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.vay-metric-card .dashboard-card__header__icon img {
  max-height: 34px;
  max-width: 34px;
}

.vay-metric-card .name {
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 5px;
}

.vay-metric-card .balance {
  color: #fff !important;
  font-size: 20px;
  font-weight: 900;
}

.vay-panel-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 19px;
  font-weight: 900;
  gap: 10px;
  margin-bottom: 16px;
}

.vay-panel-title i {
  color: var(--vay-cyan);
}

.vay-plan-intro {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.vay-plan-intro h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 6px;
}

.vay-plan-intro p {
  color: var(--vay-muted);
  margin: 0;
}

.vay-plan-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vay-plan-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, .14), transparent 16rem),
    linear-gradient(145deg, rgba(10, 22, 44, .88), rgba(8, 15, 32, .68)) !important;
  border: 1px solid rgba(103, 232, 249, .22) !important;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 24px;
  transition: .25s ease;
}

.vay-plan-card:hover {
  border-color: rgba(57, 255, 136, .46) !important;
  box-shadow: 0 0 34px rgba(34, 211, 238, .14), 0 0 28px rgba(57, 255, 136, .1);
  transform: translateY(-4px);
}

.vay-plan-card-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.vay-plan-name {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 8px;
}

.vay-plan-subtitle {
  color: var(--vay-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  min-height: 42px;
}

.vay-return-badge {
  align-items: center;
  background: rgba(57, 255, 136, .1);
  border: 1px solid rgba(57, 255, 136, .22);
  border-radius: 8px;
  color: var(--vay-green);
  display: inline-flex;
  flex: 0 0 80px;
  flex-direction: column;
  font-weight: 900;
  height: 76px;
  justify-content: center;
  text-align: center;
}

.vay-return-badge strong {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.vay-return-badge span {
  color: var(--vay-muted);
  font-size: 12px;
  margin-top: 5px;
}

.vay-plan-list {
  border-top: 1px solid rgba(103, 232, 249, .14);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0;
  padding: 22px 0 0;
}

.vay-plan-list li {
  align-items: center;
  color: #dbeafe;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.vay-plan-list li i {
  color: var(--vay-green);
  margin-right: 6px;
}

.vay-plan-list strong {
  color: #fff;
  font-weight: 850;
  text-align: right;
}

.vay-capital-pill {
  background: rgba(34, 211, 238, .16);
  border: 1px solid rgba(34, 211, 238, .24);
  border-radius: 999px;
  color: var(--vay-cyan);
  font-size: 12px;
  font-weight: 850;
  padding: 5px 10px;
}

.vay-capital-pill.no {
  background: rgba(255, 82, 122, .14);
  border-color: rgba(255, 82, 122, .24);
  color: #ff8aa5;
}

.vay-plan-amount {
  color: var(--vay-green);
  font-size: 26px;
  font-weight: 950;
  margin: auto 0 20px;
  text-align: left;
}

.vay-plan-card .cmn--btn {
  width: 100%;
}

.vay-wallet-note {
  align-items: center;
  background: rgba(34, 211, 238, .08);
  border: 1px solid rgba(34, 211, 238, .16);
  border-radius: 8px;
  color: var(--vay-muted);
  display: flex;
  gap: 12px;
  padding: 14px 16px;
}

.vay-wallet-note i {
  color: var(--vay-cyan);
}

.modal-content {
  background: linear-gradient(145deg, rgba(10, 22, 44, .96), rgba(8, 15, 32, .94)) !important;
  border: 1px solid var(--vay-line) !important;
  border-radius: 8px !important;
  color: #fff !important;
}

.modal-title,
.modal .form-label {
  color: #fff !important;
}

.breadcrumb-area .title,
.dashboard-title,
.dashboard-card .name,
.dashboard-card .balance,
.table th,
.table td,
.admin-vaynoza h1,
.admin-vaynoza .card .h5,
.admin-vaynoza .card .h6 {
  color: #fff !important;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li,
.dashboard-card__header__cont .name,
.table .text-muted,
.admin-vaynoza .text-gray-800,
.admin-vaynoza .text-xs {
  color: var(--vay-muted) !important;
}

.dashboard-card__header__icon {
  background: rgba(34, 211, 238, .12);
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(34, 211, 238, .12);
}

.dashboard-card__header__icon img {
  filter: drop-shadow(0 0 12px rgba(57, 255, 136, .35));
}

.admin-vaynoza {
  background: #030713 !important;
}

.admin-vaynoza .sidebar {
  background: rgba(3, 7, 19, .9) !important;
  border-right: 1px solid var(--vay-line);
}

.admin-vaynoza .sidebar .nav-link,
.admin-vaynoza .sidebar .nav-link span,
.admin-vaynoza .sidebar .nav-link i {
  color: #dbeafe !important;
}

.admin-vaynoza .sidebar .nav-link:hover {
  background: rgba(34, 211, 238, .12) !important;
}

.admin-vaynoza #content-wrapper,
.admin-vaynoza #content {
  background: transparent !important;
}

.admin-vaynoza .topbar,
.admin-vaynoza .bg-navbar {
  background: rgba(3, 7, 19, .86) !important;
  border-bottom: 1px solid var(--vay-line);
}

.admin-vaynoza .card,
.admin-vaynoza .login--card {
  background: linear-gradient(145deg, rgba(10, 22, 44, .86), rgba(8, 15, 32, .62)) !important;
  border: 1px solid var(--vay-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .24) !important;
  color: #f8fbff !important;
}

.admin-vaynoza .breadcrumb,
.admin-vaynoza .dropdown-menu {
  background: rgba(8, 17, 36, .96) !important;
  border: 1px solid var(--vay-line) !important;
}

.admin-vaynoza .dropdown-item,
.admin-vaynoza .breadcrumb a,
.admin-vaynoza .breadcrumb-item {
  color: #dbeafe !important;
}

.admin-vaynoza .table-responsive,
.admin-vaynoza .dataTables_wrapper {
  color: #dbeafe !important;
}

.admin-vaynoza .dataTables_wrapper label,
.admin-vaynoza .dataTables_info,
.admin-vaynoza .dataTables_length,
.admin-vaynoza .dataTables_filter {
  color: var(--vay-muted) !important;
}

.admin-vaynoza table.dataTable,
.admin-vaynoza #geniustable,
.admin-vaynoza .table {
  background: rgba(3, 7, 19, .42) !important;
  border-collapse: separate !important;
  border-color: rgba(103, 232, 249, .12) !important;
  border-spacing: 0 !important;
  color: #eaf2ff !important;
}

.admin-vaynoza table.dataTable thead th,
.admin-vaynoza table.dataTable thead td,
.admin-vaynoza .table thead th,
.admin-vaynoza .thead-light th {
  background: linear-gradient(135deg, rgba(34, 211, 238, .16), rgba(157, 92, 255, .12)) !important;
  border-bottom: 1px solid rgba(103, 232, 249, .24) !important;
  color: #f8fbff !important;
  font-weight: 850 !important;
}

.admin-vaynoza table.dataTable tbody tr,
.admin-vaynoza .table tbody tr,
.admin-vaynoza .table-striped tbody tr:nth-of-type(odd),
.admin-vaynoza .table-hover tbody tr:hover {
  background: rgba(8, 17, 36, .84) !important;
  color: #eaf2ff !important;
}

.admin-vaynoza table.dataTable tbody tr:nth-child(even),
.admin-vaynoza .table tbody tr:nth-child(even) {
  background: rgba(10, 24, 48, .76) !important;
}

.admin-vaynoza table.dataTable tbody td,
.admin-vaynoza table.dataTable tbody th,
.admin-vaynoza .table td,
.admin-vaynoza .table th {
  background: transparent !important;
  border-top: 1px solid rgba(103, 232, 249, .13) !important;
  color: #eaf2ff !important;
  vertical-align: middle !important;
}

.admin-vaynoza table.dataTable tbody td p,
.admin-vaynoza .table td p,
.admin-vaynoza table.dataTable tbody td small,
.admin-vaynoza .table td small {
  color: var(--vay-muted) !important;
  margin-bottom: 0 !important;
}

.admin-vaynoza .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: rgba(8, 17, 36, .9) !important;
  border: 1px solid rgba(103, 232, 249, .2) !important;
  border-radius: 8px !important;
  color: #dbeafe !important;
  margin: 0 3px !important;
}

.admin-vaynoza .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.admin-vaynoza .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: linear-gradient(135deg, var(--vay-cyan), var(--vay-green)) !important;
  border-color: transparent !important;
  color: #03101a !important;
}

.admin-vaynoza .page-item .page-link {
  background: rgba(8, 17, 36, .9) !important;
  border-color: rgba(103, 232, 249, .2) !important;
  color: #dbeafe !important;
}

.admin-vaynoza .page-item.active .page-link {
  background: linear-gradient(135deg, var(--vay-cyan), var(--vay-green)) !important;
  border-color: transparent !important;
  color: #03101a !important;
}

.admin-vaynoza .dropdown-menu.show {
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28) !important;
}

.admin-vaynoza .dropdown-item:hover,
.admin-vaynoza .dropdown-item:focus {
  background: rgba(34, 211, 238, .12) !important;
  color: #fff !important;
}

.gateway-details,
.crypto-gateway-card {
  color: #dbeafe;
}

.crypto-gateway-card p {
  color: #a8b3cf;
  margin-bottom: 10px;
}

.crypto-gateway-card strong {
  color: #fff;
}

.crypto-address {
  background: rgba(3, 7, 19, .62);
  border: 1px solid rgba(34, 211, 238, .22);
  border-radius: 8px;
  color: #39ff88;
  font-size: 15px;
  font-weight: 800;
  margin: 10px 0 14px;
  overflow-wrap: anywhere;
  padding: 14px;
}

.crypto-wallet-link {
  align-items: center;
  background: linear-gradient(135deg, var(--vay-cyan), var(--vay-green));
  border-radius: 999px;
  color: #03101a !important;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none !important;
}

.crypto-note {
  font-size: 13px;
  margin-top: 14px;
}

.vay-withdraw-img {
  background: rgba(34, 211, 238, .08);
  border: 1px solid rgba(34, 211, 238, .18);
  border-radius: 8px;
  height: 86px;
  object-fit: contain;
  padding: 12px;
}

.vay-withdraw-icon {
  align-items: center;
  background:
    radial-gradient(circle at 28% 18%, rgba(57, 255, 136, .22), transparent 8rem),
    linear-gradient(135deg, rgba(34, 211, 238, .18), rgba(157, 92, 255, .16));
  border: 1px solid rgba(34, 211, 238, .28);
  border-radius: 8px;
  color: #39ff88;
  display: flex;
  font-size: 30px;
  font-weight: 950;
  height: 86px;
  justify-content: center;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(57, 255, 136, .24);
}

@media (max-width: 767px) {
  .vay-auth-grid {
    grid-template-columns: 1fr;
  }

  .vay-auth-side {
    border-right: 0;
    border-bottom: 1px solid var(--vay-line);
  }

  .vay-auth-form,
  .vay-auth-side {
    padding: 26px;
  }
}

@media (max-width: 1199px) {
  .vay-dashboard-actions,
  .vay-dashboard-grid,
  .vay-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .vay-dashboard-actions,
  .vay-dashboard-grid,
  .vay-plan-grid {
    grid-template-columns: 1fr;
  }

  .vay-dashboard-hero {
    padding: 22px !important;
  }

  .vay-plan-intro {
    align-items: flex-start;
    flex-direction: column;
  }
}

.stockmint-page {
  background:
    radial-gradient(circle at 10% 6%, rgba(53, 208, 127, .18), transparent 30rem),
    radial-gradient(circle at 90% 18%, rgba(207, 171, 91, .2), transparent 30rem),
    linear-gradient(180deg, #07100c 0%, #102118 46%, #07100c 100%);
  color: #f7fbf8;
  overflow: hidden;
}

.stock-hero {
  min-height: 620px;
  padding: 86px 0 76px;
}

.stock-kicker,
.stock-section-head span {
  color: #cfab5b;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.stock-title {
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 950;
  line-height: 1.02;
  margin-bottom: 22px;
  max-width: 850px;
}

.stock-subtitle,
.stock-section-head p,
.stock-dashboard-preview p,
.stock-feature p,
.stock-row p {
  color: #a8b8ae;
}

.stock-subtitle {
  font-size: 20px;
  max-width: 660px;
}

.stock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 24px;
}

.stock-btn {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(207, 171, 91, .26);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: .22s ease;
}

.stock-btn:hover {
  border-color: rgba(53, 208, 127, .5);
  color: #fff;
  transform: translateY(-2px);
}

.stock-btn-primary {
  background: linear-gradient(135deg, #35d07f, #cfab5b);
  border: 0;
  color: #07100c !important;
}

.stock-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stock-trust-row span {
  background: rgba(13, 28, 22, .72);
  border: 1px solid rgba(207, 171, 91, .18);
  border-radius: 8px;
  color: #dce8df;
  padding: 12px 14px;
}

.stock-trust-row strong {
  color: #35d07f;
}

.stock-terminal,
.stock-feature,
.stock-plan-card,
.stock-dashboard-preview {
  background: linear-gradient(145deg, rgba(13, 28, 22, .9), rgba(8, 19, 14, .72));
  border: 1px solid rgba(207, 171, 91, .22);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.stock-terminal {
  padding: 22px;
}

.stock-terminal-head,
.stock-row,
.stock-plan-top,
.stock-plan-card li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.stock-terminal-head {
  border-bottom: 1px solid rgba(207, 171, 91, .18);
  color: #f7fbf8;
  font-weight: 900;
  padding-bottom: 16px;
}

.stock-terminal-head strong,
.stock-row strong,
.stock-plan-top span,
.stock-plan-card li strong {
  color: #35d07f;
}

.stock-row {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 16px 0;
}

.stock-row:last-child {
  border-bottom: 0;
}

.stock-row h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 4px;
}

.stock-row p {
  margin: 0;
}

.stock-symbol {
  align-items: center;
  background: rgba(53, 208, 127, .1);
  border: 1px solid rgba(53, 208, 127, .2);
  border-radius: 8px;
  color: #cfab5b;
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 13px;
  font-weight: 950;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.stock-symbol.large {
  flex-basis: 58px;
  height: 58px;
}

.stock-section {
  padding: 82px 0;
}

.stock-band {
  padding: 20px 0;
}

.stock-tape {
  background: rgba(8, 19, 14, .88);
  border-bottom: 1px solid rgba(207, 171, 91, .18);
  border-top: 1px solid rgba(207, 171, 91, .18);
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 12px 0;
}

.stock-tape span {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #f7fbf8;
  flex: 0 0 auto;
  font-weight: 900;
  padding: 10px 14px;
}

.stock-tape strong {
  color: #35d07f;
}

.stock-section-head {
  margin-bottom: 34px;
  max-width: 790px;
}

.stock-section-head h2,
.stock-dashboard-preview h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.08;
  margin-bottom: 12px;
}

.stock-feature-grid,
.stock-plan-grid,
.stock-mini-grid {
  display: grid;
  gap: 18px;
}

.stock-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stock-feature {
  min-height: 214px;
  padding: 24px;
}

.stock-feature i {
  color: #cfab5b;
  font-size: 30px;
  margin-bottom: 18px;
}

.stock-feature h3,
.stock-plan-card h3,
.stock-mini-grid span {
  color: #fff;
  font-weight: 950;
}

.stock-feature h3 {
  font-size: 25px;
  line-height: 1.14;
  margin: 0 0 10px;
  max-width: 13ch;
}

.stock-feature p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.stock-plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stock-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: 22px;
  transition: .22s ease;
}

.stock-plan-card:hover,
.stock-feature:hover {
  border-color: rgba(53, 208, 127, .46);
  transform: translateY(-4px);
}

.stock-plan-top span {
  background: rgba(53, 208, 127, .12);
  border: 1px solid rgba(53, 208, 127, .2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  padding: 7px 10px;
  white-space: nowrap;
}

.stock-plan-card h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 18px 0;
}

.stock-plan-card ul {
  border-top: 1px solid rgba(207, 171, 91, .16);
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0 0 20px;
  padding: 18px 0 0;
}

.stock-plan-card li span {
  color: #a8b8ae;
}

.stock-plan-card .stock-btn {
  margin-top: auto;
}

.stock-dashboard-preview {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  padding: 30px;
}

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

.stock-mini-grid a {
  align-items: center;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(207, 171, 91, .18);
  border-radius: 8px;
  display: flex;
  gap: 13px;
  min-height: 92px;
  padding: 18px;
}

.stock-mini-grid i {
  color: #35d07f;
  font-size: 24px;
}

.stock-empty {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.sm-dash {
  color: #f7fbf4;
}

.sm-dash-head {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.sm-kicker,
.sm-section-title span {
  color: #cfab5b;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sm-dash-head h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 950;
  margin: 5px 0 0;
}

.sm-breadcrumb {
  align-items: center;
  color: #a8b8ae;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  justify-content: flex-end;
}

.sm-breadcrumb a {
  color: #fff;
  font-weight: 800;
}

.sm-breadcrumb span::before {
  color: #cfab5b;
  content: "/";
  margin-right: 8px;
}

.sm-hero,
.sm-section,
.sm-alert {
  background: linear-gradient(145deg, rgba(12, 27, 20, .96), rgba(6, 13, 10, .92));
  border: 1px solid rgba(207, 171, 91, .2);
  border-radius: 8px;
  box-shadow: 0 18px 58px rgba(0, 0, 0, .28);
}

.sm-hero {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  margin-bottom: 18px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.sm-hero::before {
  background:
    radial-gradient(circle at 12% 20%, rgba(53, 208, 127, .22), transparent 21rem),
    radial-gradient(circle at 94% 4%, rgba(207, 171, 91, .18), transparent 18rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sm-hero > * {
  position: relative;
  z-index: 1;
}

.sm-hero-copy > span {
  color: #cfab5b;
  font-weight: 900;
}

.sm-hero-copy h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 950;
  line-height: 1.02;
  margin: 12px 0 14px;
  max-width: 760px;
}

.sm-hero-copy p,
.sm-referral p {
  color: #b7c5bc;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.sm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sm-btn {
  align-items: center;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(207, 171, 91, .26);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none !important;
}

.sm-btn-primary {
  background: linear-gradient(135deg, #35d07f, #cfab5b);
  border-color: transparent;
  color: #07100c !important;
}

.sm-hero-panel {
  background: rgba(3, 8, 6, .66);
  border: 1px solid rgba(207, 171, 91, .22);
  border-radius: 8px;
  padding: 22px;
}

.sm-live-row {
  border-bottom: 1px solid rgba(207, 171, 91, .16);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.sm-live-row span,
.sm-live-grid span,
.sm-metric-card span {
  color: #a8b8ae;
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.sm-live-row strong {
  color: #fff;
  display: block;
  font-size: 38px;
  font-weight: 950;
  margin-top: 5px;
}

.sm-live-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm-live-grid div {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(53, 208, 127, .14);
  border-radius: 8px;
  padding: 14px;
}

.sm-live-grid strong {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 950;
  margin-top: 4px;
}

.sm-alert {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 18px 20px;
}

.sm-alert > div {
  align-items: center;
  display: grid;
  gap: 2px 14px;
  grid-template-columns: auto minmax(0, 1fr);
}

.sm-alert i {
  align-items: center;
  background: rgba(207, 171, 91, .14);
  border-radius: 50%;
  color: #cfab5b;
  display: inline-flex;
  grid-row: span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.sm-alert span {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.sm-alert p {
  color: #a8b8ae;
  margin: 0;
}

.sm-alert-danger i {
  color: #ff6b6b;
}

.sm-section {
  margin-bottom: 18px;
  padding: 22px;
}

.sm-section-title {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.sm-section-title h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 950;
  margin: 4px 0 0;
}

.sm-section-title a {
  color: #35d07f;
  font-size: 13px;
  font-weight: 900;
}

.sm-metric-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-metric-card {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(207, 171, 91, .16);
  border-radius: 8px;
  min-height: 142px;
  padding: 18px;
  transition: .22s ease;
}

.sm-metric-card:hover {
  border-color: rgba(53, 208, 127, .42);
  transform: translateY(-3px);
}

.sm-metric-icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 16px;
  width: 42px;
}

.sm-tone-green .sm-metric-icon {
  background: rgba(53, 208, 127, .14);
  color: #35d07f;
}

.sm-tone-gold .sm-metric-icon {
  background: rgba(207, 171, 91, .15);
  color: #cfab5b;
}

.sm-tone-blue .sm-metric-icon {
  background: rgba(68, 156, 255, .13);
  color: #78baff;
}

.sm-metric-card strong {
  color: #fff;
  display: block;
  font-size: 23px;
  font-weight: 950;
  margin-top: 6px;
}

.sm-bottom-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
}

.sm-copy-box {
  align-items: center;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(207, 171, 91, .18);
  border-radius: 8px;
  display: flex;
  margin-top: 18px;
  overflow: hidden;
}

.sm-copy-box input {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1;
  min-width: 0;
  padding: 15px;
}

.sm-copy-box button {
  background: #35d07f;
  border: 0;
  color: #07100c;
  flex: 0 0 52px;
  min-height: 52px;
}

.sm-table-wrap {
  overflow-x: auto;
}

.sm-table {
  color: #dbe7df;
  min-width: 620px;
  width: 100%;
}

.sm-table th {
  border-bottom: 1px solid rgba(207, 171, 91, .18);
  color: #cfab5b;
  font-size: 12px;
  padding: 0 12px 12px;
  text-transform: uppercase;
}

.sm-table td {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-size: 14px;
  padding: 14px 12px;
}

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

.sm-empty {
  color: #a8b8ae;
  text-align: center;
}

@media (max-width: 1199px) {
  .sm-hero,
  .sm-bottom-grid {
    grid-template-columns: 1fr;
  }

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

  .stock-plan-grid,
  .stock-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .navbar-bottom .navbar-wrapper {
    min-height: 70px;
  }

  .navbar-bottom .nav-menu {
    align-items: stretch;
    display: block;
  }

  .navbar-bottom .nav-menu li a {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .sm-dash-head,
  .sm-alert,
  .sm-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .sm-breadcrumb {
    justify-content: flex-start;
  }

  .sm-hero,
  .sm-section {
    padding: 18px;
  }

  .sm-hero-panel {
    padding: 16px;
  }

  .sm-live-grid,
  .sm-metric-grid {
    grid-template-columns: 1fr;
  }

  .sm-hero-copy h2 {
    font-size: 34px;
  }

  .stock-dashboard-preview,
  .stock-mini-grid {
    grid-template-columns: 1fr;
  }

  .stock-hero {
    padding: 62px 0 56px;
  }
}

@media (max-width: 575px) {
  .stock-plan-grid,
  .stock-feature-grid {
    grid-template-columns: 1fr;
  }

  .stock-title {
    font-size: 40px;
  }
}

.sm-sidebar .sm-sidebar-menu .subtitle {
  color: #cfab5b !important;
}

.sm-sidebar .sm-sidebar-menu a {
  background: transparent !important;
  color: #d9e6de !important;
}

.sm-sidebar .sm-sidebar-menu a.active,
.sm-sidebar .sm-sidebar-menu a:hover {
  background: rgba(53, 208, 127, .12) !important;
  border-color: rgba(53, 208, 127, .28) !important;
}

.sm-sidebar .dashboard-sidebar-inner {
  background: linear-gradient(180deg, #07100c 0%, #040a07 100%) !important;
}

.sm-sidebar-header {
  min-height: 82px !important;
  padding: 18px 16px !important;
}

.sm-sidebar .stock-brand-mark-sidebar {
  font-size: 23px;
  min-height: 40px;
}

.sm-sidebar .stock-brand-image.stock-brand-mark-sidebar img {
  height: auto;
  max-height: 68px;
  max-width: 174px;
  width: 168px;
}

.sm-sidebar .stock-brand-mark-sidebar::before {
  border-radius: 8px;
  height: 30px;
  width: 30px;
}

.sm-sidebar-card {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(207, 171, 91, .18);
  margin: 12px 14px 18px;
  padding: 14px;
}

.sm-sidebar-card strong {
  font-size: 22px;
  margin: 6px 0 12px;
}

.sm-sidebar-card a {
  border-radius: 6px;
  font-size: 12px;
  min-height: 34px;
  padding: 7px 11px;
}

.sm-sidebar .user-sidebar-body {
  padding: 0 8px 18px;
}

.sm-sidebar-menu .subtitle {
  color: rgba(207, 171, 91, .82) !important;
  font-size: 11px;
  margin: 18px 10px 7px;
}

.sm-sidebar .sm-sidebar-menu a {
  border: 1px solid transparent !important;
  border-radius: 7px;
  gap: 10px;
  margin: 2px 0;
  min-height: 40px;
  padding: 8px 10px !important;
  position: relative;
}

.sm-sidebar .sm-sidebar-menu a .icon {
  background: transparent;
  border-radius: 0;
  color: #cfab5b;
  flex-basis: 24px;
  height: 24px;
  width: 24px;
}

.sm-sidebar .sm-sidebar-menu a span:last-child {
  color: #dce8df;
  font-size: 13px;
  font-weight: 800;
}

.sm-sidebar .sm-sidebar-menu a.active,
.sm-sidebar .sm-sidebar-menu a:hover {
  background: rgba(53, 208, 127, .075) !important;
  border-color: rgba(53, 208, 127, .18) !important;
}

.sm-sidebar .sm-sidebar-menu a.active::before {
  background: linear-gradient(180deg, #35d07f, #cfab5b);
  border-radius: 999px;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.sm-sidebar .sm-sidebar-menu a.active .icon,
.sm-sidebar .sm-sidebar-menu a:hover .icon {
  background: transparent;
  color: #35d07f;
}

.sm-sidebar .sm-sidebar-menu a.active span:last-child,
.sm-sidebar .sm-sidebar-menu a:hover span:last-child {
  color: #fff;
}

.sm-sidebar .sm-sidebar-menu .sm-logout-link {
  margin-top: 8px;
}

.dashboard-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 208, 127, .14), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(207, 171, 91, .13), transparent 28rem),
    linear-gradient(180deg, #07100c 0%, #0b1711 45%, #050b08 100%) !important;
}

.dashboard-header.bg--gradient {
  background: rgba(7, 16, 12, .94) !important;
  border-bottom: 1px solid rgba(207, 171, 91, .18);
}

.main--content,
.dashborad--content {
  background: transparent !important;
}

.breadcrumb-area .title,
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  color: #f7fbf4 !important;
}

.dashboard-section .dashboard--content-item,
.dashboard-section .dashboard-card,
.dashboard-section .default--card,
.dashboard-section .dashboard-refer,
.dashboard-section .modal-content,
.dashboard-section .table,
.dashboard-section .table--mobile-lg {
  background: linear-gradient(145deg, rgba(12, 27, 20, .96), rgba(6, 13, 10, .9)) !important;
  border-color: rgba(207, 171, 91, .2) !important;
  color: #f7fbf4 !important;
}

.dashboard-section .form-control,
.dashboard-section .form--control,
.dashboard-section select,
.dashboard-section textarea,
.dashboard-section .input-group-text,
.dashboard-section .language-bar {
  background: rgba(255, 255, 255, .045) !important;
  border-color: rgba(207, 171, 91, .22) !important;
  color: #f7fbf4 !important;
}

.dashboard-section .form-control:focus,
.dashboard-section .form--control:focus {
  border-color: rgba(53, 208, 127, .5) !important;
  box-shadow: 0 0 0 .2rem rgba(53, 208, 127, .12) !important;
}

.dashboard-section .table thead,
.dashboard-section .table thead th {
  background: rgba(207, 171, 91, .12) !important;
  color: #cfab5b !important;
}

.dashboard-section .table td,
.dashboard-section .table th {
  border-color: rgba(207, 171, 91, .14) !important;
  color: #d9e6de !important;
}

.dashboard-section .vay-plan-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(53, 208, 127, .13), transparent 16rem),
    linear-gradient(145deg, rgba(12, 27, 20, .94), rgba(6, 13, 10, .88)) !important;
  border-color: rgba(207, 171, 91, .22) !important;
}

.dashboard-section .vay-plan-card:hover {
  border-color: rgba(53, 208, 127, .42) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .26), 0 0 28px rgba(53, 208, 127, .1) !important;
}

.dashboard-section .vay-plan-list li {
  color: #d9e6de !important;
}

.dashboard-section .vay-return-badge,
.dashboard-section .vay-capital-pill {
  background: rgba(53, 208, 127, .12) !important;
  border-color: rgba(53, 208, 127, .24) !important;
  color: #35d07f !important;
}

.dashboard-section .vay-wallet-note,
.dashboard-section .dashboard-refer {
  background: rgba(255, 255, 255, .04) !important;
  border-color: rgba(207, 171, 91, .18) !important;
}

.dashboard-section .vay-panel-title i,
.dashboard-section .vay-plan-list li i,
.dashboard-section .text--base,
.dashboard-section .vay-link {
  color: #cfab5b !important;
}

.sell-countdown {
  background: rgba(207, 171, 91, .12);
  border: 1px solid rgba(207, 171, 91, .24);
  border-radius: 999px;
  color: #cfab5b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  padding: 8px 10px;
}

.sell-countdown.is-ready {
  background: rgba(53, 208, 127, .12);
  border-color: rgba(53, 208, 127, .28);
  color: #35d07f;
}

.dashboard-section .card-body {
  color: #f7fbf4;
}

.dashboard-section label,
.dashboard-section .form-label {
  color: #f7fbf4 !important;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 9px;
}

.dashboard-section select.form-control {
  appearance: auto;
  background-color: rgba(255, 255, 255, .045) !important;
  color-scheme: dark;
}

.dashboard-section select.form-control option,
.dashboard-section select option,
.dashboard-section .language-bar option {
  background: #07100c !important;
  color: #f7fbf4 !important;
}

.dashboard-section select.form-control option:checked,
.dashboard-section select option:checked {
  background: #123d28 !important;
  color: #fff !important;
}

.dashboard-section .form-control::placeholder,
.dashboard-section .form--control::placeholder {
  color: rgba(217, 230, 222, .56) !important;
}

.dashboard-section input[type="file"].form-control {
  align-items: center;
  display: flex;
  min-height: 54px;
  padding: 7px !important;
}

.dashboard-section input[type="file"].form-control::file-selector-button {
  background: rgba(207, 171, 91, .16);
  border: 1px solid rgba(207, 171, 91, .28);
  border-radius: 6px;
  color: #f7fbf4;
  cursor: pointer;
  font-weight: 850;
  margin-right: 12px;
  min-height: 38px;
  padding: 0 14px;
}

.dashboard-section input[type="file"].form-control::-webkit-file-upload-button {
  background: rgba(207, 171, 91, .16);
  border: 1px solid rgba(207, 171, 91, .28);
  border-radius: 6px;
  color: #f7fbf4;
  cursor: pointer;
  font-weight: 850;
  margin-right: 12px;
  min-height: 38px;
  padding: 0 14px;
}

.dashboard-section .manual-payment-details,
.dashboard-section .nicEdit-main {
  color: #d9e6de !important;
}

.dashboard-section .text-muted {
  color: #91a59a !important;
}

.dashboard-section .bg--body,
.dashboard-section .bg--section {
  background: rgba(255, 255, 255, .045) !important;
}

.dashboard-section .dashboard--content-item > .row,
.dashboard-section .dashboard--content-item .default--card {
  max-width: 100%;
}

.stock-wallet-details {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 150px;
}

.stock-wallet-copy,
.stock-wallet-address {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(207, 171, 91, .18);
  border-radius: 8px;
  padding: 13px;
}

.stock-wallet-copy span,
.stock-wallet-address span {
  color: #a8b8ae;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.stock-wallet-copy strong,
.stock-wallet-address code {
  color: #f7fbf4;
  font-size: 15px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.stock-wallet-address {
  grid-column: 1;
}

.stock-wallet-qr {
  background: #fff;
  border-radius: 8px;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 8px;
  width: 150px;
}

.stock-wallet-link {
  align-items: center;
  background: linear-gradient(135deg, #35d07f, #cfab5b);
  border-radius: 8px;
  color: #07100c !important;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none !important;
}

.stock-wallet-details p {
  color: #a8b8ae;
  font-size: 13px;
  grid-column: 1 / -1;
  margin: 0;
}

@media (max-width: 575px) {
  .stock-wallet-details {
    grid-template-columns: 1fr;
  }

  .stock-wallet-qr {
    grid-column: auto;
    grid-row: auto;
    max-width: 180px;
    width: 100%;
  }
}
