.p-4 {
    padding: 0px !important;
}

.database-select-box {
    flex-wrap: wrap;
 }

.search-section {
  background-color: #e6f4ea;
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 0px;
}

.sequence-grid,
.structure-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seq-search-box {
  max-width: 4.5vw;
  min-width: 4em;
}

.str-search-box {
  max-width: 4.5vw;
  min-width: 4em;
}

.result-table {
  white-space: nowrap;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(17, minmax(50px, 1fr));
  gap: 5px;
}

.tooltip-icon {
  cursor: pointer;
  margin-left: 5px;
  border-radius: 50%;
  padding: 2px 6px;
  padding-bottom: 8px;
  background-color: #738e64;
  color: white;
  display: inline-block;
}

.scrollable-results {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.region-cell {
  border-radius: 4px;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  font-family: monospace;
  white-space: nowrap;
  color: white;
  font-weight: bold;
  -webkit-text-stroke: 0.1px black;
}

.seq-str {
  transform: scaleY(1.2);
}

.nucleotide-A {
    color: red;
}

.nucleotide-C {
    color: blue;
}

.nucleotide-G {
    color: green;
}

.nucleotide-T {
    color: #ff8300;
}

td>a:link {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

td>a:visited {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

td>a:hover {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

td>a:active {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.AccStem { background-color: #ffc4c48c; }
.DStem { background-color: #a46fb35c; }
.DLoop { background-color: #cf59f26b; }
.ACStem { background-color: #59aaa275; }
.ACLoop { background-color: #15ac9d9e; }
.VRegion { background-color: #9399c7; }
.TStem { background-color: #b1ee5799; }
.TLoop { background-color: #76a43299; }
.CCA { background-color: #a17287b8; }
.ER {color:black;}

thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

thead th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5;
  border-bottom: 2px solid #dee2e6;
}

.truncate {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination-btn {
  min-width: 52px;
  text-align: center;
  border: 2px solid #157347;
  color: #000;
  background-color: transparent;
}

.pagination-btn-current {
  min-width: 52px;
  text-align: center;
  border: 2px solid #157347;
  color: #ffffff;
  background-color: #157347;
}

.container {
  min-width: 95%;
}

.pagination-cntrl-btn {
  min-width: 96px;
  text-align: center;
  background-color: #157347;
  color: #fff;
  border: 2px solid #157347;
}

#paginationControls {
  max-width: 80%;
  margin: auto;
  gap: 1em;
}

div[style*="position: fixed"] div:hover {
  background: #f0f0f0;
}

#total-results-text{
  margin-top: 20px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.help-button-search {
    white-space: nowrap;
}

.detailed-help-container {
  border: 1px black;
  border-style: solid;
  border-radius: 8px;
  background: #738e64;
  color: white;
  padding: 1px;
  cursor: help;
  font-size:1.25rem;
  whitespace: wrap;
}
#toggleAdvancedFields {
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-size: 1em;
}
#toggleLiveSearch {
  font-size: 24px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}