/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

.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;
}