/* Devise Authentication Styles */

/* Tab Navigation Styles */
.tab-button {
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.tab-button:hover {
  text-decoration: none;
  color: #374151;
  border-bottom-color: #d1d5db;
}

/* Table Cell Utilities */
.cell-truncated {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Text Utilities */
.text-danger {
  color: #d32f2f;
}


