.upload-section {
  transition: all 0.3s ease;
}

.upload-section:hover {
  background-color: #e9ecef !important;
}

.esg_button_style:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.history-section table th {
  border-bottom: 2px solid #3f88a5;
}

.history-section table tbody tr {
  transition: background-color 0.2s ease;
}

.history-section table tbody tr:hover {
  background-color: #f1f8fa;
}

.badge {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
}