nightingale-manager {
  display: flex !important;
  flex-direction: column !important;
}

.dataTables_filter input {
  font-family: 'IBM Plex Sans', Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  border: 2px solid #707372 !important;
  border-radius: 0 !important;
}

.dataTables_length {
  padding-top: 4px;
  font-size: 19px;
  color: #1a1c1a;
}

.dataTables_length select {
  font-family: 'IBM Plex Sans', Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  border: 2px solid #707372 !important;
  border-radius: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: none !important;
  background-color: #707372 !important;
  background-image: none !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
  color: white !important;
  border: none !important;
  background-color: #707372 !important;
  background-image: none !important;
}

.dataTables_filter input:focus,
.dataTables_filter input:hover {
  border-color: #54585a !important;
  -webkit-box-shadow: 0 0 0 0.0625rem #54585a !important;
  box-shadow: 0 0 0 0.0625rem #54585a !important;
  color: #000000 !important;
  outline: 0 !important;
}

.msp-plugin .msp-layout-standard {
  border: none !important;
}

.vf-hero .vf-hero__content {
  background-color: rgba(255, 255, 255, 0.9);
}

#pfams-table {
  margin-bottom: 10px;
}

.pfam-item a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.pfam-item a:hover {
  text-shadow: 0 0 1px currentColor;
}

.grid-column {
  grid-auto-flow: column;
}

.full-width {
  margin-top: 50px;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.center-absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered {
  justify-items: center;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.prefix_input_container {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #707372 !important;
  font-family: 'IBM Plex Sans', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.421;
}

.right-align {
  text-align: right;
}

.hidden {
  display: none;
}

.plp-pub {
  margin-bottom: 5em;
}

.plp-pub-title {
  font-weight: bold;
}

.plp-pub-journal {
  font-style: italic;
}

.plp-pub-year {
  font-size: small;
}

.plp-pub-authors {
  font-style: italic;
}

.plp-pub-section-header {
  text-align: left;
}

.plp-input {
  text-indent: 50.773px;
}

.plp-input-prefix {
  line-height: 1.421;
  font-size: 19px;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #a8a99e;
}

.protein-sequence-container {
  word-wrap: break-word;
  overflow-y: scroll;
  height: 20em;
  padding: 10px;
  background-color: #e1fae8;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.highlight {
  background-color: #fcf5a7;
  font-weight: bold;
}

.sequenceViewerDiv {
  overflow: auto !important;
}

#pdb_viewer {
  position: relative;
  width: 100%;
  height: 100%;
}

.text-height-image {
  height: 1em !important;
}

.opacity-25 {
  opacity: 25%;
}

@keyframes spinnerOne {

  0%,
  35% {
    opacity: 1;
    transform: scale(1);
  }

  20%,
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}

.spinner {
  animation: spinnerOne 1s linear infinite;
  background: #18974c;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}