/* =========================
   Font Settings
   ========================= */
html, body {
    font-family: "Nunito Sans";
}

/* =========================
   Headings and Markdown
   ========================= */
h1 {
  color: #00B050 !important;
  font-weight: bold !important;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: 2px;
}
h2 {
  color: #00B050 !important;
  font-weight: bold !important;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.3;
  letter-spacing: 2px;
}
table {
  font-family: "Nunito Sans";
  border-collapse: collapse;
  width: 100%;
}
td, th {
  font-family: "Nunito Sans";
  border: 1px solid #ddd;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
  font-family: "Nunito Sans";
}
tr:hover {
  background-color: #ddd;
  font-family: "Nunito Sans";
}
th {
  font-family: "Nunito Sans";
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(210, 210, 210);
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .dash-cell-value.cell-markdown,
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td .dash-cell-value.cell-markdown,
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th .dash-cell-value.cell-markdown {
    font-family: "Nunito Sans", sans-serif !important;
}

b, strong {
  color: #00B050;
}
.box-style {
  background-color: #BFEBCE;
  color: black;
  border-radius: 8px;
  border: 1px solid #BFEBCE;
  margin-top: 5px;
}
img:not(#logo-img) {
  max-width: 500px;
  max-height: 350px;
  height: auto;
  display: block;
}

/* =========================
   Tabs (if used)
   ========================= */
.custom-tabs .nav-tabs {
  border-bottom: none !important;
  background: transparent !important;
}
.custom-tabs .nav-tabs .nav-link {
  background-color: #ddd !important;
  color: #222 !important;
  border: none !important;
  margin-right: 4px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}
.custom-tabs .nav-tabs .nav-link:hover {
  filter: brightness(0.96);
}
.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-item.show .nav-link {
  background-color: #00B050 !important;
  color: #fff !important;
  border: none !important;
}
#sector-tab-content,
#sector-tab-content .markdown-body {
  background: transparent !important;
}
.sector-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #00B050;
  margin: 1rem 0 0.5rem 0;
  text-align: left;
}

/* =========================
   Button Group
   ========================= */
.sidebar-btn-group {
    width: 250px;      /* Set desired width */
    min-height: 400px; /* Set desired height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
