@charset "utf-8";

@use "bulma/sass" with(
  $gap: 8px,
  $notification-padding: 0.75rem 0.75rem,
);

html {
  font-size: 13px;
}

textarea {
  font-family: monospace;
}

.base {
  width: 0.9rem;
  display: inline-block;
  text-align: center;
}

.base-a {
  background-color: #90ee90;
}

.base-c {
  background-color: #b0c4de;
}

.base-g {
  background-color: #ffec8b;
}

.base-t {
  background-color: #eea2ad;
}

.base-m,
.base-n {
  background-color: #e3e3e3;
}

.phase {
  width: 0.45rem;
  display: inline-block;
  text-align: center;
}

td {
  white-space: nowrap;
}

.pagination-ellipsis {
  min-width: 2.5em;
}

.container {
  margin-top: 8px;
}

.breadcrumb .icon:first-child {
  margin-right: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 0.6rem;
}

table.is-borderless td,
.table.is-borderless th {
  border: 0;
}

.igv-center-line {
  transform: translateX(-50%) translateX(-1px) !important;
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

.inline-control-text {
  line-height: 32.5px
}

.tooltip {
  position: absolute;
  z-index: 10;
  margin: 0.5rem 0 0 0.5rem;
  padding: 0.5rem;
  cursor: default;
}

.control {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}