.users-title {
  text-align: center;
  color: white;
  background-color: #1D4C7E;
  padding-bottom: 5px;
  border-radius: 18px 18px 0px 0px;
}

.users-section {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0px;
}

.users-section h2 {
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.checkbox-header {
  text-align: center !important;
  font-weight: bold;
  text-decoration: underline;
}

.users-row {
  padding: 15px;
}

.users-email-header {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the checkbox and spinner */
}

.user-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

