html, body {font-size: 14px !important;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;line-height: 1.5 !important;color: #222 !important;}h1 { font-size: 20px !important; font-weight: 600 !important; }h2 { font-size: 18px !important; font-weight: 500 !important; }h3 { font-size: 16px !important; font-weight: 500 !important; }h4, h5, h6 { font-size: 14px !important; font-weight: 500 !important; }.t-Form-label, label {font-size: 13px !important;font-weight: 500 !important;color: #333 !important;}.t-Form-help, .t-Form-itemText {font-size: 12px !important;color: #666 !important;}.t-Button {font-size: 14px !important;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;font-weight: 500 !important;}.t-NavigationBar, .t-TreeNav, .t-NavTabs, .t-NavMenu, .t-Tabs, .t-Breadcrumb-label {font-size: 13px !important;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;font-weight: 500 !important;}.t-Region .t-Region-title,
.t-Region-header .t-Region-title,
.t-Region-header h2 {font-size: 14px !important;font-weight: 500 !important;color: #333 !important;letter-spacing: 0.2px;}.apex-chart .oj-chart-title,
.apex-chart .oj-chart-legend {font-size: 13px !important;}

.a-TreeView-label {
    font-weight: 400 !important;
    font-size: 13.5px !important;
    color: #2c3e50 !important;
    font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif !important;
    letter-spacing: 0.2px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.a-TreeView-label:hover {
    color: #1abc9c !important;
    padding-left: 4px;
}

.a-TreeView-label.is-active {
    font-weight: 500 !important;
    color: #2980b9 !important;
    border-left: 3px solid #2980b9;
    padding-left: 6px;
    background-color: #f8f9fa;
    border-radius: 4px;
}
.custom-badge {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    margin: 5px;
    background-color: #3a8ecf;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.custom-badge:hover {
    background-color: #337ab7;
}

.badge-number {
    font-size: 24px;
    font-weight: bold;
}

.badge-label {
    font-size: 8px;
}
#badge_list .t-BadgeList-label {
    display: none !important;
}

.t-BadgeList--dash.t-BadgeList--fixed .t-BadgeList-item {
  border-right: 1px solid #e0e0e0 !important;
  transition: background-color 0.3s ease !important;
  cursor: pointer !important;
}

.t-BadgeList--dash.t-BadgeList--fixed .t-BadgeList-item:last-child {
  border-right: none !important;
}

.t-BadgeList--dash.t-BadgeList--fixed .t-BadgeList-item:hover {
  background-color: #f0f4f9 !important;
}

.t-IRR-region .a-IRR-table th.a-IRR-header {
  position: relative;
  padding-right: 20px;
}

.t-IRR-region .a-IRR-table th.a-IRR-header .fa-filter {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease;
}

.t-IRR-region .a-IRR-table th.a-IRR-header:hover .fa-filter {
  color: #2754F5;
}

/* Chart title css */
#chart1 .t-Region-title,
#chart2 .t-Region-title,
#chart3 .t-Region-title,
#chart4 .t-Region-title {
  font-size: 10px !important;
  line-height: 1 !important;
  padding: 4px 8px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}