.header_navbar {
  background: white;
  border-bottom: 1px solid #d2d6e1;
}

.app_title {
  font-size: 24px;
  font-weight: bold;
  color: #004466;
}

.customer_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.content {
  display: flex;
  align-items: column;
  gap: 32px;
  align-self: stretch;
  flex-direction: column;
  padding: 32px;
}

/* ✅ Apply styles to all navigation links */
#tab-dashboard,
#tab-dashboard-tailored {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0a122b;
}

#link-dashboard,
#link-dashboard-tailored {
  text-decoration: none;
  color: #999eaf;
  display: flex;
  align-items: center;
  gap: 10px;
}

#tab-dashboard.customer_nav_buttom_tab #link-dashboard,
#tab-dashboard-tailored.customer_nav_buttom_tab #link-dashboard-tailored {
  color: black;
  font-weight: 700;
}

.kpi-alert,
.dashboard-alert,
.contract-alert {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #e39a00; /* Optional: a consistent warning color */
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
  text-align: center;
}

.kpi-alert-date {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #e39a00; /* Optional: a consistent warning color */
  vertical-align: middle;
  display: inline-block;
  margin-top: -8px;
  text-align: center;
}

.invisible-alert {
  visibility: hidden;
}

#dynamic_content {
  max-width: 1600px; /* ✅ Adjust max width to your preference */
  width: 100%; /* ✅ Responsive scaling */
  margin: 0 auto; /* ✅ Center horizontally */
}
