@charset "UTF-8";
.header-main {
  background-color: #1CB0EA;
  display: grid;
  justify-content: space-between;
  gap: 0.625rem;
  align-items: center;
  color: #FFffff;
  z-index: 9999;
  grid-template-columns: 60px 1fr auto;
}
.header-main img {
  display: block;
}
.header-main h1 {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
.header-logo {
  display: flex;
  gap: 0.313rem;
  justify-content: space-between;
  padding: 0.25rem 1rem;
}
.header-logo button {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1300px) {
  .header-logo button {
    display: none;
  }
}
.header-button {
  padding: 0.25rem 1rem;
}
.header-button ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .header-button ul {
    position: absolute;
    right: 0;
    background-color: rgb(30, 159, 210);
    top: 100%;
    display: none;
    transition: 0.3s;
  }
}
.header-button ul li {
  list-style: none;
}
@media screen and (min-width: 1000px) {
  .header-button ul li {
    display: inline-block;
    vertical-align: middle;
  }
}
.header-button ul li.special-button a {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  background-color: rgba(30, 159, 210, 0.7);
  border: 0.063px solid #0087BD;
  border-radius: 0.25rem;
}
.header-button ul li.special-button a:hover {
  background-color: #0087BD;
}
@media screen and (min-width: 1000px) {
  .header-button .mobile-menu-button {
    display: none;
  }
}
.header-button .mobile-menu-button {
  padding: 15px;
  background-color: transparent;
  color: #fff;
  border: none;
}
.header-button a {
  text-decoration: none;
  color: #FFffff;
  transition: 0.3s;
  padding: 0.188rem 1rem;
}
@media screen and (max-width: 1000px) {
  .header-button a {
    padding: 0.7rem 1rem;
    display: flex;
    border-bottom: 1px solid #028fc8;
  }
}
.header-button a:hover {
  color: #f7fcff;
}
@media screen and (max-width: 1000px) {
  .header-button:hover ul {
    display: block;
    top: calc(100% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .header-button {
    padding: 0;
  }
  .header-button a {
    padding: 5px;
    border: 0;
    gap: 0;
  }
  .header-button span {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .header-filter-trigger {
    display: none;
  }
}
.header-filter-trigger button {
  background-color: transparent;
  border: none;
}

/* Layout wrapper (optional) */
.steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 20rem;
}

/* Step card */
.step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 18px 1.5rem;
  border: 1px solid #E5E5E5;
  border-left-width: 4px;
  border-radius: 0.75rem;
  background: #fff;
}
.step__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}
.step__content {
  min-width: 0;
}
.step__title {
  margin: 0 0 0.25rem;
  font-size: 16px;
  font-weight: 400;
}
.step__desc {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}
.step {
  /* ---- Variants ---- */
}
.step.step--blue {
  border-left-color: #2563eb;
}
.step.step--blue .step__icon {
  background: #dbeafe;
  color: #1d4ed8;
}
.step.step--blue .step__title {
  color: #1e3a8a;
}
.step.step--cyan {
  border-left-color: #0891b2;
}
.step.step--cyan .step__icon {
  background: oklch(95.6% 0.045 203.388deg);
  color: #0e7490;
}
.step.step--cyan .step__title {
  /* original snippet used blue titles even on cyan card */
  color: #1e3a8a;
}

.info-card {
  margin-top: 1.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  color: #374151;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.info-card__content {
  padding: 1.5rem;
}
.info-card__content:last-child {
  padding-bottom: 1.5rem;
}
.info-card__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .info-card__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
@media (min-width: 768px) {
  .info-card__section {
    padding: 0 1.5rem;
  }
  .info-card__section:not(:first-child) {
    border-left: 1px solid #e5e7eb;
  }
  .info-card__section:first-child {
    padding-right: 1.5rem;
    padding-left: 0;
  }
  .info-card__section:nth-child(2) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .info-card__section:last-child {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
.info-card__heading {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
  font-size: 18px;
  color: #1e3a8a;
}
.info-card__list {
  margin: 0;
  padding-left: 1rem;
  list-style: none;
}
.info-card__list li + li {
  margin-top: 0.25rem;
}

@media (prefers-color-scheme: dark) {
  .info-card {
    background: #0b0f14;
    border-color: #1f2937;
    color: #d1d5db;
  }
  .info-card__heading {
    color: #93c5fd;
  }
  .info-card__section:not(:first-child) {
    border-left-color: #1f2937;
  }
}
/* Base card */
.epi-training {
  background: linear-gradient(135deg, #eff6ff, #ecfeff);
  border-radius: 1rem;
  border: 1px solid #bfdbfe !important;
}
.epi-training .card-title {
  color: rgb(14.4, 68.8, 113.2);
  letter-spacing: 0.2px;
}
.epi-training .epi-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  color: #fff;
}

/* Steps */
.epi-step-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.epi-step {
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
  position: relative;
}
.epi-step__badge {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1CB0EA);
}
.epi-step__badge svg {
  width: 1.5rem;
  height: 1.5rem;
}
.epi-step__title {
  color: #1e3a8a;
  font-weight: 600;
  font-size: 1rem;
}
.epi-step__desc {
  color: #4b5563;
  font-size: 0.85rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .epi-step:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -19px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: no-repeat center/20px 20px url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" stroke="%2360a5fa" fill="none" viewBox="0 0 24 24"><path stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M5 12h14m-7-7 7 7-7 7"/></svg>');
    opacity: 0.8;
  }
  .epi-step:last-child:before {
    display: none;
  }
}

/* Optional helpers if you want a tighter body spacing on small screens */
@media (max-width: 575.98px) {
  .epi-training .card-body {
    padding-inline: 1rem;
  }
}
.epi-map-output {
  border: 1px solid #bbf7d0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: linear-gradient(to bottom right, var(--color-green-50, #f0fdf4), var(--color-emerald-50, #ecfdf5));
}
.epi-map-output__title {
  color: #14532d;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.epi-map-output__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.epi-map-output__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.epi-map-output__list li span.text-sm {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.4;
}
.epi-map-output .epi-map-output-item-inner {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 1rem;
}
.epi-map-output__icon {
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.epi-map-output__icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

/* optional gradient utility reuse */
.bg-gradient-green-emerald {
  background: linear-gradient(to bottom right, var(--color-green-50, #f0fdf4), var(--color-emerald-50, #ecfdf5));
}

.epi-hierarchy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.epi-hierarchy__item {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: background 0.3s ease;
}
.epi-hierarchy__item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.epi-hierarchy__badge {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.epi-hierarchy {
  /* Text utilities (white shades with opacity) */
}
.epi-hierarchy .text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.epi-hierarchy .text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.epi-hierarchy {
  /* Optional typography helper */
}
.epi-hierarchy .text-xs {
  font-size: 0.8rem;
  line-height: 1.25;
}

.epi-map-steps {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.epi-map-steps .epi-map-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.epi-map-steps .epi-map-step__badge {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
}
.epi-map-steps .epi-map-step__badge.bg-blue {
  background-color: #2563eb;
}
.epi-map-steps .epi-map-step__badge.bg-cyan {
  background-color: #0891b2;
}
.epi-map-steps .epi-map-step__badge.bg-success {
  background-color: #16a34a;
}
.epi-map-steps .epi-map-step__title {
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3;
}
.epi-map-steps .epi-map-step__desc {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.45;
  margin-bottom: 0;
}
.epi-map-steps__note {
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
}
.epi-map-steps__note h5 {
  color: #164e63;
  margin-bottom: 0.75rem;
}
.epi-map-steps__note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.epi-map-steps__note li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #374151;
  font-size: 0.9rem;
}

.epi-final {
  background: var(--color-blue-50, #eff6ff);
  border: 1px solid var(--color-blue-200, #bfdbfe);
  border-radius: 0.75rem;
  padding: 1rem;
}
.epi-final__icon {
  color: #2563eb;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.epi-final__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.epi-final__text {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
}
.epi-final__text strong {
  color: #1e3a8a;
  font-weight: 600;
}

.geo-card {
  --from: var(--color-green-50, #f0fdf4);
  --to: var(--color-emerald-50, #ecfdf5);
  border: 1px solid #bbf7d0;
  border-radius: 0.75rem;
  background: linear-gradient(to bottom right, var(--from), var(--to));
}
.geo-card .geo-card__title {
  color: #14532d;
  line-height: 1.1;
  font-weight: 700;
  font-size: 1rem;
}
.geo-card .geo-card__subtitle {
  color: #4b5563;
  font-size: 0.9rem;
  margin: 0;
}

/* Items */
.geo-item {
  background: #fff;
  border: 1px solid #dcfce7;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  /* emerald variant */
}
.geo-item[data-variant=emerald] {
  border-color: #d1fae5;
}
.geo-item__badge {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 0.5rem;
  background-color: #dcfce7;
}
.geo-item__badge svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #15803d;
}
.geo-item__badge {
  /* emerald variant (inherit via parent attr) */
}
.geo-item[data-variant=emerald] .geo-item__badge {
  background-color: #d1fae5;
}
.geo-item[data-variant=emerald] .geo-item__badge svg {
  color: #047857;
}
.geo-item__title {
  color: #1e3a8a; /* matches your original heading color */
  font-weight: 700;
  font-size: 0.98rem;
}
.geo-item__desc {
  color: #4b5563;
  font-size: 0.8rem;
  line-height: 1.35;
  margin: 0;
}

/* Shell: purple→blue→indigo soft gradient */
.dash-features {
  --from: var(--color-purple-50, $purple-50);
  --via: var(--color-blue-50, $blue-50);
  --to: var(--color-indigo-50, $indigo-50);
  border: 1px solid #e9d5ff;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--from), var(--via) 50%, var(--to));
}
.dash-features__title {
  color: #1e3a8a;
  letter-spacing: 0.2px;
  font-size: clamp(1.05rem, 1vw + 0.9rem, 1.25rem);
}

/* Feature tiles */
.feature-tile {
  background: #fff;
  border: 1px solid #f3e8ff; /* default; variant overrides below */
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.feature-tile__icon {
  background: #f3e8ff; /* default; variant overrides */
  border-radius: 3.5rem;
  padding: 16px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.feature-tile__icon svg {
  width: 32px;
  height: 32px;
}
.feature-tile__img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.feature-tile__title {
  color: #1e3a8a;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.2;
}
.feature-tile__desc {
  color: #4b5563;
  font-size: 0.88rem;
  line-height: 1.35;
}

/* Variant accents (border + icon bg + icon color) */
.feature-tile[data-variant=purple] {
  border-color: #f3e8ff;
}
.feature-tile[data-variant=purple] .feature-tile__icon {
  background: #f3e8ff;
}
.feature-tile[data-variant=purple] .feature-tile__icon svg {
  color: #9333ea;
}

.feature-tile[data-variant=blue] {
  border-color: #dbeafe;
}
.feature-tile[data-variant=blue] .feature-tile__icon {
  background: #dbeafe;
}
.feature-tile[data-variant=blue] .feature-tile__icon svg {
  color: #2563eb;
}

.feature-tile[data-variant=indigo] {
  border-color: #e0e7ff;
}
.feature-tile[data-variant=indigo] .feature-tile__icon {
  background: #e0e7ff;
}
.feature-tile[data-variant=indigo] .feature-tile__icon svg {
  color: #4f46e5;
}

.feature-tile[data-variant=green] {
  border-color: #dcfce7;
}
.feature-tile[data-variant=green] .feature-tile__icon {
  background: #dcfce7;
}
.feature-tile[data-variant=green] .feature-tile__icon svg {
  color: #16a34a;
}

.feature-tile[data-variant=emerald] {
  border-color: #d1fae5;
}
.feature-tile[data-variant=emerald] .feature-tile__icon {
  background: #d1fae5;
}
.feature-tile[data-variant=emerald] .feature-tile__icon svg {
  color: #059669;
}

.feature-tile[data-variant=orange] {
  border-color: #ffedd5;
}
.feature-tile[data-variant=orange] .feature-tile__icon {
  background: #ffedd5;
}
.feature-tile[data-variant=orange] .feature-tile__icon svg {
  color: #ea580c;
}

.feature-tile[data-variant=teal] {
  border-color: #ccfbf1;
}
.feature-tile[data-variant=teal] .feature-tile__icon {
  background: #ccfbf1;
}
.feature-tile[data-variant=teal] .feature-tile__icon svg {
  color: #0d9488;
}

/* Chips for Map Visualization */
.badge-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0.45rem 4px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 600;
  border-radius: 0.375rem;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  white-space: nowrap;
}

/* Small tweaks on narrow screens */
@media (max-width: 575.98px) {
  .dash-features {
    padding: 1rem;
  }
  .feature-tile {
    padding: 0.875rem;
  }
}
.bg-card-gradient {
  background-image: linear-gradient(135deg, #dbeafe, #e0e7ff);
  border: 1px solid #bfdbfe;
  border-radius: 8px;
}

.icon-check svg {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
}

.card-title {
  color: #1e3a8a;
  font-weight: 400;
}

.text-secondary {
  color: #374151 !important;
}

.icon-check svg {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
}

.legend-swatch {
  width: 25px;
  height: 11px;
  border-radius: 4px;
  display: inline-block;
}

.swatch-green {
  background-color: #22c55e;
}

.swatch-green-light {
  background-color: #bbf7d0;
}

.swatch-orange {
  background-color: #fb923c;
}

.swatch-red {
  background-color: #ef4444;
}

.outcome-box {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem; /* rounded */
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}

.outcome-box-icon {
  font-size: 2.5rem; /* Icon size */
  margin-bottom: 1rem;
}

.v-pills-tab-wrapper {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 1rem;
}
.v-pills-tab-wrapper > div {
  height: 100%;
}
.v-pills-tab-wrapper > div .content-module, .v-pills-tab-wrapper > div .tab-pane, .v-pills-tab-wrapper > div .sidebar-nav {
  height: 100%;
}
.v-pills-tab-wrapper > div .sidebar-nav a {
  flex: 1;
}

#dashboard-development .feature-tile__icon {
  border-radius: 10px;
  padding: 10px;
}
#dashboard-development .feature-tile__img {
  width: 1.25rem;
}
#dashboard-development .feature-tile__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.nav-tabs-custom {
  background-color: #fff;
  border: 1px solid #bfdbfe;
  border-radius: calc(0.625rem + 4px);
}
.nav-tabs-custom .nav-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.nav-tabs-custom .nav-link {
  border: 0;
  color: #6c757d;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: calc(0.625rem + 4px) !important;
  width: 100%;
}
.nav-tabs-custom .nav-link.active {
  background-color: #0d6efd;
  color: white;
  border-radius: 0.375rem;
}
.nav-tabs-custom .nav-link:hover:not(.active) {
  color: #0d6efd;
}

.footer-container {
  width: 1024px;
}

.page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.313rem 1rem;
  background-color: #FFFFFF;
  border-top: 0.063rem solid #E6E6E6;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
  }
}
.page-footer > div .d-flex {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-footer > div:nth-child(1), .page-footer > div:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
  }
  .page-footer > div:nth-child(1) .d-flex, .page-footer > div:nth-child(2) .d-flex {
    justify-content: center;
  }
  .page-footer > div:nth-child(2) {
    order: 6;
  }
  .page-footer > div:nth-child(4) .d-flex {
    justify-content: end;
  }
  .page-footer > div > p {
    display: none;
  }
}
.page-footer p {
  margin: 0;
}

#back-trigger {
  display: none;
}
@media screen and (max-width: 999px) {
  #back-trigger {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
    background-color: #1CB0EA;
    border: 0.063rem solid #fff;
    border-radius: 40px;
    padding: 0.5rem;
    color: #fff;
    transition: 0.3s;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#back-trigger > span {
  display: block;
  text-indent: -9999px;
  color: #1CB0EA;
}

.site-header {
  background-color: #1CB0EA;
  border-bottom: 1px solid #0C9DD5;
}

.page-banner {
  padding: 100px 0;
  color: white;
  text-align: center;
}
.page-banner .container {
  max-width: 1010px;
}
.page-banner h1 {
  font-size: 36px;
  font-weight: bold;
}
.page-banner .subtitel {
  font-size: 22px;
  font-weight: 400;
}
.page-banner .banner-menu-item-card {
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  color: inherit;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-image: initial;
  border-radius: 4px;
  padding: 25px;
  text-decoration: none;
  transition: 0.2s;
}
.page-banner .banner-menu-item-card svg {
  width: 40px;
  height: 40px;
}
.page-banner .banner-menu-item-card p {
  margin-bottom: 0px;
}

.text-blue-900 {
  color: #1e3a8a;
}

.text-gray-600 {
  color: #4b5563;
}

.bg-gradient-blue-cyan-600 {
  background: linear-gradient(135deg, #2563eb, #0891b2);
}

.bg-gradient-emerald-green-600 {
  background: linear-gradient(135deg, #059669, #16a34a);
}

.bg-gradient-blue-purple-600 {
  background: linear-gradient(135deg, #2563eb, #9333ea);
}

.bg-gradient-purple-blue-50 {
  background: linear-gradient(135deg, #faf5ff, #eff6ff);
}

.bg-gradient-red-orange-50 {
  background: linear-gradient(135deg, #fdf2f2, #fff7ed);
}

.border-color-cyan-200 {
  border-color: #a5f3fc !important;
}

.border-color-blue-200 {
  border-color: #bfdbfe !important;
}

.bg-cyan-50 {
  background-color: #ecfeff !important;
}

.border-t-blue-600 {
  border-top: 4px solid #2563eb !important;
}

.border-t-cyan-600 {
  border-top: 4px solid #0891b2 !important;
}

.border-l-green-600 {
  border-left: 4px solid #16a34a !important;
}

.page-section {
  padding: 80px 0;
}

.section-header {
  color: #1e3a8a;
}

.section-title-wrapper {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
.section-title-wrapper > div:first-child {
  background-color: #1d4ed8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 62px;
}
.section-title-wrapper > div:first-child svg {
  outline: white;
  width: 32px;
  height: 32px;
}
.section-title-wrapper > div:first-child svg path {
  color: #ffffff;
}
.section-title-wrapper > div:first-child svg circle {
  color: #ffffff;
}

/* Added bg-light for the new sections */
.bg-light {
  background-color: #f8f9fa !important;
}

/* Custom styles for the new tabs */
/* For the stepper line (optional, but nice) */
.stepper-item {
  position: relative;
  padding-bottom: 2.5rem; /* Space for line */
}

.stepper-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 19px; /* Center of the icon */
  top: 40px; /* Start below icon */
  height: calc(100% - 40px);
  width: 2px;
  background-color: #e9ecef; /* Light grey line */
}

/* Custom class for the light purple background */
.bg-purple-subtle {
  background-color: #f3f0ff; /* A light purple color */
}

/* Style for the features in the white box */
.feature-item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #0d6efd; /* Bootstrap Primary Blue */
}

/* Style for the output dashboard features */
.output-feature .icon-circle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #dbeafe; /* Light blue */
  color: #2563eb; /* Darker blue */
}

/* Style for the left vertical navigation */
.sidebar-nav .nav-link {
  color: #495057; /* Dark gray text */
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem; /* space between icon and text */
  border-radius: 0.5rem;
  font-size: 14px;
}
.sidebar-nav .nav-link svg {
  width: 20px;
}

.sidebar-nav .nav-link.active {
  background-color: #f3e8ff; /* Light purple */
  color: #59168b; /* Primary blue */
}

.sidebar-nav .nav-link:not(.active):hover {
  background-color: #f8f9fa; /* Light gray hover */
}

/* Style for the right content box */
.content-module {
  border: 2px solid #f3f0ff; /* Light purple border */
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.svg-green-600 {
  color: #16a34a;
}

.micro-card-bg {
  background-color: #faf5ff;
  border: 1px solid #e9d5ff;
  color: #59168b; /* Primary blue */
}

.output-gis-top-icon {
  width: 55px;
  height: 55px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 0.5rem;
  background-color: #f3e8ff; /* Light purple */
  color: #59168b; /* Primary blue */
}
.output-gis-top-icon svg {
  width: 35px;
  height: 35px;
  color: #59168b;
}

/*# sourceMappingURL=style.css.map */
