@charset "UTF-8";
/******************************************************************
Site Name: SEEQC DASHBOARD
Author: Normalcy / Pat Brumfield

******************************************************************/
/* add external font imports here */
html, body, div, span, applet, object, iframe,
h1,
.screen-heading, h2, h3, h4, .page-nav li a,
.secondary-nav li a, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*********************
TOOLS
*********************/
.group {
  zoom: 1;
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*********************
COLORS
*********************/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flow {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/*********************
TYPOGRAPHY & ICONS
*********************/
@font-face {
  font-family: "Ivar Display";
  src: url("./fonts/IvarDisplayHydro-Regular.otf");
  src: local("Ivar Display"), local("IvarDisplay-Regular"), url("./fonts/IvarDisplayHydro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Favorit Light";
  src: url("./fonts/ABCFavorit-Light.woff2") format("woff2"), url("./fonts/ABCFavorit-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Favorit Regular";
  src: url("./fonts/ABCFavorit-Regular.woff2") format("woff2"), url("./fonts/ABCFavorit-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Favorit Medium";
  src: url("./fonts/ABCFavorit-Medium.woff2") format("woff2"), url("./fonts/ABCFavorit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "px_grotesk";
  src: url("./fonts/px_grotesk_screen-webfont.woff2") format("woff2"), url("./fonts/px_grotesk_screen-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.large {
  font: 500 30px/100% "Ivar Display", "Times New Roman", Georgia, serif;
}
@media (min-width: 1000px) {
  .large {
    font-size: 60px;
  }
}

h1, .screen-heading {
  font: 400 2rem/130% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
}

h2 {
  font: 400 1.5rem/130% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
}

h3 {
  font: 400 1.5rem/130% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
}

h4, .page-nav li a,
.secondary-nav li a {
  font: 400 1.25rem/130% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
}

h5 {
  font: 400 1rem/130% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

html {
  background: #a6a8aa;
  -webkit-text-size-adjust: 100%;
}

body {
  background: transparent;
  color: #231f20;
  font: 400 16px/130% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  min-height: 100vh;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: black;
}

#q {
  width: 40px;
  z-index: 102;
  cursor: pointer;
  user-select: none;
}
#q svg {
  width: 100%;
  position: relative;
  height: auto;
}
#q svg path {
  fill: #231f20;
  stroke: #231f20;
  stroke-width: 3px;
  stroke-meterlimit: 10;
}
#q.open svg path {
  fill: transparent;
  stroke: white;
}
#q div {
  width: 19px;
  position: relative;
  top: 14px;
  left: 10px;
}
#q span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  z-index: 11;
}
#q span:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
  left: 0;
}
#q span:nth-child(2) {
  transform: rotate(-45deg);
  top: 4px;
  left: 0;
}
#q.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
  left: 0;
}
#logo {
  width: calc((100vw - 80px) / 6);
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 100;
  pointer-events: auto;
}
@media (max-width: 500px) {
  #logo {
    top: 20px;
    right: 20px;
    width: 180px;
  }
}
.template-home #logo:not(.small) {
  width: calc(100vw - 80px);
}
@media (max-width: 500px) {
  .template-home #logo:not(.small) {
    width: 180px;
  }
}
#logo svg {
  width: 100%;
  height: auto;
}
#logo svg path {
  fill: #231f20;
}

nav#nav {
  position: fixed;
  top: 0;
  left: calc(-1 * ((100vw - 80px) / 3 + 40px));
  padding-top: 132px !important;
  z-index: 101;
  background: #231f20;
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.1);
  height: 100vh;
  width: 348px;
  width: calc((100vw - 80px) / 3 + 40px);
  transition: left 0.25s ease-in-out;
  display: block;
}
@media (max-width: 500px) {
  nav#nav {
    padding-top: 112px !important;
    left: -100vw;
    width: 100vw;
  }
}
nav#nav span.btn {
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease-in-out;
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9;
}
nav#nav.on {
  left: 0;
}
nav#nav.on span.btn {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.2);
}
nav#nav .nav-wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 10;
}
nav#nav .nav-wrap:before {
  content: "";
  height: 0;
  width: 0;
  position: relative;
}
nav#nav .nav-wrap li a {
  text-transform: uppercase;
}
nav#nav a {
  color: #8f8e8e;
  font-family: "Favorit Light", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  display: block;
  transition: color 0.25s ease-in-out;
}
nav#nav a:hover, nav#nav a.active {
  color: white;
}
nav#nav .primary li:not(:last-child) {
  margin-bottom: 1.3125em;
}
nav#nav .primary a {
  font-size: 1.3125rem;
}
nav#nav .secondary li:not(:last-child) {
  margin-bottom: 0.45125em;
}
nav#nav .secondary a {
  font-size: 0.925rem;
}
nav#nav .copyright {
  font: 400 0.6875rem/150% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
  color: #8f8e8e;
}
nav#nav .copyright a {
  display: inline-block;
  margin-left: 10px;
  color: #8f8e8e;
}
nav#nav .copyright a:hover {
  color: white;
}
nav#nav ul.social {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
nav#nav ul.social li:not(:last-child) {
  margin-right: 15px;
}
nav#nav ul.social svg {
  height: 14px;
  width: auto;
  display: block;
}
nav#nav ul.social svg path {
  fill: #8f8e8e;
  transition: fill 0.25s ease-in-out;
}
nav#nav ul.social a:hover svg path {
  fill: white;
}

.page-nav,
.secondary-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 500px) {
  .page-nav,
  .secondary-nav {
    flex-flow: row wrap;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .page-nav h1, .page-nav .screen-heading,
  .secondary-nav h1,
  .secondary-nav .screen-heading {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
.page-nav ul,
.secondary-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 0 40px;
}
@media (max-width: 500px) {
  .page-nav ul,
  .secondary-nav ul {
    gap: 0 20px;
    width: 100%;
    justify-content: flex-start;
  }
}
.page-nav ul li,
.secondary-nav ul li {
  list-style-type: none;
}
.page-nav ul li:before,
.secondary-nav ul li:before {
  display: none;
}
.page-nav li a,
.secondary-nav li a {
  text-transform: uppercase;
  color: #8f8e8e !important;
  text-decoration: none;
}
.page-nav li a:hover,
.secondary-nav li a:hover {
  color: #231f20 !important;
}
.page-nav li a.active,
.secondary-nav li a.active {
  color: #231f20 !important;
  border-bottom: 2px solid #231f20;
}

#breadcrumbs {
  width: calc((100vw - 80px) / 6);
  position: fixed;
  right: 40px;
  top: 155px;
  z-index: 50;
}
@media (max-width: 500px) {
  #breadcrumbs {
    width: 100%;
    width: calc(100% - 40px);
    position: relative;
    left: 20px;
    top: 0;
    margin-top: 120px;
    margin-bottom: -20px;
  }
}
#breadcrumbs h4, #breadcrumbs .page-nav li a, .page-nav li #breadcrumbs a,
#breadcrumbs .secondary-nav li a,
.secondary-nav li #breadcrumbs a {
  color: #231f20;
  margin-bottom: 5px;
}
#breadcrumbs h4 a, #breadcrumbs .page-nav li a a, .page-nav li #breadcrumbs a a,
#breadcrumbs .secondary-nav li a a,
.secondary-nav li #breadcrumbs a a {
  text-decoration: none;
  color: #231f20;
}
#breadcrumbs li {
  color: #666;
}
#breadcrumbs li::before {
  content: "—";
  margin-right: 10px;
  font-weight: bold;
  position: absolute;
}
#breadcrumbs li:not(:last-child) {
  margin-bottom: 5px;
}
#breadcrumbs li a {
  margin-left: 30px;
}
#breadcrumbs a {
  display: block;
  color: #666;
  transition: color 0.25s ease-in-out;
}
#breadcrumbs a:hover {
  color: #231f20;
}

.bg-gradient {
  animation: flow 30s ease-in-out infinite;
  background: linear-gradient(-60deg, #8f8e8e, #7fa359, #244c6a, #4eb849, #95d804);
  background-size: 300%;
}

.lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  transform: opacity 0.5s ease-in-out;
}
.lightbox .wrap {
  width: 90%;
  max-width: 1280px;
  position: relative;
  z-index: 999;
}
.lightbox .wrap video {
  width: 100%;
  height: auto;
}
.lightbox .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 997;
}
.lightbox .close-btn {
  position: absolute;
  top: -38px;
  right: -26px;
  z-index: 998;
  width: 26px;
  height: 50px;
}
.lightbox .close-btn span {
  width: 26px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  transition: all 0.2s ease-in;
}
.lightbox .close-btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 24px;
}
.lightbox .close-btn span:nth-child(2) {
  transform: rotate(-45deg);
  top: 24px;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.align-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.container {
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper#template-form {
  background-color: #accccb;
  width: 100%;
  min-height: 100vh;
  position: relative;
  left: auto;
}
.page-wrapper#template-form .rounded, .page-wrapper#template-form input {
  border-radius: 20px !important;
  padding: 12px 20px;
  font-size: 1rem;
  width: 100%;
}
.page-wrapper#template-form .content {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.page-wrapper#template-form .container a.button.rounded {
  display: block;
  margin-top: 60px;
  background-color: #231f20;
  color: #f7cd55;
  position: relative;
}
.page-wrapper#template-form .container a.button.rounded::before {
  content: "→";
  color: #f7cd55;
  position: absolute;
  top: 13px;
  right: 15px;
}
.page-wrapper#template-form .container a.button.rounded:hover {
  background-color: #f7cd55;
  color: #231f20;
}
.page-wrapper#template-form .container a.button.rounded:hover::before {
  color: #231f20;
}
.page-wrapper#template-form .container .flex {
  width: calc(100% - 10px);
}
.page-wrapper#template-form .container .flex span {
  font-size: 0.75em;
}
@media (max-width: 500px) {
  .page-wrapper#template-form .container .flex span {
    padding: 0 15px;
  }
}
.page-wrapper#template-form form#login-form,
.page-wrapper#template-form form#signup-form {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.page-wrapper#template-form form#login-form h2,
.page-wrapper#template-form form#signup-form h2 {
  width: 100%;
  font-size: 1rem;
  padding-left: 21px;
}
.page-wrapper#template-form .login-form {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.page-wrapper#template-form .login-form {
  width: 100%;
  font-size: 1rem;
  padding-left: 21px;
}
.page-wrapper#template-form #signup-form input {
  width: calc(50% - 7.5px);
  margin-bottom: 0;
}
.page-wrapper#template-form #signup-form input[type=email] {
  width: 100%;
}
.page-wrapper#template-form img#seeqc-logo {
  display: block;
  margin-bottom: 15px;
}
.page-wrapper#template-form input {
  border: 0;
  outline: 0;
  background: #e4e4e3;
}
.page-wrapper#template-form input:hover, .page-wrapper#template-form input:active, .page-wrapper#template-form input:focus {
  background-color: white;
}
.page-wrapper#template-form button {
  border-radius: 20px;
  padding: 10px 150px 10px 20px;
  font-size: 1rem;
  border: 0;
  outline: 0;
  background: #e4e4e3;
  cursor: pointer;
  position: relative;
}
.page-wrapper#template-form button::before {
  content: "→";
  color: #231f20;
  position: absolute;
  top: 10px;
  right: 15px;
}
@media (max-width: 500px) {
  .page-wrapper#template-form button {
    margin-bottom: 15px;
  }
}
.page-wrapper#template-form button:hover, .page-wrapper#template-form button:active {
  background: #231f20;
  color: #f7cd55;
}
.page-wrapper#template-form button:hover::before, .page-wrapper#template-form button:active::before {
  color: #f7cd55;
}
.page-wrapper#template-form input::-moz-placeholder {
  color: #231f20;
}
.page-wrapper#template-form input:-ms-input-placeholder {
  color: #231f20;
}
.page-wrapper#template-form input::-webkit-input-placeholder {
  color: #231f20;
}
.page-wrapper#template-form #confirmation-message {
  text-align: center;
}

.header#header-terms {
  width: 100%;
  background: #f7cd55;
  padding: 25px 25px 75px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: auto;
}
@media (max-width: 500px) {
  .header#header-terms {
    flex-flow: row wrap;
  }
}
.header#header-terms #q {
  order: 1;
}
.header#header-terms #icon {
  width: 100%;
  position: relative;
  height: auto;
  max-width: 100%;
}
.header#header-terms img {
  display: block;
  width: 80%;
  max-width: calc((100% - 900px) / 2);
  order: 2;
}
@media (max-width: 500px) {
  .header#header-terms img {
    max-width: 100%;
  }
}

.page-wrapper#template-terms {
  background: #f7cd55;
  width: 100%;
  min-height: 100vh;
  max-height: 100%;
  position: relative;
  left: auto;
  display: block;
  padding-bottom: 100px;
}
.page-wrapper#template-terms h1, .page-wrapper#template-terms .screen-heading, .page-wrapper#template-terms h2, .page-wrapper#template-terms h3, .page-wrapper#template-terms h4, .page-wrapper#template-terms .page-nav li a, .page-nav li .page-wrapper#template-terms a,
.page-wrapper#template-terms .secondary-nav li a,
.secondary-nav li .page-wrapper#template-terms a, .page-wrapper#template-terms h5 {
  margin-bottom: 15px;
}
.page-wrapper#template-terms h5 {
  margin-bottom: 50px;
}
.page-wrapper#template-terms ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 0 22px;
  padding: 0;
}
.page-wrapper#template-terms ol li {
  padding-left: 25px;
  margin-bottom: 15px;
}
.page-wrapper#template-terms ol li ol li {
  padding-left: 0;
}
.page-wrapper#template-terms *::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.page-wrapper#template-terms .container > ol > li {
  margin-bottom: 35px;
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  width: 250px;
  height: 100vh;
  /* bottom: 0; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-content: space-between;
  /* border-top: 2px solid black; */
  color: white;
  z-index: 20;
  padding: 25px;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr;
  /* grid-gap: 50px; */
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  justify-items: space-evenly;
  font-size: 1em;
  align-items: center;
}

.header-right {
  /* padding-top: 10px; */
  /* padding-right: 2.5%; */
  font-size: 0.675rem;
  letter-spacing: 0.01rem;
  color: #e4e4e3;
  text-transform: uppercase;
}
.header-right .username {
  display: none;
}
.header-right .logout {
  cursor: pointer;
  font-size: 120%;
}

.header-item {
  color: #e4e4e3;
  /* width: 150px; */
  width: auto;
  font: 400 1.25rem/130% "Favorit Regular", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}

.header-item img {
  width: 100%;
}

.header-line {
  /* border-top: 10px solid #b5b5b5; */
  /* margin-top: -7px; */
  width: 165px;
  margin-bottom: 10px;
}

.span-line {
  /* border-top: 7px solid #b5b5b5; */
}

.header-active .span-line {
  color: black;
  /* border-top: 7px solid black; */
}

.header-active .header-line {
  color: black;
  /* border-top: 10px solid black; */
}

.header-item:hover {
  cursor: pointer;
  color: white;
}

.header-item img:hover {
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(259deg) brightness(100%) contrast(110%);
}

.page-wrapper {
  height: 100%;
  /* height: calc(100vh - 100px); */
  max-height: 100%;
  max-height: -webkit-fill-available;
  width: calc(100% - 275px);
  position: absolute;
  left: 250px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

.info-page-wrapper {
  display: flex;
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

.Select-placeholder {
  color: black;
}

.logout, .logout:hover {
  text-decoration: none;
  color: #e4e4e3;
}

.control-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* height: calc(100% - 50px); */
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
}
.control-wrapper.full {
  grid-template-columns: 1fr;
  align-items: start;
}
.control-wrapper .left-col, .control-wrapper .right-col {
  height: calc(100vh - 50px);
  width: 100%;
  padding: 50px;
}
.control-wrapper .left-col {
  background-color: #f7cd55;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}
.control-wrapper .right-col {
  background-color: #accccb;
  overflow-y: scroll;
  scrollbar-width: none;
}
.control-wrapper .full-col {
  height: calc(100vh - 50px);
  width: 100%;
  padding: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}

.algo-move {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -ms-grid-columns: 100% 100%;
  grid-template-columns: 100% 100%;
  /* overflow-x: hidden; */
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.algo-image {
  height: 100%;
  /* width: 100%; */
  padding: 0 40px;
}

.algo-image img {
  width: 100%;
  padding: 20px 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.screen-heading {
  /* justify-content: center; */
  color: #080b0e;
  /* padding-bottom: 20px;

  text-decoration: overline;

  text-decoration-thickness: 5px; */
  /* text-decoration-color: #b31010; */
}

/* SECTION ONE - EXPERIMENT */
.left-col {
  /* height: 85vh; */
}

.experiment-select {
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  align-items: space-around;
  width: 100%;
  /* border: 2px solid black; */
  border-radius: 0px;
  flex-shrink: 1;
}

#bit-flip-error {
  padding-bottom: 20px;
}
#bit-flip-error.hidden {
  display: none;
}

.experiment-content {
  flex-grow: 1;
  font-family: "Ivar Display", "Times New Roman", Georgia, serif;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
.experiment-content p {
  margin-bottom: 20px;
  font-size: 120%;
  line-height: 1.5rem;
}
.experiment-content ul, .experiment-content ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.experiment-content ul {
  list-style-type: disc;
}
.experiment-content ol {
  list-style-type: decimal;
}
.experiment-content li {
  margin-bottom: 20px;
  font-size: 120%;
}
.experiment-content #algo-wrap {
  width: 200%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -100%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.1s;
}
.experiment-content #algo-wrap.explanation-active {
  margin-left: 0;
}
.experiment-content #algo-copy, .experiment-content #algo-diagram {
  width: 50%;
  position: relative;
}
.experiment-content #algo-diagram img {
  width: 100%;
  height: auto;
  display: block;
}

.control-screen-2 {
  /* height: calc(20% - 2px); */
  height: auto;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  /* border: 2px solid #818181; */
  /* background-color: black; */
  /* color: #e3e4e0; */
  /* justify-content: center; */
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  /* border: 4px solid #b4b4b4; */
  /* border-bottom: 2px solid black; */
}

/* ALGO SELECT */
.algorithm-select {
  width: 50%;
}

.Select-control {
  background-color: #e4e4e3;
  border: None;
}

/*the container must be positioned relative:*/
.custom-select {
  width: 100%;
  height: 3em;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: none;
  /* border-radius:  10px; */
  padding: 0 10px;
  color: #231f20;
  background-color: #e4e4e3;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "→";
  top: 12px;
  right: 15px;
  color: #030303;
  transform: rotate(90deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(270deg);
  right: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  /* color: black; */
  /* padding: 8px 16px; */
  /* border: 1px solid transparent;

  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 0;
}

.select-items div {
  padding: 12px 10px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #e4e4e3;
  margin-top: 1px;
  /* border-radius: 1.5em; */
  top: 100%;
  width: 100%;
  /* right: 0; */
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #080b0e;
  color: #ffcc33;
}

.VirtualizedSelectOption div:hover {
  background-color: #080b0e;
  color: #ffcc33;
}

/* DIAGRAM EXPLANATION SWITCH */
.diagram-switch {
  position: relative;
  flex-grow: 1;
}

.diagram-explanation-labels {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 10px;
  padding: 0 5px;
  margin-bottom: 40px;
}

.bit-error-labels {
  justify-content: space-between;
}

.label {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 2px;
}

.label-algo {
  /* text-align: right; */
  /* margin-right: 2.5em; */
  text-align: right;
}

.label-expo {
  /* margin-left: 2.5em; */
  text-align: left;
}

input.the-switch,
button.the-switch {
  position: absolute;
  height: 0;
  left: -9999px;
}

.diagram-slider, .bit-error-slider {
  position: relative;
  display: block;
  width: 100%;
  height: 47px;
  cursor: pointer;
  border-radius: 2.25em;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  border: 5px solid #e4e4e3;
  background: #e4e4e3;
  margin-bottom: 5px;
}

.diagram-slider::before,
.bit-error-slider::before {
  position: absolute;
  content: "+";
  color: #e4e4e3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  top: 0px;
  left: 0em;
  border-radius: 50%;
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  background-color: #b52a0a;
  font-size: 3em;
}

input.the-switch:checked + .diagram-slider::before,
input.the-switch:checked + .bit-error-slider::before,
button.the-switch:checked + .diagram-slider::before,
button.the-switch:checked + .bit-error-slider::before {
  left: calc(100% - 37px);
  transform: rotate(45deg);
}

/* RUN BUTTON */
.run-button {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

button.button-itself {
  height: 47px;
  width: 47px;
  margin-bottom: 0.5em;
  background: #a6a8aa;
  border: 5px solid #e4e4e3;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.inner-circle {
  background-color: #e4e4e3;
  height: 115%;
  width: 115%;
  border-radius: 50%;
}

.button-itself:hover {
  background: #8c8f91;
}

.button-itself:active {
  background: black;
}

/* SECTION TWO - STATUS */
.right-col {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  /* height: 85vh; */
}

.experiment-status {
  width: 100%;
}

.item-heading {
  /* background-color: black; */
  /* background: #eaeaea; */
  /* color: black; */
  /* text-transform: uppercase; */
  -webkit-text-emphasis: bold;
  text-emphasis: bold;
  border-bottom: 2px solid #657b88;
}

/* .last-row{

    border-bottom: none;

} */
/* SECTION THREE - RESULT */
.experiment-result-holder {
  display: grid;
  align-items: center;
  justify-items: center;
  flex-grow: 1;
  position: relative;
  padding-top: 20px;
}

.experiment-result {
  height: 100%;
  width: 100%;
  min-height: 300px;
  /* border: 2px solid black; */
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background: #e4e4e3;
  font-family: "px_grotesk";
}

.experiment-result ul, .experiment-result ol {
  margin-bottom: -2.5px;
  /*! margin-left: 20px; */
}

.control-screen-4 {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "yaxis graph";
  height: 85%;
  padding: 20px;
  margin-left: 20px;
  width: 90%;
  grid-template-columns: 20px 1fr;
}

.y-axis {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: yaxis;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  margin-right: 60px;
  margin-top: -25px;
  font-size: 1rem;
}

.chart-lines {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: graph;
  width: 90%;
  margin: 0 auto;
  height: calc(100% - 8px);
}

.chart-labels {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: graph;
  height: calc(100% - 8px);
  margin-top: -13px;
  margin-left: -10px;
  font-size: 1rem;
}

.chart-label {
  height: 10%;
  /* margin-top: -2px;

  margin-bottom: 2px; */
}

.line {
  border-top: black 3px dotted;
  height: 10%;
}

.chart {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: graph;
  display: table;
  table-layout: fixed;
  width: 90%;
  /* max-width: 700px; */
  height: calc(100% - 8px);
  margin: 0 auto;
  border-bottom: 3px solid black;
}

.chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}

.chart span.chart-bar {
  margin: 0 15%;
  display: block;
  background: #080b0e;
  -webkit-animation: draw 1s ease-in-out;
  animation: draw 1s ease-in-out;
  position: relative;
}

.chart span.x-label {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -30px;
}

span[title]:hover::after {
  background-color: pink;
  font-family: "px_grotesk";
}

@-webkit-keyframes draw {
  0% {
    height: 0;
  }
}
@keyframes draw {
  0% {
    height: 0;
  }
}
/* INFO PAGE */
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* height: calc(100% - 50px); */
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.info, .info-right, .info-orange {
  height: calc(100vh - 50px);
  width: calc(100% - 100px);
  width: 100%;
  padding: 50px;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media (max-width: 500px) {
  .info, .info-right, .info-orange {
    height: calc(100vh - 25px);
    width: calc(100% - 50px);
    padding: 25px;
  }
}

.info {
  background: #b52a0a;
  color: #e4e4e3;
}

.info-orange {
  background: #d5d454;
  color: black;
}

.info-right {
  background: #accccb;
  padding-top: 5em;
}

#schematic-toggle {
  margin-top: 10px;
  margin-bottom: 20px;
}
#schematic-toggle a {
  font-size: 0.675rem;
  letter-spacing: 0.01rem;
  padding: 10px;
  display: inline-block;
  margin-right: 1px;
  text-decoration: none;
  background: #9cc2c1;
}
#schematic-toggle a.active {
  background: #e4e4e3;
  cursor: default;
}

.info-image-holder {
  position: relative;
  width: 100%;
}
.info-image-holder #schematic-system-red,
.info-image-holder #schematic-system-orange {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}
.info-image-holder #schematic-system-red.off,
.info-image-holder #schematic-system-orange.off {
  opacity: 0;
  visibility: hidden;
}
.info-image-holder svg {
  width: 100%;
  height: auto;
}
.info-image-holder .ro {
  display: inline-block;
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.info-image-holder .ro.on {
  opacity: 1;
}
.info-image-holder .ro .target {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 15;
}
.info-image-holder .ro .target:hover + .text span.over,
.info-image-holder .ro .target:hover + .text-wrap .text span.over,
.info-image-holder .ro .text:hover span.over {
  display: inline;
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
}
.info-image-holder .ro .text {
  position: absolute;
  cursor: default;
  background-color: #accccb;
  border: 1px solid #231f20;
  padding: 5px;
  font: 11px/120% "px_grotesk";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: #231f20;
}
.info-image-holder .ro .text span.over {
  display: none;
  opacity: 0;
}
.info-image-holder .ro .text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.info-image-holder .ro .text-wrap .text {
  position: relative;
}
.info-image-holder .ro-top::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #231f20;
  left: 50%;
  bottom: 50%;
}
.info-image-holder .ro-bottom::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #231f20;
  left: 50%;
  top: 50%;
}
.info-image-holder .ro-left .text-wrap {
  align-items: center;
  justify-content: flex-end;
}
.info-image-holder .ro-left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #231f20;
  left: -50%;
  top: 50%;
}
.info-image-holder .ro-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #231f20;
  left: 50%;
  top: 50%;
}
.info-image-holder #ro-cloud,
.info-image-holder #ro-orange-cloud {
  width: 23.5%;
  height: 11.5%;
  right: 0.5%;
  top: 21.5%;
}
.info-image-holder #ro-cloud .text,
.info-image-holder #ro-orange-cloud .text {
  width: 100%;
  margin-left: 0;
  margin-top: -50%;
  bottom: 110%;
}
@media (min-width: 1250px) {
  .info-image-holder #ro-cloud .text,
  .info-image-holder #ro-orange-cloud .text {
    width: 80%;
    min-width: 85px;
    margin-left: 10%;
  }
}
.info-image-holder #ro-orange-cloud {
  right: 1.2%;
}
.info-image-holder #ro-filters-isolation {
  width: 7%;
  height: 5%;
  top: 52.35%;
  left: 17.5%;
}
.info-image-holder #ro-filters-isolation .text-wrap {
  width: 270%;
  right: 150%;
}
.info-image-holder #ro-amplifiers {
  width: 6%;
  height: 4%;
  left: 18%;
  top: 35.3%;
}
.info-image-holder #ro-amplifiers .text-wrap {
  width: 270%;
  right: 150%;
}
.info-image-holder #ro-logical-circuit {
  width: 7.5%;
  height: 5%;
  left: 84%;
  top: 39%;
}
.info-image-holder #ro-logical-circuit .text-wrap {
  width: 204%;
  height: auto;
  right: unset;
  left: 110%;
}
.info-image-holder #ro-logical-circuit::after {
  width: 60%;
}
.info-image-holder #ro-cabling {
  width: 46.6%;
  height: 10%;
  left: 20%;
  top: 9%;
}
.info-image-holder #ro-cabling .text {
  width: 80%;
  margin-left: 10%;
  margin-top: -50%;
  bottom: 130%;
}
.info-image-holder #ro-cabling::after {
  bottom: 90%;
  height: 40%;
}
.info-image-holder #ro-cabling-2 {
  width: 7%;
  height: 11%;
  left: 24.75%;
  top: 40.5%;
}
.info-image-holder #ro-cabling-2::after {
  width: 200%;
  left: -150%;
}
.info-image-holder #ro-cabling-2 .text-wrap {
  width: 300%;
  right: 250%;
}
.info-image-holder #ro-fpga-controllers {
  width: 19%;
  height: 20%;
  left: 52%;
  top: 42.5%;
}
.info-image-holder #ro-fpga-controllers::after {
  width: 10%;
  left: -15%;
}
.info-image-holder #ro-fpga-controllers::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 25%;
  height: 50%;
  width: 55%;
  border: 1px solid #231f20;
  border-right: 0;
}
.info-image-holder #ro-fpga-controllers .text-wrap {
  right: 115%;
  width: 80%;
}
.info-image-holder #ro-control-firmware,
.info-image-holder #ro-orange-control-firmware {
  width: 15%;
  height: 5%;
  left: 67.2%;
  top: 81%;
}
.info-image-holder #ro-control-firmware .text-wrap,
.info-image-holder #ro-orange-control-firmware .text-wrap {
  width: 377%;
  left: -138%;
  top: 100%;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.info-image-holder #ro-control-firmware .text-wrap .text,
.info-image-holder #ro-orange-control-firmware .text-wrap .text {
  width: 47%;
}
.info-image-holder #ro-control-firmware::after,
.info-image-holder #ro-orange-control-firmware::after {
  height: 130%;
}
.info-image-holder #ro-control-firmware::before,
.info-image-holder #ro-orange-control-firmware::before {
  content: "";
  position: absolute;
  right: 37%;
  top: 180%;
  height: 1px;
  width: 25%;
  background-color: #231f20;
  border-right: 0;
}
.info-image-holder #ro-orange-control-firmware {
  left: 66.5%;
}
.info-image-holder #ro-orange-cable-1 {
  width: 4%;
  height: 10%;
  left: 26%;
  top: 44%;
}
.info-image-holder #ro-orange-cable-1 .text-wrap {
  width: 720%;
  right: 150%;
}
.info-image-holder #ro-orange-cable-2 {
  width: 5%;
  height: 5%;
  left: 58.5%;
  top: 24%;
}
.info-image-holder #ro-orange-cable-2 .text-wrap {
  width: 270%;
  right: 150%;
}
.info-image-holder #ro-orange-fpga-controllers {
  width: 19%;
  height: 10%;
  left: 52%;
  top: 53%;
}
.info-image-holder #ro-orange-fpga-controllers .text-wrap {
  width: 90%;
  right: 110%;
}
.info-image-holder #ro-orange-fpga-controllers::after {
  width: 60%;
  right: 50%;
  left: unset;
}
.info-image-holder #ro-orange-logical-circuit {
  width: 8%;
  height: 6.5%;
  left: 83%;
  top: 38%;
}
.info-image-holder #ro-orange-logical-circuit .text-wrap {
  width: 200%;
  right: 150%;
}
.info-image-holder #frame_1,
.info-image-holder #orange-frame-1 {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s ease-in-out;
}
.info-image-holder #frame_1.on,
.info-image-holder #orange-frame-1.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #quantum-layer,
.info-image-holder #orange-quantum-layer {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.info-image-holder #quantum-layer.on,
.info-image-holder #orange-quantum-layer.on {
  opacity: 1;
}
.info-image-holder #filters-isolation {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.info-image-holder #filters-isolation.on {
  opacity: 1;
}
.info-image-holder #amplifiers {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.info-image-holder #amplifiers.on {
  opacity: 1;
}
.info-image-holder #hardware_1,
.info-image-holder #orange-hardware-1 {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s ease-in-out;
}
.info-image-holder #hardware_1.on,
.info-image-holder #orange-hardware-1.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #cables,
.info-image-holder #orange-cable {
  clip-path: polygon(0 70%, 33% 70%, 33% 79%, 33% 89%, 33% 100%, 0 100%, 0 89%);
}
.info-image-holder #cables.on,
.info-image-holder #orange-cable.on {
  animation-duration: 3.2s;
  animation-name: cableAnimation;
  clip-path: polygon(70% 0, 70% 69%, 67% 11%, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.info-image-holder #frame_2,
.info-image-holder #orange-frame-2 {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s ease-in-out;
}
.info-image-holder #frame_2.on,
.info-image-holder #orange-frame-2.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #hardware_2,
.info-image-holder #orange-hardware-2 {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s ease-in-out;
}
.info-image-holder #hardware_2.on,
.info-image-holder #orange-hardware-2.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #fpga-controllers,
.info-image-holder #orange-fpga-controllers {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s ease-in-out;
}
.info-image-holder #fpga-controllers.on,
.info-image-holder #orange-fpga-controllers.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #hardware_2_2 {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s ease-in-out;
}
.info-image-holder #hardware_2_2.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #control_firmware,
.info-image-holder #orange-control-firmware {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.info-image-holder #control_firmware.on,
.info-image-holder #orange-control-firmware.on {
  opacity: 1;
}
.info-image-holder #desk,
.info-image-holder #orange-desk {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.5s ease-in-out;
}
.info-image-holder #desk.on,
.info-image-holder #orange-desk.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #computer,
.info-image-holder #orange-computer {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.4s ease-in-out;
}
.info-image-holder #computer.on,
.info-image-holder #orange-computer.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #logical-circuit,
.info-image-holder #orange-logical-circuit {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.info-image-holder #logical-circuit.on,
.info-image-holder #orange-logical-circuit.on {
  opacity: 1;
}
.info-image-holder #cloud,
.info-image-holder #orange-cloud {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.4s ease-in-out;
}
.info-image-holder #cloud.on,
.info-image-holder #orange-cloud.on {
  clip-path: inset(0 0 0 0);
}
.info-image-holder #orange-ro-quantum-layer {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.info-image-holder #orange-ro-quantum-layer.on {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes cableAnimation {
  from {
    clip-path: polygon(0 70%, 33% 70%, 33% 79%, 33% 89%, 33% 100%, 0 100%, 0 89%);
  }
  8% {
    clip-path: polygon(0 70%, 33% 70%, 33% 79%, 33% 89%, 33% 100%, 0 100%, 0 89%);
  }
  26% {
    clip-path: polygon(0 18%, 33% 18%, 33% 20%, 33% 25%, 33% 100%, 0 100%, 0 25%);
  }
  39% {
    clip-path: polygon(29% 0, 33% 18%, 33% 20%, 33% 25%, 33% 100%, 0 100%, 0 0);
  }
  52% {
    clip-path: polygon(70% 0, 62% 20%, 45% 21%, 33% 20%, 33% 100%, 0 100%, 0 0);
  }
  65% {
    clip-path: polygon(70% 0, 61% 66%, 41% 67%, 33% 20%, 33% 100%, 0 100%, 0 0);
  }
  78% {
    clip-path: polygon(70% 0, 70% 69%, 61% 78%, 68% 78%, 61% 100%, 0 100%, 0 0);
  }
  91% {
    clip-path: polygon(70% 0, 70% 69%, 68% 69%, 100% 69%, 100% 100%, 0 100%, 0 0);
  }
  to {
    clip-path: polygon(70% 0, 70% 69%, 67% 11%, 100% 11%, 100% 100%, 0 100%, 0 0);
  }
}
.active {
  opacity: 1;
}

.disappears {
  opacity: 0;
}

.info-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.info-heading {
  padding: 20px 0;
}
.info-heading h2:not(:last-child), .info-heading h3:not(:last-child), .info-heading h4:not(:last-child), .info-heading .page-nav li a:not(:last-child), .page-nav li .info-heading a:not(:last-child),
.info-heading .secondary-nav li a:not(:last-child),
.secondary-nav li .info-heading a:not(:last-child), .info-heading h5:not(:last-child) {
  margin-bottom: 15px;
}

.info-text {
  font-size: 1rem;
  font-family: Ivar;
}

.info-text p {
  padding-bottom: 20px;
  font-size: 120%;
}

/* CALIBRATION PAGE */
section.calibration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
}

.calibration-holder, .calibration-image {
  height: calc(100vh - 50px);
  width: calc(100% - 100px);
  width: 100%;
  padding: 50px;
}

.calibration-holder {
  justify-content: center;
  background-color: #5e803f;
  overflow-y: scroll;
}

.calibration-holder-internal h5,
.info-image-calibration h5 {
  font-size: 0.675rem;
  letter-spacing: 0.01rem;
  margin-bottom: 50px;
}

.calibration-image {
  background-color: #accccb;
  overflow-y: scroll;
  scrollbar-width: none;
  /* display: grid;

  justify-content: center;

  justify-items: center;

  align-content: center; */
}

.info-image-calibration svg {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.info-image-calibration img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}

.calibration-title {
  padding-bottom: 20px;
}

.calibration-title .screen-heading, .login-content .screen-heading {
  padding-left: 0;
}

th, td {
  padding: 15px 10px;
  border: 1px solid #a6a8aa;
  text-align: center;
  font-size: 0.875rem;
  /* padding-left: 0; */
}

.calibration-table th {
  /* text-align: left; */
}

table.calibration-table,
table.status-table {
  width: 100%;
  border: 1px solid #5e803f;
  border-collapse: collapse;
  color: #e4e4e3;
  border-radius: 20px;
  text-align: center;
  background-color: black;
  overflow: hidden;
  margin-bottom: 20px;
}
table.calibration-table tr:first-child td,
table.status-table tr:first-child td {
  border-top: none;
}
table.calibration-table tr:last-child td,
table.status-table tr:last-child td {
  border-bottom: none;
}
table.calibration-table tr td:first-child,
table.status-table tr td:first-child {
  border-left: none;
}
table.calibration-table tr td:last-child,
table.status-table tr td:last-child {
  border-right: none;
}

table.status-table {
  border: 1px solid #accccb;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Signup */
@media (max-width: 1600px) {
  .left-col, .right-col {
    width: 95%;
  }
  .status-item, table.calibration-table {
    font-size: 0.9em;
  }
  /* .info{

      overflow: inherit;

      overflow-y: inherit;

      width: 90%;

  } */
  .algo-copy {
    font-size: 1.35em;
  }
}
@media (max-width: 1300px) {
  .control-screen-4 {
    padding: 0;
  }
  .diagram-explanation-labels {
    grid-template-columns: 5.5em 1.5em 5.5em;
  }
  .status-item {
    font-size: 0.75em;
  }
}
@media (max-width: 1150px) {
  section.about-section, section.calibration {
    grid-template-columns: 1fr;
    overflow-y: scroll;
    scrollbar-width: none;
    overflow-x: hidden;
    height: calc(100% - 50px);
  }
  .calibration-image {
    margin-top: 20px;
    width: 95%;
  }
  .calibration-holder-internal {
    height: auto;
  }
  .algo-image {
    height: auto;
  }
  .info, .info-orange {
    /* position: absolute;

    top: 52px; */
    width: 95%;
    height: 80vh;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .info-right {
    margin-top: 20px;
    width: 95%;
    overflow-y: auto;
  }
  .about-section {
    grid-template-columns: 1fr;
    overflow-y: scroll;
    scrollbar-width: none;
    height: calc(100% - 50px);
  }
  .info-text {
    font-size: 125%;
  }
  .page-wrapper {
    left: 0;
  }
  .header {
    top: 0;
    position: relative;
    height: auto;
    width: 100%;
    border-top: none;
    /* border-bottom: 2px solid black; */
    display: flex;
    justify-content: space-between;
  }
  .header-item {
    margin-bottom: 0;
  }
  .header-left {
    padding-top: 0;
    grid-gap: 10px;
    font-size: 0.9em;
    display: flex;
    width: auto;
    justify-content: flex-start;
  }
  .calibration-holder {
    width: calc(95% - 80px);
  }
}
@media (max-width: 1150px) and (max-width: 1150px) and (max-width: 500px) {
  .calibration-holder {
    width: 95%;
  }
}
@media (max-width: 1150px) {
  th, td {
    padding: 7.5px;
    font-size: 1em;
    border-collapse: collapse;
  }
}
@media (max-width: 1150px) {
  .page-wrapper {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .control-screen-1 {
    height: auto;
  }
}
@media (max-width: 1150px) {
  .status-table {
    border: 2px solid black;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 1150px) {
  .status-row {
    border: none;
    border-radius: 0;
  }
}
@media (max-width: 1150px) {
  .status-item {
    font-size: 0.8em;
  }
}
@media (max-width: 1150px) {
  .screen-heading {
    display: flex;
    align-items: center;
    height: 60px;
  }
}
@media (max-width: 1150px) {
  .header-item img {
    /* width: 40%; */
  }
}
@media (max-width: 1150px) {
  .header-item {
    display: flex;
    align-items: center;
    height: 40px;
  }
}
@media (max-width: 1150px) {
  .header-line {
    width: 50px;
  }
}
@media (max-width: 1150px) {
  .header-active .header-line {
    border-top: none;
  }
}
@media (max-width: 1150px) {
  .header-item:hover .span-line {
    border-top: none;
  }
}
@media (max-width: 1150px) {
  .header-right {
    padding-top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    grid-gap: 10px;
    font-size: 0.75em;
    width: auto;
    padding-right: 10px;
  }
  .header-right .username {
    display: none;
  }
}
@media (max-width: 1150px) {
  .algo-image {
    padding: 25px;
  }
}
@media (max-width: 1150px) {
  .span-line {
    border-top: none;
  }
}
@media (max-width: 800px) {
  .algo-image {
    padding: 5px;
  }
}
.simulation-plot {
  /*max-height:100%;
  max-width:100%;*/
  width: 100%;
}

.algoimage {
  /*max-height:100%;
  max-width:100%;*/
  width: 100%;
}

@media (max-width: 800px) {
  .algo-image {
    padding: 5px;
  }
}
.st6 {
  font-size: 13.6609px;
}

.st5 {
  font-family: "px_grotesk";
}

.st7 {
  fill: none;
  stroke: #555555;
  stroke-width: 1.138;
}

.logout {
  color: #e4e4e3;
  text-decoration: none;
}

.logout, .logout:hover {
  text-decoration: none;
  color: #e4e4e3;
}

.Select-control {
  box-shadow: none;
  color: black;
}

.Select-placeholder {
  color: black;
}

.Select-clear-zone {
  display: none;
}

#btn-system-red {
  color: inherit;
}

#btn-system-orange {
  color: inherit;
}

.collapse-container {
  font-family: ivar-display;
  font-size: 120%;
}

.full-col.documentation {
  background: #e6e7e8;
}
.full-col.documentation h1, .full-col.documentation .screen-heading, .full-col.documentation h2, .full-col.documentation h3, .full-col.documentation h4, .full-col.documentation .page-nav li a, .page-nav li .full-col.documentation a,
.full-col.documentation .secondary-nav li a,
.secondary-nav li .full-col.documentation a, .full-col.documentation h5, .full-col.documentation h6, .full-col.documentation p {
  margin-bottom: 15px;
  line-height: 150%;
}
.full-col.documentation pre {
  white-space: pre-line;
}
.full-col.documentation:not(.no-copy) pre.block code:active {
  color: #7fa359;
}
.full-col.documentation:not(.no-copy) pre.block code:active::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='fill:%237fa359' d='m12,4V0H0v12h4v4h12V4h-4Zm-8,6h-2V2h8v2h-6v6Zm10,4H6V6h8v8Z'/%3E%3C/svg%3E");
}
.full-col.documentation:not(.no-copy) pre.block code::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='fill:%23a6a8aa' d='m12,4V0H0v12h4v4h12V4h-4Zm-8,6h-2V2h8v2h-6v6Zm10,4H6V6h8v8Z'/%3E%3C/svg%3E");
  position: absolute;
  right: -50px;
  top: -2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: block;
}
.full-col.documentation:not(.no-copy) pre.block code.copied::after {
  content: "COPIED";
  position: absolute;
  top: -5px;
  right: -100px;
  color: #a6a8aa;
}
.full-col.documentation.blocks pre {
  white-space: pre-wrap;
}
.full-col.documentation.blocks pre.block code {
  display: inline-block;
}
.full-col.documentation.blocks pre.block code::before {
  top: 2px;
}
.full-col.documentation.blocks pre.block code.copied::after {
  top: -1px;
}
.full-col.documentation pre.block {
  background: white;
  border-radius: 4px;
  padding: 12px 15px;
  font-family: monospace;
  overflow-wrap: break-word;
  display: block;
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 45px;
}
.full-col.documentation pre.block code {
  margin-bottom: 0;
  position: relative;
}
.full-col.documentation pre.block em {
  display: inline-block;
  font-style: italic;
  font-family: monospace;
  font-size: 0.75rem;
  color: #8f8e8e;
}
.full-col.documentation pre.block span + code {
  margin-top: 15px;
}
.full-col.documentation pre.block table td {
  border: 0;
  text-align: left;
  padding: 0 20px 5px 0;
  font-style: italic;
  font-family: monospace;
  font-size: 0.75rem;
  color: #8f8e8e;
}
.full-col.documentation pre.block img {
  width: 50%;
  height: auto;
  display: block;
  max-width: 500px;
  margin-top: 10px;
}
.full-col.documentation code.inline {
  display: inline !important;
  padding: 3px 5px;
  background: white;
  border-radius: 4px;
  font-family: monospace;
  overflow-wrap: break-word;
  display: block;
  font-size: 0.75rem;
}
