.ckeditor-accordion-container dd a {
  background-color: transparent !important;
  color: var(--tm-color-primary) !important;
  text-decoration: underline !important;
}

.ckeditor-accordion-container dd a:hover {
  text-decoration: none !important;
}

table.sticky-header {
  z-index: 100;
  background-color: #fff;
}

.view table thead th,
.view table tbody td {
  border-color: #cccccc;
}

.view:not(:has(.fc)) table thead th,
.view:not(:has(.fc)) table tbody td {
  border: 1px solid #cccccc;
  padding: 0.5rem;
}

.report-table table thead tr,
.report-table table tbody tr:nth-of-type(even),
.report-table table tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.report-table table thead th,
.report-table table tbody td {
  border: 1px solid #cccccc;
}

.report-table table thead th,
.report-table table thead th a {
  font-weight: 700;
}

.report-table table thead th,
.report-table table tbody td {
  padding: 0.5rem !important;
}

.report-table thead th a:not([class^="tm-"]),
.report-table tbody td a:not([class^="tm-"]) {
  color: var(--tm-color-primary);
}

.report-table table thead th,
.report-table table tbody td,
.report-table table thead th a,
.report-table table tbody td a {
  font-size: 0.75rem !important;
  line-height: 1.5;
}

.report-table table tbody tr:nth-of-type(even):hover,
.report-table table tbody tr:nth-of-type(odd):hover {
  background-color: #e7e7e7;
}

.report-table .card__block--table {
  overflow: auto hidden;
  width: 100%;
  margin-bottom: 0;
}

.report-table__exposed-filters {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
}

.report-table__exposed-filters .button[type="submit"] {
  margin-top: 2.1825rem;
  margin-bottom: 0;
  padding: 7px 12px;
  background-color: var(--tm-color-primary);
  color: var(--tm-color-white);
}

.report-table__exposed-filters .form-item,
.report-table__exposed-filters .form-group,
.report-table__exposed-filters .form-actions {
  margin-bottom: 0;
}

.report-table__edit-node {
  white-space: nowrap;
}

.vbo-table .form-type-checkbox {
  width: 40px;
}

#vbo-action-form-wrapper.card__block {
  margin-bottom: 55px;
}

#vbo-action-form-wrapper .btn-group.dropdown {
  padding-bottom: 0;
}

.branding {
  display: flex;
  gap: 1rem;
}

.branding_logo {
  margin-block-start: 0.5rem;
  max-width: 180px;
  max-height: 35px;
}

#block-dashboardnavlinkforparticipants {
  display: flex;
  align-items: center;
}

#block-dashboardnavlinkforparticipants a {
  padding-block: 0;
}

[data-drupal-selector="views-exposed-form-group-views-page-1"] .control-label--above {
  margin-block-end: 0.5rem;
}

.form-hidden {
  display: none;
}
