/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/* Modern Tabs */
.modern-tabs .nav-item {
  margin-bottom: -2px;
}

.modern-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
}

.modern-tabs .nav-link:hover {
  color: #495057;
  background: rgba(0, 0, 0, 0.02);
}

.modern-tabs .nav-link.active {
  color: #007bff;
  background: rgba(0, 123, 255, 0.05);
  border-bottom-color: #007bff;
}

.modern-tabs .tab-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-tabs .tab-content > div {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.modern-tabs .tab-title {
  font-weight: 600;
  font-size: 0.95rem;
  display: block;
}

.modern-tabs .tab-subtitle {
  font-size: 0.75rem;
  color: #6c757d;
  display: block;
}

/*# sourceMappingURL=custom.css.map */
