.report-learning-header {
  background: var(--Gray-Scale-Gray-50, #F2F2F2);
}

.table-row {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--Gray-900, #0F172A);
}

td > span {
  display: block;
}

.report-learning-item {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #E2E8F0;
}

td {
  vertical-align: middle;
}

.table-responsive {
  overflow-x: auto!important;
}

.table th,
.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-wrap: wrap;
}

.dt-info {
  color: #999999 !important;
  font-size: 13px;
}

.breadcrumb-unit a {
  color: var(--White, var(--color-base-white, #FFF));
  font-size: 17px;
  text-decoration: none;
}

.breadcrumb-unit a:hover {
  color: rgba(53, 51, 51, 0.5);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--White, var(--color-base-white, #FFF));
}

.breadcrumb-unit.active {
  color: var(--White, var(--color-base-white, #FFF));
  font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item.active::before {
  font-weight: 400;
}

.btn-report {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 8px 32px;
  position: relative;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
}
