.submitBtn {
  margin-left: 135px;

  margin-top: 20px;
}

/* Group background colors */

.group-bg-1 {
  background-color: #e6e6e6; /* light grey (like screenshot) */
}

.group-bg-2 {
  background-color: #ffffff; /* white */
}

/* Ensure merged cells look clean */

.table td[rowspan] {
  vertical-align: middle;
}

.cardflex {
  display: flex;

  gap: 21px;
}

.left-sidebar .brand .logo .logo-lg {
  margin-top: 4px;

  height: 25px;

  margin-left: 2px;

  display: inline-block;
}

.user-initials {
  width: 34px;

  height: 34px;

  background: #6366f1;

  color: #fff;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  font-size: 13px;

  font-weight: 600;

  cursor: pointer;

  text-transform: uppercase;
}
#datatable_1 {
  border-collapse: collapse;
}

#datatable_1 th,
#datatable_1 td {
  border: 1px solid #dee2e6 !important;
  vertical-align: middle;
}

.table th,
.table td {
  border: 1px solid #dee2e6 !important;
  vertical-align: middle;
}
