/* combine style here */

#zero_config td, #default_order td,
#zero_config th, #default_order th{
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}

.status-btn {
color: black;
border-radius: 50px;
padding: 0.25rem 0.75rem;
font-size: 0.875rem;
border: none;
}

/* Chart Type Toggle */
  #chartTypeDiv a.chart-type-link {
    color: #f9fafb;
    text-decoration: none;
    margin: 0 5px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
  }

  #chartTypeDiv a.chart-type-link:hover {
    background: #3b82f6;
    color: #fff;
    cursor: pointer;
  }

  #chartTypeDiv a.chart-type-link.active {
    background: #2563eb;
    color: #fff;
    font-weight: bold;
  }
