.wire-tab {
    background-color: #f8f9fa !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    color: #495057 !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
  }
  
  .wire-tab-icon {
    margin-right: 6px;
  }
  
  .wire-tab:hover {
    background-color: #e9ecef !important;
    border-bottom: 3px solid #adb5bd !important;
    color: #000 !important;
  }
  
  .wire-tab-active {
    background-color: #ffffff !important;
    border-bottom: 3px solid #007bff !important;
    color: #007bff !important;
    font-weight: bold !important;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2) !important;
  }
