html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #7ab8d8;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin-bottom: 60px;
  background: #f3f6f8;
  color: #1f2933;
  font-family: Tahoma, Arial, sans-serif;
}

.app-navbar {
  background: #134e4a;
}

.app-brand {
  align-items: center;
  display: inline-flex;
  gap: .65rem;
}

.app-brand-logo {
  background: #fff;
  border-radius: .55rem;
  height: 38px;
  object-fit: contain;
  padding: .18rem;
  width: 42px;
}

.page-title {
  background: #134e4a;
  border-radius: .25rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: .85rem 1rem;
}

.section-box {
  background: #fff;
  border: 1px solid #d8dee4;
  border-radius: .4rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.form-label {
  font-weight: 700;
}

.table-hover tbody tr {
  cursor: pointer;
}

.readonly-value {
  background: #eef2f5;
}

.enhanced-select-native {
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  width: 1px !important;
}

.searchable-select {
  position: relative;
}

.searchable-select-control {
  align-items: center;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  color: #212529;
  display: flex;
  gap: .5rem;
  justify-content: space-between;
  min-height: 42px;
  overflow: hidden;
  padding: .375rem .75rem;
  text-align: right;
  width: 100%;
}

.searchable-select-control::after {
  border-color: #334155 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  margin-inline-start: auto;
}

.searchable-select.disabled .searchable-select-control {
  background: #e9ecef;
  color: #64748b;
  cursor: not-allowed;
}

.searchable-select-label {
  background: transparent !important;
  color: #212529;
  display: block;
  flex: 1 1 auto;
  line-height: 1.35;
  min-width: 0;
  overflow: hidden;
  padding-inline-end: .5rem;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}

.searchable-select-label.placeholder {
  color: #475569;
}

.searchable-select-menu {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: .45rem;
  box-shadow: 0 .75rem 1.5rem rgba(15, 23, 42, .16);
  display: none;
  padding: .5rem;
  position: fixed;
  overflow: hidden;
  z-index: 2000;
}

.searchable-select-menu.open {
  display: block;
}

.searchable-select-search {
  border: 1px solid #cbd5e1;
  border-radius: .35rem;
  display: block;
  margin-bottom: .45rem;
  padding: .4rem .55rem;
  width: 100%;
}

.searchable-select-list {
  max-height: 230px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-inline-end: .15rem;
  scrollbar-width: thin;
}

.searchable-select-list::-webkit-scrollbar {
  width: 8px;
}

.searchable-select-list::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 99px;
}

.searchable-select-list::-webkit-scrollbar-track {
  background: #eef2f5;
  border-radius: 99px;
}

.searchable-select-option,
.searchable-select-empty {
  background: transparent;
  border: 0;
  border-radius: .35rem;
  color: #1f2933;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .55rem;
  text-align: right;
  width: 100%;
}

.searchable-select-option:hover {
  background: #eef7f6;
}

.searchable-select:not(.searchable-select-multiple) .searchable-select-option.selected {
  background: #134e4a;
  color: #fff;
  font-weight: 700;
}

.searchable-select-multiple .searchable-select-option.selected {
  background: #eef7f6;
  color: #134e4a;
  font-weight: 700;
}

.searchable-select-check {
  align-items: center;
  background: #fff;
  border: 1px solid #94a3b8;
  border-radius: .25rem;
  display: inline-flex;
  flex: 0 0 18px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.searchable-select-multiple .searchable-select-option.selected .searchable-select-check {
  background: #134e4a;
  border-color: #134e4a;
}

.searchable-select-multiple .searchable-select-option.selected .searchable-select-check::after {
  color: #fff;
  content: "\2713";
  font-size: .8rem;
  font-weight: 800;
  line-height: 1;
}

.searchable-select-option-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchable-select-empty {
  color: #64748b;
  cursor: default;
}

.footer {
  background: #fff;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  position: absolute;
  width: 100%;
}

.dashboard-hero {
  align-items: center;
  background: linear-gradient(135deg, #134e4a 0%, #1f6f68 55%, #2f8f83 100%);
  border-radius: .6rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 150px;
  padding: 1.5rem;
}

.dashboard-hero h1 {
  font-size: 2rem;
  font-weight: 800;
  margin: .2rem 0 .35rem;
}

.dashboard-hero p {
  color: rgba(255, 255, 255, .84);
  margin: 0;
}

.dashboard-kicker {
  color: rgba(255, 255, 255, .76);
  font-size: .9rem;
  font-weight: 700;
}

.dashboard-actions {
  display: flex;
  gap: .65rem;
}

.metric-card {
  background: #fff;
  border: 1px solid #dbe3e8;
  border-radius: .65rem;
  min-height: 145px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.metric-card::before {
  content: "";
  border-radius: 99px;
  height: 90px;
  left: -32px;
  opacity: .18;
  position: absolute;
  top: -28px;
  width: 90px;
}

.metric-card span,
.metric-card small {
  color: #64748b;
  display: block;
}

.metric-card strong {
  color: #111827;
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  margin: .75rem 0 .3rem;
}

.metric-primary::before {
  background: #134e4a;
}

.metric-blue::before {
  background: #2563eb;
}

.metric-green::before {
  background: #16a34a;
}

.metric-amber::before {
  background: #f59e0b;
}

.dashboard-table tbody tr {
  cursor: pointer;
}

.dashboard-table tbody tr:hover {
  background: #eef7f6;
}

.chart-card {
  background: #fff;
  border: 1px solid #dbe3e8;
  border-radius: .65rem;
  height: 100%;
  padding: 1rem;
}

.chart-card-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: .75rem;
}

.chart-card-header h5 {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
}

.chart-card-header span {
  color: #64748b;
  display: block;
  font-size: .85rem;
  margin-top: .2rem;
}

.chart-card-header strong {
  background: #e6f3f1;
  border-radius: 99px;
  color: #134e4a;
  min-width: 48px;
  padding: .3rem .7rem;
  text-align: center;
}

.dashboard-chart {
  display: block;
  width: 100%;
}

.chart-large {
  height: 320px;
}

.chart-medium {
  height: 260px;
}

.status-pill {
  background: #e6f3f1;
  border: 1px solid #b7ded8;
  border-radius: 99px;
  color: #134e4a;
  display: inline-block;
  font-size: .85rem;
  font-weight: 700;
  padding: .25rem .65rem;
}

.audit-table {
  min-width: 1100px;
}

.audit-path {
  direction: ltr;
  font-family: Consolas, "Courier New", monospace;
  font-size: .85rem;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}

.audit-details {
  max-width: 520px;
  white-space: normal;
  word-break: break-word;
}

.progress-row + .progress-row {
  margin-top: 1rem;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: .35rem;
}

.progress-label span {
  color: #334155;
  font-weight: 700;
}

.progress-label strong {
  color: #0f172a;
}

.progress.slim {
  background: #e8eef2;
  height: .55rem;
}

.progress.slim .progress-bar {
  background: #134e4a;
}

.status-progress .progress-bar {
  background: #2563eb;
}

.quick-link-card {
  background: #fff;
  border: 1px solid #dbe3e8;
  border-radius: .65rem;
  color: #1f2933;
  display: block;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.quick-link-card:hover {
  box-shadow: 0 .75rem 1.5rem rgba(15, 23, 42, .08);
  color: #134e4a;
  transform: translateY(-2px);
}

.quick-link-card strong,
.quick-link-card span {
  display: block;
}

.quick-link-card strong {
  font-size: 1.05rem;
  margin-bottom: .35rem;
}

.quick-link-card span {
  color: #64748b;
  font-size: .92rem;
}

.login-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 170px);
}

.login-panel {
  background: #fff;
  border: 1px solid #dbe3e8;
  border-radius: .8rem;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, .08);
  max-width: 460px;
  padding: 1.5rem;
  width: 100%;
}

.login-panel h1 {
  color: #134e4a;
  font-size: 1.6rem;
  font-weight: 800;
}

.login-panel p,
.login-hint {
  color: #64748b;
}

.login-hint {
  background: #eef7f6;
  border-radius: .5rem;
  font-size: .9rem;
  margin-top: 1rem;
  padding: .75rem;
}

@media (max-width: 767.98px) {
  .dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .dashboard-actions {
    width: 100%;
  }

  .dashboard-actions .btn {
    flex: 1;
  }

  .chart-large,
  .chart-medium {
    height: 280px;
  }
}

.auth-page {
  background:
    radial-gradient(circle at 18% 18%, rgba(20, 184, 166, .18), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(14, 165, 233, .16), transparent 26%),
    linear-gradient(135deg, #eef7f6 0%, #f8fbfd 48%, #e8f4f1 100%);
  margin-bottom: 0;
  min-height: 100vh;
}

.auth-page .app-navbar {
  background: rgba(19, 78, 74, .97);
  backdrop-filter: blur(10px);
  margin-bottom: 0 !important;
}

.auth-page .container-fluid.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.auth-page footer {
  display: none;
}

.moh-login-shell {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr);
  margin: 2rem auto;
  max-width: 1180px;
  min-height: calc(100vh - 132px);
}

.moh-login-visual {
  background: linear-gradient(135deg, #134e4a 0%, #0f766e 54%, #22c55e 125%);
  border-radius: 1.25rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.moh-login-visual::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  inset: 0;
  opacity: .32;
  position: absolute;
}

.moh-login-visual::after {
  background: rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
  filter: blur(2px);
  height: 360px;
  inset-inline-end: -150px;
  position: absolute;
  top: -120px;
  width: 360px;
}

.moh-orbit {
  height: 260px;
  inset-inline-start: 7%;
  position: absolute;
  top: 8%;
  width: 260px;
}

.orbit-ring {
  animation: orbitPulse 4.5s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  position: absolute;
}

.ring-one {
  inset: 20px;
}

.ring-two {
  animation-delay: 1.2s;
  inset: 0;
}

.health-mark {
  align-items: center;
  animation: floatHealth 5s ease-in-out infinite;
  background: rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
  display: flex;
  inset: 72px;
  justify-content: center;
  position: absolute;
}

.health-mark-plus {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.moh-visual-copy {
  position: relative;
  z-index: 1;
}

.moh-visual-copy {
  margin-top: auto;
  max-width: 620px;
}

.moh-badge {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 99px;
  display: inline-flex;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
}

.moh-visual-copy h1 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: .75rem;
}

.moh-visual-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
  max-width: 560px;
}

.moh-login-card {
  align-self: center;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, .12);
  padding: 2rem;
}

.login-card-header {
  align-items: center;
  display: flex;
  gap: .9rem;
  margin-bottom: 1.5rem;
}

.login-logo {
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 .75rem 1.5rem rgba(19, 78, 74, .22);
  display: inline-flex;
  flex: 0 0 52px;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  padding: .2rem;
  width: 52px;
}

.login-logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.login-card-header h2 {
  color: #0f172a;
  font-weight: 900;
  margin: 0;
}

.login-card-header p {
  color: #64748b;
  margin: .2rem 0 0;
}

.auth-input {
  border-color: #d7e1e7;
  border-radius: .85rem;
  min-height: 52px;
}

.auth-input:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 .2rem rgba(15, 118, 110, .14);
}

.auth-check {
  align-items: center;
  display: flex;
  gap: .45rem;
  min-height: 32px;
}

.auth-check .form-check-input {
  border-color: #0f766e;
  float: none;
  height: 1.1rem;
  margin: 0;
  width: 1.1rem;
}

.auth-check .form-check-input:checked {
  background-color: #0f766e;
  border-color: #0f766e;
}

.auth-secure-note {
  color: #64748b;
  font-size: .9rem;
}

.auth-submit {
  background: linear-gradient(135deg, #0f766e, #16a34a);
  border: 0;
  border-radius: .9rem;
  box-shadow: 0 .9rem 1.5rem rgba(15, 118, 110, .2);
  color: #fff;
  font-weight: 800;
  min-height: 52px;
  transition: transform .15s ease, filter .15s ease;
}

.auth-submit:hover {
  color: #fff;
  filter: brightness(.98);
  transform: translateY(-1px);
}

.moh-login-card .login-hint {
  background: #eef7f6;
  border: 1px solid #cce7e2;
  border-radius: .9rem;
  color: #475569;
  display: grid;
  gap: .25rem;
  margin-top: 1rem;
  padding: .85rem;
}

.moh-login-card .login-hint span {
  color: #134e4a;
  font-weight: 700;
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: .55;
    transform: scale(.94);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes floatHealth {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991.98px) {
  .moh-login-shell {
    grid-template-columns: 1fr;
    max-width: 720px;
    min-height: auto;
  }

  .moh-login-visual {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .auth-page .container-fluid.px-4 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .moh-login-shell {
    margin: 1rem auto;
  }

  .moh-login-visual {
    border-radius: 1rem;
    min-height: 300px;
    padding: 1.25rem;
  }

  .moh-orbit {
    height: 180px;
    opacity: .75;
    width: 180px;
  }

  .health-mark {
    inset: 54px;
  }

  .health-mark-plus {
    font-size: 3rem;
  }

  .moh-login-card {
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .login-card-header {
    align-items: flex-start;
  }
}

:root {
  --hm-primary: #0f766e;
  --hm-primary-dark: #0b3f3c;
  --hm-primary-soft: #e7f5f3;
  --hm-secondary: #2563eb;
  --hm-success: #16a34a;
  --hm-warning: #d97706;
  --hm-danger: #dc2626;
  --hm-info: #0891b2;
  --hm-bg: #f6f9fb;
  --hm-surface: #ffffff;
  --hm-surface-muted: #eef4f7;
  --hm-border: #d8e2e7;
  --hm-text: #102027;
  --hm-muted: #667085;
  --hm-shadow: 0 .75rem 1.75rem rgba(15, 23, 42, .07);
}

body {
  background:
    linear-gradient(180deg, #f8fbfd 0%, var(--hm-bg) 42%, #eef5f6 100%);
  color: var(--hm-text);
}

a {
  color: var(--hm-primary);
}

a:hover {
  color: var(--hm-primary-dark);
}

.btn {
  border-radius: .55rem;
  font-weight: 700;
}

.btn-primary {
  background: var(--hm-secondary);
  border-color: var(--hm-secondary);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

.btn-success {
  background: var(--hm-success);
  border-color: var(--hm-success);
  color: #fff;
}

.btn-success:hover,
.btn-success:focus {
  background: #15803d;
  border-color: #15803d;
  color: #fff;
}

.btn-warning {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #111827;
}

.btn-danger {
  background: var(--hm-danger);
  border-color: var(--hm-danger);
}

.btn-secondary {
  background: #64748b;
  border-color: #64748b;
}

.btn-outline-success {
  border-color: var(--hm-success);
  color: #137f3b;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
  background: var(--hm-success);
  border-color: var(--hm-success);
  color: #fff;
}

.btn-outline-primary {
  border-color: var(--hm-secondary);
  color: var(--hm-secondary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--hm-secondary);
  border-color: var(--hm-secondary);
  color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.form-select:focus,
.searchable-select-control:focus {
  box-shadow: 0 0 0 .12rem #fff, 0 0 0 .32rem rgba(37, 99, 235, .22);
}

.app-navbar {
  background: linear-gradient(90deg, var(--hm-primary-dark) 0%, #115e59 54%, #0f766e 100%);
  border-bottom: 0 !important;
  box-shadow: 0 .5rem 1.25rem rgba(11, 63, 60, .14);
}

.navbar-dark .navbar-nav .nav-link {
  border-radius: .5rem;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
  padding-inline: .75rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.app-brand-logo {
  box-shadow: 0 .35rem .8rem rgba(4, 31, 29, .18);
}

.page-title {
  background: linear-gradient(90deg, var(--hm-primary-dark), var(--hm-primary));
  border-radius: .65rem;
  box-shadow: 0 .65rem 1.4rem rgba(11, 63, 60, .11);
  padding: 1rem 1.2rem;
}

.section-box,
.chart-card,
.metric-card,
.quick-link-card {
  background: rgba(255, 255, 255, .96);
  border-color: var(--hm-border);
  box-shadow: var(--hm-shadow);
}

.section-box {
  border-radius: .65rem;
}

.form-control,
.form-select,
.searchable-select-control,
.searchable-select-search {
  border-color: #cbd8df;
  color: var(--hm-text);
}

.form-control:focus,
.form-select:focus,
.searchable-select-search:focus {
  border-color: var(--hm-primary);
}

.readonly-value,
.searchable-select.disabled .searchable-select-control {
  background: var(--hm-surface-muted);
}

.searchable-select-menu {
  border-color: var(--hm-border);
  box-shadow: 0 1rem 2.25rem rgba(15, 23, 42, .16);
}

.searchable-select-option:hover,
.dashboard-table tbody tr:hover {
  background: #edf8f7;
}

.searchable-select:not(.searchable-select-multiple) .searchable-select-option.selected,
.searchable-select-multiple .searchable-select-option.selected .searchable-select-check {
  background: var(--hm-primary);
  border-color: var(--hm-primary);
}

.searchable-select-multiple .searchable-select-option.selected {
  background: var(--hm-primary-soft);
  color: var(--hm-primary-dark);
}

.table {
  color: var(--hm-text);
}

.table > :not(caption) > * > * {
  border-bottom-color: #dce6ec;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f5f9fb;
}

.badge.bg-primary {
  background-color: var(--hm-secondary) !important;
}

.badge.bg-success {
  background-color: var(--hm-success) !important;
}

.dashboard-hero {
  background:
    linear-gradient(135deg, rgba(11, 63, 60, .98) 0%, rgba(15, 118, 110, .96) 58%, rgba(37, 99, 235, .9) 125%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .9rem;
  box-shadow: 0 1.1rem 2.5rem rgba(11, 63, 60, .16);
}

.metric-card {
  border-radius: .85rem;
  border-top: 4px solid var(--hm-primary);
}

.metric-card::before {
  opacity: .13;
}

.metric-primary {
  border-top-color: var(--hm-primary);
}

.metric-blue {
  border-top-color: var(--hm-secondary);
}

.metric-green {
  border-top-color: var(--hm-success);
}

.metric-amber {
  border-top-color: var(--hm-warning);
}

.metric-card span,
.metric-card small,
.chart-card-header span,
.quick-link-card span,
.login-panel p,
.login-hint,
.auth-secure-note {
  color: var(--hm-muted);
}

.metric-card strong,
.chart-card-header h5,
.progress-label strong,
.login-card-header h2 {
  color: var(--hm-text);
}

.chart-card {
  border-radius: .85rem;
}

.chart-card-header strong,
.status-pill {
  background: var(--hm-primary-soft);
  border-color: #b8ded9;
  color: var(--hm-primary-dark);
}

.progress.slim {
  background: #e4edf1;
}

.progress.slim .progress-bar {
  background: var(--hm-primary);
}

.status-progress .progress-bar {
  background: var(--hm-secondary);
}

.quick-link-card {
  border-radius: .8rem;
}

.quick-link-card:hover {
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, .1);
  color: var(--hm-primary);
}

.footer {
  background: #fbfdfe;
  border-color: var(--hm-border) !important;
}

.auth-page {
  background:
    linear-gradient(135deg, #eef8f7 0%, #f8fbfd 46%, #edf5ff 100%);
}

.auth-page .app-navbar {
  background: rgba(11, 63, 60, .97);
}

.moh-login-visual {
  background:
    linear-gradient(135deg, var(--hm-primary-dark) 0%, var(--hm-primary) 58%, var(--hm-secondary) 130%);
}

.moh-login-card {
  border-color: rgba(216, 226, 231, .95);
  box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, .14);
}

.auth-input:focus {
  border-color: var(--hm-primary);
  box-shadow: 0 0 0 .2rem rgba(15, 118, 110, .14);
}

.auth-check .form-check-input {
  border-color: var(--hm-primary);
}

.auth-check .form-check-input:checked {
  background-color: var(--hm-primary);
  border-color: var(--hm-primary);
}

.auth-submit {
  background: linear-gradient(135deg, var(--hm-primary), var(--hm-success));
}

.moh-login-card .login-hint {
  background: var(--hm-primary-soft);
  border-color: #c4e6e1;
}

.moh-login-card .login-hint span,
.login-panel h1 {
  color: var(--hm-primary-dark);
}

.system-error-panel {
  max-width: 760px;
  margin-top: 5rem;
  padding: 3rem 2rem;
  background: #fff;
  border: 1px solid var(--hm-border);
  border-radius: 1rem;
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, .08);
}

.system-error-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff1f2;
  color: #dc3545;
  font-size: 2rem;
  font-weight: 800;
}
