.breadcrumb ol {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px
}

.breadcrumb ol li {
  list-style: inside;
}

.breadcrumb ol li:first-child {
  list-style: none;
}

h1.page-title {
  padding-bottom: 80px;
  border-bottom: 1px solid #cde6ff;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

body.path-register h1.page-title {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table thead {
  background: #e8e9ed;
}

th, td {
  border: 1px solid #ccc;
  padding: 3px 7px;
  text-align: left;
  vertical-align: middle;
}

body.path-dashboard .page a {
  color: #0081d4;
}
