.tab-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.tab-nav {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.tab-link {
  padding: 10px 15px;
  margin-right: 10px;
  text-decoration: none;
  color: #333;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.tab-link:hover {
  color: #700cbf;
}

.tab-link.active {
  color: #700cbf;
  border-bottom-color: #700cbf;
}

.tab-content {
  padding: 20px 0;
}
.action-column {
  min-width: 10vw !important;
}
