<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SearchKit table display styling */

#bootstrap-theme .crm-search-display-table &gt; table.table &gt; thead &gt; tr &gt; th {
  position: relative;
}

#bootstrap-theme .crm-search-display-table &gt; table.table &gt; thead &gt; tr &gt; th i.crm-search-table-column-sort-icon {
  position: absolute;
  left: 2px;
  bottom: 10px;
}

#bootstrap-theme .crm-search-display-table &gt; table.table &gt; thead &gt; tr &gt; th i.crm-search-table-column-sort-icon + .crm-search-display-table-column-label {
  margin-left: 4px;
  display: inline-block;
}

#bootstrap-theme .crm-search-display-table &gt; table.table &gt; thead &gt; tr &gt; th.crm-search-result-select {
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  color: initial;
  /* Don't allow button to be split on 2 lines */
  min-width: 86px;
}

#bootstrap-theme .crm-search-display.crm-search-display-table tfoot &gt; tr &gt; td {
  font-weight: bold;
}

table.crm-sticky-header &gt; thead &gt; tr {
  position: sticky !important;
  top: var(--crm-menubar-bottom, 0px);
  z-index: 2;
}

/* Nested styling for hierarchical rows */
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-row {
  position: relative;
}
#bootstrap-theme .crm-search-display-table crm-search-display-toggle-collapse {
  position: relative;
  z-index: 1;
}
/* Depth &gt;= 1 */
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-child:first-child:not(.crm-search-ctrl-column),
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-child {
  padding-left: 35px;
}
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-child:first-child:not(.crm-search-ctrl-column):before,
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 15px;
  height: calc(100%/2);
  border-bottom: 2px dotted currentColor;
  border-left: 2px dotted currentColor;
}
#bootstrap-theme .crm-search-display-table .crm-hierarchical-depth-1 crm-search-display-toggle-collapse {
  left: 30px;
}
/* Depth = 2 */
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-depth-2:first-child:not(.crm-search-ctrl-column),
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-depth-2 {
  padding-left: 65px;
}
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-depth-2:first-child:not(.crm-search-ctrl-column):before,
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-depth-2:before {
  left: 45px;
}
#bootstrap-theme .crm-search-display-table .crm-hierarchical-depth-2 crm-search-display-toggle-collapse {
  left: 60px;
}
/* Depth = 3 */
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-depth-3:first-child:not(.crm-search-ctrl-column),
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-depth-3 {
  padding-left: 95px;
}
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-depth-3:first-child:not(.crm-search-ctrl-column):before,
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-depth-3:before {
  left: 75px;
}
#bootstrap-theme .crm-search-display-table .crm-hierarchical-depth-3 crm-search-display-toggle-collapse {
  left: 90px;
}
/* Depth = 4 */
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-depth-4:first-child:not(.crm-search-ctrl-column),
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-depth-4 {
  padding-left: 125px;
}
#bootstrap-theme .crm-search-display-table tr td.crm-hierarchical-depth-4:first-child:not(.crm-search-ctrl-column):before,
#bootstrap-theme .crm-search-display-table tr td.crm-search-ctrl-column + td.crm-hierarchical-depth-4:before {
  left: 105px;
}
#bootstrap-theme .crm-search-display-table .crm-hierarchical-depth-4 crm-search-display-toggle-collapse {
  left: 120px;
}
</pre></body></html>