@charset "UTF-8";
:root {
  --black: #000000;
  --yellow: #ffcd00;
  --darkYellow: #($darkYellow);
  --orange: #ff4f00;
  --white: #ffffff;
  --offWhite: #f9f9f9;
  --cream: #f9f6f2;
  --lightBlue: #ccd7e2;
  --blue: #00a6d8;
  --darkBlue: #1261bc;
  --lightGrey: #f9f6f1;
  --darkGrey: #4c4b49;
  --grey: #e6ebf1;
  --darkOrange: #b53902;
  --red: #0c0a0a;
  --darkRed: #860a00;
  --beige: #a18f8b;
  --lightYellow: #f0d461;
  --brown: #bf7843;
  --darkBrown: #4c4b49;
  --pink: #d55385;
  --green: #49be6d;
  --lightBeige: #e9d9c8;
}

@font-face {
  font-family: "PublicSans";
  src: url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PublicSans";
  src: url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "PublicSans";
  src: url("../fonts/PublicSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "PublicSans";
  src: url("../fonts/PublicSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: "IBMPlexSerif-Light";
  src: url("../fonts/IBMPlexSerif-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "IBMPlexSerif-Regular";
  src: url("../fonts/IBMPlexSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "IBMPlexSerif-Italic";
  src: url("../fonts/IBMPlexSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "IBMPlexSerif-Bold";
  src: url("../fonts/IBMPlexSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.pagination-container .pagination li.page-item.disabled {
  opacity: 0.5;
}

.pagination-container .pagination li.page-item .page-link {
  background-color: transparent;
  border: none;
  color: #000000;
  box-shadow: none;
  padding: 0 0.25rem;
}

.pagination-container .pagination li.page-item.active .page-link {
  color: #ff4f00;
  border-bottom: 1px solid #ff4f00;
  box-shadow: none;
}

.pagination-container .pagination li.page-item.previous .page-link, .pagination-container .pagination li.page-item.next .page-link {
  color: #ff4f00;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 821px) {
  .flex-pivot {
    flex-direction: column !important;
  }
  .flex-pivot .select-input-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .flex-pivot-p {
    flex-direction: column !important;
  }
  .flex-pivot-p .select-input-container {
    width: 100% !important;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 640px) {
  .mobile-show {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .mobile-hide {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .no-text-section {
    margin-top: 0 !important;
  }
}

.video-container {
  min-height: 350px;
  margin-top: 2rem;
}

.h1-sized,
h1,
h2 {
  font-size: 40px;
  line-height: 47px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .h1-sized,
h1,
h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

h1 {
  margin: 0.5rem 0;
  color: #ffffff;
}

h2 {
  color: #1261bc;
  margin-bottom: 1rem;
}

h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}

.accordion-title,
.h4-sized,
.section-subtitle,
h4 {
  font-size: 20px;
  line-height: 24px;
}

.section-subtitle,
h4 {
  margin-bottom: 1rem;
}

p {
  font-size: 16px;
  line-height: 19px;
}

.form-group > label {
  font-weight: bold;
}

.btn {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
  border-radius: 0;
  font-weight: bold;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  line-height: 24px;
}

.btn:hover {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
}

.stats-link {
  margin-top: 1rem;
  border-left: 0.5rem solid #ffcd00;
  padding-left: 0.5rem;
  align-items: center;
  color: #000000;
  text-decoration: none;
  gap: 1rem;
}

.stats-link *:hover, .stats-link:hover {
  cursor: pointer;
}

.stats-link p:hover {
  text-decoration: underline;
}

.stats-link p {
  margin: 0;
}

.text-color-yellow {
  color: #ffcd00;
}

.scallop-overlay {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  /* Flipped: scallops point down */
  -webkit-mask-image: radial-gradient(circle at 20px 0, transparent 20px, black 21px);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: 40px 40px;
  -webkit-mask-position: top;
  mask-image: radial-gradient(circle at 20px 0, transparent 20px, black 21px);
  mask-repeat: repeat-x;
  mask-size: 40px 40px;
  mask-position: top;
  background-color: white;
  /* fill between scallops */
}

.last-updated-parent {
  margin-left: auto;
  margin-top: 4rem;
  border-top: 2px solid #ffcd00;
  padding-top: 0.5rem;
  padding-right: 3rem;
  width: fit-content;
}

.last-updated-parent > p {
  margin-bottom: 0.25rem;
}

.arrow-btn {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
  border-radius: 0;
  font-weight: bold;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 7rem;
  cursor: pointer;
  margin: auto;
  margin-right: 0;
}

.arrow-btn:hover {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
}

.arrow-btn::after {
  content: "▶";
  font-size: 0.9rem;
  margin-left: 0.5rem;
  font-family: monospace;
}

.white-btn {
  background: #ffffff;
  border: 2px solid #ffcd00;
  color: #ffcd00;
  border-radius: 0;
  font-weight: bold;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  line-height: 24px;
}

.white-btn:hover {
  background: #ffffff;
  border: 2px solid #ffcd00;
  color: #ffcd00;
}

.black-btn {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  border-radius: 0;
  font-weight: bold;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  line-height: 24px;
}

.black-btn:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}

.link-btn:hover,
.link-btn:focus,
.link-btn {
  border: none;
  padding: 0;
  color: #ff4f00;
  text-decoration: underline;
  background: transparent;
  width: fit-content;
  height: fit-content;
  font-weight: normal;
}

a {
  color: #ff4f00;
}

a.ref-link {
  font-size: 0.6rem;
  text-decoration: none;
}

.arrow {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 5px;
}

.arrow.down {
  top: calc(50% - 3px);
  border-width: 5px 5px 0 5px;
  border-color: var(--colour) transparent transparent transparent;
}

.arrow.up {
  top: calc(50% - 3px);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--colour) transparent;
}

.arrow.right {
  top: calc(50% - 5px);
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--colour);
}

.arrow.left {
  top: calc(50% - 5px);
  border-width: 5px 5px 5px 0;
  border-color: transparent var(--colour) transparent transparent;
}

.faux-play-btn {
  position: relative;
  height: 36px;
  width: 36px;
  background-color: #ff4f00;
  border-radius: 100%;
  margin-right: 1rem;
}

.faux-play-btn:hover, .faux-play-btn *:hover {
  cursor: pointer;
}

.faux-play-btn > .form-group {
  width: fit-content;
  margin: 0;
  position: absolute;
  z-index: 2;
}

.faux-play-btn > .form-group * {
  margin: 0;
}

.faux-play-btn > .form-group .checkbox label input {
  margin: 0;
  padding: 0;
  background: transparent;
  border-color: transparent;
  border-radius: 100%;
  height: 36px;
  width: 36px;
}

.faux-play-btn > .form-group .checkbox label input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 79, 0, 0.25);
}

.faux-play-btn > i {
  position: absolute;
  color: #ffffff;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.faux-play-btn > i.fa-pause {
  display: none;
}

.faux-play-btn:has(input[type="checkbox"]:checked) i.fa-pause {
  display: flex;
}

.faux-play-btn:has(input[type="checkbox"]:checked) i.fa-play {
  display: none;
}

.datatables .table.dataTable thead > tr > th,
.datatables .table.dataTable tbody > tr > td {
  border-bottom: 1px solid #000000;
  color: #000000;
  background-color: transparent;
  box-shadow: none !important;
}

.datatables .table.dataTable thead > tr > th {
  border-bottom-width: 2px;
}

.datatables .pagination li.paginate_button.disabled {
  opacity: 0.6;
}

.datatables .pagination li.paginate_button a {
  background-color: transparent;
  border: none;
  color: #000000;
  box-shadow: none;
  padding: 0 0.25rem;
}

.datatables .pagination li.paginate_button.active a {
  color: #ff4f00;
  border-bottom: 1px solid #ff4f00;
  box-shadow: none;
}

.datatables .pagination li.paginate_button.previous a, .datatables .pagination li.paginate_button.next a {
  color: #ff4f00;
}

* {
  font-family: "PublicSans", sans-serif;
}

body {
  overflow: hidden;
  height: 100vh;
}

body .shiny-input-select {
  border: none;
}

body .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button,
body .daterangepickerclass,
body .input-daterange,
body .selectize-input {
  border-radius: 0;
  border: none;
  font-size: inherit !important;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
}

body .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button.focus,
body .daterangepickerclass.focus,
body .input-daterange.focus,
body .selectize-input.focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 212, 97, 0.25);
}

body .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button .vscomp-value,
body .daterangepickerclass .vscomp-value,
body .input-daterange .vscomp-value,
body .selectize-input .vscomp-value {
  height: 1.5rem;
  line-height: 1.5rem;
}

body .input-daterange,
body .daterangepickerclass {
  text-align: center;
  padding: 0;
}

body .input-daterange:focus,
body .daterangepickerclass:focus {
  outline: none;
}

body .input-daterange *,
body .daterangepickerclass * {
  border-radius: 0 !important;
  font-size: inherit !important;
}

body .input-daterange span,
body .daterangepickerclass span {
  background-color: transparent;
  border: none;
  height: 100%;
}

body .selectize-dropdown {
  border-radius: 0;
}

body .selectize-dropdown .selectize-dropdown-content .option.selected {
  background-color: #ff4f00;
  color: #ffffff;
}

body .datatables .table.dataTable thead > tr > th,
body .datatables .table.dataTable tbody > tr > td {
  border-bottom: 1px solid #000000;
  color: #000000;
  background-color: transparent;
  box-shadow: none !important;
}

body .datatables .table.dataTable thead > tr > th {
  border-bottom-width: 2px;
}

body .datatables .pagination li.paginate_button.disabled {
  opacity: 0.6;
}

body .datatables .pagination li.paginate_button a {
  background-color: transparent;
  border: none;
  color: #000000;
  box-shadow: none;
  padding: 0 0.25rem;
}

body .datatables .pagination li.paginate_button.active a {
  color: #ff4f00;
  border-bottom: 1px solid #ff4f00;
  box-shadow: none;
}

body .datatables .pagination li.paginate_button.previous a, body .datatables .pagination li.paginate_button.next a {
  color: #ff4f00;
}

body .logo-parent {
  height: 100px;
  gap: 25px;
  align-items: center;
}

body .logo-parent * {
  height: 100%;
  width: auto;
}

body .divider {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  margin: 2rem 0;
}

body #faqs-parent {
  margin-top: 1rem;
  width: 70%;
}

body #faqs-parent .accordion-item {
  border-color: #000000 transparent;
  border-radius: 0;
}

body #faqs-parent .accordion-item .accordion-header button {
  background-color: transparent;
  color: #000000;
}

body #faqs-parent .accordion-item .accordion-header button:focus {
  box-shadow: none;
  background-color: transparent;
  color: #000000;
}

body #faqs-parent .accordion-item .accordion-body {
  background-color: transparent;
}

body #faqs-parent .accordion-item .accordion-header button::after {
  content: "+";
  background-image: none;
  font-size: 2rem;
  line-height: 1rem;
  max-width: 1.5rem;
  overflow: hidden;
}

body #faqs-parent .accordion-item .accordion-header button[aria-expanded="true"]::after {
  content: "—";
}

@media (max-width: 640px) {
  body #faqs-parent {
    width: 100%;
  }
  body #faqs-parent .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }
  body #faqs-parent .accordion .accordion-item .accordion-header .accordion-button .accordion-title {
    padding-right: 15px;
  }
  body #faqs-parent .accordion .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
  }
}

body #page-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
}

body #page-wrapper .pretty.p-switch .state::before {
  border-color: grey;
  background-color: #ffffff !important;
  border-width: 2px;
  top: 50%;
  transform: translateY(-50%);
}

body #page-wrapper .pretty.p-switch .state label::after {
  left: 1px;
  background-color: grey !important;
  top: 50%;
  transform: translateY(-50%) !important;
}

body #page-wrapper .pretty.p-switch input:checked ~ .state::before {
  border-color: #ff4f00;
  background-color: #ffffff !important;
}

body #page-wrapper .pretty.p-switch input:checked ~ .state label::after {
  background-color: #ff4f00 !important;
  left: calc(1em + 1px);
}

body #page-wrapper #router-page-wrapper {
  flex-grow: 1;
}

body #page-wrapper #router-page-wrapper .main-page {
  padding: 5px 2.5rem 3rem 2.5rem;
}

body #page-wrapper #router-page-wrapper .main-page .page-section {
  margin-top: 8rem;
}

body #page-wrapper #router-page-wrapper .main-page .page-section.first-section {
  margin-top: 0;
}

body #page-wrapper #router-page-wrapper .main-page .beta-message {
  background: #ffcd00;
  padding: 1rem 1rem;
  gap: 1rem;
  margin: 30px 0 0 25px;
  justify-content: center;
}

body #page-wrapper #router-page-wrapper .main-page .beta-message span {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
  width: fit-content;
  border-radius: 8px;
}

body #page-wrapper #router-page-wrapper .main-page .beta-message p {
  margin: 0;
  line-height: 19px;
}

body #page-wrapper #router-page-wrapper #acknowledgements-page .page-section {
  margin-top: 5rem;
}

body #page-wrapper #router-page-wrapper #acknowledgements-page .page-section.first-section {
  margin-top: 0;
}

body #page-wrapper .app-header {
  padding: 3rem;
  width: 100%;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header .page-title-box {
    gap: 2rem;
  }
}

body #page-wrapper .app-header #header-sub {
  gap: 3rem;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header #header-sub {
    display: flex;
    justify-content: flex-end;
    width: calc(100vw - 6rem);
  }
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header #header-sub #epi-header-logo {
    max-width: 50%;
  }
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header #header-sub #epi-header-logo p {
    font-size: 14px;
  }
}

body #page-wrapper .app-header #header-sub #epi-header-logo img {
  width: 100px;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header #header-sub #epi-header-logo img {
    width: 80px;
  }
}

body #page-wrapper .app-header .header-image {
  position: absolute;
  background-position: center;
  height: 80vh;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

body #page-wrapper .app-header .header-image .dna-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}

body #page-wrapper .app-header .header-image .dna-overlay::after, body #page-wrapper .app-header .header-image .dna-overlay::before {
  content: "";
  position: fixed;
  top: -50%;
  left: -50%;
  background-image: URL("../img/banner/DNA_tile.png");
  width: 200%;
  height: 200%;
  background-size: 832px 441px;
  background-repeat: repeat;
  transform: rotate(-20deg);
  transform-origin: center;
  pointer-events: none;
  position: absolute;
}

body #page-wrapper .app-header .header-image .dna-overlay::before {
  opacity: 1;
  animation: movePattern 20s linear infinite;
  z-index: -2;
}

body #page-wrapper .app-header .header-image .dna-overlay::after {
  opacity: 0.4;
  animation: movePatternOffset 20s linear infinite;
  z-index: -3;
}

@keyframes movePattern {
  from {
    background-position: 0 0;
    transform: rotate(-10deg);
  }
  to {
    background-position: 832px 0px;
    transform: rotate(-10deg);
  }
}

@keyframes movePatternOffset {
  from {
    background-position: 0 0;
    transform: rotate(-11deg);
  }
  to {
    background-position: 832px 0;
    transform: rotate(-11deg);
  }
}

body #page-wrapper .app-header .header-subtitle {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0;
}

body #page-wrapper .app-header .header-box {
  background-color: rgba(0, 27, 59, 0.6);
  padding: 20px;
  color: #ffffff;
}

body #page-wrapper .app-header .banner-title {
  padding: 40px 20px;
  width: 40vw;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header .banner-title {
    width: calc(100vw - 6rem) !important;
    padding: 20px 10px;
  }
}

body #page-wrapper .app-header .header-box {
  width: fit-content;
}

body #page-wrapper .app-header .logo-parent {
  height: 125px;
  padding: 1.5rem 0;
}

body #page-wrapper .app-header .logo-parent.header-box {
  padding: 1.5rem;
}

body #page-wrapper .app-header .logo-parent img {
  max-height: 60px;
}

@media screen and (max-width: 1400px) {
  body #page-wrapper .app-header .header-subtitle {
    font-size: 1.25rem;
  }
}

body #page-wrapper .app-header.no-picture-header {
  overflow: visible;
  min-height: 0;
}

body #page-wrapper .app-header.no-picture-header .header-box {
  background-color: transparent;
}

body #page-wrapper .app-header .header-col {
  position: relative;
  z-index: 3;
}

body #page-wrapper .app-header .header-col .epi-logo {
  align-items: center;
  gap: 1rem;
}

body #page-wrapper .app-header .header-col .epi-logo p {
  margin: 0;
  white-space: nowrap;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header .header-col .epi-logo {
    gap: 5px;
    height: fit-content !important;
    flex-direction: column !important;
  }
}

body #page-wrapper .app-header .header-col:nth-child(2) {
  width: 60%;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header .header-col:nth-child(2) {
    width: 50%;
  }
}

body #page-wrapper .app-header .header-col:last-child {
  width: 20%;
  align-items: end;
  color: #ffffff;
}

body #page-wrapper .app-header .header-col:last-child .header-box {
  padding: 1rem 1.5rem;
}

body #page-wrapper .app-header .header-home {
  font-size: 1.5rem;
  line-height: 0px;
  position: absolute;
  right: 60px;
  height: 2rem;
  top: 0;
  text-decoration: none;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header .header-home {
    right: 40px;
  }
}

body #page-wrapper .app-header .nav-menu {
  position: absolute;
  right: 0;
  z-index: 1;
}

body #page-wrapper .app-header .nav-menu .accordion-item {
  border: none;
  background-color: transparent;
}

body #page-wrapper .app-header .nav-menu .accordion-item .accordion-header {
  display: flex;
  justify-content: end;
}

body #page-wrapper .app-header .nav-menu .accordion-item .accordion-header button {
  background-color: transparent;
  color: #ffffff;
  font-size: 2rem;
  padding: 0 0.5rem;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header .nav-menu .accordion-item .accordion-header button {
    padding: 0 0.25rem;
  }
}

body #page-wrapper .app-header .nav-menu .accordion-item .accordion-header button::after {
  display: none;
}

body #page-wrapper .app-header .nav-menu .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

body #page-wrapper .app-header .nav-menu .accordion-item .accordion-header button .accordion-icon {
  margin: 0;
}

body #page-wrapper .app-header .nav-menu .accordion-item .accordion-body {
  padding: 0;
}

body #page-wrapper .app-header .nav-menu .nav-menu-content {
  justify-content: start;
  padding: 0.5rem;
  background-color: #000000;
  gap: 0.25rem;
  height: fit-content;
  width: fit-content;
  text-wrap: nowrap;
}

body #page-wrapper .app-header .nav-menu .nav-menu-content a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item {
  border: none;
  background-color: transparent;
}

body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item .accordion-header {
  display: flex;
  justify-content: end;
}

body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item .accordion-header button {
  background-color: transparent;
  color: #000000;
  font-size: 2rem;
  padding: 0 0.5rem;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item .accordion-header button {
    padding: 0 0.25rem;
  }
}

body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item .accordion-header button::after {
  display: none;
}

body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item .accordion-header button .accordion-icon {
  margin: 0;
}

body #page-wrapper .app-header.no-picture-header #nav-menu .accordion-item .accordion-body {
  padding: 0;
}

@media (max-width: 640px) {
  body #page-wrapper .app-header .header-container .logo-parent {
    height: 60px;
    padding: 15px 5px;
    min-width: fit-content;
    background: #001b3B44;
    gap: 20px;
  }
  body #page-wrapper .app-header .header-container .logo-parent #header-logos .flex-col {
    padding-right: 20px !important;
  }
  body #page-wrapper .app-header .header-container .logo-parent #header-logos .flex-col img {
    max-height: 30px;
  }
  body #page-wrapper .app-header #header-controls.flex-col {
    justify-content: center;
    margin-top: 15px;
  }
  body #page-wrapper .app-header #header-controls.flex-col .flex-row {
    height: 100%;
  }
  body #page-wrapper .app-header #pangaea-logo-text {
    display: none;
  }
}

body .footer {
  background: #000000;
  color: #ffffff;
  padding-bottom: 30px;
  font-size: 0.8rem;
  height: 300px;
}

body .footer .container {
  justify-content: space-between;
  height: 100%;
  padding: 0 5rem;
  max-width: none;
}

body .footer .container img {
  display: block;
}

body .footer .container > div {
  padding-top: 30px;
  align-items: center;
}

body .footer .container > div:first-child {
  justify-content: space-between;
  align-items: start;
}

body .footer .container .logo-parent {
  height: 100px;
}

body .footer .container a {
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 640px) {
  body .footer .container .flex-row {
    flex-direction: column !important;
    gap: 50px;
  }
  body .footer .container .flex-row .logo-parent {
    height: auto;
    max-height: 80px;
    max-width: 30vw;
  }
}

body .main-page,
body .selector-section,
body .app-header,
body .footer > .container {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

a[href=""] {
  pointer-events: none;
}

.shiny-output-error,
.no-data {
  width: 100%;
  min-height: 200px;
  background: #e6ebf1;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #000000;
  margin-top: 2rem;
}

.modal-dialog {
  max-width: 50vw;
}

@media screen and (max-width: 821px) {
  .modal-dialog {
    max-width: 80vw;
  }
}

@media screen and (max-width: 640px) {
  .modal-dialog {
    margin: auto;
    margin-top: 20px;
    height: 100%;
  }
}

.modal-dialog .modal-content {
  border-radius: 20px;
  border: 0px;
}

.modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
}

.modal-dialog .modal-content .modal-body {
  padding: 0px !important;
}

.modal-dialog .modal-content .modal-footer {
  background-color: #0c0a0a;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.modal-dialog .modal-content .modal-footer > .btn:hover,
.modal-dialog .modal-content .modal-footer .btn:focus,
.modal-dialog .modal-content .modal-footer .btn:active {
  background-color: white !important;
  color: #0c0a0a;
}

.modal-body:has(#chat-modal-content) + .modal-header,
.modal-content:has(#chat-modal-content) > .modal-header {
  text-align: center;
}

#chat-modal-content {
  padding: 20px;
  gap: 2rem;
}

#chat-modal-content .chat-modal-step p {
  padding: 20px 20px 5px;
}

#chat-modal-content .chat-modal-step img {
  outline: #efae00 solid 3px;
  display: block;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 821px) {
  #chat-modal-content {
    gap: 0;
  }
  #chat-modal-content p {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #chat-modal-content {
    gap: 2rem;
  }
}

.tour-button-primary {
  background-color: #ffffff;
  color: #0c0a0a;
  border: none;
}

/* Allow tooltips to overflow the container */
.introjs-helperLayer {
  overflow: visible !important;
}

.introjs-tooltipReferenceLayer .introjs-tooltip {
  min-width: 25vw;
}

.introjs-tooltipReferenceLayer .introjs-tooltip-header > a {
  background-color: #0c0a0a;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
}

.introjs-tooltipReferenceLayer .introjs-tooltipbuttons {
  background: #0c0a0a;
}

.introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.introjs-tooltipReferenceLayer .introjs-tooltipbuttons > a {
  gap: 10px;
  display: flex;
  color: #0c0a0a;
  align-items: center;
  background-color: #ffffff;
  border: none;
}

.introjs-tooltipReferenceLayer .introjs-tooltipbuttons > a > img {
  height: 15px;
}

#tnc-modal {
  background: #ffffff;
}

#tnc-modal a {
  color: #ff4f00;
  text-decoration: none;
}

.shiny-input-select {
  border: 1px solid #000000;
}

.select-input-container {
  position: relative;
  width: fit-content;
}

.select-input-container .label-with-info {
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 1rem;
}

.select-input-container .label-with-info.selector-info {
  justify-content: space-between;
}

.select-input-container .irs .irs-grid-text,
.select-input-container .irs .irs-min,
.select-input-container .irs .irs-max,
.select-input-container .irs .irs-from,
.select-input-container .irs .irs-to,
.select-input-container .irs .irs-single {
  color: black !important;
}

.select-input-container .irs .irs-grid-pol,
.select-input-container .irs .irs-grid-pol.small {
  background-color: black !important;
}

.take-a-tour {
  display: flex;
  margin-top: 2rem;
  background-color: #ffcd00;
  width: fit-content;
}

.take-a-tour button {
  font-weight: bold;
  color: #000000;
  border-radius: 0;
  font-size: 1.5rem;
}

.info-parent {
  gap: 0.5rem;
  cursor: pointer;
}

.info-parent .info-button {
  background-color: #ffcd00;
  border: 1px solid #000000;
  height: calc(1.25rem + 4px);
  aspect-ratio: 1/1;
  font-size: 0.75rem;
  box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
}

.info-parent .info-button i {
  color: #000000;
  cursor: pointer;
}

.info-tooltip {
  --bs-tooltip-bg: #f9f9f9;
}

.info-tooltip.gif-tooltip {
  --bs-tooltip-bg: #000000;
}

.info-tooltip.gif-tooltip,
.info-tooltip.gif-tooltip * {
  opacity: 1;
  width: fit-content;
  max-width: unset;
}

.info-tooltip .tooltip-inner {
  color: #000000;
}

.loader-parent {
  width: 100vw;
  height: 300px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  margin: 3rem 0;
}

.loader-parent.full-page {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}

.loader-parent .loading-text {
  color: #ff4f00;
  font-weight: bold;
}

.loader-parent .loader {
  width: 200px;
  height: 200px;
  display: inline-block;
  position: relative;
}

.loader-parent .loader::before, .loader-parent .loader::after {
  content: "";
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #ff4f00;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}

.loader-parent .loader::after {
  animation-delay: 1s;
}

.hide-search-content {
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  max-height: 0 !important;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#ss-connect-dialog {
  border-radius: 0.5rem !important;
  padding: 2em !important;
}

#ss-connect-dialog::before {
  color: #000000;
  font-weight: bold;
  font-size: 1.25rem;
}

#ss-connect-dialog a {
  text-decoration: none;
  margin-top: 30px !important;
}

#ss-connect-dialog a::before {
  content: "Refresh" !important;
  padding: 0.75em 2em;
  text-decoration: none;
  border: 2px solid #ffcd00;
  color: #000000;
  background-color: #ffcd00;
}

#ss-connect-dialog a:hover::before {
  background-color: #ffcd00;
  color: #000000;
  border: 2px solid #ffcd00;
  text-decoration: none !important;
}

#about-table thead tr {
  border-bottom: 1px solid #444;
}

#about-table thead tr td {
  padding: 0.5rem 1rem 0.5rem 0;
}

#about-table tbody tr:nth-child(even) {
  border-bottom: 1px solid #444;
}

#about-table tbody tr td {
  padding: 0.5rem 1rem 0.5rem 0;
}

#social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  gap: 5px;
}

#social-links a {
  padding: 5px 0px 5px 0px;
}

#social-links .social-icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#social-links .social-icon:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  #waffle-legend {
    margin-bottom: 2rem;
  }
}

.detection-box {
  background-color: #e9d9c8;
  height: 32px;
  width: 32px;
  border-radius: 2px;
  display: inline-block;
}

.detection-box .species-remainder {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding-top: 0.4rem;
}

@media screen and (max-width: 640px) {
  .detection-box {
    height: calc((100vw - 6rem) / 9);
    width: calc((100vw - 6rem) / 9);
    border: 2px solid #ffffff;
    border-radius: 5px;
  }
  .detection-box .species-remainder {
    font-size: 12px;
  }
}

#genome-tiles {
  margin: 3rem 0;
  gap: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  --tiles-in-row: 5;
  grid-template-columns: repeat(var(--tiles-in-row), 1fr);
}

@media screen and (max-width: 1400px) {
  #genome-tiles {
    --tiles-in-row: 4;
  }
}

@media screen and (max-width: 821px) {
  #genome-tiles {
    --tiles-in-row: 2;
    gap: 2rem 1rem;
  }
}

#genome-tiles.voyage-grid {
  --tiles-in-row: 3;
}

@media screen and (max-width: 821px) {
  #genome-tiles.voyage-grid {
    --tiles-in-row: 2;
  }
}

#genome-tiles.voyage-grid .voyage-tile {
  border-top: none !important;
}

#genome-tiles .voyage-tile {
  border-top: none !important;
}

#genome-tiles .genome-tile {
  border-top: 1px solid #000000;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 17px;
  line-height: 20px;
}

#genome-tiles .genome-tile p {
  margin: 0;
}

#genome-tiles .genome-tile p:first-child {
  margin-bottom: 2px;
}

#genome-tiles .genome-tile .genome-image {
  margin: 0.5rem 0;
  width: 100%;
  position: relative;
  aspect-ratio: 1.5/1;
}

#genome-tiles .genome-tile .genome-image.no-image {
  background-color: #f9f6f2;
  padding: 4.5rem;
}

#genome-tiles .genome-tile .genome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

#genome-tiles .genome-tile .genome-image.no-image img.genome-tile-image {
  width: 50% !important;
  object-fit: contain !important;
  height: fit-content;
}

#genome-tiles .genome-tile .genome-image i {
  color: #ffffff;
  font-size: 7rem;
  position: absolute;
}

@media screen and (max-width: 640px) {
  #genome-tiles .genome-tile .genome-image i {
    display: flex;
  }
  #genome-tiles .genome-tile .genome-image i:before {
    font-size: 3rem;
  }
}

#genome-tiles .genome-link {
  border-left: 0.75rem solid #ffcd00;
  padding-left: 0.5rem;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
}

#genome-tiles .genome-link * {
  color: #000000;
}

#genome-tiles .genome-link *:hover, #genome-tiles .genome-link:hover {
  cursor: pointer;
}

#genome-tiles .genome-link p:hover {
  text-decoration: underline;
}

#genome-tiles .genome-link p {
  margin: 0;
  font-size: 1.2rem;
}

.about-section {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  width: 80vw;
  max-width: 1000px;
  display: flex;
  align-items: center;
  padding: 3rem 6rem;
  margin: 0 auto;
  margin-top: 100px;
}

.about-section .about-overlay {
  max-width: 80%;
}

.about-section .about-overlay h2 {
  color: #ffffff;
}

.about-section .about-overlay .btn {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
  border-radius: 0;
  font-weight: bold;
  width: fit-content;
  padding: 0.5rem 2.5rem;
  font-size: 17px;
  line-height: 20px;
}

.about-section .about-overlay .btn:hover {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
}

@media (max-width: 640px) {
  .about-section {
    max-width: 100%;
    padding: 2rem;
  }
  .about-section .about-overlay {
    width: 100%;
    max-width: 100%;
  }
}

.contribution-banner {
  padding: 10px;
  background-color: #ffcd00;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contribution-banner p {
  margin: 0px;
}

.contribution-banner a {
  color: #000000;
}

.vscomp-dropbox-container {
  z-index: 3 !important;
}

.panel-auth {
  background-size: cover !important;
}

.panel-auth .panel-primary {
  background: white;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 3px black;
}

.panel-auth .panel-primary #auth-shinymanager-auth-head {
  display: none;
}

.vscomp-dropbox-container {
  z-index: 3 !important;
}

.socials-container {
  margin: 1rem 0 2rem auto;
  width: fit-content;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  --button-height-px: 30px;
  --button-padding-px: 5px;
  --full-button-height-px: calc(
    var(--button-height-px) + (2 * var(--button-padding-px))
  );
}

.socials-container > * {
  margin: var(--button-padding-px);
  padding: 0;
  height: var(--button-height-px);
  width: var(--button-height-px);
}

.socials-container > * .link-copied-icon,
.socials-container > * > div > img {
  height: var(--button-height-px);
  min-height: var(--button-height-px);
  width: var(--button-height-px);
}

.socials-container > * .link-copied-icon {
  color: #ffffff;
  border-radius: 100%;
}

.socials-container > .btn {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  overflow: hidden;
  flex-direction: column;
  cursor: pointer;
}

.socials-container > .btn, .socials-container > .btn:hover, .socials-container > .btn:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.socials-container > .btn.copy-link-button {
  background-color: #49be6d;
  border-radius: 100%;
  border-radius: 100%;
}

.socials-container > .btn.copy-link-button > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.socials-container > .btn.copy-link-button > div > div {
  color: #ffffff;
}

.socials-container > .btn.copy-link-button > div > img {
  background-color: #ffffff;
  border-radius: 100%;
}

.socials-container > .btn.copy-link-button > div .social-icon {
  display: flex;
  align-items: center;
  justify-content: start;
}

.socials-container > .btn.copy-link-button.animate > div {
  transform: translateY(calc(0% - 100%));
}

.socials-container > .btn.copy-link-button.animate > div .link-copied-icon {
  background-color: #49be6d;
}

.socials-container > img {
  padding: 0;
  margin: 0;
  height: 100%;
  width: auto;
  cursor: default;
}

#shiny-notification-panel {
  width: fit-content !important;
}

#shiny-notification-panel > div {
  margin: 0;
  width: fit-content;
  padding: 1.5rem 2rem;
  background-color: #f9f6f2;
  color: #000000;
}

#page-wrapper #router-page-wrapper #home-header .home-sample-count {
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  border-radius: 2px;
  height: fit-content;
}

#page-wrapper #router-page-wrapper #home-page #home-map-introjs_map_tiles {
  position: relative;
  top: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 0.5rem;
  max-height: 100px;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 40vw;
  height: 600px;
  overflow-y: auto;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .map-content {
  position: relative;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .voyage-card {
  flex: 1 1 80px;
  padding: 15px 20px;
  background-color: #f9f6f2;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .voyage-card:hover {
  filter: brightness(90%);
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .voyage-card.active {
  background-color: #ffcd00;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .voyage-card .voyage-title {
  font-weight: bold;
  font-size: 30px;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .voyage-card h3 {
  margin-bottom: 0.5rem;
  font-size: 25px;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .voyage-card p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0.5rem;
}

#page-wrapper #router-page-wrapper #home-page .voyage-container .voyage-card .voyage-meta {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

#page-wrapper #router-page-wrapper #home-page .explore-more-voyages {
  margin-top: 2rem;
  padding: 1.5rem 3rem;
  background-color: #ffcd00;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  width: fit-content;
}

#page-wrapper #router-page-wrapper #home-page .explore-more-voyages a {
  margin: 0px;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

#page-wrapper #router-page-wrapper #home-page .explore-more-voyages:hover {
  border: 1px solid #000000;
}

@media screen and (max-width: 821px) {
  #page-wrapper #router-page-wrapper #home-page #explore-by .tile-row {
    padding: 20px 0px;
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #explore-by .tile-row {
    flex-direction: column !important;
  }
}

#page-wrapper #router-page-wrapper #home-page .page-link-tile {
  flex-direction: column;
  flex: 1;
  text-decoration: none;
}

@media screen and (max-width: 821px) {
  #page-wrapper #router-page-wrapper #home-page .page-link-tile {
    min-width: 40%;
  }
}

#page-wrapper #router-page-wrapper #home-page .page-link-tile .page-link-image {
  display: flex;
  height: 25vh;
  max-height: 250px;
  background-size: cover;
  background-position: right;
}

#page-wrapper #router-page-wrapper #home-page .page-link-tile .page-link-text {
  background: #ffcd00;
  color: #000000;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  min-height: 100px;
}

@media screen and (max-width: 1400px) {
  #page-wrapper #router-page-wrapper #home-page .page-link-tile .page-link-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page .page-link-tile .page-link-text {
    gap: 10px;
    align-items: center;
  }
}

#page-wrapper #router-page-wrapper #home-page .page-link-tile .page-link-text img {
  max-height: 30px;
  width: auto;
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page .page-link-tile .page-link-text img {
    margin-top: 0;
  }
}

#page-wrapper #router-page-wrapper #home-page .page-link-tile .page-link-text p {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: auto;
}

#page-wrapper #router-page-wrapper #home-page #stats-tiles-parent {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #stats-tiles-parent {
    flex-direction: column !important;
    gap: 1rem;
    margin-top: 20px;
  }
}

#page-wrapper #router-page-wrapper #home-page #stats-tiles-parent #stats-tile-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#page-wrapper #router-page-wrapper #home-page #stats-tiles-parent .stats-tile {
  height: fit-content;
}

#page-wrapper #router-page-wrapper #home-page #stats-tiles-parent .stats-tile h1 {
  color: #1261bc;
  font-family: 'Lora', serif;
  font-weight: normal;
}

#page-wrapper #router-page-wrapper #home-page #stats-tiles-parent .stats-tile p {
  font-family: "PublicSans", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000000;
}

#page-wrapper #router-page-wrapper #home-page #stats-tiles-parent .stats-tile a {
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  border-left: 5px solid #ffcd00;
  padding-left: 5px;
}

@media screen and (max-width: 1400px) {
  #page-wrapper #router-page-wrapper #home-page #stats-tiles-parent .stats-tile h2 {
    font-size: 1.25rem;
  }
  #page-wrapper #router-page-wrapper #home-page #stats-tiles-parent .stats-tile p {
    font-size: 1rem;
  }
}

#page-wrapper #router-page-wrapper #home-page #home-map-container {
  margin: 0 !important;
}

#page-wrapper #router-page-wrapper #home-page #home-voyage .map-container {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #home-voyage .map-container {
    margin-top: 50px;
  }
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #recent-voyage-buttons {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #home-voyage #recent-voyage-buttons {
    margin-top: 10px;
    align-items: flex-end;
  }
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #recent-voyage-buttons .btn {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
  border-radius: 0;
  font-weight: bold;
  width: fit-content;
  padding: 1rem 1.5rem;
  font-size: 16px;
  line-height: 19px;
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #recent-voyage-buttons .btn:hover {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #home-voyage #recent-voyage-buttons .btn {
    padding: 0.75rem;
  }
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #recent-voyage-buttons .btn:first-child {
  padding: 1rem 2.5rem;
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #more-details-buttons {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #home-voyage #more-details-buttons {
    margin-top: 10px;
    align-items: flex-end;
  }
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #more-details-buttons .btn {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
  border-radius: 0;
  font-weight: bold;
  width: fit-content;
  padding: 1rem 1.5rem;
  font-size: 16px;
  line-height: 19px;
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #more-details-buttons .btn:hover {
  background: #ffcd00;
  border: 2px solid #ffcd00;
  color: #000000;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #home-voyage #more-details-buttons .btn {
    padding: 0.75rem;
  }
}

#page-wrapper #router-page-wrapper #home-page #home-voyage #more-details-buttons .btn:first-child {
  padding: 1rem 2.5rem;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #home-page #home-voyage .page-section {
    margin-bottom: 15px;
  }
  #page-wrapper #router-page-wrapper #home-page #home-voyage .flex-row {
    flex-direction: column !important;
  }
  #page-wrapper #router-page-wrapper #home-page #home-voyage .flex-row .flex-col .voyage-container {
    width: 100%;
  }
}

.home-animation-divider {
  width: 100%;
  height: 250px;
  margin: 2rem 0;
}

@media screen and (max-width: 821px) {
  .home-animation-divider {
    height: 20vh;
  }
}

@media screen and (max-width: 640px) {
  .home-animation-divider {
    height: 15vh;
  }
}

.home-animation-divider #home-fish-divider {
  display: flex;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 821px) {
  .home-animation-divider #home-fish-divider {
    width: 200vw;
    margin-left: -50vw;
  }
}

.home-animation-divider #home-fish-divider .divider-element {
  width: 25%;
  height: 100%;
  position: absolute;
  animation: slideAcross 30s linear infinite;
}

@media screen and (max-width: 821px) {
  .home-animation-divider #home-fish-divider .divider-element {
    max-width: 50vw;
  }
}

.home-animation-divider #home-fish-divider .divider-element:nth-child(1) {
  animation-delay: 0s;
}

.home-animation-divider #home-fish-divider .divider-element:nth-child(2) {
  animation-delay: -6s;
}

.home-animation-divider #home-fish-divider .divider-element:nth-child(3) {
  animation-delay: -12s;
}

.home-animation-divider #home-fish-divider .divider-element:nth-child(4) {
  animation-delay: -18s;
}

.home-animation-divider #home-fish-divider .divider-element:nth-child(5) {
  animation-delay: -24s;
}

.home-animation-divider #home-fish-divider .divider-element .divider-fish {
  width: 45%;
  position: absolute;
}

.home-animation-divider #home-fish-divider .divider-element .divider-fish.lower {
  left: 3%;
  bottom: 0;
  animation: SwimToCentreFromBottom 5s ease-in-out infinite;
}

.home-animation-divider #home-fish-divider .divider-element .divider-fish.upper {
  right: 0;
  top: 0;
  animation: SwimToCentreFromTop 5s ease-in-out infinite;
}

.home-animation-divider #home-fish-divider .divider-element:nth-child(even) .divider-fish:nth-child(2) {
  transform: scale(1.1, 1.1);
}

.home-animation-divider #home-fish-divider .divider-element:nth-child(odd) .divider-fish:nth-child(1) {
  transform: scale(1.1, 1.1);
}

@keyframes slideAcross {
  0% {
    left: -25%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 125%;
  }
}

@keyframes SwimToCentreFromBottom {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 5%;
    left: 5%;
  }
  100% {
    bottom: 0;
  }
}

@keyframes SwimToCentreFromTop {
  0% {
    top: 0;
  }
  50% {
    top: 5%;
    right: 2%;
  }
  100% {
    top: 0;
  }
}

#home-boat-divider {
  height: 100%;
  position: relative;
}

#home-boat-divider #boat-divider-wave {
  width: 120%;
  height: 10%;
  position: absolute;
  top: 45%;
  background-image: URL("../img/home-animations/SVG/1_wave.svg");
  background-size: contain;
  left: -10%;
  animation: wave-motion-horizontal 30s linear infinite, wave-motion-vertical 6s ease-in-out infinite;
}

@media screen and (max-width: 821px) {
  #home-boat-divider #boat-divider-wave {
    width: 200%;
    left: -50%;
    top: 50%;
    animation: wave-motion-horizontal 30s linear infinite;
  }
}

#home-boat-divider #boat-divider-boat {
  display: flex;
  position: absolute;
  left: 45%;
  width: 10%;
  justify-content: center;
  top: 20%;
  animation: boat-bob 6s ease-in-out infinite, boat-move-horizontal 40s linear infinite;
}

@media screen and (max-width: 821px) {
  #home-boat-divider #boat-divider-boat img {
    max-width: 35vw;
  }
}

#home-boat-divider .divider-element {
  width: 10%;
  position: absolute;
  bottom: 10%;
  justify-content: center;
  display: flex;
  animation: dna-collection 40s ease-in infinite;
}

#home-boat-divider .divider-element:nth-child(2) {
  left: 18%;
  animation-delay: 5.714s;
}

#home-boat-divider .divider-element:nth-child(3) {
  left: 36%;
  animation-delay: 11.428s;
}

#home-boat-divider .divider-element:nth-child(4) {
  left: 54%;
  animation-delay: 17.142s;
}

#home-boat-divider .divider-element:nth-child(5) {
  left: 72%;
  animation-delay: 22.856s;
}

#home-boat-divider .divider-element:nth-child(6) {
  left: 90%;
  animation-delay: 28.57s;
}

@media screen and (max-width: 821px) {
  #home-boat-divider .divider-element .divider-dna {
    scale: 0.75;
  }
}

@keyframes wave-motion-horizontal {
  100% {
    background-position-x: -100%;
  }
}

@keyframes wave-motion-vertical {
  0%, 100% {
    top: 45%;
  }
  50% {
    top: 50%;
  }
}

@keyframes boat-bob {
  0%, 100% {
    top: 20%;
  }
  50% {
    top: 25%;
  }
}

@keyframes boat-move-horizontal {
  0% {
    left: -18%;
  }
  100% {
    left: 108%;
  }
}

@keyframes dna-collection {
  14.285%, 21.4275% {
    bottom: 50%;
    scale: 0.5;
    opacity: 0;
  }
  28.5714%, 100%, 0%, 7.1425% {
    bottom: 10%;
    scale: 1;
    opacity: 1;
  }
}

#home-animals-divider {
  height: 100%;
  position: relative;
}

#home-animals-divider #animals-divider-dna {
  width: 200%;
  height: 20%;
  position: absolute;
  top: 40%;
  background-image: URL("../img/home-animations/SVG/3_dna.svg");
  background-size: contain;
  left: -50%;
  animation: dna-motion-horizontal 30s linear infinite;
}

#home-animals-divider .divider-element {
  height: 80%;
  position: absolute;
  bottom: 0%;
  justify-content: center;
  display: flex;
  background-size: cover;
}

#home-animals-divider .divider-element:nth-child(1) {
  left: 15%;
}

#home-animals-divider .divider-element:nth-child(2) {
  left: 35%;
}

#home-animals-divider .divider-element:nth-child(3) {
  right: 35%;
}

#home-animals-divider .divider-element:nth-child(4) {
  right: 15%;
}

@media screen and (max-width: 821px) {
  #home-animals-divider .divider-element:nth-child(1) {
    left: 0%;
  }
  #home-animals-divider .divider-element:nth-child(2) {
    left: 25%;
  }
  #home-animals-divider .divider-element:nth-child(3) {
    right: 25%;
  }
  #home-animals-divider .divider-element:nth-child(4) {
    right: 0%;
  }
}

@media screen and (max-width: 640px) {
  #home-animals-divider .divider-element:nth-child(1) {
    left: -10%;
  }
  #home-animals-divider .divider-element:nth-child(2) {
    left: 20%;
  }
  #home-animals-divider .divider-element:nth-child(3) {
    right: 20%;
  }
  #home-animals-divider .divider-element:nth-child(4) {
    right: -10%;
  }
}

@keyframes dna-motion-horizontal {
  100% {
    background-position-x: 110%;
  }
}

#page-wrapper #router-page-wrapper #chat-header {
  display: flex;
  min-height: 60vh;
  height: fit-content;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #chat-header #chat-header-content {
    margin-bottom: 150px;
  }
}

#page-wrapper #router-page-wrapper #chat-page h4 {
  padding-top: 10px;
}

#page-wrapper #router-page-wrapper #chat-page #chat-introduction {
  width: 100%;
  gap: 2rem;
}

#page-wrapper #router-page-wrapper #chat-page #chat-introduction h2 {
  margin-bottom: 2rem;
}

#page-wrapper #router-page-wrapper #chat-page #chat-introduction .beta-message {
  background: #ffcd00;
  padding: 1rem 1rem;
  gap: 1rem;
  justify-content: center;
  height: fit-content;
  margin: 0px;
}

#page-wrapper #router-page-wrapper #chat-page #chat-introduction .beta-message p {
  font-size: 1rem !important;
}

#page-wrapper #router-page-wrapper #chat-page #chat-introduction .beta-message ul {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  #page-wrapper #router-page-wrapper #chat-page #chat-introduction {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #chat-page #chat-intro-text {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 821px) {
  #page-wrapper #router-page-wrapper #chat-page #chat-parent {
    flex-direction: column !important;
    gap: 2rem;
  }
  #page-wrapper #router-page-wrapper #chat-page #chat-parent #chat-chat_input {
    min-height: 120px;
  }
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent > div {
  border-top: 1px solid #000000;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent div#chat-final-answer-text {
  font-size: 20px;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent .form-control.shiny-input-textarea {
  font-size: 1.25rem !important;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent .spinner-container {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent .spinner-visible {
  display: flex !important;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent .spinner {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #007bff;
  /* Bootstrap blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent .text-visible {
  display: block;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent .text-invisible {
  display: none;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent > div:first-child > .shiny-text-output {
  margin-left: auto;
  width: fit-content;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent > div {
  padding: 0;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent > div h5 {
  font-weight: bold;
  margin: 0.75rem 0;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent div:first-child .form-group {
  max-width: unset;
  width: 100%;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent div:first-child .form-group textarea.shiny-input-textarea {
  border-radius: 0px;
  border: 1px solid black;
  width: 100%;
  min-height: 200px;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent div:first-child .form-group + div {
  gap: 1rem;
  align-items: end;
}

#page-wrapper #router-page-wrapper #chat-page #chat-parent div:first-child .form-group + div .white-btn {
  padding: 0.5rem;
  aspect-ratio: 1/1;
  height: 100%;
  justify-self: end;
  font-size: 1.4rem;
  line-height: 1.2rem;
}

#page-wrapper #router-page-wrapper #chat-page #chat-python_output h1 {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  font-style: italic;
  font-family: "Courier";
}

#page-wrapper #router-page-wrapper #chat-page .accordion-item {
  border-color: #f9f6f1;
  border-radius: 0;
}

#page-wrapper #router-page-wrapper #chat-page .accordion-item .accordion-header button {
  background-color: #f9f6f1;
  color: #000000;
}

#page-wrapper #router-page-wrapper #chat-page .accordion-item .accordion-header button:focus {
  box-shadow: none;
  background-color: #f9f6f1;
  color: #000000;
}

#page-wrapper #router-page-wrapper #chat-page .accordion-item .accordion-body {
  background-color: #f9f6f1;
}

#page-wrapper #router-page-wrapper #chat-page .accordion-item .accordion-header button::after {
  content: "+";
  background-image: none;
  font-size: 2rem;
  line-height: 1rem;
  max-width: 1.5rem;
  overflow: hidden;
}

#page-wrapper #router-page-wrapper #chat-page .accordion-item .accordion-header button[aria-expanded="true"]::after {
  content: "—";
}

#page-wrapper #router-page-wrapper #chat-page .accordion {
  margin-top: 2rem;
  max-height: 300px;
  overflow-y: auto;
}

#page-wrapper #router-page-wrapper #chat-page .accordion-header button {
  font-weight: bold;
}

#page-wrapper #router-page-wrapper #chat-page p:empty {
  display: none;
}

#page-wrapper #router-page-wrapper #chat-page #show-example-text {
  align-items: center;
  gap: 0.5rem;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #000000;
  font-size: 16px;
}

#page-wrapper #router-page-wrapper #chat-page #show-example-text bslib-tooltip {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #about-container #about-main .page-section.flex-row {
    flex-direction: column !important;
    gap: 0 !important;
    margin-top: 2rem;
  }
}

#page-wrapper #router-page-wrapper #about-container #about-main .flex-col h1 {
  margin-top: 0;
}

#page-wrapper #router-page-wrapper #about-container #about-main .text-image {
  margin: 0.5rem 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #about-container #about-main .text-image {
    height: auto;
    order: 2;
    width: 100% !important;
  }
}

#page-wrapper #router-page-wrapper #about-container #about-main .text-image img {
  width: 100%;
  z-index: 2;
}

#page-wrapper #router-page-wrapper #about-container #about-main .text-image img::before {
  color: transparent;
}

#page-wrapper #router-page-wrapper #about-container #about-main .text-image i {
  color: #ffffff;
  font-size: 4rem;
  position: absolute;
}

#page-wrapper #router-page-wrapper #about-container #about-main .faq-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}

#page-wrapper #router-page-wrapper #about-container #about-main .faq-card {
  flex: 1 1 calc(25% - 1.5rem);
  background-color: #e6ebf1;
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  min-width: 250px;
}

#page-wrapper #router-page-wrapper #about-container #about-main .faq-card p {
  margin: 0.5rem 0;
}

#page-wrapper #router-page-wrapper #about-container #about-main .faq-card strong {
  font-weight: 700;
  display: block;
}

body .selector-section {
  background-color: var(--grey);
  padding: 2rem;
}

body .selector-section .shiny-input-select {
  border: none;
}

body .selector-section .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button,
body .selector-section .daterangepickerclass,
body .selector-section .input-daterange,
body .selector-section .selectize-input {
  border-radius: 0;
  border: none;
  font-size: 17px !important;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
}

body .selector-section .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button.focus,
body .selector-section .daterangepickerclass.focus,
body .selector-section .input-daterange.focus,
body .selector-section .selectize-input.focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 212, 97, 0.25);
}

body .selector-section .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button .vscomp-value,
body .selector-section .daterangepickerclass .vscomp-value,
body .selector-section .input-daterange .vscomp-value,
body .selector-section .selectize-input .vscomp-value {
  height: 1.5rem;
  line-height: 1.5rem;
}

body .selector-section .input-daterange,
body .selector-section .daterangepickerclass {
  text-align: center;
  padding: 0;
}

body .selector-section .input-daterange:focus,
body .selector-section .daterangepickerclass:focus {
  outline: none;
}

body .selector-section .input-daterange *,
body .selector-section .daterangepickerclass * {
  border-radius: 0 !important;
  font-size: 17px !important;
}

body .selector-section .input-daterange span,
body .selector-section .daterangepickerclass span {
  background-color: transparent;
  border: none;
  height: 100%;
}

body .selector-section .selectize-dropdown {
  border-radius: 0;
}

body .selector-section .selectize-dropdown .selectize-dropdown-content .option.selected {
  background-color: #ff4f00;
  color: #ffffff;
}

body .selector-section .input-numeric-range,
body .selector-section .input-numeric-range > span,
body .selector-section input {
  border-radius: 0;
  border: none;
  font-size: 17px;
  background-color: #ffffff;
}

body .selector-section .irs--shiny .irs-handle:focus,
body .selector-section .irs--shiny .irs-handle:active,
body .selector-section .irs--shiny .irs-handle:hover,
body .selector-section .irs--shiny .irs-handle,
body .selector-section .irs-to,
body .selector-section .irs-from,
body .selector-section .irs-grid-pol {
  color: #000000 !important;
  background-color: #ffffff !important;
}

body .selector-section .irs-grid-text {
  color: #ffffff !important;
}

body .selector-section label {
  font-weight: bold;
  font-size: 17px;
}

body .selector-section .selector-container {
  display: flex;
  flex-flow: row;
  max-width: unset;
  padding: 0;
  color: #ffffff;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  body .selector-section .selector-container {
    flex-direction: column !important;
    gap: 2rem;
  }
  body .selector-section .selector-container .filters-section {
    flex-direction: column !important;
    gap: 1rem;
  }
  body .selector-section .selector-container .filters-section .shiny-input-container {
    width: 100% !important;
  }
  body .selector-section .selector-container .select-input-container {
    width: 100% !important;
  }
  body .selector-section .selector-container .select-input-container .shiny-input-container {
    width: 100% !important;
  }
  body .selector-section .selector-container .search-button {
    float: right;
  }
}

body .selector-section .selector-container .maplibre-wrapper {
  flex: 1 0 40%;
}

body .selector-section .selector-container .filters-section {
  display: flex;
  gap: 2rem;
}

body .selector-section .selector-container .filters-section .shiny-input-container {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  body .selector-section .selector-container .filters-section .shiny-input-container {
    width: 100% !important;
  }
}

body .selector-section .selector-container .filters-section .shiny-input-container > label {
  color: #000000;
}

body .selector-section .selector-container .filters-section .year-input .form-group {
  width: 150px;
}

body .selector-section .selector-container .selector-inputs--horizontal {
  flex-flow: row;
  column-gap: 5rem;
  row-gap: 3rem;
  flex-wrap: wrap;
}

body .selector-section .selector-container .selector-inputs--horizontal .input-size-container {
  flex: 1 1 200px;
}

body .selector-section .selector-container .selector-inputs--vertical {
  flex-flow: column;
  gap: 22px;
}

body .selector-section .selector-container .search-button-section {
  align-content: flex-end;
}

@media screen and (max-width: 640px) {
  body .selector-section .selector-container .search-button-section .search-button {
    float: right;
  }
}

.map-marker {
  background: transparent;
  opacity: 1;
}

.map-marker.recency-1 {
  filter: grayscale(0%);
}

.map-marker.recency-2 {
  filter: grayscale(25%);
  opacity: 0.7;
}

.map-marker.recency-3 {
  filter: grayscale(40%);
  opacity: 0.6;
}

.map-marker.recency-4 {
  filter: grayscale(55%);
  opacity: 0.5;
}

.map-marker.recency-5 {
  filter: grayscale(70%);
  opacity: 0.4;
}

#park-page .map-parent,
#species-page .map-parent {
  position: relative;
  display: grid;
  padding: 0;
}

#park-page .map-parent .accordion-item,
#species-page .map-parent .accordion-item {
  border-color: #4c4b49;
  border-radius: 0;
}

#park-page .map-parent .accordion-item .accordion-header button,
#species-page .map-parent .accordion-item .accordion-header button {
  background-color: #4c4b49;
  color: #000000;
}

#park-page .map-parent .accordion-item .accordion-header button:focus,
#species-page .map-parent .accordion-item .accordion-header button:focus {
  box-shadow: none;
  background-color: #4c4b49;
  color: #000000;
}

#park-page .map-parent .accordion-item .accordion-body,
#species-page .map-parent .accordion-item .accordion-body {
  background-color: #4c4b49;
}

#park-page .map-parent .shiny-input-select,
#species-page .map-parent .shiny-input-select {
  border: none;
}

#park-page .map-parent .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button,
#park-page .map-parent .daterangepickerclass,
#park-page .map-parent .input-daterange,
#park-page .map-parent .selectize-input,
#species-page .map-parent .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button,
#species-page .map-parent .daterangepickerclass,
#species-page .map-parent .input-daterange,
#species-page .map-parent .selectize-input {
  border-radius: 0;
  border: none;
  font-size: inherit !important;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
}

#park-page .map-parent .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button.focus,
#park-page .map-parent .daterangepickerclass.focus,
#park-page .map-parent .input-daterange.focus,
#park-page .map-parent .selectize-input.focus,
#species-page .map-parent .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button.focus,
#species-page .map-parent .daterangepickerclass.focus,
#species-page .map-parent .input-daterange.focus,
#species-page .map-parent .selectize-input.focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 212, 97, 0.25);
}

#park-page .map-parent .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button .vscomp-value,
#park-page .map-parent .daterangepickerclass .vscomp-value,
#park-page .map-parent .input-daterange .vscomp-value,
#park-page .map-parent .selectize-input .vscomp-value,
#species-page .map-parent .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button .vscomp-value,
#species-page .map-parent .daterangepickerclass .vscomp-value,
#species-page .map-parent .input-daterange .vscomp-value,
#species-page .map-parent .selectize-input .vscomp-value {
  height: 1.5rem;
  line-height: 1.5rem;
}

#park-page .map-parent .input-daterange,
#park-page .map-parent .daterangepickerclass,
#species-page .map-parent .input-daterange,
#species-page .map-parent .daterangepickerclass {
  text-align: center;
  padding: 0;
}

#park-page .map-parent .input-daterange:focus,
#park-page .map-parent .daterangepickerclass:focus,
#species-page .map-parent .input-daterange:focus,
#species-page .map-parent .daterangepickerclass:focus {
  outline: none;
}

#park-page .map-parent .input-daterange *,
#park-page .map-parent .daterangepickerclass *,
#species-page .map-parent .input-daterange *,
#species-page .map-parent .daterangepickerclass * {
  border-radius: 0 !important;
  font-size: inherit !important;
}

#park-page .map-parent .input-daterange span,
#park-page .map-parent .daterangepickerclass span,
#species-page .map-parent .input-daterange span,
#species-page .map-parent .daterangepickerclass span {
  background-color: transparent;
  border: none;
  height: 100%;
}

#park-page .map-parent .selectize-dropdown,
#species-page .map-parent .selectize-dropdown {
  border-radius: 0;
}

#park-page .map-parent .selectize-dropdown .selectize-dropdown-content .option.selected,
#species-page .map-parent .selectize-dropdown .selectize-dropdown-content .option.selected {
  background-color: #ff4f00;
  color: #ffffff;
}

#park-page .map-parent .accordion,
#species-page .map-parent .accordion {
  position: absolute;
  z-index: 1;
}

#park-page .map-parent .accordion .accordion-item,
#species-page .map-parent .accordion .accordion-item {
  width: 300px;
  max-height: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  color: #ffffff;
}

#park-page .map-parent .accordion .accordion-item .accordion-header button,
#species-page .map-parent .accordion .accordion-item .accordion-header button {
  height: 65px;
  border-radius: 0;
  color: #ffffff;
}

#park-page .map-parent .accordion .accordion-item .accordion-header button .accordion-title > div,
#species-page .map-parent .accordion .accordion-item .accordion-header button .accordion-title > div {
  align-items: center;
  gap: 0.5rem;
}

#park-page .map-parent .accordion .accordion-item .accordion-collapse,
#species-page .map-parent .accordion .accordion-item .accordion-collapse {
  border-radius: 0;
}

#park-page .map-parent .accordion .accordion-item .accordion-collapse .accordion-body,
#species-page .map-parent .accordion .accordion-item .accordion-collapse .accordion-body {
  height: 100%;
  /* subtract header height if needed */
  overflow-y: auto;
}

#park-page .map-parent .accordion .accordion-item .accordion-collapse .accordion-body > div,
#species-page .map-parent .accordion .accordion-item .accordion-collapse .accordion-body > div {
  height: 100%;
}

#park-page .map-parent .accordion .accordion-item .accordion-collapse.show,
#species-page .map-parent .accordion .accordion-item .accordion-collapse.show {
  height: calc(600px - 65px);
  overflow: hidden;
}

#park-page .selector-section {
  padding-right: 25%;
  display: flex;
  flex-direction: column;
}

#park-page .selector-section .selector-container {
  margin-top: 2rem;
  gap: 3rem;
}

#park-page .selector-section .selector-container .maplibre-wrapper {
  flex-grow: 1;
}

#park-page .selector-section .selector-container .selector-inputs {
  width: fit-content;
  padding: 0;
}

#park-page .selector-section .selector-container .selector-inputs .select-input-container .form-group {
  width: 350px;
}

#park-page .selector-section .selector-container .selector-inputs .search-button-section {
  display: flex;
  justify-content: end;
}

.timeline-parent {
  width: fit-content;
  height: fit-content;
  background: #f9f6f1;
  padding: 1rem;
}

.timeline-parent:has(.timeline-header > .select-input-container .pretty input[disabled]) .timeline-controls, .timeline-parent:has(
.timeline-header
> .select-input-container
.pretty
input[type="checkbox"]:not(:checked)
) .timeline-controls {
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(100%) brightness(75%);
}

.timeline-parent .timeline-header {
  padding-bottom: 0.5rem;
  gap: 1rem;
  align-items: center;
}

.timeline-parent .timeline-header .pretty input[type="checkbox"] + .state label {
  color: #000000;
}

.timeline-parent .timeline-header .pretty input[type="checkbox"] + .state label::after, .timeline-parent .timeline-header .pretty input[type="checkbox"] + .state label::before {
  border-color: #000000;
  background-color: #ffffff;
}

.timeline-parent .timeline-header .form-group {
  margin-bottom: 0;
}

.timeline-parent .timeline-header .timeline-header-text {
  position: relative;
  width: fit-content;
  flex-grow: 1;
}

.timeline-parent .timeline-header .timeline-header-text p {
  margin: 0;
}

.timeline-parent .timeline-header .select-input-container {
  align-items: center;
}

.timeline-parent .timeline-header .select-input-container > .form-group {
  width: fit-content;
  height: fit-content;
}

.timeline-parent .timeline-header .select-input-container > .form-group > .pretty {
  margin-right: 0;
}

.timeline-parent .timeline-header .select-input-container .label-with-info {
  gap: 0.5rem;
  margin-bottom: 0;
}

.timeline-parent .timeline-header .select-input-container:has(> .form-group input[disabled]) > .form-group,
.timeline-parent .timeline-header .select-input-container:has(> .form-group input[disabled]) .label-with-info > strong {
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(100%) brightness(75%);
}

.timeline-parent .timeline-slider {
  align-items: center;
}

.timeline-parent .timeline-slider .timeline-container {
  align-items: center;
}

.timeline-parent .timeline-slider .timeline-container .form-group {
  margin-bottom: 0;
  width: 500px;
}

.timeline-parent .timeline-slider .timeline-container .irs-handle {
  background-color: #ffffff !important;
}

.thanks-nbdl {
  background: #ffcd00;
  padding: 2rem;
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  #detections-section {
    margin-top: 12rem !important;
  }
}

.legend-selector-parent .selector-container .shiny-input-select {
  border: none;
}

.legend-selector-parent .selector-container .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button,
.legend-selector-parent .selector-container .daterangepickerclass,
.legend-selector-parent .selector-container .input-daterange,
.legend-selector-parent .selector-container .selectize-input {
  border-radius: 0;
  border: 1px solid #000000;
  font-size: inherit !important;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
}

.legend-selector-parent .selector-container .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button.focus,
.legend-selector-parent .selector-container .daterangepickerclass.focus,
.legend-selector-parent .selector-container .input-daterange.focus,
.legend-selector-parent .selector-container .selectize-input.focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 212, 97, 0.25);
}

.legend-selector-parent .selector-container .virtual-select > .vscomp-ele-wrapper > .vscomp-toggle-button .vscomp-value,
.legend-selector-parent .selector-container .daterangepickerclass .vscomp-value,
.legend-selector-parent .selector-container .input-daterange .vscomp-value,
.legend-selector-parent .selector-container .selectize-input .vscomp-value {
  height: 1.5rem;
  line-height: 1.5rem;
}

.legend-selector-parent .selector-container .input-daterange,
.legend-selector-parent .selector-container .daterangepickerclass {
  text-align: center;
  padding: 0;
}

.legend-selector-parent .selector-container .input-daterange:focus,
.legend-selector-parent .selector-container .daterangepickerclass:focus {
  outline: none;
}

.legend-selector-parent .selector-container .input-daterange *,
.legend-selector-parent .selector-container .daterangepickerclass * {
  border-radius: 0 !important;
  font-size: inherit !important;
}

.legend-selector-parent .selector-container .input-daterange span,
.legend-selector-parent .selector-container .daterangepickerclass span {
  background-color: transparent;
  border: none;
  height: 100%;
}

.legend-selector-parent .selector-container .selectize-dropdown {
  border-radius: 0;
}

.legend-selector-parent .selector-container .selectize-dropdown .selectize-dropdown-content .option.selected {
  background-color: #ff4f00;
  color: #ffffff;
}

.legend-selector-parent .selector-container label {
  font-weight: bold;
}

.legend-selector-parent .selected-item-list {
  display: flex;
  flex-flow: column;
  gap: 7px;
}

.legend-selector-parent .selected-item-list.selected-item-list--horizontal {
  flex-flow: row wrap;
  justify-content: flex-start;
  column-gap: 40px;
  row-gap: 12px;
  margin-bottom: 40px;
}

.legend-selector-parent .selected-item-list.selected-item-list--horizontal .selected-item {
  flex: 0 1 calc(25% - 30px);
}

.legend-selector-parent .selected-item-list .selected-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #000000;
}

.legend-selector-parent .selected-item-list .selected-item.no-remove {
  justify-content: start;
  gap: 10px;
}

.legend-selector-parent .selected-item-list .selected-item > * {
  align-self: center;
}

.legend-selector-parent .selected-item-list .selected-item > button {
  height: 24px;
  width: 24px;
  padding: 0;
  border: none;
}

.legend-selector-parent .selected-item-list .selected-item > button > i {
  height: 14px;
  width: 14px;
}

#page-wrapper #router-page-wrapper #species-container .scallop-overlay,
#page-wrapper #router-page-wrapper #sample-container .scallop-overlay,
#page-wrapper #router-page-wrapper #voyage-container .scallop-overlay {
  background-color: #e6ebf1;
}

#page-wrapper #router-page-wrapper #species-container #sample-search .shiny-input-select,
#page-wrapper #router-page-wrapper #species-container #voyage-search .shiny-input-select,
#page-wrapper #router-page-wrapper #sample-container #sample-search .shiny-input-select,
#page-wrapper #router-page-wrapper #sample-container #voyage-search .shiny-input-select,
#page-wrapper #router-page-wrapper #voyage-container #sample-search .shiny-input-select,
#page-wrapper #router-page-wrapper #voyage-container #voyage-search .shiny-input-select {
  border-color: #ffffff;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .toggle_buttons,
#page-wrapper #router-page-wrapper #species-container #voyage-page .toggle_buttons,
#page-wrapper #router-page-wrapper #sample-container #sample-page .toggle_buttons,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .toggle_buttons,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .toggle_buttons,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .toggle_buttons {
  display: flex;
  gap: 6px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #species-container #sample-page .toggle_buttons,
#page-wrapper #router-page-wrapper #species-container #voyage-page .toggle_buttons,
#page-wrapper #router-page-wrapper #sample-container #sample-page .toggle_buttons,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .toggle_buttons,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .toggle_buttons,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .toggle_buttons {
    display: none;
  }
}

#page-wrapper #router-page-wrapper #species-container #sample-page .toggle_button,
#page-wrapper #router-page-wrapper #species-container #voyage-page .toggle_button,
#page-wrapper #router-page-wrapper #sample-container #sample-page .toggle_button,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .toggle_button,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .toggle_button,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .toggle_button {
  background-color: #ffffff;
  color: #ffcd00;
  border: 2px solid #ffcd00;
  padding: 3px 5px 3px 5px;
  cursor: pointer;
  border-radius: 4px;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .toggle_button.active,
#page-wrapper #router-page-wrapper #species-container #voyage-page .toggle_button.active,
#page-wrapper #router-page-wrapper #sample-container #sample-page .toggle_button.active,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .toggle_button.active,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .toggle_button.active,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .toggle_button.active {
  background-color: #ffcd00;
  color: #000000;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .species-detected-section label,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-detected-section label,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-detected-section label,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-detected-section label,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-detected-section label,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-detected-section label {
  font-size: 17px;
  line-height: 20px;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .species-detected-section .shiny-input-select,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-detected-section .shiny-input-select,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-detected-section .shiny-input-select,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-detected-section .shiny-input-select,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-detected-section .shiny-input-select,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-detected-section .shiny-input-select {
  border: 1px solid black !important;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #species-container #sample-page .species-detected-section .shiny-input-container,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-detected-section .shiny-input-container,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-detected-section .shiny-input-container,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-detected-section .shiny-input-container,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-detected-section .shiny-input-container,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-detected-section .shiny-input-container {
    width: 100%;
  }
}

#page-wrapper #router-page-wrapper #species-container #sample-page .species-list,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-list,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-list,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-list,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-list,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-list {
  display: grid;
  grid-template-columns: minmax(auto, 150px) repeat(3, auto);
  gap: 1.5rem;
  align-items: center;
  margin-left: 3rem;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .species-list > .species-label,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-list > .species-label,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-list > .species-label,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-list > .species-label,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-list > .species-label,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-list > .species-label {
  text-align: right;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .species-list .species-boxes,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-list .species-boxes,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-list .species-boxes,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-list .species-boxes,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-list .species-boxes,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-list .species-boxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-plot,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-plot,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-plot,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-plot,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-plot,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-plot {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-plot .waffle-grid {
  display: grid;
  grid-template-columns: repeat(9, 32px);
  grid-auto-rows: 32px;
  gap: 5px;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #species-container #sample-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-plot .waffle-grid,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-plot .waffle-grid {
    grid-template-columns: repeat(9, calc((100vw - 6rem) / 9));
    grid-auto-rows: calc((100vw - 6rem) / 9);
    gap: 0;
  }
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-plot .waffle-legend {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 1.5rem;
  align-items: center;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-plot .waffle-legend > .species-label,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-plot .waffle-legend > .species-label,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-plot .waffle-legend > .species-label,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-plot .waffle-legend > .species-label,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-plot .waffle-legend > .species-label,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-plot .waffle-legend > .species-label {
  text-align: left;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-plot .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-plot .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-plot .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-plot .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-plot .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-plot .waffle-legend > .species-count {
  text-align: right;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #species-container #sample-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-plot .waffle-legend,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-plot .waffle-legend {
    row-gap: 10px;
  }
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-legend > p,
#page-wrapper #router-page-wrapper #species-container #sample-page .species-list > p,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-legend > p,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-list > p,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-legend > p,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-list > p,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-legend > p,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-list > p,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-legend > p,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-list > p,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-legend > p,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-list > p {
  margin: 0;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-legend > img,
#page-wrapper #router-page-wrapper #species-container #sample-page .species-list > img,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-legend > img,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-list > img,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-legend > img,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-list > img,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-legend > img,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-list > img,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-legend > img,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-list > img,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-legend > img,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-list > img {
  max-height: 45px;
  max-width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#page-wrapper #router-page-wrapper #species-container #sample-page .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #species-container #sample-page .species-list > .species-count,
#page-wrapper #router-page-wrapper #species-container #voyage-page .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #species-container #voyage-page .species-list > .species-count,
#page-wrapper #router-page-wrapper #sample-container #sample-page .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #sample-container #sample-page .species-list > .species-count,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #sample-container #voyage-page .species-list > .species-count,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #voyage-container #sample-page .species-list > .species-count,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .waffle-legend > .species-count,
#page-wrapper #router-page-wrapper #voyage-container #voyage-page .species-list > .species-count {
  min-width: 50px;
}

#page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes {
  display: grid;
  grid-template-columns: minmax(170px, auto) auto;
  grid-template-rows: 1fr 1fr;
  row-gap: 1.5rem;
  width: 35vw;
  max-width: 500px;
  font-weight: bold;
  align-items: center;
}

@media screen and (max-width: 821px) {
  #page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(auto, auto) auto;
  }
}

#page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes > div,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes > div,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes > div {
  height: 100%;
  display: flex;
  align-items: center;
}

#page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes > div *,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes > div *,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes > div * {
  padding: 2rem 0.5rem;
  width: 100%;
}

#page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes > div p,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes > div p,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes > div p {
  margin: 0;
  padding-right: 1rem;
}

#page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes > div span,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes > div span,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes > div span {
  text-align: right;
  min-width: 100px;
  padding-left: 1rem;
}

#page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes .total-samples,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes .total-samples,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes .total-samples {
  background-color: #e9d9c8;
}

#page-wrapper #router-page-wrapper #species-container #species-page .summary-boxes .subset-samples,
#page-wrapper #router-page-wrapper #sample-container #species-page .summary-boxes .subset-samples,
#page-wrapper #router-page-wrapper #voyage-container #species-page .summary-boxes .subset-samples {
  background-color: #ffcd00;
}

#voyage-container {
  overflow: auto !important;
}

#page-wrapper #router-page-wrapper #advanced-container #advanced-main .scallop-overlay {
  background-color: #e6ebf1;
}

#page-wrapper #router-page-wrapper #advanced-container #advanced-main .image-parent {
  display: flex;
  width: 100vw;
  overflow: hidden;
  padding: 2rem 2rem 5rem 2rem;
  gap: 2rem;
  background-color: #e6ebf1;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #advanced-container #advanced-main .image-parent {
    flex-direction: column !important;
    gap: 3rem;
  }
}

#page-wrapper #router-page-wrapper #advanced-container #advanced-main .image-parent .image-container {
  width: calc(48vw - 2rem);
  height: auto;
  object-fit: cover;
  background-color: #e6ebf1;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #advanced-container #advanced-main .image-parent .image-container {
    width: 100%;
  }
}

#page-wrapper #router-page-wrapper #acknowledgements-header {
  min-height: auto !important;
}

#page-wrapper #router-page-wrapper #release-notes-page,
#page-wrapper #router-page-wrapper #acknowledgements-page {
  width: 100%;
  padding-top: 0;
}

#page-wrapper #router-page-wrapper #release-notes-page .page-section .about-acknowledgement,
#page-wrapper #router-page-wrapper #acknowledgements-page .page-section .about-acknowledgement {
  margin-bottom: 3rem;
  gap: 0.5rem;
}

#page-wrapper #router-page-wrapper #release-notes-page .page-section .about-acknowledgement a,
#page-wrapper #router-page-wrapper #acknowledgements-page .page-section .about-acknowledgement a {
  width: fit-content;
}

#page-wrapper #router-page-wrapper #release-notes-page .page-section .about-acknowledgement .acknowledgement-logo,
#page-wrapper #router-page-wrapper #acknowledgements-page .page-section .about-acknowledgement .acknowledgement-logo {
  height: 60px;
}

#page-wrapper #router-page-wrapper #release-notes-page .page-section .about-acknowledgement .acknowledgement-logo img,
#page-wrapper #router-page-wrapper #acknowledgements-page .page-section .about-acknowledgement .acknowledgement-logo img {
  height: 100%;
}

#page-wrapper #router-page-wrapper #release-notes-page .page-section .about-acknowledgement .organisation-link,
#page-wrapper #router-page-wrapper #acknowledgements-page .page-section .about-acknowledgement .organisation-link {
  color: #000000;
  text-decoration: none;
}

#page-wrapper #router-page-wrapper #release-notes-page .page-section .about-acknowledgement .organisation-link:hover,
#page-wrapper #router-page-wrapper #acknowledgements-page .page-section .about-acknowledgement .organisation-link:hover {
  text-decoration: underline;
}

#page-wrapper #router-page-wrapper #release-notes-page #acknowledgements-parent,
#page-wrapper #router-page-wrapper #acknowledgements-page #acknowledgements-parent {
  width: 100%;
}

#page-wrapper #router-page-wrapper #release-notes-page #acknowledgements-parent p,
#page-wrapper #router-page-wrapper #acknowledgements-page #acknowledgements-parent p {
  color: #000000;
}

#page-wrapper #router-page-wrapper #release-notes-page #acknowledgements-parent .acknowledgements-columns,
#page-wrapper #router-page-wrapper #acknowledgements-page #acknowledgements-parent .acknowledgements-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media screen and (max-width: 640px) {
  #page-wrapper #router-page-wrapper #release-notes-page #acknowledgements-parent .acknowledgements-columns,
#page-wrapper #router-page-wrapper #acknowledgements-page #acknowledgements-parent .acknowledgements-columns {
    grid-template-columns: 1fr;
  }
}

#page-wrapper #router-page-wrapper #release-notes-page #about-table-parent,
#page-wrapper #router-page-wrapper #acknowledgements-page #about-table-parent {
  width: 100%;
}

#page-wrapper #router-page-wrapper #release-notes-page #about-table-parent > *,
#page-wrapper #router-page-wrapper #acknowledgements-page #about-table-parent > * {
  width: 60%;
}

#page-wrapper #router-page-wrapper #release-notes-page #about-table-parent table,
#page-wrapper #router-page-wrapper #acknowledgements-page #about-table-parent table {
  width: 100%;
}

#page-wrapper #router-page-wrapper #release-notes-page .page-section {
  margin-bottom: 4rem;
}

#page-wrapper #router-page-wrapper #release-notes-page .release-note-section {
  border-top: 1px solid #000000;
  margin-bottom: 4rem;
}

#page-wrapper #router-page-wrapper #release-notes-page .release-note-section h4 {
  padding: 0.5rem 0;
  font-weight: bold;
}

#page-wrapper #router-page-wrapper #release-notes-page .release-note-section a {
  width: fit-content;
}

:root {
  --toro-primary: #ff4f00 !important;
}

#sample-page .map-container,
#species-page .map-container,
#voyage-page .map-container,
#home-page .map-container {
  margin-top: 20px;
}

#sample-page .map.html-widget-output select,
#species-page .map.html-widget-output select,
#voyage-page .map.html-widget-output select,
#home-page .map.html-widget-output select {
  border-radius: 0;
  border: 1px solid #000000;
  font-size: 17px;
}

#sample-page .map.html-widget-output .maplibregl-ctrl-zoom-in,
#sample-page .map.html-widget-output .maplibregl-ctrl-zoom-out,
#species-page .map.html-widget-output .maplibregl-ctrl-zoom-in,
#species-page .map.html-widget-output .maplibregl-ctrl-zoom-out,
#voyage-page .map.html-widget-output .maplibregl-ctrl-zoom-in,
#voyage-page .map.html-widget-output .maplibregl-ctrl-zoom-out,
#home-page .map.html-widget-output .maplibregl-ctrl-zoom-in,
#home-page .map.html-widget-output .maplibregl-ctrl-zoom-out {
  border-radius: 0;
  border: 1px solid #000000;
  outline: none;
  background: #ffffff;
}

#sample-page .map.html-widget-output .maplibregl-ctrl-group:has(.maplibregl-ctrl-zoom-in),
#species-page .map.html-widget-output .maplibregl-ctrl-group:has(.maplibregl-ctrl-zoom-in),
#voyage-page .map.html-widget-output .maplibregl-ctrl-group:has(.maplibregl-ctrl-zoom-in),
#home-page .map.html-widget-output .maplibregl-ctrl-group:has(.maplibregl-ctrl-zoom-in) {
  border: none;
  gap: 2px;
  display: flex;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  outline: none;
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  margin: 0 10px 10px 10px;
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right details,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right details,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right details,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right details {
  width: fit-content;
  margin-right: 0;
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .control-group-header,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .custom-control,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .control-group-header,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .custom-control,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .control-group-header,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .custom-control,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .control-group-header,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .custom-control {
  margin: 0;
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls.panel-control-item,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls.panel-control-item,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls.panel-control-item,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls.panel-control-item {
  width: 100%;
  flex-grow: 1;
  margin-top: auto;
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls {
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  #sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right #timeline-controls {
    margin-right: 0;
  }
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item {
  margin-bottom: 0;
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container {
  border-radius: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  #sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container {
    min-width: 0;
  }
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn, #sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:hover, #sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:focus, #sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:active,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:hover,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:focus,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:active,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:hover,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:focus,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:active,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:hover,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:focus,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:active,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:hover,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:focus,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:active,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:hover,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:focus,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:active,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:hover,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:focus,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:active,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:hover,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:focus,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:active,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:hover,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:focus,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:active,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:hover,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:focus,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-play-btn:active,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:hover,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:focus,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-play-btn:active,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:hover,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:focus,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-play-btn:active {
  background: #ff4f00;
  border-color: #ff4f00;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  font-family: monospace;
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container {
  width: 100%;
  min-width: auto;
}

@media screen and (max-width: 821px) {
  #sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-ctrl .timeline-control-container .timeline-axis-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .toro-timeline-panel-control .timeline-control-container .timeline-axis-container,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right .panel-control-item .timeline-control-container .timeline-axis-container {
    width: 65%;
  }
}

#sample-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .toro-ctrl.custom-control,
#species-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .toro-ctrl.custom-control,
#voyage-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .toro-ctrl.custom-control,
#home-page .maplibregl-control-container .maplibregl-ctrl-bottom-right > .toro-ctrl.custom-control {
  width: calc(100% - 20px);
}

#sample-page #samples-map-section .control-panel,
#sample-page #species-map-section .control-panel,
#sample-page #voyage-map-container .control-panel,
#sample-page #voyage-overview-map-container .control-panel,
#species-page #samples-map-section .control-panel,
#species-page #species-map-section .control-panel,
#species-page #voyage-map-container .control-panel,
#species-page #voyage-overview-map-container .control-panel,
#voyage-page #samples-map-section .control-panel,
#voyage-page #species-map-section .control-panel,
#voyage-page #voyage-map-container .control-panel,
#voyage-page #voyage-overview-map-container .control-panel,
#home-page #samples-map-section .control-panel,
#home-page #species-map-section .control-panel,
#home-page #voyage-map-container .control-panel,
#home-page #voyage-overview-map-container .control-panel {
  background: #f9f6f1;
}

#sample-page #samples-map-section .control-panel .panel-content,
#sample-page #species-map-section .control-panel .panel-content,
#sample-page #voyage-map-container .control-panel .panel-content,
#sample-page #voyage-overview-map-container .control-panel .panel-content,
#species-page #samples-map-section .control-panel .panel-content,
#species-page #species-map-section .control-panel .panel-content,
#species-page #voyage-map-container .control-panel .panel-content,
#species-page #voyage-overview-map-container .control-panel .panel-content,
#voyage-page #samples-map-section .control-panel .panel-content,
#voyage-page #species-map-section .control-panel .panel-content,
#voyage-page #voyage-map-container .control-panel .panel-content,
#voyage-page #voyage-overview-map-container .control-panel .panel-content,
#home-page #samples-map-section .control-panel .panel-content,
#home-page #species-map-section .control-panel .panel-content,
#home-page #voyage-map-container .control-panel .panel-content,
#home-page #voyage-overview-map-container .control-panel .panel-content {
  align-items: start;
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .control-panel .panel-content,
#sample-page #species-map-section .control-panel .panel-content,
#sample-page #voyage-map-container .control-panel .panel-content,
#sample-page #voyage-overview-map-container .control-panel .panel-content,
#species-page #samples-map-section .control-panel .panel-content,
#species-page #species-map-section .control-panel .panel-content,
#species-page #voyage-map-container .control-panel .panel-content,
#species-page #voyage-overview-map-container .control-panel .panel-content,
#voyage-page #samples-map-section .control-panel .panel-content,
#voyage-page #species-map-section .control-panel .panel-content,
#voyage-page #voyage-map-container .control-panel .panel-content,
#voyage-page #voyage-overview-map-container .control-panel .panel-content,
#home-page #samples-map-section .control-panel .panel-content,
#home-page #species-map-section .control-panel .panel-content,
#home-page #voyage-map-container .control-panel .panel-content,
#home-page #voyage-overview-map-container .control-panel .panel-content {
    gap: 15px;
    flex-wrap: wrap;
  }
}

#sample-page #samples-map-section .control-panel .panel-content .control-group-title,
#sample-page #samples-map-section .control-panel .panel-content .control-section-title,
#sample-page #species-map-section .control-panel .panel-content .control-group-title,
#sample-page #species-map-section .control-panel .panel-content .control-section-title,
#sample-page #voyage-map-container .control-panel .panel-content .control-group-title,
#sample-page #voyage-map-container .control-panel .panel-content .control-section-title,
#sample-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#sample-page #voyage-overview-map-container .control-panel .panel-content .control-section-title,
#species-page #samples-map-section .control-panel .panel-content .control-group-title,
#species-page #samples-map-section .control-panel .panel-content .control-section-title,
#species-page #species-map-section .control-panel .panel-content .control-group-title,
#species-page #species-map-section .control-panel .panel-content .control-section-title,
#species-page #voyage-map-container .control-panel .panel-content .control-group-title,
#species-page #voyage-map-container .control-panel .panel-content .control-section-title,
#species-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#species-page #voyage-overview-map-container .control-panel .panel-content .control-section-title,
#voyage-page #samples-map-section .control-panel .panel-content .control-group-title,
#voyage-page #samples-map-section .control-panel .panel-content .control-section-title,
#voyage-page #species-map-section .control-panel .panel-content .control-group-title,
#voyage-page #species-map-section .control-panel .panel-content .control-section-title,
#voyage-page #voyage-map-container .control-panel .panel-content .control-group-title,
#voyage-page #voyage-map-container .control-panel .panel-content .control-section-title,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .control-section-title,
#home-page #samples-map-section .control-panel .panel-content .control-group-title,
#home-page #samples-map-section .control-panel .panel-content .control-section-title,
#home-page #species-map-section .control-panel .panel-content .control-group-title,
#home-page #species-map-section .control-panel .panel-content .control-section-title,
#home-page #voyage-map-container .control-panel .panel-content .control-group-title,
#home-page #voyage-map-container .control-panel .panel-content .control-section-title,
#home-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#home-page #voyage-overview-map-container .control-panel .panel-content .control-section-title {
  color: #000000;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 20px;
  text-transform: none;
}

@media screen and (max-width: 640px) {
  #sample-page #samples-map-section .control-panel .panel-content .control-group-title,
#sample-page #samples-map-section .control-panel .panel-content .control-section-title,
#sample-page #species-map-section .control-panel .panel-content .control-group-title,
#sample-page #species-map-section .control-panel .panel-content .control-section-title,
#sample-page #voyage-map-container .control-panel .panel-content .control-group-title,
#sample-page #voyage-map-container .control-panel .panel-content .control-section-title,
#sample-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#sample-page #voyage-overview-map-container .control-panel .panel-content .control-section-title,
#species-page #samples-map-section .control-panel .panel-content .control-group-title,
#species-page #samples-map-section .control-panel .panel-content .control-section-title,
#species-page #species-map-section .control-panel .panel-content .control-group-title,
#species-page #species-map-section .control-panel .panel-content .control-section-title,
#species-page #voyage-map-container .control-panel .panel-content .control-group-title,
#species-page #voyage-map-container .control-panel .panel-content .control-section-title,
#species-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#species-page #voyage-overview-map-container .control-panel .panel-content .control-section-title,
#voyage-page #samples-map-section .control-panel .panel-content .control-group-title,
#voyage-page #samples-map-section .control-panel .panel-content .control-section-title,
#voyage-page #species-map-section .control-panel .panel-content .control-group-title,
#voyage-page #species-map-section .control-panel .panel-content .control-section-title,
#voyage-page #voyage-map-container .control-panel .panel-content .control-group-title,
#voyage-page #voyage-map-container .control-panel .panel-content .control-section-title,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .control-section-title,
#home-page #samples-map-section .control-panel .panel-content .control-group-title,
#home-page #samples-map-section .control-panel .panel-content .control-section-title,
#home-page #species-map-section .control-panel .panel-content .control-group-title,
#home-page #species-map-section .control-panel .panel-content .control-section-title,
#home-page #voyage-map-container .control-panel .panel-content .control-group-title,
#home-page #voyage-map-container .control-panel .panel-content .control-section-title,
#home-page #voyage-overview-map-container .control-panel .panel-content .control-group-title,
#home-page #voyage-overview-map-container .control-panel .panel-content .control-section-title {
    margin-bottom: 0;
  }
}

#sample-page #samples-map-section .control-panel .panel-content .tile-selector-container,
#sample-page #species-map-section .control-panel .panel-content .tile-selector-container,
#sample-page #voyage-map-container .control-panel .panel-content .tile-selector-container,
#sample-page #voyage-overview-map-container .control-panel .panel-content .tile-selector-container,
#species-page #samples-map-section .control-panel .panel-content .tile-selector-container,
#species-page #species-map-section .control-panel .panel-content .tile-selector-container,
#species-page #voyage-map-container .control-panel .panel-content .tile-selector-container,
#species-page #voyage-overview-map-container .control-panel .panel-content .tile-selector-container,
#voyage-page #samples-map-section .control-panel .panel-content .tile-selector-container,
#voyage-page #species-map-section .control-panel .panel-content .tile-selector-container,
#voyage-page #voyage-map-container .control-panel .panel-content .tile-selector-container,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .tile-selector-container,
#home-page #samples-map-section .control-panel .panel-content .tile-selector-container,
#home-page #species-map-section .control-panel .panel-content .tile-selector-container,
#home-page #voyage-map-container .control-panel .panel-content .tile-selector-container,
#home-page #voyage-overview-map-container .control-panel .panel-content .tile-selector-container {
  min-width: 300px;
  margin-top: 5px;
}

#sample-page #samples-map-section .control-panel .panel-content .toro-toggle-label,
#sample-page #species-map-section .control-panel .panel-content .toro-toggle-label,
#sample-page #voyage-map-container .control-panel .panel-content .toro-toggle-label,
#sample-page #voyage-overview-map-container .control-panel .panel-content .toro-toggle-label,
#species-page #samples-map-section .control-panel .panel-content .toro-toggle-label,
#species-page #species-map-section .control-panel .panel-content .toro-toggle-label,
#species-page #voyage-map-container .control-panel .panel-content .toro-toggle-label,
#species-page #voyage-overview-map-container .control-panel .panel-content .toro-toggle-label,
#voyage-page #samples-map-section .control-panel .panel-content .toro-toggle-label,
#voyage-page #species-map-section .control-panel .panel-content .toro-toggle-label,
#voyage-page #voyage-map-container .control-panel .panel-content .toro-toggle-label,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .toro-toggle-label,
#home-page #samples-map-section .control-panel .panel-content .toro-toggle-label,
#home-page #species-map-section .control-panel .panel-content .toro-toggle-label,
#home-page #voyage-map-container .control-panel .panel-content .toro-toggle-label,
#home-page #voyage-overview-map-container .control-panel .panel-content .toro-toggle-label {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #sample-page #samples-map-section .control-panel .panel-content .panel-control-item,
#sample-page #species-map-section .control-panel .panel-content .panel-control-item,
#sample-page #voyage-map-container .control-panel .panel-content .panel-control-item,
#sample-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item,
#species-page #samples-map-section .control-panel .panel-content .panel-control-item,
#species-page #species-map-section .control-panel .panel-content .panel-control-item,
#species-page #voyage-map-container .control-panel .panel-content .panel-control-item,
#species-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item,
#voyage-page #samples-map-section .control-panel .panel-content .panel-control-item,
#voyage-page #species-map-section .control-panel .panel-content .panel-control-item,
#voyage-page #voyage-map-container .control-panel .panel-content .panel-control-item,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item,
#home-page #samples-map-section .control-panel .panel-content .panel-control-item,
#home-page #species-map-section .control-panel .panel-content .panel-control-item,
#home-page #voyage-map-container .control-panel .panel-content .panel-control-item,
#home-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #sample-page #samples-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#sample-page #species-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#sample-page #voyage-map-container .control-panel .panel-content .panel-control-item .tile-selector-container,
#sample-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item .tile-selector-container,
#species-page #samples-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#species-page #species-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#species-page #voyage-map-container .control-panel .panel-content .panel-control-item .tile-selector-container,
#species-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item .tile-selector-container,
#voyage-page #samples-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#voyage-page #species-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#voyage-page #voyage-map-container .control-panel .panel-content .panel-control-item .tile-selector-container,
#voyage-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item .tile-selector-container,
#home-page #samples-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#home-page #species-map-section .control-panel .panel-content .panel-control-item .tile-selector-container,
#home-page #voyage-map-container .control-panel .panel-content .panel-control-item .tile-selector-container,
#home-page #voyage-overview-map-container .control-panel .panel-content .panel-control-item .tile-selector-container {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

#sample-page #samples-map-section .control-panel .timeline-axis-container,
#sample-page #samples-map-section .control-panel .speed-tick-label,
#sample-page #samples-map-section .control-panel .timeline-tick-label,
#sample-page #species-map-section .control-panel .timeline-axis-container,
#sample-page #species-map-section .control-panel .speed-tick-label,
#sample-page #species-map-section .control-panel .timeline-tick-label,
#sample-page #voyage-map-container .control-panel .timeline-axis-container,
#sample-page #voyage-map-container .control-panel .speed-tick-label,
#sample-page #voyage-map-container .control-panel .timeline-tick-label,
#sample-page #voyage-overview-map-container .control-panel .timeline-axis-container,
#sample-page #voyage-overview-map-container .control-panel .speed-tick-label,
#sample-page #voyage-overview-map-container .control-panel .timeline-tick-label,
#species-page #samples-map-section .control-panel .timeline-axis-container,
#species-page #samples-map-section .control-panel .speed-tick-label,
#species-page #samples-map-section .control-panel .timeline-tick-label,
#species-page #species-map-section .control-panel .timeline-axis-container,
#species-page #species-map-section .control-panel .speed-tick-label,
#species-page #species-map-section .control-panel .timeline-tick-label,
#species-page #voyage-map-container .control-panel .timeline-axis-container,
#species-page #voyage-map-container .control-panel .speed-tick-label,
#species-page #voyage-map-container .control-panel .timeline-tick-label,
#species-page #voyage-overview-map-container .control-panel .timeline-axis-container,
#species-page #voyage-overview-map-container .control-panel .speed-tick-label,
#species-page #voyage-overview-map-container .control-panel .timeline-tick-label,
#voyage-page #samples-map-section .control-panel .timeline-axis-container,
#voyage-page #samples-map-section .control-panel .speed-tick-label,
#voyage-page #samples-map-section .control-panel .timeline-tick-label,
#voyage-page #species-map-section .control-panel .timeline-axis-container,
#voyage-page #species-map-section .control-panel .speed-tick-label,
#voyage-page #species-map-section .control-panel .timeline-tick-label,
#voyage-page #voyage-map-container .control-panel .timeline-axis-container,
#voyage-page #voyage-map-container .control-panel .speed-tick-label,
#voyage-page #voyage-map-container .control-panel .timeline-tick-label,
#voyage-page #voyage-overview-map-container .control-panel .timeline-axis-container,
#voyage-page #voyage-overview-map-container .control-panel .speed-tick-label,
#voyage-page #voyage-overview-map-container .control-panel .timeline-tick-label,
#home-page #samples-map-section .control-panel .timeline-axis-container,
#home-page #samples-map-section .control-panel .speed-tick-label,
#home-page #samples-map-section .control-panel .timeline-tick-label,
#home-page #species-map-section .control-panel .timeline-axis-container,
#home-page #species-map-section .control-panel .speed-tick-label,
#home-page #species-map-section .control-panel .timeline-tick-label,
#home-page #voyage-map-container .control-panel .timeline-axis-container,
#home-page #voyage-map-container .control-panel .speed-tick-label,
#home-page #voyage-map-container .control-panel .timeline-tick-label,
#home-page #voyage-overview-map-container .control-panel .timeline-axis-container,
#home-page #voyage-overview-map-container .control-panel .speed-tick-label,
#home-page #voyage-overview-map-container .control-panel .timeline-tick-label {
  font-size: 13px;
  line-height: 15px;
}

#sample-page #samples-map-section .control-panel .speed-control-container,
#sample-page #species-map-section .control-panel .speed-control-container,
#sample-page #voyage-map-container .control-panel .speed-control-container,
#sample-page #voyage-overview-map-container .control-panel .speed-control-container,
#species-page #samples-map-section .control-panel .speed-control-container,
#species-page #species-map-section .control-panel .speed-control-container,
#species-page #voyage-map-container .control-panel .speed-control-container,
#species-page #voyage-overview-map-container .control-panel .speed-control-container,
#voyage-page #samples-map-section .control-panel .speed-control-container,
#voyage-page #species-map-section .control-panel .speed-control-container,
#voyage-page #voyage-map-container .control-panel .speed-control-container,
#voyage-page #voyage-overview-map-container .control-panel .speed-control-container,
#home-page #samples-map-section .control-panel .speed-control-container,
#home-page #species-map-section .control-panel .speed-control-container,
#home-page #voyage-map-container .control-panel .speed-control-container,
#home-page #voyage-overview-map-container .control-panel .speed-control-container {
  padding: 10px 15px 3px 15px;
}

@media screen and (max-width: 640px) {
  #sample-page #samples-map-section .control-panel .speed-control-container,
#sample-page #species-map-section .control-panel .speed-control-container,
#sample-page #voyage-map-container .control-panel .speed-control-container,
#sample-page #voyage-overview-map-container .control-panel .speed-control-container,
#species-page #samples-map-section .control-panel .speed-control-container,
#species-page #species-map-section .control-panel .speed-control-container,
#species-page #voyage-map-container .control-panel .speed-control-container,
#species-page #voyage-overview-map-container .control-panel .speed-control-container,
#voyage-page #samples-map-section .control-panel .speed-control-container,
#voyage-page #species-map-section .control-panel .speed-control-container,
#voyage-page #voyage-map-container .control-panel .speed-control-container,
#voyage-page #voyage-overview-map-container .control-panel .speed-control-container,
#home-page #samples-map-section .control-panel .speed-control-container,
#home-page #species-map-section .control-panel .speed-control-container,
#home-page #voyage-map-container .control-panel .speed-control-container,
#home-page #voyage-overview-map-container .control-panel .speed-control-container {
    padding-top: 0;
  }
}

#sample-page #samples-map-section .control-panel .speed-control-container .speed-slider-container,
#sample-page #species-map-section .control-panel .speed-control-container .speed-slider-container,
#sample-page #voyage-map-container .control-panel .speed-control-container .speed-slider-container,
#sample-page #voyage-overview-map-container .control-panel .speed-control-container .speed-slider-container,
#species-page #samples-map-section .control-panel .speed-control-container .speed-slider-container,
#species-page #species-map-section .control-panel .speed-control-container .speed-slider-container,
#species-page #voyage-map-container .control-panel .speed-control-container .speed-slider-container,
#species-page #voyage-overview-map-container .control-panel .speed-control-container .speed-slider-container,
#voyage-page #samples-map-section .control-panel .speed-control-container .speed-slider-container,
#voyage-page #species-map-section .control-panel .speed-control-container .speed-slider-container,
#voyage-page #voyage-map-container .control-panel .speed-control-container .speed-slider-container,
#voyage-page #voyage-overview-map-container .control-panel .speed-control-container .speed-slider-container,
#home-page #samples-map-section .control-panel .speed-control-container .speed-slider-container,
#home-page #species-map-section .control-panel .speed-control-container .speed-slider-container,
#home-page #voyage-map-container .control-panel .speed-control-container .speed-slider-container,
#home-page #voyage-overview-map-container .control-panel .speed-control-container .speed-slider-container {
  width: 100%;
}

#sample-page #samples-map-section .maplibregl-popup,
#sample-page #species-map-section .maplibregl-popup,
#sample-page #voyage-map-container .maplibregl-popup,
#sample-page #voyage-overview-map-container .maplibregl-popup,
#species-page #samples-map-section .maplibregl-popup,
#species-page #species-map-section .maplibregl-popup,
#species-page #voyage-map-container .maplibregl-popup,
#species-page #voyage-overview-map-container .maplibregl-popup,
#voyage-page #samples-map-section .maplibregl-popup,
#voyage-page #species-map-section .maplibregl-popup,
#voyage-page #voyage-map-container .maplibregl-popup,
#voyage-page #voyage-overview-map-container .maplibregl-popup,
#home-page #samples-map-section .maplibregl-popup,
#home-page #species-map-section .maplibregl-popup,
#home-page #voyage-map-container .maplibregl-popup,
#home-page #voyage-overview-map-container .maplibregl-popup {
  max-width: 40vw !important;
  z-index: 1000;
}

#sample-page #samples-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#sample-page #species-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#sample-page #voyage-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#sample-page #voyage-overview-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#species-page #samples-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#species-page #species-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#species-page #voyage-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#species-page #voyage-overview-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#voyage-page #samples-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#voyage-page #species-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#voyage-page #voyage-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#voyage-page #voyage-overview-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#home-page #samples-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#home-page #species-map-section .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#home-page #voyage-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content,
#home-page #voyage-overview-map-container .maplibregl-popup.popup-overlay .maplibregl-popup-content {
  width: calc(600px + 4rem);
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content {
  padding: 1rem;
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content {
    box-shadow: 0 0 3px #000000;
    max-width: MIN(300px, 50vw);
  }
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-boat-img {
  background-image: url("../img/icons/pop-up-icon.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 55px;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container.voyage-popup .popup-voyage-info {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row {
  display: flex;
  gap: 2rem;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] {
  max-width: 300px;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > *,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] > * {
  box-sizing: border-box;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5 {
  font-size: 16px;
  line-height: 19px;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span {
  margin-top: 10px;
  display: block;
  width: 100%;
}

#sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo {
  height: 60px;
  max-width: fit-content;
  width: auto;
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .sponser-logo {
    max-width: 50%;
    margin-top: 10px;
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"],
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] {
    gap: 0.75rem;
  }
  #sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] .no-show-mobile {
    display: none !important;
  }
  #sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] h5 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #sample-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#sample-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#sample-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#sample-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#species-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#voyage-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #samples-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #species-map-section .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #voyage-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span,
#home-page #voyage-overview-map-container .maplibregl-popup .maplibregl-popup-content .map-popup-container .flex-row [class^="col-"] span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    display: block;
  }
}

#sample-page #samples-map-section .maplibregl-popup .yellow-hr,
#sample-page #species-map-section .maplibregl-popup .yellow-hr,
#sample-page #voyage-map-container .maplibregl-popup .yellow-hr,
#sample-page #voyage-overview-map-container .maplibregl-popup .yellow-hr,
#species-page #samples-map-section .maplibregl-popup .yellow-hr,
#species-page #species-map-section .maplibregl-popup .yellow-hr,
#species-page #voyage-map-container .maplibregl-popup .yellow-hr,
#species-page #voyage-overview-map-container .maplibregl-popup .yellow-hr,
#voyage-page #samples-map-section .maplibregl-popup .yellow-hr,
#voyage-page #species-map-section .maplibregl-popup .yellow-hr,
#voyage-page #voyage-map-container .maplibregl-popup .yellow-hr,
#voyage-page #voyage-overview-map-container .maplibregl-popup .yellow-hr,
#home-page #samples-map-section .maplibregl-popup .yellow-hr,
#home-page #species-map-section .maplibregl-popup .yellow-hr,
#home-page #voyage-map-container .maplibregl-popup .yellow-hr,
#home-page #voyage-overview-map-container .maplibregl-popup .yellow-hr {
  border-color: #ffcd00;
  border-width: 2px;
  margin: 15px 0;
  opacity: 0.9;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container,
#sample-page #species-map-section .maplibregl-popup .carousel-container,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container,
#species-page #samples-map-section .maplibregl-popup .carousel-container,
#species-page #species-map-section .maplibregl-popup .carousel-container,
#species-page #voyage-map-container .maplibregl-popup .carousel-container,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container,
#voyage-page #species-map-section .maplibregl-popup .carousel-container,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container,
#home-page #samples-map-section .maplibregl-popup .carousel-container,
#home-page #species-map-section .maplibregl-popup .carousel-container,
#home-page #voyage-map-container .maplibregl-popup .carousel-container,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container {
  max-height: 200px;
  height: fit-content;
  margin-bottom: calc(1rem + 10px);
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel-inner,
#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel-item,
#sample-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#sample-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel-inner,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel-item,
#sample-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#sample-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-inner,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-item,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-inner,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-item,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel-inner,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel-item,
#species-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel-inner,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel-item,
#species-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-inner,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-item,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-inner,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-item,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel-inner,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel-item,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel-inner,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel-item,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-inner,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-item,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-inner,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-item,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel-inner,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel-item,
#home-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel-inner,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel-item,
#home-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item > img,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-inner,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-item,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-inner,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-item,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item > img {
  height: 100%;
  max-height: 200px;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel > button > i::before,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel > button > i::before,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel > button > i::before,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel > button > i::before,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel > button > i::before,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel > button > i::before,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel > button > i::before,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel > button > i::before,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel > button > i::before {
  display: none;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-indicators,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-indicators,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-indicators,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-indicators,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-indicators,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-indicators,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel-indicators,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-indicators,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-indicators {
  bottom: unset;
  top: calc(100% + 5px);
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#sample-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item {
  position: relative;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#sample-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item img,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item img,
#species-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#species-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item img,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item img,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item img,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item img,
#home-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#home-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item img,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item img,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item img {
  width: 100%;
  object-position: center;
  object-fit: cover;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#sample-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#species-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#species-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#home-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#home-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits {
  font-size: 14px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  bottom: 0;
  width: 100%;
  padding: 5px;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#sample-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#species-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#species-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#home-page #samples-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#home-page #species-map-section .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .popup-carousel-item .image-credits .external {
  color: #ffffff !important;
  word-break: break-all;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel {
  padding-bottom: 3rem;
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel {
    padding-bottom: 0;
  }
  #sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .popup-carousel-item {
    aspect-ratio: 16 / 9;
  }
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target],
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #000000;
  background-color: transparent;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel .carousel-indicators [data-bs-target].active {
  background-color: #000000;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next {
  width: 5rem;
  height: fit-content;
  width: fit-content;
  color: #000000;
  margin: auto;
  font-size: 2.5rem;
}

#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#sample-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#sample-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#sample-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next i,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#sample-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next i,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#species-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#species-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#species-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next i,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#species-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next i,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#voyage-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#voyage-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#voyage-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next i,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#voyage-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next i,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#home-page #samples-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-prev i,
#home-page #species-map-section .maplibregl-popup .carousel-container .carousel-control-next i,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#home-page #voyage-map-container .maplibregl-popup .carousel-container .carousel-control-next i,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-prev i,
#home-page #voyage-overview-map-container .maplibregl-popup .carousel-container .carousel-control-next i {
  height: fit-content;
  width: fit-content;
}

#sample-page #home-map-container .map,
#species-page #home-map-container .map,
#voyage-page #home-map-container .map,
#home-page #home-map-container .map {
  overflow: visible;
}

#sample-page #home-map-container .map .maplibregl-ctrl-top-right,
#species-page #home-map-container .map .maplibregl-ctrl-top-right,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right,
#home-page #home-map-container .map .maplibregl-ctrl-top-right {
  top: unset;
  bottom: calc(100% + 10px);
}

#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl {
  margin: 0;
}

#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel {
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content {
  background: transparent;
  padding: 0;
  justify-content: end;
  border: none;
}

@media screen and (max-width: 640px) {
  #sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content {
    flex-direction: column;
  }
}

#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-title,
#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-title,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-title,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-title,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-title,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-title,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-title,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-title {
  font-size: 17px;
}

@media screen and (max-width: 640px) {
  #sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item,
#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item {
    width: 100%;
  }
}

#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container {
  margin: 0;
}

#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container select,
#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container select,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container select,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container select,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container select,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container select,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container select,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container select {
  min-width: 250px;
}

@media screen and (max-width: 640px) {
  #sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#sample-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#species-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#voyage-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-header .panel-control-item .tile-selector-container,
#home-page #home-map-container .map .maplibregl-ctrl-top-right > .toro-ctrl .control-panel .panel-content .panel-control-item .tile-selector-container {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #sample-page #samples-map-section,
#sample-page #species-map-section,
#sample-page #voyage-map-container,
#species-page #samples-map-section,
#species-page #species-map-section,
#species-page #voyage-map-container,
#voyage-page #samples-map-section,
#voyage-page #species-map-section,
#voyage-page #voyage-map-container,
#home-page #samples-map-section,
#home-page #species-map-section,
#home-page #voyage-map-container {
    margin-bottom: 4rem;
  }
}

#sample-page #samples-map-section .map,
#sample-page #species-map-section .map,
#sample-page #voyage-map-container .map,
#species-page #samples-map-section .map,
#species-page #species-map-section .map,
#species-page #voyage-map-container .map,
#voyage-page #samples-map-section .map,
#voyage-page #species-map-section .map,
#voyage-page #voyage-map-container .map,
#home-page #samples-map-section .map,
#home-page #species-map-section .map,
#home-page #voyage-map-container .map {
  overflow: visible;
  margin-bottom: 150px;
}

@media screen and (min-width: 640px) and (max-width: 821px) {
  #sample-page #samples-map-section .map,
#sample-page #species-map-section .map,
#sample-page #voyage-map-container .map,
#species-page #samples-map-section .map,
#species-page #species-map-section .map,
#species-page #voyage-map-container .map,
#voyage-page #samples-map-section .map,
#voyage-page #species-map-section .map,
#voyage-page #voyage-map-container .map,
#home-page #samples-map-section .map,
#home-page #species-map-section .map,
#home-page #voyage-map-container .map {
    margin-bottom: 250px;
  }
}

#sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right {
  top: 100%;
  overflow: visible;
  bottom: unset;
  width: 100%;
  margin: 0;
}

#sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl {
  margin: 0;
  width: 100%;
}

#sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel {
  border-radius: 0;
  background: #ffcd00;
  box-shadow: none;
  padding: 20px;
  gap: 30px;
  height: 150px;
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel {
    height: auto;
  }
}

#sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content {
  padding: 0;
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content {
    height: auto;
  }
}

@media screen and (max-width: 821px) {
  #sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right > .toro-ctrl > .control-panel .panel-content .control-group-container {
    min-width: 0;
  }
}

#sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item {
  width: fit-content;
}

@media screen and (max-width: 640px) {
  #sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right .panel-control-item,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .panel-control-item {
    width: 100%;
  }
}

#sample-page #samples-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#sample-page #species-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#sample-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#species-page #samples-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#species-page #species-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#species-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#voyage-page #samples-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#voyage-page #species-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#voyage-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#home-page #samples-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#home-page #species-map-section .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib,
#home-page #voyage-map-container .map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib {
  position: absolute;
  bottom: 100%;
  right: 5px;
}

#sample-page #samples-map-section .map .panel-content,
#sample-page #species-map-section .map .panel-content,
#sample-page #voyage-map-container .map .panel-content,
#species-page #samples-map-section .map .panel-content,
#species-page #species-map-section .map .panel-content,
#species-page #voyage-map-container .map .panel-content,
#voyage-page #samples-map-section .map .panel-content,
#voyage-page #species-map-section .map .panel-content,
#voyage-page #voyage-map-container .map .panel-content,
#home-page #samples-map-section .map .panel-content,
#home-page #species-map-section .map .panel-content,
#home-page #voyage-map-container .map .panel-content {
  height: 150px;
}

#sample-page #samples-map-section .map .panel-content .control-group-container,
#sample-page #species-map-section .map .panel-content .control-group-container,
#sample-page #voyage-map-container .map .panel-content .control-group-container,
#species-page #samples-map-section .map .panel-content .control-group-container,
#species-page #species-map-section .map .panel-content .control-group-container,
#species-page #voyage-map-container .map .panel-content .control-group-container,
#voyage-page #samples-map-section .map .panel-content .control-group-container,
#voyage-page #species-map-section .map .panel-content .control-group-container,
#voyage-page #voyage-map-container .map .panel-content .control-group-container,
#home-page #samples-map-section .map .panel-content .control-group-container,
#home-page #species-map-section .map .panel-content .control-group-container,
#home-page #voyage-map-container .map .panel-content .control-group-container {
  min-width: 300px;
}

#sample-page #samples-map-section .map .panel-content .control-group-container .control-group-title,
#sample-page #species-map-section .map .panel-content .control-group-container .control-group-title,
#sample-page #voyage-map-container .map .panel-content .control-group-container .control-group-title,
#species-page #samples-map-section .map .panel-content .control-group-container .control-group-title,
#species-page #species-map-section .map .panel-content .control-group-container .control-group-title,
#species-page #voyage-map-container .map .panel-content .control-group-container .control-group-title,
#voyage-page #samples-map-section .map .panel-content .control-group-container .control-group-title,
#voyage-page #species-map-section .map .panel-content .control-group-container .control-group-title,
#voyage-page #voyage-map-container .map .panel-content .control-group-container .control-group-title,
#home-page #samples-map-section .map .panel-content .control-group-container .control-group-title,
#home-page #species-map-section .map .panel-content .control-group-container .control-group-title,
#home-page #voyage-map-container .map .panel-content .control-group-container .control-group-title {
  font-size: 17px;
}

#sample-page #samples-map-section .map .panel-content .control-group-container .toro-toggle-label,
#sample-page #species-map-section .map .panel-content .control-group-container .toro-toggle-label,
#sample-page #voyage-map-container .map .panel-content .control-group-container .toro-toggle-label,
#species-page #samples-map-section .map .panel-content .control-group-container .toro-toggle-label,
#species-page #species-map-section .map .panel-content .control-group-container .toro-toggle-label,
#species-page #voyage-map-container .map .panel-content .control-group-container .toro-toggle-label,
#voyage-page #samples-map-section .map .panel-content .control-group-container .toro-toggle-label,
#voyage-page #species-map-section .map .panel-content .control-group-container .toro-toggle-label,
#voyage-page #voyage-map-container .map .panel-content .control-group-container .toro-toggle-label,
#home-page #samples-map-section .map .panel-content .control-group-container .toro-toggle-label,
#home-page #species-map-section .map .panel-content .control-group-container .toro-toggle-label,
#home-page #voyage-map-container .map .panel-content .control-group-container .toro-toggle-label {
  font-size: 15px;
}

#sample-page #samples-map-section .map .panel-content .control-group-container select,
#sample-page #species-map-section .map .panel-content .control-group-container select,
#sample-page #voyage-map-container .map .panel-content .control-group-container select,
#species-page #samples-map-section .map .panel-content .control-group-container select,
#species-page #species-map-section .map .panel-content .control-group-container select,
#species-page #voyage-map-container .map .panel-content .control-group-container select,
#voyage-page #samples-map-section .map .panel-content .control-group-container select,
#voyage-page #species-map-section .map .panel-content .control-group-container select,
#voyage-page #voyage-map-container .map .panel-content .control-group-container select,
#home-page #samples-map-section .map .panel-content .control-group-container select,
#home-page #species-map-section .map .panel-content .control-group-container select,
#home-page #voyage-map-container .map .panel-content .control-group-container select {
  border: none;
}

#sample-page #voyage-overview-map-container .map .control-panel,
#species-page #voyage-overview-map-container .map .control-panel,
#voyage-page #voyage-overview-map-container .map .control-panel,
#home-page #voyage-overview-map-container .map .control-panel {
  border-radius: 0px;
}

#sample-page #voyage-overview-map-container .map .control-panel .panel-control-item,
#species-page #voyage-overview-map-container .map .control-panel .panel-control-item,
#voyage-page #voyage-overview-map-container .map .control-panel .panel-control-item,
#home-page #voyage-overview-map-container .map .control-panel .panel-control-item {
  width: fit-content;
}

@media screen and (max-width: 640px) {
  #sample-page #voyage-overview-map-container .map .control-panel .panel-control-item,
#species-page #voyage-overview-map-container .map .control-panel .panel-control-item,
#voyage-page #voyage-overview-map-container .map .control-panel .panel-control-item,
#home-page #voyage-overview-map-container .map .control-panel .panel-control-item {
    width: 100%;
  }
}

#sample-page #voyage-overview-map-container .map .control-panel .toro-timeline-panel-control,
#species-page #voyage-overview-map-container .map .control-panel .toro-timeline-panel-control,
#voyage-page #voyage-overview-map-container .map .control-panel .toro-timeline-panel-control,
#home-page #voyage-overview-map-container .map .control-panel .toro-timeline-panel-control {
  width: 100%;
}

.shiny-output-error {
  padding: 40px;
  text-align: center;
  margin: 20px;
}

.shiny-output-error::before {
  display: none;
}

.shiny-output-error .error-message {
  line-height: 2;
  font-size: 18px;
}

.has-error {
  outline: 4px solid red !important;
}
