.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-user:before { content: "\f007"; }
.fa-lock:before { content: "\f023"; }
.fa-university:before { content: "\f0d6"; }
.fa-list-alt:before { content: "\f022"; }
.fa-bell:before { content: "\f0f3"; }
.fa-newspaper-o:before,
.fa-file-text-o:before { content: "\f0f6"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-shield:before { content: "\f132"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-globe:before { content: "\f0ac"; }
.fa-home:before { content: "\f015"; }

.top_nav {
  background: #031028;
  color: #ffffff;
}

.top_nav .widget_activation a,
.top_nav .topinfo a {
  color: #ffffff;
  font-weight: 800;
}

.top_nav_sub.login {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(3, 16, 40, 0.2);
}

.sub-loggin {
  padding: 18px;
}

.sub-loggin input[type="text"],
.sub-loggin input[type="password"] {
  height: 42px;
  border: 1px solid #cbd8d5;
  border-radius: 8px;
}

.sub-loggin .button,
.nexa-customer-button {
  border: 0;
  border-radius: 8px;
  background: #031028;
  color: #ffffff;
  font-weight: 850;
}

.nexa-customer-shell {
  background: #eef4f2 !important;
  margin-bottom: 26px;
}

.nexa-account-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
}

.nexa-account-main {
  min-width: 0;
}

.nexa-customer-hero {
  margin-bottom: 22px;
  padding: 24px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(31, 41, 55, 0.08);
}

.nexa-customer-hero h2 {
  margin: 0;
  color: #031028;
  font-size: 28px;
  font-weight: 900;
}

.nexa-customer-hero p {
  margin: 8px 0 0;
  color: #667872;
}

.nexa-balance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.nexa-balance-card {
  min-height: 138px;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(31, 41, 55, 0.08);
}

.nexa-balance-card span {
  color: #63766f;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.nexa-balance-card strong {
  display: block;
  margin-top: 14px;
  color: #031028;
  font-size: 26px;
  font-weight: 900;
}

.nexa-balance-card.primary {
  background: #031028;
}

.nexa-balance-card.primary span,
.nexa-balance-card.primary strong {
  color: #ffffff;
}

.nexa-account-card {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(31, 41, 55, 0.08);
}

.nexa-account-card-header {
  padding: 18px 20px;
  border-bottom: 1px solid #e6eeec;
}

.nexa-account-card-header h3 {
  margin: 0;
  color: #031028;
  font-size: 18px;
  font-weight: 900;
}

.nexa-account-table {
  width: 100%;
  margin: 0;
}

.nexa-account-table th {
  background: #eef2f8;
  color: #334641;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.nexa-account-table th,
.nexa-account-table td {
  padding: 14px 16px;
}

.nexa-customer-sidebar {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(31, 41, 55, 0.08);
}

.nexa-customer-sidebar .btn {
  width: calc(100% - 24px);
  margin: 12px;
  border: 0;
  border-radius: 8px;
  background: #031028;
  font-weight: 850;
}

.nexa-customer-sidebar .accordion-heading {
  border: 0;
  background: #ffffff;
}

.nexa-customer-sidebar .accordion-heading a {
  color: #031028;
  font-weight: 850;
}

.nexa-customer-sidebar .yhh {
  margin: 0;
}

.nexa-customer-sidebar .yhh li {
  border-bottom: 1px solid #e6eeec;
}

.nexa-customer-sidebar .yhh li.current_page_item {
  background: #eef2f8;
}

.nexa-login-screen {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background: #eef4f2;
}

.nexa-login-panel {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 20px 55px rgba(31, 41, 55, 0.12);
}

.nexa-login-panel .card-header {
  border-bottom: 0;
  background: #031028;
  color: #ffffff;
  font-weight: 900;
}

/* Customer dashboard template */
.nexa-dashboard-banner {
  position: relative;
  min-height: 156px;
  display: flex;
  align-items: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.nexa-dashboard-banner:before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72));
}

.nexa-dashboard-banner .container {
  position: relative;
  z-index: 1;
}

.nexa-dashboard-banner__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 0;
}

.nexa-dashboard-banner__inner span {
  color: #031028;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-banner__inner h1 {
  margin: 8px 0 0;
  color: #031028;
  font-size: 32px;
  font-weight: 950;
  line-height: 1.15;
}

.nexa-dashboard-banner__meta {
  padding: 10px 14px;
  border: 1px solid rgba(3, 16, 40, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #031028;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(3, 16, 40, 0.1);
}

.nexa-dashboard-page {
  position: relative;
  padding: 32px 0 46px;
  background:
    linear-gradient(135deg, rgba(3, 16, 40, 0.84), rgba(6, 26, 61, 0.74)),
    url("../../bankimg/bank_mark.jpeg") center/cover fixed !important;
}

.nexa-dashboard-page > .container {
  position: relative;
  z-index: 1;
}

.nexa-dashboard-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.nexa-dashboard-main {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.nexa-dashboard-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #dce8e5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(31, 41, 55, 0.08);
}

.nexa-dashboard-page-head span {
  display: block;
  color: #031028;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-page-head h2 {
  margin: 6px 0 0;
  color: #031028;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
}

.nexa-dashboard-page-head p {
  margin: 6px 0 0;
  color: #687973;
  font-weight: 700;
}

.nexa-dashboard-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 22px;
  align-items: stretch;
  min-height: 228px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(3, 16, 40, 0.97), rgba(3, 30, 72, 0.9)),
    url("../../bankimg/banksecurity.jpeg") center/cover;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(3, 16, 40, 0.22);
}

.nexa-account-hero {
  grid-template-columns: minmax(0, 1fr) 220px;
  min-height: 196px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 16, 40, 0.94), rgba(3, 30, 72, 0.78)),
    url("../../") center 42%/cover;
}

.nexa-account-hero:after {
  display: none;
}

.nexa-dashboard-hero:after {
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: 170px;
  height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  content: "";
  opacity: 0.28;
}

.nexa-dashboard-hero__copy,
.nexa-dashboard-balance {
  position: relative;
  z-index: 1;
}

.nexa-account-hero__identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nexa-dashboard-profile {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 27px;
  font-weight: 950;
  overflow: hidden;
}

.nexa-dashboard-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nexa-dashboard-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #d8fff8;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-hero h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.15;
}

.nexa-dashboard-hero p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #d7e9e5;
  font-size: 15px;
}

.nexa-dashboard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.nexa-dashboard-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 900;
}

.nexa-dashboard-button:hover,
.nexa-dashboard-button:focus {
  text-decoration: none;
}

.nexa-dashboard-button--light {
  background: #ffffff;
  color: #031028;
}

.nexa-dashboard-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.nexa-dashboard-button--solid {
  border: 0;
  background: #126c43;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 108, 67, 0.2);
}

.nexa-dashboard-button--solid:hover,
.nexa-dashboard-button--solid:focus {
  color: #ffffff;
}

.nexa-dashboard-button[href*="transfer-funds"],
.nexa-dashboard-button[href*="transfer-funds"]:hover,
.nexa-dashboard-button[href*="transfer-funds"]:focus {
  background: #126c43;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 108, 67, 0.2);
}

.nexa-dashboard-balance {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
}

.nexa-dashboard-balance--status {
  min-height: 134px;
  justify-content: space-between;
  padding: 18px;
}

.nexa-dashboard-balance span {
  color: #d7e9e5;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.nexa-dashboard-balance strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.nexa-dashboard-balance--status strong {
  font-size: 24px;
}

.nexa-dashboard-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #f3c969;
  font-weight: 800;
}

.nexa-dashboard-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.nexa-dashboard-stat,
.nexa-dashboard-panel {
  border: 1px solid #dce8e5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 42px rgba(31, 41, 55, 0.08);
}

.nexa-dashboard-stat {
  min-height: 128px;
  padding: 20px;
}

.nexa-dashboard-stat--accent {
  border-color: rgba(3, 16, 40, 0.22);
  box-shadow: inset 4px 0 0 #031028, 0 16px 42px rgba(31, 41, 55, 0.08);
}

.nexa-dashboard-stat span {
  display: block;
  color: #62746e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-stat strong {
  display: block;
  margin-top: 10px;
  color: #031028;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.nexa-dashboard-stat small {
  display: block;
  margin-top: 10px;
  color: #72817d;
  font-weight: 700;
  line-height: 1.45;
}

.nexa-dashboard-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.58fr);
  gap: 18px;
  align-items: start;
}

.nexa-account-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 18px;
  align-items: stretch;
}

.nexa-account-overview-grid > .nexa-dashboard-panel {
  min-height: 100%;
}

.nexa-account-overview-grid .nexa-dashboard-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexa-account-overview-grid .nexa-dashboard-actions a {
  min-height: 84px;
}

.nexa-transfer-progress-panel .nexa-dashboard-progress {
  padding-top: 14px;
}

.nexa-card-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(280px, 0.28fr);
  gap: 18px;
  align-items: stretch;
}

.nexa-card-list {
  display: grid;
  gap: 18px;
}

.nexa-card-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.66fr) minmax(280px, 0.34fr);
  gap: 18px;
  align-items: stretch;
}

.nexa-virtual-card,
.nexa-card-controls {
  border: 1px solid #dce8e5;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(31, 41, 55, 0.08);
}

.nexa-virtual-card {
  position: relative;
  overflow: hidden;
  min-height: 242px;
  padding: 24px;
  background: #031028;
  color: #ffffff;
}

.nexa-virtual-card--inactive,
.nexa-virtual-card--frozen {
  background: #465651;
}

.nexa-virtual-card:before {
  position: absolute;
  right: -72px;
  bottom: -88px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  content: "";
}

.nexa-virtual-card:after {
  position: absolute;
  right: 72px;
  top: 54px;
  width: 56px;
  height: 42px;
  border-radius: 8px;
  background: #f3c969;
  box-shadow: inset 0 0 0 1px rgba(3, 16, 40, 0.16);
  content: "";
}

.nexa-virtual-card__top,
.nexa-virtual-card__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.nexa-virtual-card__top span,
.nexa-virtual-card__bottom span {
  display: block;
  color: #b8cbc5;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-virtual-card__top strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 950;
}

.nexa-virtual-card__top i {
  color: #f3c969;
  font-size: 28px;
}

.nexa-virtual-card__number {
  position: relative;
  z-index: 1;
  margin: 54px 0 34px;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0;
  word-spacing: 4px;
}

.nexa-virtual-card__bottom strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.nexa-card-controls {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
}

.nexa-card-status-list {
  display: grid;
  gap: 10px;
  padding: 8px 20px 16px;
}

.nexa-card-status-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid #e7efec;
}

.nexa-card-status-list div:first-child {
  border-top: 0;
}

.nexa-card-status-list span {
  color: #6a7b75;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-card-status-list strong {
  color: #031028;
  font-weight: 900;
  text-align: right;
}

.nexa-card-status--active {
  color: #126c43 !important;
}

.nexa-card-status--inactive {
  color: #6c7d77 !important;
}

.nexa-card-status--frozen {
  color: #9a4b14 !important;
}

.nexa-card-action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding: 0 20px 20px;
}

.nexa-card-action-row button {
  min-height: 38px;
  border: 1px solid #d8e5e1;
  border-radius: 8px;
  background: #f6faf8;
  color: #6c7d77;
  font-weight: 900;
  cursor: not-allowed;
}

.nexa-dashboard-side {
  display: grid;
  gap: 16px;
}

.nexa-dashboard-panel {
  overflow: hidden;
}

.nexa-dashboard-panel__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px 8px;
}

.nexa-dashboard-panel__header h3 {
  margin: 0;
  color: #031028;
  font-size: 18px;
  font-weight: 900;
}

.nexa-dashboard-panel__header p {
  margin: 4px 0 0;
  color: #687973;
  font-size: 12px;
  font-weight: 700;
}

.nexa-dashboard-panel__header a {
  flex: 0 0 auto;
  color: #031028;
  font-weight: 900;
}

.nexa-dashboard-actions,
.nexa-dashboard-facts,
.nexa-dashboard-progress,
.nexa-dashboard-empty {
  margin: 0;
  padding: 12px 20px 20px;
}

.nexa-dashboard-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nexa-dashboard-actions--compact {
  grid-template-columns: 1fr;
}

.nexa-dashboard-actions--compact a {
  min-height: 76px;
}

.nexa-dashboard-actions a {
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e0ebe8;
  border-radius: 8px;
  background: #fbfdfc;
  color: #031028;
  font-weight: 900;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.nexa-dashboard-actions a:hover,
.nexa-dashboard-actions a:focus {
  border-color: rgba(3, 16, 40, 0.35);
  box-shadow: 0 14px 30px rgba(3, 16, 40, 0.1);
  color: #031028;
  text-decoration: none;
  transform: translateY(-1px);
}

.nexa-dashboard-actions i {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #d44800;
  color: #ffffff;
}

.nexa-dashboard-actions a[href*="transfer-funds"] i {
  background: #126c43;
}

.nexa-dashboard-actions span {
  color: #031028;
  font-weight: 900;
  line-height: 1.25;
}

.nexa-dashboard-facts {
  display: grid;
  gap: 10px;
}

.nexa-dashboard-facts div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid #e7efec;
}

.nexa-dashboard-facts div:first-child {
  border-top: 0;
}

.nexa-dashboard-facts dt {
  color: #6a7b75;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-facts dd {
  margin: 0;
  color: #031028;
  font-weight: 850;
  text-align: right;
  word-break: break-word;
}

.nexa-dashboard-progress {
  display: grid;
  gap: 12px;
}

.nexa-dashboard-progress__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nexa-dashboard-progress__meta span {
  color: #6a7b75;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-progress__meta strong {
  color: #031028;
  font-size: 18px;
  font-weight: 950;
}

.nexa-dashboard-progress__bar {
  position: relative;
  overflow: hidden;
  height: 13px;
  border-radius: 999px;
  background: #dfe9e6;
}

.nexa-dashboard-progress__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #031028, #f3c969);
  box-shadow: 0 0 18px rgba(3, 16, 40, 0.34);
  transition: width 0.35s ease;
}

.nexa-dashboard-progress--completed .nexa-dashboard-progress__bar span {
  background: linear-gradient(90deg, #031028, #f3c969);
}

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

.nexa-dashboard-progress__steps span {
  position: relative;
  min-height: 30px;
  padding-top: 18px;
  color: #7a8a85;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.nexa-dashboard-progress__steps span:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #cbd8d5;
  border-radius: 999px;
  background: #ffffff;
  content: "";
  transform: translateX(-50%);
}

.nexa-dashboard-progress__steps span.is-active {
  color: #031028;
}

.nexa-dashboard-progress__steps span.is-active:before {
  border-color: #031028;
  background: #031028;
}

.nexa-dashboard-table-wrap {
  overflow-x: auto;
  padding: 10px 20px 20px;
}

.nexa-dashboard-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.nexa-dashboard-table th {
  color: #687973;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.nexa-dashboard-table th,
.nexa-dashboard-table td {
  padding: 12px;
  border-bottom: 1px solid #e7efec;
}

.nexa-dashboard-table td {
  color: #031028;
  font-weight: 750;
}

.nexa-dashboard-table__amount {
  font-weight: 950 !important;
  white-space: nowrap;
}

.nexa-dashboard-table__amount.is-credit {
  color: #126c43;
}

.nexa-dashboard-table__amount.is-debit {
  color: #9a4b14;
}

.nexa-transaction-table th:nth-child(4),
.nexa-transaction-table td:nth-child(4) {
  text-align: right;
}

.nexa-transaction-purpose {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.nexa-transaction-purpose strong,
.nexa-transaction-date strong {
  display: block;
  color: #031028;
  font-weight: 900;
  line-height: 1.25;
}

.nexa-transaction-purpose small {
  display: block;
  margin-top: 3px;
  color: #6d7d78;
  font-size: 11px;
  font-weight: 800;
}

.nexa-transaction-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
}

.nexa-transaction-icon--credit {
  background: #126c43;
}

.nexa-transaction-icon--debit {
  background: #b95718;
}

.nexa-transaction-table tbody tr:hover {
  background: #fbfdfc;
}

.nexa-dashboard-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef4f2;
  color: #031028;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-badge--credit {
  background: #e7f6ee;
  color: #126c43;
}

.nexa-dashboard-badge--debit {
  background: #fff1e7;
  color: #9a4b14;
}

.nexa-dashboard-badge--submitted,
.nexa-dashboard-badge--processing,
.nexa-dashboard-badge--final-review {
  background: #eaf0f8;
  color: #031028;
}

.nexa-dashboard-badge--approved {
  background: #e7f6ee;
  color: #126c43;
}

.nexa-dashboard-badge--rejected {
  background: #fff1e7;
  color: #9a4b14;
}

.nexa-dashboard-empty {
  color: #6a7b75;
  font-weight: 750;
}

.nexa-profile-panel {
  min-height: 100%;
}

.nexa-profile-cover {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  background:
    linear-gradient(135deg, rgba(3, 16, 40, 0.95), rgba(3, 16, 40, 0.9)),
    url("../../bankimg/banksecurity.jpeg") center/cover;
  color: #ffffff;
}

.nexa-profile-cover h3 {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  font-weight: 950;
}

.nexa-profile-cover p {
  margin: 5px 0 0;
  color: #d7e9e5;
  font-weight: 800;
}

.nexa-dashboard-profile--large {
  width: 86px;
  height: 86px;
  margin-bottom: 0;
  font-size: 32px;
  flex: 0 0 auto;
}

.nexa-dashboard-facts--profile {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.nexa-signature-preview {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 20px 20px;
  padding: 18px;
  border: 1px dashed #cbd8d5;
  border-radius: 8px;
  background: #fbfdfc;
  color: #687973;
  font-weight: 800;
}

.nexa-signature-preview img {
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.nexa-dashboard-notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 12px 20px 20px;
  padding: 22px;
  border-radius: 8px;
  background: #fbfdfc;
  border: 1px solid #e0ebe8;
}

.nexa-dashboard-notice > i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #d44800;
  color: #ffffff;
  flex: 0 0 auto;
}

.nexa-dashboard-notice span {
  color: #031028;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-notice p {
  margin: 8px 0 0;
  color: #031028;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}

.nexa-dashboard-notice--general > i {
  background: #334155;
}

.nexa-transfer-summary {
  display: grid;
  gap: 12px;
}

.nexa-transfer-summary .nexa-dashboard-progress {
  padding-top: 0;
}

.nexa-dashboard-alert {
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}

.nexa-dashboard-alert strong {
  display: block;
  margin-bottom: 6px;
}

.nexa-dashboard-alert ul {
  margin: 0;
  padding-left: 18px;
}

.nexa-dashboard-alert--danger {
  border: 1px solid #f3c7c7;
  background: #fff2f2;
  color: #9b1c1c;
}

.nexa-dashboard-alert--success {
  border: 1px solid #cbd5e1;
  background: #eef2f8;
  color: #031028;
}

.nexa-dashboard-form {
  padding: 14px 20px 20px;
}

.nexa-dashboard-form-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.nexa-dashboard-field--wide {
  grid-column: 1 / -1;
}

.nexa-dashboard-field--half {
  grid-column: span 6;
}

.nexa-dashboard-field--third {
  grid-column: span 4;
}

.nexa-dashboard-field label {
  display: block;
  margin-bottom: 7px;
  color: #334641;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nexa-dashboard-field input,
.nexa-dashboard-field select,
.nexa-dashboard-field textarea {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cbd8d5;
  border-radius: 8px;
  background: #ffffff;
  color: #031028;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.nexa-dashboard-field textarea {
  min-height: 112px;
  resize: vertical;
}

.nexa-dashboard-field input:focus,
.nexa-dashboard-field select:focus,
.nexa-dashboard-field textarea:focus {
  border-color: #031028;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(3, 16, 40, 0.12);
}

.nexa-dashboard-field input:disabled,
.nexa-dashboard-field select:disabled {
  background: #f3f6fb;
  color: #667872;
  cursor: not-allowed;
}

.nexa-dashboard-field input[type="number"] {
  appearance: textfield;
}

.nexa-dashboard-form-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.nexa-dashboard-submit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 0;
  border-radius: 8px;
  background: #126c43;
  color: #ffffff;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(18, 108, 67, 0.2);
}

.nexa-verification-screen {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 42px 16px;
  background:
    linear-gradient(135deg, rgba(3, 16, 40, 0.76), rgba(6, 26, 61, 0.68)),
    url("../../bg.jpg") center/cover;
}

.nexa-verification-shell {
  width: min(720px, 100%);
  margin: 0 auto;
}

.nexa-verification-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 60px rgba(7, 20, 18, 0.26);
}

.nexa-verification-card__header {
  padding: 22px 24px;
  background:
    linear-gradient(135deg, rgba(3, 16, 40, 0.96), rgba(3, 16, 40, 0.9)),
    url("../../bankimg/banksecurity.jpeg") center/cover;
  color: #ffffff;
}

.nexa-verification-card__header span {
  display: block;
  color: #f3c969;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.nexa-verification-card__header h1 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
}

.nexa-verification-card__header p {
  margin: 8px 0 0;
  color: #d7e9e5;
  font-weight: 750;
  line-height: 1.5;
}

.nexa-verification-card__body {
  padding: 22px 24px 24px;
}

.nexa-verification-card .nexa-dashboard-form {
  padding: 0;
}

.nexa-verification-card .nexa-dashboard-form-footer {
  justify-content: flex-start;
}

.nexa-security-tips {
  display: grid;
  gap: 10px;
  padding: 12px 20px 20px;
}

.nexa-security-tips div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e0ebe8;
  border-radius: 8px;
  background: #fbfdfc;
  color: #334641;
  font-weight: 800;
  line-height: 1.45;
}

.nexa-security-tips i {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff0e8;
  color: #d44800;
  font-size: 11px;
  flex: 0 0 auto;
}

.nexa-customer-sidebar {
  position: sticky;
  top: 92px;
  overflow: hidden;
  border: 1px solid #dce8e5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 42px rgba(31, 41, 55, 0.1);
  color: #031028;
}

.nexa-sidebar-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  border-bottom: 1px solid #e3eeeb;
  background:
    linear-gradient(135deg, rgba(3, 16, 40, 0.08), rgba(243, 201, 105, 0.12)),
    #ffffff;
}

.nexa-sidebar-avatar {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(3, 16, 40, 0.2);
  border-radius: 999px;
  background: #d44800;
  color: #ffffff;
  font-weight: 950;
  overflow: hidden;
  flex: 0 0 auto;
}

.nexa-sidebar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nexa-sidebar-profile strong,
.nexa-sidebar-profile span {
  display: block;
}

.nexa-sidebar-profile strong {
  color: #031028;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
}

.nexa-sidebar-profile span {
  margin-top: 4px;
  color: #687973;
  font-size: 12px;
  font-weight: 800;
}

.nexa-sidebar-menu {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.nexa-sidebar-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  text-decoration: none;
}

.nexa-sidebar-item i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.nexa-sidebar-section {
  display: grid;
  gap: 6px;
}

.nexa-sidebar-label {
  display: block;
  padding: 0 2px;
  color: #7a8a85;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nexa-sidebar-item {
  min-height: 44px;
  padding: 6px 10px;
  color: #2b3e39;
  font-weight: 900;
}

.nexa-sidebar-item i {
  background: #fff0e8;
  color: #d44800;
}

.nexa-sidebar-item:hover,
.nexa-sidebar-item:focus,
.nexa-sidebar-item.current_page_item {
  background: #f3f6fb;
  color: #031028;
  text-decoration: none;
}

.nexa-sidebar-item:hover i,
.nexa-sidebar-item:focus i,
.nexa-sidebar-item.current_page_item i {
  background: #d44800;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .nexa-dashboard-hero,
  .nexa-dashboard-workspace,
  .nexa-account-hero,
  .nexa-card-panel,
  .nexa-card-row,
  .nexa-account-overview-grid {
    grid-template-columns: 1fr;
  }

  .nexa-dashboard-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexa-dashboard-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexa-account-overview-grid .nexa-dashboard-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .nexa-account-layout,
  .nexa-balance-grid,
  .nexa-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .nexa-customer-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .nexa-dashboard-banner {
    min-height: 140px;
  }

  .nexa-dashboard-banner__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }

  .nexa-dashboard-banner__inner h1 {
    font-size: 27px;
  }

  .nexa-dashboard-banner__meta {
    white-space: normal;
  }

  .nexa-dashboard-page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .nexa-dashboard-page {
    padding-top: 22px;
  }

  .nexa-dashboard-hero {
    padding: 22px;
  }

  .nexa-dashboard-hero h2 {
    font-size: 25px;
  }

  .nexa-dashboard-balance strong {
    font-size: 25px;
  }

  .nexa-dashboard-stat-grid,
  .nexa-dashboard-actions,
  .nexa-dashboard-form-grid,
  .nexa-dashboard-facts--profile {
    grid-template-columns: 1fr;
  }

  .nexa-dashboard-field--half,
  .nexa-dashboard-field--third,
  .nexa-dashboard-field--wide {
    grid-column: auto;
  }

  .nexa-dashboard-progress__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexa-profile-cover,
  .nexa-dashboard-notice {
    flex-direction: column;
  }

  .nexa-dashboard-profile {
    width: 62px;
    height: 62px;
    font-size: 23px;
  }

  .nexa-account-hero__identity {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nexa-account-overview-grid .nexa-dashboard-actions {
    grid-template-columns: 1fr;
  }

  .nexa-card-action-row {
    grid-template-columns: 1fr;
  }

  .nexa-virtual-card__number {
    font-size: 20px;
  }

  .nexa-dashboard-facts div {
    display: block;
  }

  .nexa-dashboard-facts dd {
    margin-top: 4px;
    text-align: left;
  }

  .nexa-dashboard-table th,
  .nexa-dashboard-table td {
    padding: 10px 8px;
  }
}
