.search-views-layout {
  align-items: flex-start;
  display: flex;
}

.search-views-content {
  flex: 1 1 0;
  min-width: 0;
}

.gramene-sidebar, .sorghumbase-sidebar {
  flex: 0 0 250px;
  align-self: flex-start;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  position: sticky;
  top: 0;
}

.gramene-sidebar {
  background-color: #557b74;
}

.sorghumbase-sidebar {
  background-color: #a03e34;
}

@media (width <= 767px) {
  .search-views-layout {
    flex-direction: column;
  }

  .gramene-sidebar, .sorghumbase-sidebar {
    flex: none;
    width: 100%;
    position: static;
  }

  .search-views-content {
    width: 100%;
  }
}

.gramene-filter {
  background-color: #fff;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .875rem;
}

.gramene-filter span:hover {
  font-weight: bolder;
}

.gramene-filter-AND {
  background-color: #ffcd82;
}

.gramene-filter-OR {
  background-color: #c5eeb9;
}

.gramene-filter-EXPAND {
  background-color: #c3dcf5;
}

.gramene-filter-expansion {
  text-align: center;
  color: #1c4f80;
  font-size: .8rem;
  font-style: italic;
  display: block;
}

.gramene-filter-NOT {
  border-left: 4px inset #ff5354;
  padding-left: 4px;
}

.gramene-filter-operation {
  text-align: center;
  font-style: italic;
}

.gramene-filter-marked {
  font-weight: bolder;
}

.gramene-filter-menu ul {
  border-top-style: solid;
  border-top-width: 2px;
  padding-left: 0;
}

.gramene-filter-menu li {
  cursor: pointer;
  padding: 8px 8px 8px 15px;
  display: block;
}

.gramene-filter-menu li:hover {
  background-color: #feff96;
}

.gramene-filter-menu li.gramene-filter-menu-label {
  cursor: default;
  padding-bottom: 2px;
  font-weight: bold;
}

.gramene-filter-menu li.gramene-filter-menu-label:hover {
  background-color: #0000;
}

.gramene-filter-menu li.gramene-filter-menu-radio {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 25px;
}

.gramene-filter-menu li.gramene-filter-menu-radio input {
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
}

.gramene-view-header {
  color: #a03e34;
  background-color: #fff3a96e;
  border-top: solid #557b74;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  width: 100%;
  font-size: larger;
  font-weight: bold;
  display: flex;
}

.gramene-view {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
}

.gramene-view-span-on {
  cursor: pointer;
  vertical-align: text-bottom;
  color: #a03e34;
  padding-left: 5px;
}

.gramene-view-span-off {
  cursor: pointer;
  vertical-align: text-bottom;
  padding-left: 5px;
}

.gramene-view li {
  cursor: pointer;
  border-left-style: inset;
  border-left-width: 8px;
  margin-bottom: 2px;
  padding-left: 5px;
  display: block;
}

.gramene-view-on {
  border-left-color: #40a0ff;
  font-weight: bold;
}

.gramene-view-off {
  border-left-color: #ff6d68;
}

.gramene-view-disabled {
  color: #a9a9a9;
  border-left-color: #efefef;
  cursor: default !important;
}

#gramene-suggestion button {
  border-radius: .6rem;
  line-height: 1;
}

#gramene-suggestion button:focus {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.sidebar-section {
  margin-bottom: 4px;
}

.sidebar-section-header {
  cursor: pointer;
  color: #fff8dc;
  -webkit-user-select: none;
  user-select: none;
  border-top: 3px solid;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px 2px 6px;
  display: flex;
}

.gramene-sidebar .sidebar-section-header {
  background-color: #557b74;
  border-top-color: #3d5b55;
}

.sorghumbase-sidebar .sidebar-section-header {
  background-color: #a03e34;
  border-top-color: #7a2f27;
}

.sidebar-section-header:hover {
  background: #ffffff1a;
}

.gramene-sidebar .sidebar-section-header:hover {
  background-color: #4a6d66;
}

.sorghumbase-sidebar .sidebar-section-header:hover {
  background-color: #8c352d;
}

.sidebar-section-actions {
  color: #fff8dc;
  align-items: center;
  gap: .25rem;
  display: flex;
}

.sidebar-section-toggle {
  font-size: .85rem;
  font-weight: bold;
}

.sidebar-section-toggle svg {
  stroke: currentColor;
  stroke-width: 2px;
}

.sidebar-section-body {
  background-color: #fff3a9;
  padding: 4px;
}

@media (width <= 767px) {
  .gramene-sidebar, .sorghumbase-sidebar {
    padding: 4px 8px;
  }

  .gramene-view {
    flex-wrap: wrap;
    gap: 2px 8px;
    padding: 2px 4px;
    display: flex;
  }

  .gramene-view li {
    border-left-width: 4px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 4px;
    font-size: .8rem;
    display: inline-flex;
  }

  .gramene-view-header {
    padding: 2px 0;
    font-size: small;
  }

  .gramene-filter {
    padding: 2px 4px;
    font-size: .8rem;
  }

  .gramene-filter-menu li {
    padding: 4px 4px 4px 10px;
  }

  #gramene-suggestion button {
    margin-bottom: 2px;
    padding: .35rem .6rem;
    font-size: .8rem;
  }

  #search-input {
    font-size: 1rem;
  }
}

.tax-tree {
  margin-top: 8px;
  font-size: 14px;
}

.tax-node {
  border-radius: 2px;
}

.tax-row {
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  display: flex;
}

.tax-chevron {
  cursor: pointer;
  align-items: center;
  width: 14px;
  display: inline-flex;
}

.tax-chevron-spacer {
  width: 14px;
  display: inline-block;
}

.tax-label-internal {
  font-weight: 600;
}

.tax-sep {
  color: #888;
  font-weight: normal;
}

.tax-count {
  color: #555;
  margin-left: 4px;
  font-size: 12px;
}

.tax-self-leaf {
  color: #444;
  align-items: center;
  gap: 2px;
  margin-left: 8px;
  font-size: 12px;
  display: inline-flex;
}

.tax-ellipsis {
  cursor: help;
  color: #666;
}

.tax-ellipsis-full, .tax-ellipsis:hover .tax-ellipsis-short {
  display: none;
}

.tax-ellipsis:hover .tax-ellipsis-full {
  color: #333;
  display: inline;
}

.tax-search {
  margin: 8px 0;
  position: relative;
}

.tax-search-input {
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
}

.tax-search-results {
  z-index: 10;
  background: #fff;
  border: 1px solid #bbb;
  border-top: none;
  border-radius: 0 0 3px 3px;
  max-height: 280px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px #0000001a;
}

.tax-search-hit {
  cursor: pointer;
  padding: 4px 8px;
  font-size: 13px;
}

.tax-search-hit:hover, .tax-search-hit-active {
  background: #e3ecff;
}

.tax-search-name {
  font-weight: 600;
}

.tax-search-syn {
  color: #777;
  font-style: italic;
}

.tax-search-rank {
  color: #0366d6;
  text-transform: uppercase;
  margin-left: 4px;
  font-size: 11px;
}

.tax-search-count {
  color: #555;
  font-size: 12px;
}

.tax-search-empty {
  color: #777;
  padding: 6px 8px;
  font-size: 13px;
  font-style: italic;
}

.tax-node-highlight {
  outline: 2px solid #ffc107;
  animation: 1.6s ease-out taxFlash;
}

@keyframes taxFlash {
  0% {
    background-color: #fff3cd;
  }

  100% {
    background-color: #0000;
  }
}

.gramene-interval {
  border-top: 1px solid #00000026;
  margin-top: .4rem;
  padding-top: .35rem;
}

.gramene-interval-toggle {
  cursor: pointer;
  align-items: center;
  gap: .3rem;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.gramene-interval-form {
  margin-top: .4rem;
}

.gramene-interval-range {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.gramene-interval-range input {
  font-variant-numeric: tabular-nums;
}

.gramene-interval-dash {
  opacity: .6;
}

.gramene-interval-error {
  color: #a03e34;
  margin-top: .25rem;
  font-size: .75rem;
}

.gramene-filter-editor {
  border-top: 1px dashed #0003;
  margin-top: 2px;
  padding: 4px 2px 2px;
}

.gramene-interval-actions {
  align-items: center;
  gap: .25rem;
  margin-top: .4rem;
  display: flex;
}

.gramene-interval-actions .gramene-interval-submit {
  flex: auto;
  margin-top: 0;
}

.gramene-interval-cancel {
  flex: none;
  padding: 0 .25rem;
  font-size: .75rem;
}

.visible-detail {
  border: 1px solid #557b74;
  padding: 6px 12px;
}

.detail {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.table {
  width: 100%;
  max-width: 100%;
}

.xrefs {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  border-color: gray;
  width: 100%;
}

table.xrefs th:first-child, table.xrefs td:first-child, table.xrefs th:nth-child(2), table.xrefs td:nth-child(2) {
  white-space: nowrap;
  width: 1%;
}

table.xrefs th:nth-child(3), table.xrefs td:nth-child(3) {
  width: 100%;
}

.xref-name-col, .xref-10-col {
  white-space: nowrap;
}

.xref-id-list {
  padding-left: 0;
  list-style: none;
}

.result-gene {
  border: 5px solid #fff;
  padding: .2em;
}

.result-gene:hover {
  border-color: #faebd7;
}

.gene-id {
  color: #000;
}

.gene-name {
  color: #557b74;
  margin-bottom: 0;
}

.gene-description {
  margin-bottom: 0;
}

.gene-species {
  white-space: nowrap;
  font-size: small;
  font-style: italic;
  font-weight: bold;
}

.gene-synonyms {
  font-size: small;
}

.gene-alt-ids {
  color: #6c757d;
  font-size: small;
}

.gene-extras {
  border: 1px dashed #00f;
}

.gene-panlink {
  float: right;
  margin-bottom: .25rem;
  margin-left: .5rem;
}

.gene-panlink img {
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: 60px;
}

.suggestion-panlink img {
  width: auto;
  max-width: 100%;
  height: 60px;
}

@media (width <= 1200px) {
  .gene-panlink img, .suggestion-panlink img {
    height: 30px;
  }
}

@media (width <= 767px) {
  .result-gene-summary {
    flex-wrap: wrap;
  }

  .result-gene-title-body {
    flex: 100%;
  }

  .model-ortholog, .closest-ortholog, .gene-summary-tair {
    flex: 100%;
    width: auto;
    max-width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }

  .model-ortholog, .closest-ortholog {
    grid-template-columns: 1fr;
  }

  .model-ortholog h3.gene-id, .closest-ortholog h3.gene-id {
    grid-area: 2 / 1;
  }

  .model-ortholog .gene-species, .closest-ortholog .gene-species {
    text-align: left;
    grid-area: 3 / 1;
  }

  .model-ortholog .rep-identity, .closest-ortholog .rep-identity {
    text-align: left;
    grid-area: 4 / 1;
  }

  .model-ortholog p, .closest-ortholog p {
    grid-row: 5;
    display: block;
  }

  .gene-panlink {
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: .25rem;
    display: inline;
  }

  table.xrefs-pubs th:nth-child(2), table.xrefs-pubs td:nth-child(2) {
    display: none;
  }
}

.gene-curation {
  border: 1px solid gray;
  flex-shrink: 0;
  margin-top: 20px;
}

.gene-curation span {
  color: #fff;
  text-align: center;
  width: 20px;
  display: inline-block;
}

.gene-curation .okay {
  background-color: #0c00f3;
}

.gene-curation .flagged {
  background-color: #ff8c00;
}

.gene-detail-tabs {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.gene-detail-tabs > div {
  box-sizing: border-box;
  flex: 0 0 25%;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-width: 25%;
  min-height: 36px;
  padding: 6px 4px;
  display: flex;
}

@media (width >= 992px) {
  .gene-detail-tabs > div {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

.gene-detail-tab-closed {
  color: #006400;
  cursor: pointer;
}

.gene-detail-tab-disabled {
  color: #d3d3d3;
  cursor: not-allowed;
}

.gene-detail-tab-empty {
  color: #006400;
  cursor: pointer;
  font-style: oblique;
}

.gene-detail-tab-empty:before {
  content: "Add ";
}

.gene-detail-tab-expanded {
  color: #fff;
  cursor: pointer;
  background-color: #557b74;
}

.result-gene-summary {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.result-gene-summary .species-name {
  white-space: nowrap;
  font-style: italic;
}

.result-gene-title-body {
  flex: auto;
  width: 100%;
  max-width: 1036px;
}

.model-ortholog, .closest-ortholog, .gene-summary-tair {
  cursor: pointer;
  border: 1px solid #ff8c00;
  flex: none;
  width: 380px;
  max-width: 380px;
  margin-top: 10px;
  margin-left: 1rem;
  padding: .25rem .5rem .5rem;
  font-size: smaller;
}

.model-ortholog, .closest-ortholog {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 .5rem;
  display: grid;
}

.model-ortholog h3.gene-id, .closest-ortholog h3.gene-id {
  overflow-wrap: break-word;
  word-break: break-all;
  grid-area: 2 / 1;
  min-width: 0;
  margin: 0;
  font-size: 1.5em;
}

.model-ortholog .gene-species, .closest-ortholog .gene-species {
  text-align: right;
  grid-area: 2 / 2;
  align-self: end;
}

.model-ortholog .rep-identity, .closest-ortholog .rep-identity {
  text-align: right;
  grid-area: 3 / 2;
  align-self: start;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.model-ortholog p, .closest-ortholog p {
  grid-area: 4 / 1 / auto / -1;
  margin: .25rem 0 0;
  display: none;
}

.model-ortholog:hover p, .model-ortholog:focus p, .closest-ortholog:hover p, .closest-ortholog:focus p {
  display: block;
}

.model-ortholog {
  border: 1px dotted #ff8c00;
}

.closest-ortholog {
  border: 1px dotted #006400;
}

.gene-summary-tair {
  border: 1px dotted #00008b;
}

.gene-summary-tair .rest {
  display: none;
}

.gene-summary-tair:hover .rest, .gene-summary-tair:focus .rest {
  display: inline;
}

.gene-summary-tair:hover .ellipsis, .gene-summary-tair:focus .ellipsis {
  display: none;
}

.closest-ortholog:before, .model-ortholog:before, .gene-summary-tair:before {
  text-align: center;
  background: #fff;
  border: 1px dotted;
  grid-area: 1 / 1 / auto / -1;
  margin: -.25rem -.5rem .25rem;
  padding: 0 .5rem;
  display: block;
}

.model-ortholog:before {
  content: "Model Species Homolog";
  color: orange;
}

.closest-ortholog:before {
  content: "Closest Annotated Homolog";
  color: #006400;
}

.gene-summary-tair:before {
  content: "TAIR Curated Description";
  color: #00008b;
}

.rep-identity {
  margin-left: auto;
  padding-top: 5px;
  padding-right: 10px;
  font-style: italic;
}

.rep-identity:after {
  content: "% identity";
}

.eFP:before {
  content: url("BAR-logo.fb7d0f73.png");
  padding-right: 5px;
  position: relative;
  top: 5px;
}

.eFP:after {
  content: "New!";
  color: red;
  vertical-align: super;
  padding-left: 2px;
  font-size: x-small;
  font-style: italic;
  font-weight: bold;
  line-height: normal;
}

.gxa:before {
  content: url("expression-atlas-logo.87d25571.png");
  padding-right: 5px;
  position: relative;
  top: 5px;
}

.gene-search-pic-sugg {
  background: url("suggestions.7b2830b6.png") 0 0 / contain no-repeat;
  width: 100%;
  height: 200px;
}

.gene-search-pic-results {
  background: url("results.e437a98f.png") 0 0 / contain no-repeat;
  width: 100%;
  height: 200px;
}

.gene-search-pic-genetree {
  background: url("genetree.145467e3.png") 0 0 / contain no-repeat;
  width: 100%;
  height: 200px;
}

.tbrowse-root, .tbrowse-tooltip, .tbrowse-fieldpicker, .tbrowse-msa-mask-panel {
  z-index: 1100 !important;
}

.MSAlignments-wrapper {
  overflow: scroll hidden;
}

.clustal {
  white-space: nowrap;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.clustal .A, .clustal .I, .clustal .L, .clustal .M, .clustal .F, .clustal .W, .clustal .V {
  background-color: #80a0f0;
}

.clustal .R, .clustal .K {
  color: #fcff89;
  background-color: #f01505;
}

.clustal .N, .clustal .Q, .clustal .S, .clustal .T {
  background-color: #0f0;
}

.clustal .D, .clustal .E {
  color: #fcff89;
  background-color: #c048c0;
}

.clustal .C {
  background-color: #f08080;
}

.clustal .G {
  background-color: #f09048;
}

.clustal .Y .clustal .H {
  background-color: #15a4a4;
}

.clustal .P {
  background-color: #ff0;
}

.clustal .B, .clustal .X, .clustal .Z {
  background-color: #fff;
}

.clustal .gap {
  color: #ccc;
}

.zappo {
  white-space: nowrap;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.zappo .A, .zappo .I, .zappo .L, .zappo .M, .zappo .V {
  background-color: #ffafaf;
}

.zappo .R, .zappo .H, .zappo .K {
  color: #fcff89;
  background-color: #6464ff;
}

.zappo .N, .zappo .Q, .zappo .S, .zappo .T {
  background-color: #0f0;
}

.zappo .D, .zappo .E {
  background-color: red;
}

.zappo .C {
  background-color: #ff0;
}

.zappo .G, .zappo .P {
  color: #fcff89;
  background-color: #f0f;
}

.zappo .F, .zappo .W, .zappo .Y {
  background-color: #ffc800;
}

.zappo .B, .zappo .X, .zappo .Z {
  background-color: #fff;
}

.zappo .gap {
  color: #ccc;
}

.taylor {
  white-space: nowrap;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.taylor .A {
  background-color: #cf0;
}

.taylor .R {
  color: #fcff89;
  background-color: #00f;
}

.taylor .N {
  color: #fcff89;
  background-color: #c0f;
}

.taylor .D {
  color: #fcff89;
  background-color: red;
}

.taylor .C {
  background-color: #ff0;
}

.taylor .Q {
  background-color: #f0c;
}

.taylor .E {
  color: #fcff89;
  background-color: #f06;
}

.taylor .G {
  background-color: #f90;
}

.taylor .H {
  color: #fcff89;
  background-color: #06f;
}

.taylor .I {
  background-color: #6f0;
}

.taylor .L {
  background-color: #3f0;
}

.taylor .K {
  color: #fcff89;
  background-color: #60f;
}

.taylor .M {
  background-color: #0f0;
}

.taylor .F {
  background-color: #0f6;
}

.taylor .P {
  background-color: #fc0;
}

.taylor .S {
  color: #fcff89;
  background-color: #f30;
}

.taylor .T {
  background-color: #f60;
}

.taylor .W {
  background-color: #0cf;
}

.taylor .Y {
  background-color: #0fc;
}

.taylor .V {
  background-color: #9f0;
}

.taylor .B, .taylor .X, .taylor .Z {
  background-color: #fff;
}

.taylor .gap {
  color: #ccc;
}

.hydrophobicity {
  white-space: nowrap;
  color: #fcff89;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.hydrophobicity .A {
  background-color: #ad0052;
}

.hydrophobicity .R, .hydrophobicity .K {
  background-color: #00f;
}

.hydrophobicity .N, .hydrophobicity .D, .hydrophobicity .Q, .hydrophobicity .E, .hydrophobicity .B, .hydrophobicity .Z {
  background-color: #0c00f3;
}

.hydrophobicity .C {
  background-color: #c2003d;
}

.hydrophobicity .G {
  background-color: #6a0095;
}

.hydrophobicity .H {
  background-color: #1500ea;
}

.hydrophobicity .L {
  background-color: #ea0015;
}

.hydrophobicity .M {
  background-color: #b0004f;
}

.hydrophobicity .F {
  background-color: #cb0034;
}

.hydrophobicity .P {
  background-color: #4600b9;
}

.hydrophobicity .S {
  background-color: #5e00a1;
}

.hydrophobicity .T {
  background-color: #61009e;
}

.hydrophobicity .W {
  background-color: #5b00a4;
}

.hydrophobicity .Y {
  background-color: #4f00b0;
}

.hydrophobicity .V {
  background-color: #f60009;
}

.hydrophobicity .X {
  background-color: #680097;
}

.hydrophobicity .gap {
  color: #ccc;
}

.helix_propensity {
  white-space: nowrap;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.helix_propensity .A {
  background-color: #e718e7;
}

.helix_propensity .R {
  background-color: #6f906f;
}

.helix_propensity .N {
  background-color: #1be41b;
}

.helix_propensity .D {
  background-color: #787;
}

.helix_propensity .C {
  background-color: #23dc23;
}

.helix_propensity .Q {
  background-color: #926d92;
}

.helix_propensity .E {
  background-color: #f0f;
}

.helix_propensity .G {
  background-color: #0f0;
}

.helix_propensity .H {
  background-color: #758a75;
}

.helix_propensity .I {
  background-color: #8a758a;
}

.helix_propensity .L {
  background-color: #ae51ae;
}

.helix_propensity .K {
  background-color: #a05fa0;
}

.helix_propensity .M {
  background-color: #ef10ef;
}

.helix_propensity .F {
  background-color: #986798;
}

.helix_propensity .P {
  background-color: #0f0;
}

.helix_propensity .S {
  background-color: #36c936;
}

.helix_propensity .T {
  background-color: #47b847;
}

.helix_propensity .W {
  background-color: #8a758a;
}

.helix_propensity .Y {
  background-color: #21de21;
}

.helix_propensity .V {
  background-color: #857a85;
}

.helix_propensity .B {
  background-color: #49b649;
}

.helix_propensity .X {
  background-color: #758a75;
}

.helix_propensity .Z {
  background-color: #c936c9;
}

.helix_propensity .gap {
  color: #ccc;
}

.strand_propensity {
  white-space: nowrap;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.strand_propensity .A {
  background-color: #5858a7;
}

.strand_propensity .R {
  background-color: #6b6b94;
}

.strand_propensity .N {
  background-color: #64649b;
}

.strand_propensity .D {
  background-color: #2121de;
}

.strand_propensity .C {
  background-color: #9d9d62;
}

.strand_propensity .Q {
  background-color: #8c8c73;
}

.strand_propensity .E {
  background-color: #00f;
}

.strand_propensity .G {
  background-color: #4949b6;
}

.strand_propensity .H {
  background-color: #60609f;
}

.strand_propensity .I {
  background-color: #ecec13;
}

.strand_propensity .L {
  background-color: #b2b24d;
}

.strand_propensity .K {
  background-color: #4747b8;
}

.strand_propensity .M {
  background-color: #82827d;
}

.strand_propensity .F {
  background-color: #c2c23d;
}

.strand_propensity .P {
  background-color: #2323dc;
}

.strand_propensity .S {
  background-color: #4949b6;
}

.strand_propensity .T {
  background-color: #9d9d62;
}

.strand_propensity .W {
  background-color: #c0c03f;
}

.strand_propensity .Y {
  background-color: #d3d32c;
}

.strand_propensity .V {
  background-color: #ff0;
}

.strand_propensity .B {
  background-color: #4343bc;
}

.strand_propensity .X {
  background-color: #797986;
}

.strand_propensity .Z {
  background-color: #4747b8;
}

.strand_propensity .A, .strand_propensity .R, .strand_propensity .N, .strand_propensity .D, .strand_propensity .E, .strand_propensity .G, .strand_propensity .H, .strand_propensity .K, .strand_propensity .P, .strand_propensity .S, .strand_propensity .B, .strand_propensity .Z {
  color: #fcff89;
}

.strand_propensity .gap {
  color: #ccc;
}

.turn_propensity {
  white-space: nowrap;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.turn_propensity .gap {
  color: #ccc;
}

.turn_propensity .A {
  background-color: #2cd3d3;
}

.turn_propensity .R {
  background-color: #708f8f;
}

.turn_propensity .N {
  background-color: red;
}

.turn_propensity .D {
  background-color: #e81717;
}

.turn_propensity .C {
  background-color: #a85757;
}

.turn_propensity .Q {
  background-color: #3fc0c0;
}

.turn_propensity .E {
  background-color: #788;
}

.turn_propensity .G {
  background-color: red;
}

.turn_propensity .H {
  background-color: #708f8f;
}

.turn_propensity .I {
  background-color: #0ff;
}

.turn_propensity .L {
  background-color: #1ce3e3;
}

.turn_propensity .K {
  background-color: #7e8181;
}

.turn_propensity .M, .turn_propensity .F {
  background-color: #1ee1e1;
}

.turn_propensity .P {
  background-color: #f60909;
}

.turn_propensity .S {
  background-color: #e11e1e;
}

.turn_propensity .T, .turn_propensity .W {
  background-color: #738c8c;
}

.turn_propensity .Y {
  background-color: #9d6262;
}

.turn_propensity .V {
  background-color: #07f8f8;
}

.turn_propensity .B {
  background-color: #f30c0c;
}

.turn_propensity .X {
  background-color: #7c8383;
}

.turn_propensity .Z {
  background-color: #5ba4a4;
}

.turn_propensity .N, .turn_propensity .D, .turn_propensity .G, .turn_propensity .P, .turn_propensity .S, .turn_propensity .B {
  color: #fcff89;
}

.buried_index {
  white-space: nowrap;
  height: 18px;
  font-family: monospace;
  font-size: 12px;
}

.buried_index .gap {
  color: #ccc;
}

.buried_index .A {
  background-color: #00a35c;
}

.buried_index .R {
  background-color: #00fc03;
}

.buried_index .N, .buried_index .D {
  background-color: #00eb14;
}

.buried_index .C {
  background-color: #00f;
}

.buried_index .Q, .buried_index .E {
  background-color: #00f10e;
}

.buried_index .G {
  background-color: #009d62;
}

.buried_index .H {
  background-color: #00d52a;
}

.buried_index .I {
  background-color: #0054ab;
}

.buried_index .L {
  background-color: #007b84;
}

.buried_index .K {
  background-color: #0f0;
}

.buried_index .M {
  background-color: #009768;
}

.buried_index .F {
  background-color: #008778;
}

.buried_index .P {
  background-color: #00e01f;
}

.buried_index .S {
  background-color: #00d52a;
}

.buried_index .T {
  background-color: #00db24;
}

.buried_index .W {
  background-color: #00a857;
}

.buried_index .Y {
  background-color: #00e619;
}

.buried_index .V {
  background-color: #005fa0;
}

.buried_index .B {
  background-color: #00eb14;
}

.buried_index .X {
  background-color: #00b649;
}

.buried_index .Z {
  background-color: #00f10e;
}

.buried_index .C, .buried_index .I, .buried_index .V {
  color: #fcff89;
}

.display-mode .btn-toolbar {
  padding-left: 10px;
  position: absolute;
}

.tooltip-inner {
  max-width: 400px;
}

.genetree-vis .node, .genetree-vis .edge {
  cursor: pointer;
}

.genetree-vis .tree-wrapper * {
  transition: all 20ms ease-in-out;
}

.genetree-vis .tree-wrapper .clade {
  transition: transform 20ms ease-in-out;
}

.genetree-vis .tree-wrapper .clade .edge-rect {
  transition: scaleY 20ms ease-in-out, scaleX 20ms ease-in-out, transform 20ms ease-in-out;
}

.genetree-vis .interaction-helper {
  opacity: 0;
}

.genetree-vis .node circle {
  stroke: #777;
  fill: #fff;
}

.genetree-vis .speciation rect {
  fill: navy;
}

.genetree-vis .duplication rect {
  fill: #cd0000;
}

.genetree-vis .node:hover .internal, .genetree-vis .edge:hover .internal, .genetree-vis .node:hover .gene circle, .genetree-vis .edge:hover .gene circle, .genetree-vis .node:hover ~ .clade .node rect, .genetree-vis .edge:hover ~ .clade .node rect, .genetree-vis .node:hover + .node rect, .genetree-vis .edge:hover + .node rect {
  transform: scale(2);
}

.genetree-vis .node:hover ~ .clade .interaction-rect, .genetree-vis .edge:hover ~ .clade .interaction-rect {
  opacity: 1;
  fill-opacity: 1;
}

.genetree-vis .node:hover ~ .clade circle, .genetree-vis .edge:hover ~ .clade circle, .genetree-vis .node:hover + .node circle, .genetree-vis .edge:hover + .node circle, .genetree-vis .node:hover .collapsed path, .genetree-vis .edge:hover .collapsed path, .genetree-vis .node:hover ~ .clade .collapsed path, .genetree-vis .edge:hover ~ .clade .collapsed path, .genetree-vis .node:hover + .node .collapsed path, .genetree-vis .edge:hover + .node .collapsed path {
  stroke-width: 2px;
}

.genetree-vis .node:hover ~ .clade text, .genetree-vis .edge:hover ~ .clade text, .genetree-vis .node:hover text, .genetree-vis .edge:hover text {
  font-weight: bolder;
}

.genetree-vis .node .gene.ortholog_one2one circle, .genetree-vis .node .gene.ortholog_one2many circle, .genetree-vis .node .gene.ortholog_many2many circle {
  stroke: orange;
}

.genetree-vis .node .gene.within_species_paralog circle {
  stroke: green;
}

.genetree-vis .node .gene.self circle {
  stroke: red;
  fill: red;
}

.genetree-vis .node .gene.self text {
  font-weight: bolder;
}

.genetree-vis .node .gene.representative circle {
  stroke: orange;
  fill: orange;
}

.genetree-vis .node text {
  fill-opacity: 1;
  text-anchor: start;
  font-size: 11px;
}

.genetree-vis .collapsed path {
  stroke-width: 1px;
}

.genetree-vis .domains rect {
  cursor: pointer;
  stroke-opacity: 0;
}

.genetree-vis .domains rect:hover {
  cursor: pointer;
  stroke-opacity: 1;
}

.popover-title .tooltip-title-button {
  margin-top: -4px !important;
  margin-right: 4px !important;
}

.msa-slider {
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.resize-drag {
  color: red;
  box-sizing: border-box;
  background: none;
  border: 4px solid #7c8383;
  border-radius: 8px;
  font-family: sans-serif;
  font-size: 1px;
}

.resize-container {
  width: 100%;
  height: 100%;
}

.pathways-layout {
  align-items: stretch;
  display: flex;
}

.pathways-tree-toggle {
  cursor: pointer;
  color: #666;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  padding: 0;
  font-size: 12px;
  display: flex;
}

.pathways-tree-toggle:hover {
  color: #333;
  background: #e0e0e0;
}

.pathways-tree-panel {
  border: 1px solid #ccc;
  border-right: none;
  flex: 0 0 250px;
  width: 250px;
  height: 100%;
  overflow: hidden auto;
}

.pathways-diagram-panel {
  flex: auto;
  min-width: 0;
}

.pathways-resize-handle, .details-resize-handle {
  cursor: ns-resize;
  background: #e0e0e0;
  border: 1px solid #ccc;
  border-top: none;
  height: 6px;
  transition: background .15s;
}

.pathways-resize-handle:hover, .details-resize-handle:hover {
  background: #179ed3;
}

.pathways-tree-panel .rstm-tree-item-group {
  border-top: none;
}

.pathways-tree-panel .rstm-tree-item {
  border-bottom: 1px solid #eee;
  padding: .2rem .4rem;
  font-size: .8rem;
  line-height: 1.3;
}

.pathways-tree-panel .rstm-tree-item-level0 {
  padding-left: .4rem !important;
}

.pathways-tree-panel .rstm-tree-item-level0 > .rstm-toggle-icon {
  margin-left: 0;
}

.pathways-tree-panel .rstm-tree-item-level1 {
  padding-left: 1.15rem !important;
}

.pathways-tree-panel .rstm-tree-item-level2 {
  padding-left: 1.9rem !important;
}

.pathways-tree-panel .rstm-tree-item-level3 {
  padding-left: 2.65rem !important;
}

.pathways-tree-panel .rstm-tree-item-level4 {
  padding-left: 3.4rem !important;
}

.pathways-tree-panel .rstm-tree-item-level5 {
  padding-left: 4.15rem !important;
}

.pathways-tree-panel .rstm-tree-item-level6 {
  padding-left: 4.9rem !important;
}

.pathways-tree-panel .rstm-tree-item-level7 {
  padding-left: 5.65rem !important;
}

.pathways-tree-panel .rstm-tree-item--active {
  color: #fff;
  background: #179ed3;
  border-bottom-color: #127aa8;
}

.pathways-tree-panel .rstm-toggle-icon-symbol {
  width: 1rem;
  height: 1rem;
  font-size: .7rem;
  line-height: 1rem;
}

.tree-view-node {
  margin-left: 8px;
}

.tree-view-node-collapse-toggle.collapse-spacer {
  width: 12px;
  display: inline-block;
}

.tree-view-node-collapse-toggle {
  width: 12px;
  margin-right: 2px;
}

.tree-view-node-label {
  border: 1px solid #fff;
  margin-left: 2px;
  padding: 1px;
  font-size: smaller;
}

.tree-view-node-label.selected {
  background-color: gray;
  border: 1px solid #003f81;
  border-radius: 3px;
}

.rstm-toggle-icon {
  display: inline-block;
}

.rstm-toggle-icon-symbol {
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.rstm-tree-item-group {
  text-align: left;
  border-top: 1px solid #ccc;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.rstm-tree-item {
  cursor: pointer;
  color: #333;
  box-shadow: none;
  z-index: unset;
  background: none;
  border-bottom: 1px solid #ccc;
  padding: .75rem 1rem;
  position: relative;
}

.rstm-tree-item--active {
  color: #fff;
  background: #179ed3;
  border-bottom: none;
}

.rstm-tree-item--focused {
  z-index: 999;
  box-shadow: 0 0 5px #222;
}

.rstm-search {
  border: none;
  width: 100%;
  padding: 1rem 1.5rem;
}

.button-like-link {
  color: #007bff;
  cursor: pointer;
  background-color: #fff0;
  border: none;
  padding: 0;
  text-decoration: underline;
  display: inline-block;
}

.fasta-container {
  background-color: #fcfffd;
  border-style: dashed;
  border-color: #557b74;
  padding: 2ch;
  line-height: .925em;
  position: relative;
}

.styled-span {
  text-align: center;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #000;
  flex-grow: 1;
  height: 20px;
}

.horizontal-line {
  background-color: #000;
  width: 60px;
  min-width: 15px;
  height: 3px;
  margin: 0;
}

code.fasta {
  white-space: pre-wrap;
  color: #595959;
}

.header {
  color: #000;
}

.upstream, .downstream {
  color: #80a0a0;
}

.intron {
  color: #aaa;
}

.utr5 {
  background-color: #aaccaf;
}

.utr5-other {
  background-color: #cfe1d2;
}

.cds {
  background-color: #a7b4d3;
}

.cds-other {
  background-color: #d0d8e6;
}

.utr3 {
  background-color: #c5a3bf;
}

.utr3-other {
  background-color: #dcc9d9;
}

.square-utr5 {
  background: linear-gradient(to bottom right, #aaccaf 0% 50%, #cfe1d2 50% 100%);
  width: 20px;
  height: 20px;
}

.square-cds {
  background: linear-gradient(to bottom right, #a7b4d3 0% 50%, #d0d8e6 50% 100%);
  width: 20px;
  height: 20px;
}

.square-utr3 {
  background: linear-gradient(to bottom right, #c5a3bf 0% 50%, #dcc9d9 50% 100%);
  width: 20px;
  height: 20px;
}

.flanking-guide {
  grid-template-columns: auto 60px auto 60px auto;
  align-items: center;
  gap: 2px 0;
  width: fit-content;
  display: grid;
}

.flanking-label-left {
  text-align: right;
  padding-right: .5rem;
}

.flanking-center-label {
  text-align: center;
  white-space: nowrap;
  padding: 0 .25rem;
}

.flanking-guide > .horizontal-line {
  background-color: #000;
  align-self: center;
  height: 3px;
}

.flanking-label-right {
  text-align: left;
  padding-left: .5rem;
}

.flanking-value-left {
  text-align: right;
  min-width: 5ch;
  padding-right: .5rem;
}

.flanking-value-right {
  text-align: left;
  min-width: 5ch;
  padding-left: .5rem;
}

.reverse-slide {
  direction: rtl;
}

.fasta-key {
  cursor: default;
  color: #555;
  background: none;
  border: none;
  font-family: monospace;
  font-size: 11pt;
  position: absolute;
  top: 9px;
  right: 40px;
}

.copy-button {
  cursor: pointer;
  color: #555;
  background: none;
  border: none;
  font-size: 1.5rem;
  position: absolute;
  top: 3px;
  right: -5px;
}

.notification {
  color: #fff;
  z-index: 999;
  background-color: #050505;
  padding: 5px;
  font-size: smaller;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}

.taxogenomic-vis .gramene-search-vis {
  -webkit-user-select: none;
  cursor: pointer;
}

.taxogenomic-vis .gramene-search-vis canvas {
  position: absolute;
}

.taxogenomic-vis .gramene-search-vis > * {
  display: inline;
}

.taxogenomic-vis .gramene-search-vis text {
  fill: gray;
  stroke: #557b74;
  stroke-opacity: 0;
  stroke-width: .5px;
  -webkit-user-select: none;
  user-select: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.taxogenomic-vis .gramene-search-vis text::selection {
  background: none;
}

.taxogenomic-vis .gramene-search-vis .taxonomy * {
  transition: fill .2s ease-in-out, stroke-opacity .2s ease-in-out;
}

.taxogenomic-vis .gramene-search-vis .clade .results-count {
  font-size: 10px;
}

.taxogenomic-vis .gramene-search-vis .clade .node circle {
  stroke: #557b74;
  stroke-width: 1px;
  fill: #f6f6f6;
}

.taxogenomic-vis .gramene-search-vis .clade .edge rect {
  fill: #ccc;
}

.taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .node > circle, .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .edge > rect {
  fill: #f0b866;
}

.taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .node-label text {
  fill: #557b74;
  stroke-opacity: 1;
}

.taxogenomic-vis .gramene-search-vis .clade .node:hover > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover > circle, .taxogenomic-vis .gramene-search-vis .clade .node:hover > rect, .taxogenomic-vis .gramene-search-vis .clade .edge:hover > rect, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .node > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .node > circle, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .edge > rect, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .edge > rect, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .node > circle, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .node > circle {
  fill: #f0b866;
}

.taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .node-label text, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .node-label text, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade text, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade text, .taxogenomic-vis .gramene-search-vis .clade .node-label:hover text {
  fill: #557b74;
  stroke-opacity: 1;
}

.taxogenomic-vis .gramene-search-vis .clade .bin, .taxogenomic-vis .gramene-search-vis .clade .full-region {
  stroke: #557b74;
  stroke-width: 0;
  shape-rendering: crispedges;
  transition: none;
}

.taxogenomic-vis .gramene-search-vis .clade .bin.selected {
  fill: #ea8e75;
}

.taxogenomic-vis .gramene-search-vis .clade .bin:hover {
  fill: #557b74;
}

.taxogenomic-vis .gramene-search-vis .clade .full-region.selected {
  stroke-width: 1px;
  stroke: #ea8e75;
}

.taxogenomic-vis .gramene-search-vis .clade .full-region:hover {
  stroke-width: 1px;
  stroke: #557b74;
}

.taxogenomic-vis .gramene-search-vis .clade .species-background {
  fill: none;
}

.taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .species-background, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .species-background, .taxogenomic-vis .gramene-search-vis .clade .node:hover ~ .clade .species-background, .taxogenomic-vis .gramene-search-vis .clade .edge:hover ~ .clade .species-background, .taxogenomic-vis .gramene-search-vis .clade .clade.highlight > .species-background {
  fill: #f9e3c3;
}

.accordion-button {
  padding: .4rem !important;
}

.accordion-button:hover {
  background-color: #dbe8f3;
}

.glr {
  margin-top: .75rem;
}

.glr-bucket {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-bottom: .5rem;
}

.glr-bucket-header {
  cursor: pointer;
  background: #f8f9fa;
  border-radius: 4px 4px 0 0;
  align-items: center;
  gap: .4rem;
  padding: .35rem .5rem;
  display: flex;
}

.glr-bucket-title {
  font-size: .9rem;
  font-weight: 600;
}

.glr-bucket-count {
  color: #666;
  font-variant-numeric: tabular-nums;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 .4rem;
  font-size: .75rem;
}

.glr-bucket-actions {
  margin-left: auto;
}

.glr-bucket-body {
  max-height: 420px;
  padding: .5rem;
  overflow-y: auto;
}

.glr-bucket-warn .glr-bucket-header {
  border-left: 4px solid #f0ad4e;
}

.glr-bucket-ok .glr-bucket-header {
  border-left: 4px solid #5cb85c;
}

.glr-bucket-bad .glr-bucket-header {
  border-left: 4px solid #d9534f;
}

.glr-hint {
  color: #555;
  margin-bottom: .5rem;
  font-size: .8rem;
}

.glr-search {
  margin-bottom: .5rem;
}

.glr-row {
  border-top: 1px solid #f0f0f0;
  gap: .75rem;
  padding: .35rem 0;
  display: flex;
}

.glr-input {
  word-break: break-all;
  flex: 0 0 190px;
  font-family: monospace;
  font-size: .8rem;
}

.glr-input-count {
  font-variant-numeric: tabular-nums;
  margin-left: .35rem;
}

.glr-candidates {
  flex-direction: column;
  flex: auto;
  gap: 2px;
  display: flex;
}

.glr-candidate {
  opacity: .55;
  cursor: pointer;
  border-radius: 3px;
  align-items: baseline;
  gap: .4rem;
  margin-bottom: 0;
  padding: 1px 4px;
  font-size: .8rem;
  display: flex;
}

.glr-candidate-kept {
  opacity: 1;
  background: #eef6ff;
}

.glr-candidate-id {
  flex: none;
  font-family: monospace;
}

.glr-candidate-species {
  color: #446;
  flex: none;
  font-style: italic;
}

.glr-candidate-desc {
  color: #777;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
  min-width: 0;
  overflow: hidden;
}

.glr-only {
  color: #a03e34;
  background: none;
  border: none;
  flex: none;
  padding: 0 2px;
  font-size: .75rem;
  text-decoration: underline;
}

.glr-more {
  color: #a03e34;
  background: none;
  border: none;
  padding: 4px 0 0;
  font-size: .8rem;
  text-decoration: underline;
}

.glr-resolved-row {
  gap: .4rem;
  padding: 1px 0;
  font-family: monospace;
  font-size: .8rem;
  display: flex;
}

.glr-arrow {
  color: #999;
}

.glr-resolved-id {
  color: #446;
}

.glr-unknown {
  max-height: 200px;
  margin-bottom: 0;
  font-size: .8rem;
  overflow: auto;
}

.glr-summary {
  background: #eef6ff;
  border: 1px solid #cfe3f7;
  border-radius: 4px;
  margin-top: .75rem;
  padding: .5rem .75rem;
  font-size: .9rem;
}

.glr-summary-total {
  font-size: 1.1rem;
  font-weight: 600;
}

.glr-summary-detail {
  color: #555;
  font-size: .8rem;
}

.glr-genomes {
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem;
  margin-bottom: .5rem;
  display: flex;
}

.glr-genomes-label {
  margin: 0 .2rem 0 0;
}

.glr-genome-btn {
  padding: .1rem .4rem;
  font-size: .75rem;
}

.glr-genome-count {
  margin-left: .3rem;
  font-weight: normal;
}

.glr-row-toggle {
  color: #666;
  background: none;
  border: none;
  padding: 0 2px 0 0;
}

.glr-row-bulk {
  margin-top: 2px;
}

.glr-collapsed {
  color: #777;
  font-size: .8rem;
}

.glr-muted {
  color: #bbb;
}

.exporter-view {
  grid-template-columns: 1fr 8px 1fr;
  gap: 0;
  min-height: 400px;
  padding: .75rem;
  display: grid;
}

.exporter-view > .exporter-pane:first-child {
  margin-right: .5rem;
}

.exporter-view > .exporter-pane.exporter-right-pane {
  margin-left: .5rem;
}

.exporter-divider {
  cursor: col-resize;
  background: none;
  align-self: stretch;
  position: relative;
}

.exporter-divider:before {
  content: "";
  background: #d0d4da;
  border-radius: 1px;
  width: 2px;
  transition: background .15s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.exporter-divider:hover:before, .exporter-divider.dragging:before {
  background: #7a8aa0;
  width: 3px;
}

.exporter-pane {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  flex-direction: column;
  max-height: 70vh;
  display: flex;
  overflow: hidden;
}

.exporter-pane-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  padding: .5rem .75rem;
  font-size: .9rem;
}

.exporter-pane-header-row {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.exporter-field-search-inline {
  max-width: 220px;
  height: 1.75rem;
  margin-bottom: 0;
  margin-left: auto;
  padding: .15rem .5rem;
  font-size: .85rem;
}

.exporter-pane-body {
  flex: 1;
  padding: .5rem;
  overflow-y: auto;
}

.exporter-panel-empty {
  color: #888;
  text-align: center;
  padding: 1rem;
  font-size: .9rem;
}

.exporter-field-tree {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.exporter-field-search {
  margin-bottom: .5rem;
  font-size: .9rem;
}

.exporter-field-tree-body {
  flex: 1;
  overflow-y: auto;
}

.exporter-group {
  margin-bottom: .25rem;
}

.exporter-group-header {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #eef1f4;
  border-radius: 3px;
  align-items: center;
  gap: .4rem;
  padding: .25rem .5rem;
  font-size: .9rem;
  display: flex;
}

.exporter-group-header:hover {
  background: #e3e7ec;
}

.exporter-group-chevron {
  color: #666;
  align-items: center;
  display: inline-flex;
}

.exporter-group-count {
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 .4rem;
  font-size: .75rem;
}

.exporter-group-actions {
  gap: .25rem;
  margin-left: auto;
  display: inline-flex;
}

.exporter-group-action {
  color: #333;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .05rem .4rem;
  font-size: .7rem;
  line-height: 1.4;
}

.exporter-group-action:hover:not(:disabled) {
  background: #f0f4f8;
  border-color: #88a;
}

.exporter-group-action:disabled {
  opacity: .4;
  cursor: default;
}

.exporter-group-fields {
  margin: .25rem 0 .5rem 1.25rem;
  padding: 0;
  list-style: none;
}

.exporter-group-fields li {
  padding: .1rem .25rem;
  font-size: .85rem;
}

.exporter-group-fields label {
  cursor: pointer;
  border-radius: 2px;
  align-items: center;
  gap: .35rem;
  width: 100%;
  margin: 0;
  padding: .1rem .25rem;
  display: flex;
}

.exporter-group-fields label:hover {
  background: #f0f4f8;
}

.exporter-field-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.exporter-field-badge {
  color: #888;
  font-family: monospace;
  font-size: .7rem;
}

.exporter-group-truncated {
  color: #888;
  padding-left: .5rem;
  font-size: .8rem;
}

.exporter-selected {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.exporter-selected-header {
  border-bottom: 1px solid #eee;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  padding: .25rem 0;
  display: flex;
}

.exporter-selected-count {
  color: #666;
  background: #eef1f4;
  border-radius: 10px;
  padding: 0 .5rem;
  font-size: .75rem;
}

.exporter-clear-btn {
  margin-left: auto;
  padding: 0;
  font-size: .8rem;
}

.exporter-selected-list {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.exporter-selected-list li {
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
  gap: .4rem;
  padding: .25rem .35rem;
  font-size: .85rem;
  display: flex;
}

.exporter-selected-index {
  color: #888;
  min-width: 1.75rem;
  font-family: monospace;
}

.exporter-selected-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.exporter-selected-group {
  color: #888;
}

.exporter-selected-actions {
  gap: .15rem;
  display: flex;
}

.exporter-selected-actions button {
  padding: .1rem .35rem;
  line-height: 1;
}

.exporter-right-pane {
  max-height: 70vh;
}

.exporter-right-split {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.exporter-selected-section {
  border-bottom: 1px solid #e0e0e0;
  flex: none;
  max-height: 35%;
  padding: .5rem;
  overflow-y: auto;
}

.exporter-preview-section {
  flex-direction: column;
  flex: 1;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.exporter-preview {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.exporter-preview-toolbar {
  border-bottom: 1px solid #eee;
  align-items: center;
  gap: .75rem;
  margin-bottom: .35rem;
  padding-bottom: .35rem;
  font-size: .85rem;
  display: flex;
}

.exporter-preview-format label {
  cursor: pointer;
  margin-right: .5rem;
}

.exporter-preview-format input {
  margin-right: .25rem;
}

.exporter-preview-status {
  color: #888;
  margin-left: auto;
}

.exporter-cutoffs-btn {
  align-items: center;
  gap: .25rem;
  padding: .1rem .5rem;
  font-size: .8rem;
  display: inline-flex;
}

.exporter-modal-backdrop {
  z-index: 1050;
  background: #00000059;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.exporter-modal {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  width: min(420px, 90vw);
  display: flex;
  box-shadow: 0 8px 24px #0003;
}

.exporter-modal-header {
  border-bottom: 1px solid #eee;
  align-items: center;
  padding: .6rem .9rem;
  display: flex;
}

.exporter-modal-close {
  color: #666;
  cursor: pointer;
  background: none;
  border: 0;
  margin-left: auto;
  padding: 0 .25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.exporter-modal-body {
  flex-direction: column;
  gap: .85rem;
  padding: .9rem;
  display: flex;
}

.exporter-modal-field label {
  flex-direction: column;
  gap: .25rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
}

.exporter-modal-field input {
  font: inherit;
  border: 1px solid #c0c4ca;
  border-radius: 3px;
  padding: .25rem .5rem;
}

.exporter-modal-field small {
  color: #777;
  margin-top: .15rem;
  font-size: .75rem;
}

.exporter-modal-footer {
  border-top: 1px solid #eee;
  justify-content: flex-end;
  gap: .5rem;
  padding: .6rem .9rem;
  display: flex;
}

.exporter-preview-status.error {
  color: #c33;
}

.exporter-preview-body {
  background: #fafbfc;
  border: 1px solid #eee;
  border-radius: 3px;
  flex: 1;
  overflow: auto;
}

.exporter-preview-empty {
  color: #888;
  text-align: center;
  padding: 1rem;
}

.exporter-preview-tsv-scroll {
  max-width: 100%;
  overflow: auto;
}

.exporter-preview-tsv {
  border-collapse: collapse;
  width: auto;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .8rem;
}

.exporter-preview-tsv th, .exporter-preview-tsv td {
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e5e7ea;
  max-width: 420px;
  padding: .2rem .5rem;
  overflow: hidden;
}

.exporter-preview-tsv th {
  position: relative;
}

.exporter-preview-col-resizer {
  cursor: col-resize;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3px;
}

.exporter-preview-col-resizer:after {
  content: "";
  background: none;
  width: 1px;
  transition: background .15s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.exporter-preview-col-resizer:hover:after, .exporter-preview-col-resizer:active:after {
  background: #7a8aa0;
  width: 2px;
}

.exporter-preview-tsv th {
  text-align: left;
  z-index: 1;
  background: #f0f3f6;
  padding: .15rem .25rem;
  position: sticky;
  top: 0;
}

.exporter-preview-th-inner {
  align-items: center;
  gap: .15rem;
  min-width: 0;
  display: flex;
}

.exporter-preview-th-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.exporter-preview-reorder-btn {
  color: #555;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 3px;
  flex: none;
  align-items: center;
  padding: 0;
  line-height: 1;
  display: inline-flex;
}

.exporter-preview-reorder-btn:hover:not(:disabled) {
  color: #111;
  background: #fff;
  border-color: #bbb;
}

.exporter-preview-reorder-btn:disabled {
  opacity: .25;
  cursor: default;
}

.exporter-preview-fields-count {
  color: #666;
  align-items: center;
  gap: .35rem;
  display: inline-flex;
}

.exporter-preview-tsv tr:hover td {
  background: #f4f7fa;
}

.exporter-preview-empty-row {
  text-align: center;
  color: #888;
  padding: 1rem !important;
}

.exporter-preview-json {
  margin: 0;
  padding: .5rem;
  font-size: .75rem;
  line-height: 1.4;
}

.exporter-footer {
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  flex: none;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: .5rem .75rem;
  display: flex;
}

.exporter-footer-summary {
  color: #555;
}

.exprviz-view {
  padding: .5rem;
}

.exprviz-tabs {
  margin-bottom: .5rem;
}

.exprviz-tab-panel {
  flex-direction: column;
  gap: .5rem;
  min-width: 0;
  padding: .5rem 0;
  display: flex;
  overflow: hidden;
}

.exprviz-toolbar {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.exprviz-toolbar .btn, .exprviz-toolbar .btn.btn-sm, .exprviz-toolbar .btn-group > .btn, .exprviz-toolbar .btn-group > .btn.btn-sm, .exprviz-toolbar .btn-group-sm > .btn, .exprviz-toolbar label.btn {
  text-transform: none !important;
  letter-spacing: normal !important;
  border-radius: .2rem !important;
  height: auto !important;
  min-height: 0 !important;
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.exprviz-toolbar .btn-group > .btn:not(:first-child):not(:last-child), .exprviz-toolbar .btn-group > .btn:not(:first-child):not(:last-child).btn-sm {
  border-radius: 0 !important;
}

.exprviz-toolbar .btn-group > .btn:first-child:not(:last-child), .exprviz-toolbar .btn-group > .btn:first-child:not(:last-child).btn-sm {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.exprviz-toolbar .btn-group > .btn:last-child:not(:first-child), .exprviz-toolbar .btn-group > .btn:last-child:not(:first-child).btn-sm {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.exprviz-toolbar .btn-group {
  vertical-align: middle;
}

.exprviz-toolbar .exprviz-status {
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
}

.exprviz-status {
  color: #666;
  margin-left: .5rem;
  font-size: .85rem;
}

.exprviz-warning {
  color: #b06000;
  cursor: help;
  background: #fff8e0;
  border: 1px solid #f0d080;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: .8rem;
}

.exprviz-body {
  flex-direction: column;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.exprviz-plot {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 120px;
  overflow: hidden;
}

.exprviz-resizer {
  cursor: row-resize;
  background: #f0f0f0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  flex: none;
  height: 8px;
  margin: 2px 0;
}

.exprviz-resizer:before {
  content: "";
  background: #aaa;
  border-radius: 1px;
  width: 36px;
  height: 2px;
  margin: 3px auto;
  display: block;
}

.exprviz-resizer:hover, .exprviz-resizer:active {
  background: #e0e8f5;
}

.exprviz-resizer:hover:before, .exprviz-resizer:active:before {
  background: #2a6ebb;
}

.exprviz-pc-container {
  width: 100%;
  height: 100%;
}

.exprviz-pc-container svg {
  display: block;
}

.exprviz-pc-lines path {
  fill: none;
  stroke: #4682b4;
}

.exprviz-pc-line-in {
  stroke-opacity: .4;
}

.exprviz-pc-line-out {
  stroke-opacity: .04;
}

.exprviz-pc-lines path:not(.exprviz-pc-line-in):not(.exprviz-pc-line-out) {
  stroke-opacity: .25;
}

.exprviz-pc-lines path.exprviz-pc-line-hover {
  stroke: #d62728;
  stroke-opacity: 1;
  stroke-width: 2px;
}

.exprviz-pc-axis-dragging .domain, .exprviz-pc-axis-dragging .tick line {
  stroke: #555;
}

.exprviz-pc-axis-dragging .exprviz-pc-axis-label {
  font-weight: bold;
}

.exprviz-plot-empty, .exprviz-table-empty {
  color: #888;
  padding: 1rem;
}

.exprviz-pc-tooltip {
  z-index: 1000;
  pointer-events: none;
  color: #222;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  max-width: 360px;
  padding: 6px 8px;
  font-size: .78rem;
  line-height: 1.35;
  position: fixed;
  box-shadow: 0 2px 6px #00000026;
}

.exprviz-pc-tip-section {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #888;
  margin-top: 4px;
  font-size: .72rem;
}

.exprviz-pc-tip-row {
  margin-left: .4rem;
}

.exprviz-pc-tip-key {
  font-weight: 600;
}

.exprviz-hm-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: auto;
}

.exprviz-hm-inner {
  flex-direction: column;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.exprviz-hm-container svg {
  display: block;
}

.exprviz-hm-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  flex: none;
}

.exprviz-hm-body {
  flex: auto;
  min-height: 0;
  overflow: hidden auto;
}

.exprviz-hm-collabel {
  fill: #222;
}

.exprviz-hm-rowlabels text {
  fill: #444;
}

.exprviz-hm-cells rect {
  shape-rendering: crispedges;
  cursor: crosshair;
}

.exprviz-hm-legend {
  pointer-events: auto;
  z-index: 2;
  background: #ffffffeb;
  border: 1px solid #d0d7de;
  border-radius: 3px;
  gap: 6px;
  padding: 3px 6px;
  font-size: .72rem;
  line-height: 1.1;
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
}

.exprviz-hm-legend-bin {
  align-items: center;
  gap: 3px;
  display: flex;
}

.exprviz-hm-legend-swatch {
  border: 1px solid #00000026;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.exprviz-hm-legend-label {
  color: #333;
  font-variant-numeric: tabular-nums;
}

.exprviz-table {
  min-width: 0;
  height: 480px;
  overflow: hidden;
}

.exprviz-aggrid {
  overscroll-behavior-x: contain;
  width: 100%;
  height: 100%;
}

.exprviz-aggrid .ag-body-viewport, .exprviz-aggrid .ag-body-horizontal-scroll-viewport, .exprviz-aggrid .ag-center-cols-viewport {
  overscroll-behavior-x: contain;
}

.exprviz-aggrid .ag-header-group-cell {
  border-right: 1px solid #e0e0e0;
  font-size: .78rem;
}

.exprviz-aggrid .ag-header-group-cell-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 6px;
  overflow: hidden;
}

.exprviz-aggrid .exprviz-hg-factors {
  color: #1e3a5f;
  background: #eef6ff;
}

.exprviz-aggrid .exprviz-hg-chars {
  color: #4a4a30;
  background: #f5f5f0;
}

.exprviz-aggrid .exprviz-hg-collapsed {
  color: #666;
  font-style: italic;
}

.exprviz-label-header {
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 6px;
  display: flex;
  overflow: hidden;
}

.exprviz-toggle-header {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 6px;
  display: flex;
}

.exprviz-toggle-header:hover {
  color: #2a6ebb;
}

.exprviz-toggle-caret {
  color: #888;
  width: .9em;
  margin-right: 2px;
  font-size: .75em;
  display: inline-block;
}

.exprviz-toggle-header:hover .exprviz-toggle-caret {
  color: #2a6ebb;
}

.exprviz-fields-layout {
  grid-template-columns: 320px 1fr;
  gap: .75rem;
  height: 60vh;
  display: grid;
}

.exprviz-tree {
  border: 1px solid #eee;
  padding: .4rem .5rem;
  font-size: .85rem;
  overflow-y: auto;
}

.exprviz-tree-search {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  margin-bottom: .4rem;
  padding: 4px 6px;
  font-size: .85rem;
}

.exprviz-tree-group {
  margin-bottom: .5rem;
}

.exprviz-tree-group-header {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  padding: 2px 0;
}

.exprviz-tree-caret {
  color: #888;
  width: 1em;
  display: inline-block;
}

.exprviz-tree-type {
  border-left: 2px solid #0000;
  margin-left: .5rem;
  padding-left: .25rem;
}

.exprviz-tree-type.is-active {
  border-left-color: #2a6ebb;
}

.exprviz-tree-type-header {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  padding: 2px 0;
  display: flex;
}

.exprviz-tree-type-header:hover {
  background: #f5f8ff;
}

.exprviz-tree-type-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.exprviz-tree-type-count {
  color: #888;
  font-variant-numeric: tabular-nums;
  margin-left: .5rem;
}

.exprviz-tree-values {
  border-left: 1px dashed #e0e0e0;
  margin: .25rem 0 .5rem 1.25rem;
  padding-left: .25rem;
}

.exprviz-values-toolbar {
  align-items: center;
  gap: .5rem;
  margin-bottom: .25rem;
  display: flex;
}

.exprviz-tree-value {
  cursor: pointer;
  align-items: center;
  gap: .4rem;
  padding: 1px 0;
  display: flex;
}

.exprviz-tree-value:hover {
  background: #fafaff;
}

.exprviz-tree-value-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.exprviz-tree-value-count {
  color: #888;
  font-variant-numeric: tabular-nums;
  font-size: .8em;
}

.exprviz-tree-empty {
  color: #999;
  margin-left: 1rem;
}

.exprviz-fields-preview {
  border: 1px solid #eee;
  overflow: auto;
}

.exprviz-fields-table {
  border-collapse: collapse;
  width: 100%;
  font-size: .85rem;
}

.exprviz-fields-table th, .exprviz-fields-table td {
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  padding: 4px 8px;
}

.exprviz-fields-table thead th {
  z-index: 1;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
}

.exprviz-col-factor {
  background: #eef6ff;
}

.exprviz-col-char {
  background: #f5f5f0;
}

.exprviz-fields-table tbody tr:hover {
  background: #fafaff;
}

.attrtable-view {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.attrtable-toolbar {
  align-items: center;
  gap: .75rem;
  padding: .25rem 0 .5rem;
  display: flex;
}

.attrtable-status {
  font-size: small;
}

.attrtable-legend {
  align-items: center;
  gap: 1px;
  margin-left: auto;
  display: flex;
}

.attrtable-legend span {
  border: 1px solid #00000014;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.attrtable-notice {
  margin-bottom: .5rem;
  padding: .4rem .75rem;
  font-size: small;
}

.attrtable-columns-panel {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-height: 320px;
  margin-bottom: .5rem;
  padding: .5rem;
  overflow-y: auto;
}

.attrtable-columns-head {
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.attrtable-field-search {
  flex: 1;
}

.attrtable-aggrid {
  overscroll-behavior-x: contain;
  width: 100%;
  height: 600px;
}

.attrtable-aggrid .ag-body-viewport, .attrtable-aggrid .ag-body-horizontal-scroll-viewport, .attrtable-aggrid .ag-center-cols-viewport {
  overscroll-behavior-x: contain;
}

.attrtable-empty {
  color: #6c757d;
  padding: 1rem;
}

.attrtable-popover {
  z-index: 1080;
  -webkit-user-select: text;
  user-select: text;
  background: #fff;
  border: 1px solid #c6ccd2;
  border-radius: 5px;
  min-width: 200px;
  max-width: 280px;
  padding: 6px;
  position: fixed;
  box-shadow: 0 4px 14px #0000002e;
}

.attrtable-popover-title {
  color: #495057;
  border-bottom: 1px solid #edeff2;
  margin-bottom: 4px;
  padding: 2px 4px 6px;
  font-size: 12px;
  font-weight: 600;
}

.attrtable-popover-row {
  align-items: center;
  gap: 8px;
  padding: 2px 4px;
  display: flex;
}

.attrtable-popover-val {
  word-break: break-word;
  flex: 1;
  font-size: 13px;
}

.attrtable-popover-btn {
  white-space: nowrap;
  flex: none;
  padding: 1px 8px;
  font-size: 12px;
}

.attrtable-aggrid .attrtable-organ-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.attrtable-rot-header {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.attrtable-rot-header > span {
  transform-origin: 0 100%;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  bottom: 3px;
  left: 13px;
  transform: rotate(-90deg);
}

.attrtable-aggrid .attrtable-organ-cell {
  padding: 0 !important;
}

.attrtable-aggrid .ag-header-cell-resize:after {
  display: none;
}

.attrtable-aggrid .ag-cell, .attrtable-aggrid .ag-header-cell {
  border-right: 1px solid #c6ccd2;
}

.attrtable-aggrid .attrtable-organ-cell, .attrtable-aggrid .attrtable-organ-header {
  border-right: none;
}

.attrtable-aggrid .attrtable-organ-cell.attrtable-organ-last, .attrtable-aggrid .attrtable-organ-header.attrtable-organ-last {
  border-right: 1px solid #c6ccd2;
}

.attrtable-aggrid.attrtable-tall-header .ag-header-cell-label {
  align-items: flex-end;
  padding-bottom: 3px;
}

.oe-view {
  padding: .25rem .5rem;
}

.oe-layout {
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.oe-layout-tree {
  background: #fafbfc;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  min-width: 0;
  max-height: 80vh;
  padding: .25rem .5rem;
  font-size: 13px;
  overflow: auto;
}

.oe-splitter {
  cursor: col-resize;
  background: none;
  border-left: 1px solid #e1e4e8;
  border-right: 1px solid #e1e4e8;
  flex: 0 0 6px;
  align-self: stretch;
  margin: 0 1px;
}

.oe-splitter:hover, .oe-splitter:active {
  background: #d6e9ff;
}

.oe-layout-panel {
  flex: auto;
  min-width: 0;
}

.oe-tree-leaf {
  cursor: pointer;
  border-radius: 2px;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  display: flex;
}

.oe-tree-leaf:hover {
  background: #eef5ff;
}

.oe-tree-leaf-active {
  font-weight: 600;
  background: #d6e9ff !important;
}

.oe-tree-leaf-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  overflow: hidden;
}

.oe-tree-leaf-count {
  color: #555;
  font-variant-numeric: tabular-nums;
  font-size: 12px;
}

.oe-loading {
  padding: 1rem;
}

.oe-summary {
  margin: .25rem 0 .5rem;
  font-size: .9rem;
}

.oe-controls {
  background-color: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  flex-wrap: wrap;
  align-items: end;
  gap: .75rem;
  margin-bottom: .5rem;
  padding: .5rem;
  display: flex;
}

.oe-control {
  min-width: 100px;
}

.oe-control-grow {
  flex-grow: 1;
  min-width: 200px;
}

.oe-control .form-label {
  margin-bottom: .15rem;
  font-size: .8rem;
}

.oe-help {
  color: #6c757d;
  cursor: help;
  vertical-align: middle;
  align-items: center;
  margin-left: 3px;
  font-size: .85em;
  display: inline-flex;
}

.oe-help:hover, .oe-help:focus {
  color: #0366d6;
  outline: none;
}

.oe-switch {
  align-items: center;
  gap: 4px;
  display: flex;
}

.oe-ont-title {
  margin-right: .5rem;
  font-weight: 600;
}

.oe-ont-badge {
  font-weight: normal;
}

.oe-table {
  border-collapse: collapse;
  width: 100%;
  font-size: .85rem;
}

.oe-table th, .oe-table td {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: .25rem .5rem;
}

.oe-table th {
  background: #f0f3f6;
  position: sticky;
  top: 0;
}

.oe-sort-th {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.oe-sort-th:hover {
  background: #dde3ea;
}

.oe-sort-th-active {
  color: #036;
  background: #dde3ea;
}

.oe-table tbody tr {
  cursor: pointer;
}

.oe-table tbody tr:hover {
  background-color: #eef5ff;
}

.oe-num {
  font-variant-numeric: tabular-nums;
  text-align: right !important;
}

.oe-term-id {
  white-space: nowrap;
  font-family: monospace;
}

.oe-term-name {
  max-width: 32rem;
}

.oe-term-type {
  white-space: nowrap;
  color: #555;
  font-size: .8rem;
}

.facet-group {
  margin-bottom: 3px;
}

.facet-group-header {
  cursor: pointer;
  color: #5a3a1a;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 4px;
  padding: 2px;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
}

.facet-group-header:hover {
  background: #0000000f;
  border-radius: 3px;
}

.facet-group-caret {
  font-size: .68rem;
  display: inline-flex;
}

.facet-group-title {
  flex: 1;
}

.facet-group-nvals {
  color: #8a6d3b;
  font-size: .7rem;
  font-weight: 400;
}

.facet-group-body {
  padding: 0 2px 2px 14px;
}

.facet-row {
  align-items: center;
  gap: 6px;
  padding: 1px 0;
  font-size: .8rem;
  display: flex;
}

.facet-val {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  flex: 1;
  overflow: hidden;
}

.facet-count {
  color: #5a3a1a;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  background: #e7d27a;
  border: none;
  border-radius: 3px;
  flex: none;
  padding: 0 6px;
  font-size: .72rem;
  line-height: 1.5;
}

.facet-count:hover {
  color: #fff;
  background: #a03e34;
}

.facet-more {
  color: #a03e34;
  cursor: pointer;
  background: none;
  border: none;
  padding: 2px 0;
  font-size: .75rem;
  text-decoration: underline;
}

.facet-status {
  color: #8a6d3b;
  padding: 2px;
  font-size: .78rem;
  font-style: italic;
}
/*# sourceMappingURL=index.css.map */
