:root {
  --video-translate-x: 0;
  --video-translate-y: 0;
  --video-scale: 1.0;
  --color-proteolutions-lightest-blue: #49d3d3;
  --color-proteolutions-light-blue: #55c5e1;
  --color-proteolutions-dark-blue: #2121ad;
  --color-proteolutions-dark-grey-border: #6b7b8a;
  --color-proteolutions-light-grey-border: #e5e5e5;
  --color-proteolutions-light-grey-disabled-background: #e9ecefc4;
  --color-proteolutions-light-grey-disabled-text: #808080;
  --color-proteolutions-scroll-overlay-text-background: #33323296;
  --color-proteolutions-form-muted: #868b8b;
  --color-proteolutions-form-invalid: #dc3545;
  --color-proteolutions-form-warn: #ff9100;
  --image-text-box-width: 25%;
  --image-text-box-margin: 5%;
  --image-text-box-font-size-large-screen: 46px;
  --image-text-box-font-size-small-screen: 17px;
  --bs-nav-link-font-weight: 500
}

@keyframes link-text {
    0% {color:var(--color-proteolutions-light-blue);}
    100%{color:var(--color-proteolutions-dark-blue);}
}

@keyframes blend-in {
    0% {opacity: 0.1;}
    100%{opacity: 1;}
}
select {
  width: 100%
}

.disabled-project {
  background-color: var(--color-proteolutions-light-grey-border);
}

.disabled-project-item {
  background-color: var(--color-proteolutions-light-grey-border);
}

.next-button-padding {
  margin-right: 1.25rem;
}

.topButton:hover:after{
  background-color: #000;
}

.proteolutions-light-color {
  color: var(--color-proteolutions-light-blue) !important
}

.proteolutions-dark-color {
  color: var(--color-proteolutions-dark-blue) !important
}

.proteolutions-disabled-border-color {
  color: var(--color-proteolutions-dark-grey-border);
}

.proteolutions-button-in-text {
  font-weight: 500;
  border-radius: 6px;
  border: var(--color-proteolutions-dark-grey-border);
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
  color: var(--color-proteolutions-light-blue);
}

.tile-entry-key {
  white-space: nowrap;
  padding-right: 10px;
  font-weight: bolder;
  vertical-align: top;
  width: 25%;
}

.tile-object {
  border: var(--color-proteolutions-light-blue);
  border-style: solid;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.footnote {
  margin-top: 2em; 
  margin-bottom: 3em; 
  margin-left: 0px;
}

.project-entry-key {
  white-space: nowrap;
  padding-right: 10px;
  font-weight: bolder;
  vertical-align: top;
  width: 15%;
}

.project-item-entry-key {
  word-break: break-word;
  padding-right: 10px;
  font-weight: bolder;
  vertical-align: top;
  width:30%;
}

.project {
  border: var(--color-proteolutions-light-blue);
  border-style: solid;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.project-item {
  border: var(--color-proteolutions-light-blue);
  border-style: solid;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.project-table-padding-left {
  padding-right: 0.5rem;
}

.project-table-padding-right {
  padding-left: 0.5rem;
}

.project-table-padding-inbetween {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.project-table-project-text {
  color: var(--color-proteolutions-dark-blue);
  font-weight: 600;
}

.project-table-project-cell {
  color: var(--color-proteolutions-dark-blue);
  font-weight: 500;
  border-bottom: none;
  border-top: 2px;
}

.project-table-project-table {
  border-top: solid;
  border-width: medium;
  border-color: var(--color-proteolutions-light-blue);
}

#root-wrapper .list-table-header {
  border-bottom: solid;
  border-left: none;
  border-right: none;
  border-top: none;
  border-width: medium;
  border-color: var(--color-proteolutions-light-blue);
}

.border-bottom-none {
  border-bottom: none;
}

.border-top-none {
  border-top: none;
}

.state-label-cell {
  vertical-align: center !important;
  text-align: center !important;
}

.table>:not(caption)>*>* {

}

.slide-author {
  text-align: right;
  font-size: clamp(24px, calc(12px + 2vw), 38px);
}

.slide-author-info {
  text-align: right;
}

body {
  font-family: "Encode Sans", "Encode Sans-fallback";
  color: #000;
  font-weight: 300;
  line-height: 1.7em;
  accent-color: var(--color-proteolutions-light-blue);
  /* margin-bottom: 1.5rem;   */
  /* font-family: 'Poppins', sans-serif; */
    /* min-height: 75rem; */
    /*font-size: 1.0rem;
    color: #fff; */
    /*padding-left: 11rem;
    padding-top: 5rem; */
   
    /* background-size: 200%;
     background-size: 1920px auto; 
    -o-background-size: 100%; */
    /* -webkit-background-size: 100%;
     background-size: cover;
     font-family: "-webkit-pictograph";
    font-size: large;
    background-size: 250px 250px;
    display: block;
    width: 250px;
    height: 250px;
    margin-top: 35px;
    margin-bottom: 65px; */
}

/* Increase time of opacity transition effect */
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    display: flex;
    transition: visibility 0s, opacity 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    }
    
    /* Decrease opacity, so we can see the table content while it loads opacity: 0.75; */
    .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
    visibility: visible;
    opacity: 0;
    }

    .sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.container-fluid {
    /* width: 70%; */
    max-width: 1200px;
    /* padding-right: 250px;
    padding-left: 250px;
    margin-right: auto;
    margin-left: auto; */
}

/* .navbar-brand {
    margin-right: 2.1rem;
} */

.textarea-dark-background {
  background-color: rgba(52,58,64, 0.1) !important;
}

.bootstrap-table {
    margin-top: 30px;
    background-color: #fff;
}

.navbar-nav{
  --bs-nav-link-font-weight: 500;
}

.nav-link {
  color: black;
  font-family: "Rubik", "Rubik-fallback";

}

.nav-link:hover {
text-decoration: underline var(--color-proteolutions-light-blue);
text-decoration-thickness: 5px;
}

.btn {
    background-color: #fff;
    border-color: var(--color-proteolutions-dark-grey-border);
    color:var(--color-proteolutions-light-blue);
    font-weight: bold;
    /* min-width: 135px; */
}

[type=radio] {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #ff572200;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 2px var(--color-proteolutions-light-blue);
}

.radio-selected {
  color: #fff;
  background-color: var(--color-proteolutions-light-blue);
}

.radio-selected:focus {
/* box-shadow: none; */
}

.radio-payment-image {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

input[type=radio]:disabled {
  box-shadow: 0 0 0 2px var(--color-proteolutions-light-grey-border);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color-proteolutions-light-blue);
    border-color: var(--color-proteolutions-dark-blue);
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: var(--color-proteolutions-light-blue);
  border-color: var(--color-proteolutions-dark-blue);
}

.faq-selected {
/* color: #fff;
background-color: var(--color-proteolutions-light-blue);
border-color: var(--color-proteolutions-dark-blue); */
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--color-proteolutions-light-blue); 
  border-color: var(--color-proteolutions-dark-blue);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--color-proteolutions-light-grey-border);
  border-color: var(--color-proteolutions-dark-grey-border);
  color: var(--color-proteolutions-light-blue);
}

.select2-container--open {
  z-index: 9999999
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: var(--color-proteolutions-light-blue);
  background-color: #ffffff;
}
.input-bg {
    background-color: #fff;
}

input[type=checkbox] {
  width: 26px;
  height: 29px;
  /* margin-right: 8px; */
  cursor: pointer;
  /* font-size: 17px; */
  visibility: hidden;
  background-color: var(--color-proteolutions-light-blue);
}

  input[type=checkbox]:after {
    content: "\2713";
    background-color: #fff;
    display: inline-block;
    /* margin-left: 10px; */
    /* padding-bottom: 5px; */
    color: #fff;
    width: 26px;
    height: 30px;
    visibility: visible;
    border: 2px solid var(--color-proteolutions-light-blue);
    padding-left: 5px;
    border-radius: 5px;
    /* position: absolute; */
    top: 0px;
    padding-bottom: 5px;
  }

  input[type=checkbox]:disabled:after {
    content: "\2713";
    background-color: var(--color-proteolutions-light-grey-disabled-background);
    display: inline-block;
    /* margin-left: 10px; */
    color: #ffffff00;
    visibility: visible;
    border: 2px solid #98969630;
  }

  input[type=checkbox]:checked:after {
    content: "\2713";
    color: var(--color-proteolutions-light-blue);
    /* padding: -5px; */
    font-weight: bold;
    /* font-size: larger; */
  }

  input[type=checkbox].mandatory:after {
    border: 2px solid var(--color-proteolutions-form-invalid); 
  }

  input[type=checkbox].mandatory:checked:after {
    border: 2px solid var(--color-proteolutions-light-blue);
  }
  
.btn-list {
    /* margin-left: 5px;
    margin-right: 5px; */
    margin-top: 5px; 
    margin-bottom: 5px; 
    vertical-align: top;
    min-width: 135px;

}

.optimization-wizard-button {
  color: #000;
}

.btn-wizard {
    min-width: 165px;
}

.button-column{
    width: 200px;
}

.vertical-center {
  align-self: center;
}

.vertical-align-middle {
  vertical-align: middle;
}
.form-group {
  margin-bottom: 0.0rem;
  padding-bottom: 0.0rem;
}

.main-object-type {
  /* border-color: #0f77d3;
  border-width: medium; */
}

.select-main-object-type {
  scroll-margin: 200px;
}

.filter-control {
  /* border-style: solid;
  border-width: 2px; */
  /* border-color: var(--color-proteolutions-light-blue); */
}

.search-input-set {
  border-color: var(--color-proteolutions-light-blue);
  border-style: solid;
}

.filter-control > .form-control {
  color:var(--color-proteolutions-light-blue);
}

.form-control {
  color: #000;
}

.form-control:focus {
    color:#000;
    border-color: var(--color-proteolutions-light-blue);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
} 

.form-control:disabled
{
    color:#808080;
    background-color: var(--color-proteolutions-light-grey-disabled-background);
}

.modal-content {
    background-color: #fff;  
}

.modal-padding {
  padding: 20px;
}

.input-sequence-min-height {
  min-height: 190px;
}

.custom-select {
    color: #000;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border-radius: 5px;
    height: 38px;
    padding-left: 10px;
}

.custom-select:disabled {
    color:  var(--color-proteolutions-light-grey-disabled-text);
    background-color: var(--color-proteolutions-light-grey-disabled-background);
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    display: block;
    width: 100%;
}

.select2-container--default .select2-results__option--selected {
    background-color: #fff;
    color: var(--color-proteolutions-light-blue);
    font-weight: bold;
}

/* .select2-container--default.select2-container--disabled .select2-selection--multiple{
} */

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: var(--color-proteolutions-light-blue);
}

/* .select2-container--default .select2-selection--multiple {
    background-color: #343a40; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #565656;
} 

.select2-container--default .select2-selection--multiple .select2-selection--single{
    background-color: #343a40;  
    color:#ffffff;
}

.select2-container--default .select2-selection--single {
   background-color: #343a40;  
    color:#ffffff;
    margin: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #343a40;  
    color:#ffffff;
}

.select2-selection select2-selection--single {
    background-color: #343a40;  
    color:#ffffff;
}

.select2-search--dropdown {
    background-color: #343a40;  
    color:#ffffff;
}

.select2-search__field {
    background-color: #343a40;  
    color:#ffffff;
}

.select2-selection__rendered {
    background-color: #343a40;  
    color:#ffffff;
}

.select2-results__option {
    background-color: #343a40;  
    color:#ffffff;
}
*/
.select2-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.modal-footer-block {
  display: block;
}

.proteolutions-banner-title {
  font-family: 'FreeSans', Arial, sans-serif;
}

.proteolutions-banner-subtitle {
  font-family: 'FreeSans', Arial, sans-serif;
}

.proteolutions-heading {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 0.92em;
  vertical-align: +0.02em;
}

.proteolutions-text {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 1.02em;
}

.proteolutions-history-text {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 0.98em;
  vertical-align: +0.02em;
}

.proteolutions-faq-heading {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 1.00em;
  vertical-align: +0.04em;
}

.proteolutions-faq-title {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 1.00em;
  vertical-align: +0.02em;
}

.proteolutions-faq-text {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 1.02em;
  vertical-align: +0.01em;
}

.proteolutions-testimonial-text {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 1.00em;
  vertical-align: +0.01em;
}

.proteolutions-solutions-text {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 0.99em;
  vertical-align: +0.04em;
}

.proteolutions-footer {
  font-family: 'FreeSans', Arial, sans-serif;
  font-size: 1.01em;
  /* vertical-align: -0.05em; */
  align-self: flex-start;
  margin-top: 1px;
}

.text-muted {
  color:var(--color-proteolutions-form-muted)!important;
}

.text-muted-valid {
  color: var(--color-proteolutions-light-blue)!important;
  /* color:#000!important; */
}

.text-muted-warn {
  color: var(--color-proteolutions-form-warn)!important;
}

.text-muted-invalid-text {
  color: var(--color-proteolutions-form-invalid);
}

.text-muted-invalid {
  color: var(--color-proteolutions-form-invalid)!important;
}

.text-muted-invalid::after {
    color: var(--color-proteolutions-form-invalid)!important;
    content: "\274C";
    padding-left: 5px;
}

.text-muted-warn::after {
  color: var(--color-proteolutions-form-warn)!important;
  content: "\26A0";
  padding-left: 5px;
}

.text-muted-valid::after {
  color: var(--color-proteolutions-light-blue)!important;
  content: "\2714";
  padding-left: 5px;
}

.gtc-notice {
  margin-top: 50px;
}

.terms-ul {
  margin-bottom: 2em;
}

.optimization-state-up:after {
  color: var(--color-proteolutions-light-blue)!important;
  content: "\2026";
}

.optimization-state-up::before {
  color: var(--color-proteolutions-light-blue)!important;
  content: "Created";
}

.optimization-state-rp::after {
  color: var(--color-proteolutions-light-blue)!important;
  content: "\23F1";
}

.optimization-state-rp::before {
  color: var(--color-proteolutions-light-blue)!important;
  content: "Ready";
}

.optimization-state-pr::before {
  color: var(--color-proteolutions-light-blue)!important;
  content:  "Processing";
}

.optimization-state-do::after {
  color: var(--color-proteolutions-dark-blue)!important;
  content: "\2714";
}

.optimization-state-do::before {
  color: var(--color-proteolutions-dark-blue)!important;
  content: "Done"
}

.optimization-state-er::after{
  color:var(--color-proteolutions-form-invalid)!important;
  content: "\274C"
}

.optimization-state-er::before {
  color:var(--color-proteolutions-form-invalid)!important;
  content: "Error"
}

.project-state-up:after {
  color: var(--color-proteolutions-light-grey-disabled-text)!important;
  content: "\23F2";
}

.project-state-up::before {
  color: var(--color-proteolutions-light-grey-disabled-text)!important;
  content: "Payment Pending";
}

.project-state-cr:after {
  color: var(--color-proteolutions-light-blue)!important;
  content: "\2026";
}

.project-state-cr::before {
  color: var(--color-proteolutions-light-blue)!important;
  content: "Created";
}

.project-state-pr::before {
  color: var(--color-proteolutions-light-blue)!important;
  content:  "Processing";
}

.project-state-do::after {
  color: var(--color-proteolutions-dark-blue)!important;
  content: "\2714";
}

.project-state-do::before {
  color: var(--color-proteolutions-dark-blue)!important;
  content: "Done"
}

.project-state-qu::before {
  color: var(--color-proteolutions-lightest-blue)!important;
  content: "Queueing"
}

/* .project-state-fi::after {
  color: var(--color-proteolutions-lightest-blue)!important;
  content: "\2B7E";
} */

.project-state-fi::before {
  color: var(--color-proteolutions-lightest-blue)!important;
  content: "Finalizing"
}

.topcorner-link {
  text-decoration: none;
}
/*
    DEMO STYLE
*/
.header-bar {
  background-color: #fff;
}

.header-bar-top-padding {
  padding-top: 55px;
}

.header-bar-nav-item {
  margin-top: 10px;
  /* font-weight: bold; */
  padding-left: clamp(20px, calc(100vw / 50), 40px);
}

.discount-advert {
  font-size: x-large;
  text-align: center;
  color:#fff;
  background-color: var(--color-proteolutions-light-blue);
  font-weight: 600;
}

.discount-advert .discount-line {
  text-transform: uppercase;
}

.discount-advert .discount-appendix {
  font-weight: 500;
  color: #ffffffcc;
  margin-left: 0.4em;
}

.discount-advert .discount-separator {
  display: inline-block;
  margin: 0 0.4em 0 0.2em;
  font-size: 0.9em;
}
.discount-advert .discount-link {
  color: #ffffffcc;
}

.banner {
  background-repeat: no-repeat;
  background-color: #08090f;
}

#banner-overlays {
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  
  body {
    background-position-y: 540px;
  }

  .container-fluid {
    /* width: 70%; */
    /* padding-right: 250px;
    padding-left: 250px;
    margin-right: auto;
    margin-left: auto; */
    
  }

  .page-title {
    padding-left: 0px; /* min(calc(325px - ((100vw - 1280px) / 2)), 325px); */
    /* padding-right: 320px; */
    /* font-weight: bold; */
    margin-top: 30px;
    font-size: 54px;
  }

  .header-bar {
    margin-bottom: 80px;
    margin-right: 0px;
    /* padding-left: 70px;
    padding-right: 55px; */
    /* padding-top: 55px; */
  }

  .header-bar-nav-item {
    /* max-width: 160px;
    min-width: 130px;
    text-align: right; */
  }

  .banner {
    background-position-y: top;
    /* background-image: url("../images/0001_high.7fc31f7a250c.png"); */
  }

  .banner-height {
    height: 400px;
    max-height: 400px;
    width: calc(100vw - (100vw - 100%));
    overflow: hidden;
    display: block;
  }

  #intro-low {
    display: none;
  }

  .banner-first-image {
    /* background-image: url("../images/sonne3_wide_light-banner-wider-400-cut-left.55af88a8ab11.png"); */
    background-image: url("../images/0001_high.7fc31f7a250c.png");
    /* background-position-x: -2300px; */
  }

  .banner-last-image {
    /* background-image: url("../images/sonne3_wide_light-banner-wider-400-cut-left.55af88a8ab11.png"); */
    background-image: url("../images/0120_high.ab8a9a3bc9dd.png");
    /* background-position-x: -2300px; */
  }

  .banner-title {

    margin-left: 320px;
    padding-top: 270px;
    font-size: 58px;
    font-weight: bold;

  }

  .banner-subtitle {
    margin-left: 340px;
    padding-top: 20px;
    font-size: 27px;
    /* font-weight: bold; */
    margin-top: -9px;
    text-align: right;
    margin-right: 5px;
  }

  .login-link {
    /* text-align: right;
    width: 100%;
    left: 0;
    right: 22px; */
  }

  /* .text-in-image {
    font-size: var(--image-text-box-font-size-large-screen);
  } */

  .text-after-image {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  
  body {
    background-position-x: 60px;
    background-position-y: -591px;
    /* background-position-y: 380px;
    background-position-x: -800px; */
  }
  
  .breadcrumb-navbar {
    display: none;
  }

  .page-title {
    padding-left: 0px; /* min(calc(325px - ((100vw - 1280px) / 2)), 325px); */
    /* padding-right: 320px; */
    /* font-weight: bold; */
    margin-top: 28px;
    font-size: 30px;
  }
  
  .header-bar {
    /* margin-bottom: 50px; */
    margin-right: 0px;
    /* padding-left: 10px; */
    /* padding-right: 70px; */
    /* padding-top: 55px; */
  }

  .header-bar-nav-item {
    font-weight: bold;
    text-align: left;
  }

  .banner {
    background-position-x: -78px;
    background-position-y: 0px;
    background-size: 1688px;
  }

  .banner-first-image {
    background-image: url("../images/0001_low.7fc31f7a250c.png");
  }

  .banner-last-image {
    background-image: url("../images/0120_low.ab8a9a3bc9dd.png");
  }

  .banner-title {
    opacity: 1;
    margin-left: 70px; 
    padding-top: 135px;
    font-size: 30px;
    line-height: 0.6;
  }
  
  .banner-subtitle {
    opacity: 1;
    margin-left: 80px;
    padding-top: 12px;
    font-size: 14px;
    white-space: nowrap;
    margin-top: -11px;
    /* text-align: right; */
    /* margin-right: 80px;
    /* text-align: right; */
    /* margin-right: 80px; */
  }

  .banner-height {
    
    height: 200px;
    max-height: 200px;
    width: calc(100vw - (100vw - 100%));
    overflow: hidden;
    display: block;
  }
  video {
    height: 200%;
    /*
    object-fit: cover;
    overflow: var(--video-scale);
    object-position: left bottom;
    */
  }
  #intro-video {
    /*
    display: none;
    object-fit: cover;
    height: 100%;
   
    background-position-x: -143px;
    background-position-y: -22px;
    background-size: 2078px;
    
    -moz-transform: translateX(var(--video-translate-x));
    -webkit-transform: translateX(var(--video-translate-x));
    -o-transform: translateX(var(--video-translate-x));
    -ms-transform: translateX(var(--video-translate-x));
    transform: translateX(var(--video-translate-x));

    -moz-transform: translateY(var(--video-translate-y));
    -webkit-transform: translateY(var(--video-translate-y));
    -o-transform: translateY(var(--video-translate-y));
    -ms-transform: translateY(var(--video-translate-y));
    transform: translateY(var(--video-translate-y));
    */

    height: 50%;
    -moz-transform:scale(var(--video-scale));
    -webkit-transform:scale(var(--video-scale));
    -o-transform:scale(var(--video-scale));
    -ms-transform:scale(var(--video-scale));
    transform:scale(var(--video-scale));
    
  }

  #intro-high {
    display: none;
  }

  .login.link {
    margin-left: 98px;
  }

  /* .text-in-image {
    font-size: var(--image-text-box-font-size-small-screen);
  } */

  .text-after-image {
    display: none;
  }

}



.banner-title {
  font-weight: bold;
  color: #fff;
}

.banner-subtitle {

  color: #fff;
  font-family: 'Encode Sans';
  font-weight: lighter;
}

.hide-me {
  display: none;
}

.no-height {
  height: 0px;
  max-height: 0px;
}

.to-uppercase {
  text-transform: uppercase
}

.eighty-chars-in-textarea {
  font-size: 0.855rem;
}

.width-100 {
  width: 100% !important;
}

.col-form-label {
  margin-top: calc(.375rem + 1px);
  margin-bottom: calc(.375rem + 1px);
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-content {
  margin-top: calc(.375rem + 1px);
  margin-bottom: calc(.375rem + 1px);
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.text-for-image {
    /* background-color: #262b30b5; */
    /* margin: 15%; */
    color: #fff;
    /* width: 80vw; */
    /* text-align: center; */
    /* font-weight: bold; */
    font-family: "Oxygen", "Oxygen-fallback";
    /* font: caption; */
    font-weight: bold;
    /* font-size: 6vw; */
    /* text-wrap: balance;
    bottom: 20px; */
    vertical-align: middle;
    text-shadow: #000 2px 2px 10px;
    /* -webkit-text-stroke: 1px black; */
    
}

/* .text-box-top-left {
  /* left: var(--image-text-box-margin); */
  /* right: 15px; */
  /* top: var(--image-text-box-margin); */
  /* width: var(--image-text-box-width); */
/* } */

/* .text-box-top-right { */
  /* left: calc(100% - var(--image-text-box-width) - var(--image-text-box-margin)); */
  /* right: 15px; */
  /* top: var(--image-text-box-margin); */
  /* width: var(--image-text-box-width); */
  /* text-align: right;
} */

/* .text-box-bottom-left { */
  /* left: var(--image-text-box-margin); */
  /* width: var(--image-text-box-width); */
  /* right: 15px; */
  /* bottom: var(--image-text-box-margin); */
/* } */

/* .text-box-bottom-right {
  left: calc(100% - var(--image-text-box-width) - var(--image-text-box-margin)); */
  /* right: 15px; */
  /* bottom: var(--image-text-box-margin);
  width: var(--image-text-box-width);
  text-align: right;
} */ 

.text-box-shade {
  background-color: #262b30b5;
}

.text-in-image {
  position: absolute;
  container: story-image;
  container-type: inline-size;

}

.carousel-background {
  background-repeat: no-repeat;
  visibility: hidden;
}

.carousel-item-wrapper {
  
  container-type: inline-size;
  container-name: story-image;
}

.main-sections-paddding {
  margin-bottom: calc(1em + 3vw);
}

.sub-sections-paddding {
  margin-bottom: 20px;
}

.image-intro-1 {
  width: 54cqw;
  left: 41%;
  top: 20%;
  text-align: right;
  text-transform: uppercase;
}

.image-intro-2 {
  width: 46cqw;
  left: 7%;
  top: 73%;
}

.image-about-1 {
  width: 65cqw;
  left: 6%;
  top: 31%;
  text-align: left;
  text-transform: uppercase;
}

.image-about-2 {
  width: 39cqw;
  left: 1cqw;
  top: 13%;
  text-align: center;
}

.image-about-3 {
  width: 33%;
  left: 60%;
  top: 38%;
  text-align: center;
}

.image-solutions-1 {
  width: 83cqw;
  left: 32%;
  top: 54%;
  text-align: left;
}

.image-solutions-2 {
  width: 67cqw;
  left: 26%;
  top: 55%;
  text-align: center;
}

.image-solutions-3 {
  width: 63cqw;
  left: 6%;
  top: 42%;
}

.image-solutions-4 {
  width: 66cqw;
  left: 19%;
  top: 24%;
  text-align: center;
}

.image-solutions-5 {
  width: 62cqw;
  left: 7%;
  top: 45%;
  text-align: left;
}

.image-solutions-6 {
  width: 68cqw;
  left: 7%;
  top: 4%;
}

.image-optimization-1 {
  width: 94cqw;
  left: 4%;
  top: 48%;
  text-align: right;
}

.wrapper {
    position: relative;
    min-height: 100vh;
    background-color: #fefefec2;
}

.content {
    /* width: 100%;
    padding: 0px;
     min-height: 100vh; 
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0; */
    /*padding-bottom: 20.5rem;*/
}

.footer {
  /*position: absolute;*/
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  /* width: 100%; */
  /* height: 20.5rem;
  margin-top: 20em; */
  }

.footer-text {
  font-size: 1em;
}
.topcorner{
    text-align: right;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 0.2em;
    margin-right: min(65px, calc((max(1200px, 100vw) - 1200px) / 2));
    font-size: 1.0em;
    word-break: break-all;
    /* font-family: "Rubik", "Rubik-fallback"; */
}

.quote {
  margin: 0;
  background: var(--color-proteolutions-light-blue); 
  padding: 1em;
  border-radius: 1em;
}
.quote figcaption,
.quote blockquote {
  margin: 1em;
}

.break-all{
  word-break: break-all;
}

.ellipsis {
  text-overflow: ellipsis;
}

a {

}

p {
  /* font-family: 'Poppins', sans-serif; */
  color: #000;
  /* font-size: 1.15em; */
  font-weight: 400;
  /* line-height: 1.5em; */
  /* margin-bottom: 1.5rem; */
}

.rendered-sequence {
  margin-bottom: 0px;
}

h3 {
  /* margin-top: 2.8em; */
  margin-bottom: 0.8em;
}

h5 {
  font-weight: bold;
  /* margin-top: 2.8em; */
  margin-bottom: 0.4em;
}

.popover-header {
  background-color: var(--color-proteolutions-dark-blue);
  color: #fff;
  margin-top: 0em;
  margin-bottom: 0em;
}

.header_title {
    margin-bottom:4.0rem;
}

.header_subtitle {
  margin-top: 5.0rem;
  margin-bottom: 1rem;
}

a,
a:focus {
    color: var(--color-proteolutions-light-blue);
    text-decoration: underline;
    
    /* transition: all 0.3s; */
    /* font-weight: 500; */
}

p a:hover {
  font-weight: bolder;
  animation:link-text 0.5s forwards;
  -webkit-animation:link-text 0.5s forwards;
}

.highlight-link a:hover {
  font-weight: bolder;
  animation:link-text 0.5s forwards;
  -webkit-animation:link-text 0.5s forwards;
}

.navbar { 
    background: rgb(0, 0, 0);
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    background-color: rgba(52,58,64, 0.0);
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.breadcrumb-navbar {
  padding-top: 20px
}

.navbar.bg-dark {
  background:  rgba(52,58,64, 0.3)
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.card {
  background-color: #fff;
}

.card-view-value {
  word-break: break-all;
}

.breakall {
  word-break: break-all
}

.table {
  table-layout: fixed;
  width: 100%;
  color: #000;
}

.table-hover tbody tr:hover {
  color: #000;
}

table.auto {
  table-layout: auto;
}

.break-text {
  word-wrap: break-word;         /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
}

table td {
  word-wrap: break-word;         /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
}

td.minwidth {
  min-width: 100px;
}

table.detail {
    margin-top: 50px;
    margin-bottom: 50px;
}

.table-dark-no-opaque {
    /* background-color: rgba(52,58,64,1) */
}

.accordion-header-2 {
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-align: left;
}

.accordion-header-3 {
  text-align-last: right;
  /* align-content: center; */
  /* padding-top: 1.3rem;
  padding-bottom: 1.3rem; */
}

.accordion>.card {
  overflow: visible;
}

.accordion-bottom {
  margin-bottom: 2em;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#show_restriction_enzymes_button {
    text-align: center;
    min-width: 220px;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #000000;
    color: rgb(255, 255, 255);
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}
/*
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

*/
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000b3;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #000000;
}

#sidebar ul.components {
    padding: 20px 10px;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    /* color: var(--color-proteolutions-light-blue); */
    color: #ececec;
    padding: 7px;
    font-weight: bolder;

}

#sidebar ul li a {
    padding: 15px;
    font-size: 1.1em;
    color:var(--color-proteolutions-light-blue);
    display: block;
}

#sidebar ul li a:hover {
    font-weight: bolder;
    color: var(--color-proteolutions-light-blue);
    background: rgb(236, 236, 236);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    /* color: #fff;
    background: #3b3839; */
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-item:active {
  color: #000;
}

.dropdown-item:focus, .dropdown-item:hover {
  /* background-color: #fff */
  font-weight: 600;
}

.dropdown-menu {
  /* min-width: 1rem; */
  /* background-color: rgba(255, 255, 255, 0); */
  margin-top: 0px;
  left: auto;
  border: 0px;
}

.dropdown-toggle {
  padding-left: 20px;
  /* padding-right: 25px; */
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-toggle::after {
    /* display: block; */
    /* position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    vertical-align: unset;
    margin-left: 0.5em;
}

.dropdown-item {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  padding: .25rem 0rem;
}

.page-title {
  padding-left: 0px; /* min(calc(325px - ((100vw - 1280px) / 2)), 325px); */
  /* padding-right: 320px; */
  /* font-weight: bold; */
  /* margin-bottom: 60px; */
  /* text-align: center; */
  margin-bottom: 1em;
  /* text-decoration: underline; */
  word-wrap: break-word;
  /* font-size: clamp(10px, calc(26px + 2.5vw), 55px) */
  /* font-family: "Arsenal"; */
}

.no-padding {
  padding: 0px;
}

.no-padding-horizontal {
  padding-left: 0px;
  padding-right: 0px;
}

.page-item.disabled .page-link {
    color:var(--color-proteolutions-light-blue);
    /* background-color: #3b3839; */
    border-color: var(--color-proteolutions-dark-grey-border);
}
.page-link {
    color: var(--color-proteolutions-light-blue);
    /* background-color: #3b3839; */
    border-color: var(--color-proteolutions-dark-grey-border);
}

.page-item.active .page-link {
    z-index: 3;
    /* color: #fff; */
    background-color: var(--color-proteolutions-dark-blue);
    border-color: var(--color-proteolutions-dark-grey-border);
}

.faq-accordion,
.faq-accordion:focus,
.faq-accordion:hover {
  font-weight: bold;
}

.faq-accordion.collapsed {
  background-color: #fff;
  color: var(--color-proteolutions-light-blue);
  border-color: black;
}

small {
  font-size: 0.9em;
}

.div-keep-linebreaks {
  white-space: pre-line;
}

.main-content {
  /* margin-top: 3.5em; */
}

.render-sequence-expander {
    padding-left: 0em;
    padding-right: 0em;
    background: none;
    border: none;
    color: var(--color-proteolutions-light-blue);
    /* font-size: xx-large; */
}

.carousel-top-text {
  margin-top: 1em; 
  margin-bottom: 2em; 
  /* text-align: justify; */
  /* font-weight: normal; */
  line-height: 1.7em;
}

.carousel-text-header {
  font-weight: bold;
  color: #7f7f7f;
  padding: 10px;
}

.carousel-image-div-wrapper {
  margin-bottom: 1.5rem;
  margin-left: 15px;
  margin-right: 15px;
}

.carousel-image-div {
  width:100%; 
  max-width: 768px; 
  padding-bottom: 30px; 
  visibility: hidden;
  
  margin-bottom: 1.5rem
}
.carousel-text-block {
  padding-top: 10px;
  line-height: 1.6;
  margin-top: 1em; 
  text-align: justify;
}

.accordion-button-full {
  width: 100%;
}
.accordion-button-left {
  width: 25%;
}


.accordion-button:not(.collapsed) {
  color: var(--color-proteolutions-light-blue);
  background-color: #fff;
  box-shadow: none;
}

.accordion-button.collapsing {
  color: var(--color-proteolutions-light-blue);
  background-color: #fff;
}

/* .accordion-button:focus {
  
  border-color: rgba(0,0,0,.125);
} */

.accordion-wizard-button:not(.collapsed) {
  color: var(--color-proteolutions-light-blue);
}

.accordion-wizard-button.collapsing {
  color: var(--color-proteolutions-dark-blue);
  background-color: #fff;
}

.accordion-wizard-button.collapsed {
  /* color: #b0b0b0;
  background-color: #fff; */
}

.wizard-choice-selected {
  color: #b0b0b0;
}

.accordion-wizard-header-text {
  /* color: #000; */
  font-weight: normal;
  line-height: 34px;
}

.accordion-title-pad-left {
  padding-left: 5px;
}

.accordion-title-pad-right {
  padding-right: 5px;
}

.accordion-title-pad-left {
  padding-left: 5px;
}

.accordion-title-pad-left-right {
  padding-left: 5px;  
  padding-right: 5px;
}

.accordion-wizard-header-1 {
  /* width: 300px; */
}

.accordion-button-text {
  /* text-decoration: underline; */
}

.accordion-ruler {
  height: 8px;
  /* Set the hr color */
  background-color: var(--color-proteolutions-light-blue);  /* Modern Browsers */
  color: var(--color-proteolutions-light-blue);
}

ul ul a {
    /* font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.terms h2 {
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}


/*
ol { 
  counter-reset: item;
}

.index-tree li { 
  display: block; 
}

.index-tree li:before { 
  content: counters(item, ".") " "; 
  counter-increment: item; 
}
*/

.progressbar {
  background: linear-gradient(90deg, rgb(28.627% 82.745% 82.745%) 0%, rgb(28.624% 82.728% 82.741%) 6.25%, rgb(28.597% 82.609% 82.716%) 12.5%, rgb(28.524% 82.285% 82.647%) 18.75%, rgb(28.382% 81.654% 82.512%) 25%, rgb(28.149% 80.615% 82.29%) 31.25%, rgb(27.8% 79.064% 81.959%) 37.5%, rgb(27.314% 76.9% 81.497%) 43.75%, rgb(26.667% 74.02% 80.882%) 50%, rgb(25.836% 70.321% 80.093%) 56.25%, rgb(24.798% 65.703% 79.107%) 62.5%, rgb(23.53% 60.062% 77.903%) 68.75%, rgb(22.01% 53.297% 76.458%) 75%, rgb(20.214% 45.304% 74.752%) 81.25%, rgb(18.119% 35.982% 72.762%) 87.5%, rgb(15.702% 25.228% 70.466%) 93.75%, rgb(12.941% 12.941% 67.843%) 100% );
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 5px;
}

.progressbar>div {
  background-color: rgb(255, 255, 255);
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  /* border-radius: 10px; */
}

.language-selection {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 0px !important;
  min-height: 30px  !important;
}

.collapsing {
  height: 5px;
}

b {
  font-weight: bold;
}

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

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

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

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

.padding-0 {
  padding: 0px !important;
}

.active-top-bar {
  text-decoration: underline  var(--color-proteolutions-light-blue);
  text-decoration-thickness: 5px;
  
}

.top-bar-nav-link {
  
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #000 !important;
}

h1 {
  color: var(--color-proteolutions-light-blue);
  /* margin-bottom: 100px; */
  font-size: 2.6rem;
  font-family: /* "Arsenal",*/  "Arsenal-fallback";
}

h2 {
  color: var(--color-proteolutions-light-blue);
  /* margin-bottom: 2em; */
  font-size: calc(1.325rem + 0.5vw);
  
  /*margin-top: 30px; 
  /* font-family: "Arsenal", "Arsenal-fallback"; */
}

ol.top-navbar-nav > li:hover > a {
  text-decoration: underline var(--color-proteolutions-light-blue);
  text-decoration-thickness: 5px;
}

h4 {
  font-size: 1.7rem;
}

.hide-active-bar {
  text-decoration: none;
  text-decoration-thickness: 5px;
}

.table-dark{
    /* background-color: rgba(52,58,64, 0.3) !important; */
}

.breadcrumb{
    background-color: rgba(72, 85, 99, 0);
    font-weight: bold;
    padding: 0rem 0rem;
    /* margin-top: 0.75rem; */
}

.breadcrumb li ul {
   padding-left: 20px;
    
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  /* padding-left: 0.9rem; */
  color: #000;
  content: "/";
}

.detail-section{
  /* background-color: rgba(52,58,64, 0.6); */
  margin-top: 40px;
}

.detail-section-row{
  padding-left: 15px;
  /* padding-top: 15px; */
  padding-bottom: 15px;
  padding-right: 15px;
}

.dropdown-submenu {
  position:relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top:-6px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.form_disable:disabled {
  background-color: #343a40;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }

.p-block {
    padding: 10px;
    margin-bottom: 10px;
}

.spacer-bottom {
    margin-bottom: 1.0em;
}

.spacer-top {
  margin-top: 3.0em;
}

.no-margins-horizontal {
    margin-left: 0em;
    margin-right: 0em;
}

.ag-format-container {
    /*width: 1160px;*/
    margin: 0 auto;
  
    position: relative;
  }
  
  .ag-timeline-block {
    /* padding: 100px 0; */
  }
  .ag-timeline_title-box {
    padding: 0 0 30px;
  
    text-align: center;
  }
  .ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95);
  }
  .ag-timeline_title {
    background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  
    background-size: cover;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
  
    font-size: 80px;
  }
  
  .ag-timeline_item {
    margin: 0 0 50px;
  
    position: relative;
  }
  .ag-timeline_item:nth-child(2n) {
    text-align: right;
  }
  
  .ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  
    position: relative;
  }
  .ag-timeline_line {
    width: 4px;
    background-color: #fff;
  
    position: absolute;
    top: 4px;
    left: 50%;
    bottom: 0;
  
    overflow: hidden;
  
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: var(--color-proteolutions-light-blue);
  }
  
  .ag-timeline-card_box {
    padding: 0 0 20px 50%;
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50% 20px 0;
  }
  .ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 14px 0 -35px;
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 -35px 0 14px;
  }
  .ag-timeline-card_point {
    height: 70px;
    line-height: 70px;
    width: 70px;
    border: 3px solid #000;
    background-color: #fff;
  
    text-align: center;
    /*font-family: 'ESL Legend', sans-serif;*/
    font-size: 25px;
    color: #000;
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .js-ag-active .ag-timeline-card_point {
    color: var(--color-proteolutions-light-blue);
    background-color: #fff;
    border: 3px solid var(--color-proteolutions-light-blue);
  }
  .ag-timeline-card_meta-box {
    display: inline-block;
  }
  .ag-timeline-card_meta {
    margin: 10px 0 0;
  
    font-family: 'ESL Legend', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
  }
  .js-ag-active .ag-timeline-card_meta {
    color: var(--color-proteolutions-light-blue);
  }
  .ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: -77px 0 0;
  
    opacity: 0;
  
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
  
    position: relative;
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
    -webkit-transform: translateX(-0%);
    -moz-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
    -o-transform: translateX(-0%);
    transform: translateX(-0%);
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    opacity: 1;
  
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #fff;
    color: var(--color-proteolutions-light-blue);
  
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
  }

  .ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;
  
    right: 800px;
    left: 0;
  }
  .ag-timeline-card_img {
    width: 100%;
  }
  .ag-timeline-card_info {
    padding: 20px 30px;
  }
  .ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
  
    font-family: 'ESL Legend', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: var(--color-proteolutions-light-blue);
  }
  .ag-timeline-card_desc {
    line-height: 1.45;
  
    font-size: x-large;
    color: #000;
  }
  
  
  @media only screen and (max-width: 991px) {
    .ag-timeline_line {
      left: 30px;
    }
  
    .ag-timeline_item:nth-child(2n) {
      text-align: left;
    }
  
    .ag-timeline-card_box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
      padding: 0 0 20px;
    }
    .ag-timeline-card_meta-box {
      display: none;
    }
    .ag-timeline-card_point-box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
      margin: 0 0 0 8px;
    }
    .ag-timeline-card_point {
      height: 46px;
      line-height: 40px;
      width: 46px;
      font-size: 15px;
    }
    .ag-timeline-card_item {
      width: auto;
      margin: -65px 0 0 75px
    }
    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
      right: auto;
      left: 0;
    }
    .ag-timeline-card_title {
      display: block;
    }
    .ag-timeline-card_arrow {
      margin-top: 12px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
    .ag-timeline-card_img {
      height: auto;
      width: auto;
    }
  }
  
  @media only screen and (max-width: 639px) {
    .ag-timeline_title {
      font-size: 60px;
    }
  
    .ag-timeline-card_info {
      padding: 10px 15px;
    }
    .ag-timeline-card_desc {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 479px) {
  
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
      width: 750px;
    }
  
  }
  
  @media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
      width: 960px;
    }
  
  }

  
/* ---------------------------------------------------
  TESTIMONIAL
----------------------------------------------------- */
.card-testimonial {
  position: relative;
  border: solid 1px var(--color-proteolutions-dark-blue);
  padding: 45px 50px 25px 60px;
  margin-top: 100px;
  background-color: var(--color-proteolutions-dark-blue);
  border-radius: 10px;
  color: #fff;
}

.post {
  margin-top: 50px;
  margin-bottom: 16px;
  line-height: normal;
  text-align: center;
}
.post-txt {
  font-size: clamp(22px, calc(12px + 2vw), 36px);
  color: #000;
  text-align: center;
}
.quote-img {
  /* position: absolute;
  top: 32px;
  left: 25px; */
  width: 30px;
  /* height: 30px; */
}

.nice-img {
  width: 20px;
  height: 25px;
  margin-bottom: 7px;
}

.arrow-down {
width: 0; 
height: 0; 
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-top: 20px solid var(--color-proteolutions-dark-blue);
margin-left: 85px;
margin-bottom: 300px;
}

.fit-image{
  width: 100%;
  object-fit: cover;
}

.profile-pic {
  /* position: absolute; */
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin-left: 24px;
  margin-right: 24px;
  /* margin-top: 15px; */

  bottom: 0px;
}
.testimonial-subscript {
  bottom: 165px;
  position: absolute;
}

.profile-name {
  /* position: absolute; */
  font-size: 22px;
  /* margin-top: 60px; */
  left: 210px;
  height: 40px;
  color: #616161;
  white-space: nowrap;
}

.info {
  white-space: nowrap;
}

/* ---------------------------------------------------
  SLIDESHOW
----------------------------------------------------- */
.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-active {
  background-color: #717171;
}

/* Fading animation */
.modalfade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* FLY effect */
.fly {
  opacity: 0;
  transition: all 600ms ease-in-out;
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

/* Keen Slider */
[class^="number-slide"],
[class*=" number-slide"] {
  /* background: grey; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 300px;
  max-height: 100vh;*/
}
/*
.number-slide1 {
  background: rgb(64, 175, 255);
  background: linear-gradient(
    128deg,
    rgba(64, 175, 255, 1) 0%,
    rgba(63, 97, 255, 1) 100%
  );
}

.number-slide2 {
  background: rgb(255, 75, 64);
  background: linear-gradient(
    128deg,
    rgba(255, 154, 63, 1) 0%,
    rgba(255, 75, 64, 1) 100%
  );
}

.number-slide3 {
  background: rgb(182, 255, 64);
  background: linear-gradient(
    128deg,
    rgba(182, 255, 64, 1) 0%,
    rgba(63, 255, 71, 1) 100%
  );
  background: linear-gradient(
    128deg,
    rgba(189, 255, 83, 1) 0%,
    rgba(43, 250, 82, 1) 100%
  );
}

.number-slide4 {
  background: rgb(64, 255, 242);
  background: linear-gradient(
    128deg,
    rgba(64, 255, 242, 1) 0%,
    rgba(63, 188, 255, 1) 100%
  );
}

.number-slide5 {
  background: rgb(255, 64, 156);
  background: linear-gradient(
    128deg,
    rgba(255, 64, 156, 1) 0%,
    rgba(255, 63, 63, 1) 100%
  );
}
.number-slide6 {
  background: rgb(64, 76, 255);
  background: linear-gradient(
    128deg,
    rgba(64, 76, 255, 1) 0%,
    rgba(174, 63, 255, 1) 100%
  );
}
*/
.navigation-wrapper {
  position: relative;
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: var(--color-proteolutions-light-blue);
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.arrow--left {
  left: 5px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--right {
  left: auto;
   right: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

/** hover **/
.container {
  position: relative;
  width: 50%;
}

.hoverbox {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /* background-color: #008CBA; */
}

.container:hover .overlay {
  opacity: 1;
}

.hovertext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

html {
  /* scroll-padding-top: 30px; height of sticky header */
  scroll-behavior: smooth;
}

h2.action-bar {
  /* padding-left: 10px; */
  /* font-family: "Arsenal"; */
  padding-top: 5px;
  text-align: left;
}

div.sticky-actions-wrapper {
  position: relative;
  display: block;
  width: 75%;
  margin: auto;

}


div.sticky-actions-mask {
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
  height: 100%;
}

div.sticky-actions {
  position: -webkit-sticky; /* Safari */
  position: fixed;
  bottom: 95px;
  z-index: 100;
  /* display: flex; */
  outline: 2px solid var(--color-proteolutions-light-blue);
  background-color: #f3f3f3;
  /* width: 100%; */
  max-width: 1200px;
  /* left: clamp(0px, calc((100% - 1200px) / 2), 100vw); */
  right: clamp(15px, calc((100% - 1200px) / 2), 100vw);
  border-radius: 10px;
  padding-left: 15px;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 20px;
  z-index: 100;
  outline: 2px solid var(--color-proteolutions-light-blue);
  background-color: #f3f3f3
}

button.action-bar-button {
  
}


#to-top {
  content: "\2191";
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  /*background-color: var(--color-proteolutions-light-blue);  Set a background color */
  color: var(--color-proteolutions-light-blue); /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  font-weight: 600;
}

#to-top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.card-header {
  padding: 1rem 1.25rem;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Rubik", "Rubik-fallback";
  font-size: 1.2em;
  min-height: 6em;

}

.card-header:hover {
  outline: 1px solid var(--color-proteolutions-light-blue);
  background-color: #f3f3f3;
  cursor: pointer;
}

.card-header-title-link {
  scroll-margin-top: 35px;
}

.card-header-invalid {
  /* outline: 2px solid #dc3545 !important; */
  /* padding-right: calc(1.5em + .75rem); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 2.8rem top 1.3rem;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.card-body {
  /* padding: 2rem 1.25rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; */
  outline: 1px solid var(--color-proteolutions-light-blue);
  margin: 0px;
  padding: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.card-accordion {
  padding-top: 2rem;
  padding-right: 1.25rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
}

.project-nr-col {
  max-width: 40px;
  padding: 0 5px;
}

.project-type-col {
 
  padding: 0 5px;
}

.project-price-col {
  max-width: 120px;
  text-align: right;
  padding: 0 5px;
}

.project-actions-col {
  max-width: 180px;
  padding: 0 5px;
  text-align: center;
}

.fasta-radio-selects-label {
  margin-left: 12px;
}

.radio-selects-label {
  margin-left: 12px;
}

.input-group-text {
  background-color: #fff;
  display: inline-block;
}

.remove-selected {
  padding-left: 10px;
  cursor: pointer;
  text-decoration: none;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

/* .sequence-count::after {
  content: "symbols ";
  padding-left: 10px;
} */

.sequence-count {
  width: 45px;
  text-align: right;
} 

.sequence-hint {
  height: 4em
}

.popover {
  min-width: 300px;
  white-space: pre-wrap;
}

.popover-body table {
  width: 100%;
}

.popover-body td {
  white-space: nowrap; 
  padding-right: 10px; 
}

.popover-body td:nth-child(odd) {
  text-align: left;
}

.popover-body td:nth-child(even) {
  text-align: right;
}

.popover-body.bill-rule {
  border-top: 1px solid #000;
}

.project-border {
  border: 1px solid #ced4da;
  /* padding-top: 1em; */
  padding-bottom: 1em;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
}

.italic {
  font-style: italic;
}

.species-name {
  font-style: italic;
}

input[type=checkbox].text-muted-invalid::after {
  color: #fff !important;
}

.table-input-option {
  padding-right: 10px;
}

.radio {
  margin: 15px 0px;
}

.fasta-radio-selects {
  /* margin: 15px 0px; */
}

.popular-choice-button {
  margin: 5px;
}

.choice-selected {
  color: #fff;
  background-color: var(--color-proteolutions-light-blue);
  border-color: var(--color-proteolutions-dark-blue);
}

.dark-blue-border {
  border-color: var(--color-proteolutions-dark-blue);
}

@container story-image (min-width: 1px) {
  .text-in-image {
    font-size: 5cqw;
  }
}

main {
  background-image: url("../images/white-background-fade-out-recenter-transition.db6a7ecd3a4f.png");
  background-position-x: center;
  /* background-position-y: 540px; */
  background-blend-mode: overlay;
  background-repeat: repeat-y;
  background-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 5rem;
}

/* Test menu */
.mega-menu {
  display: none;
  width: 100%;
  height: 260px;
  position: absolute;
  background-color: #fff;
  /* margin-top: 50px; */
  left: 0;
  top: 90px;
}

label {
  /* margin-top: .5rem; */
}

.price {
  font-family: "Lekton", monospace;
  font-weight: normal;
}

.sequence-input-header {
  margin-top: 2em;
  margin-bottom: 4em;
}

.sequence {
  font-family: "Oxygen Mono";
  font-weight: normal;
}

th.sequence {
  font-family: "Encode Sans", "Encode Sans-fallback";
}
.sequence-input {
  padding-right: calc(1.5em + .75rem);
}

.project-item {
  margin-bottom: 50px;
}

.page-list > .dropdown > .dropdown-menu {
  border-color: var(--color-proteolutions-dark-grey);
  border-width: 1px !important;
  border-style: solid;
}

.page-list > .dropdown > .dropdown-menu > .dropdown-item {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.select2-container .select2-search--inline .select2-search__field {
  height: 32px;
}

/* scroll fade */
.scrollFade {
  opacity: 1;
  pointer-events: all;
}

.scrollFade--hidden {
  opacity: 0;
  pointer-events: none;
}

.scrollFade--visible {
  opacity: 1;
  pointer-events: all;
}

.scrollFade--animate {
  transition: opacity 0.4s ease-in-out;
}

.scroll-fade-text {
  color: #fff;
  /* font-size: x-large; */
  line-height: 1.0;
  font-size: min(48px, calc(15.5cqw));
  display: inline-block;
}

.scroll-fade-text-background {
  background-color: var(--color-proteolutions-scroll-overlay-text-background);
}

.scrollFadeDiv {

  position: absolute;
  line-height: 1.3;
  container-type: inline-size;
}

.scroll-fade-item {
  margin-bottom: 0em;
  
}


/* @container (min-width > 1px) {
  .scrollFadeText {
    font-size: 1em;
  }
} */

.scroll-index {
  /* font-size: x-large; */
    text-align: right;    
    background-color: #ffffff00;
    right: 3cqw;
    top: 10%;
    width: 40%;
}

.scroll-about {
    /* font-size: x-large; */
    text-align: left;
    line-height: 1.3;
    background-color: #ffffff00;
    left: 1cqw;
    top: 5%;
    width: 40%;
  }

.scroll-optimization {
    /* font-size: x-large; */    
    text-align: right;
    line-height: 1.3;
    background-color: #ffffff00;
    right: 3%;
    top: 3%;
    width: 40%;
}

.scroll-promotion {
  line-height: 1.3;
  left: 12%;
  bottom: 9%;
  width: 65%;
}

.solution-text {
  color: #fff;
  /* font-size: x-large; */
  line-height: 1.3;
  font-size: x-large;
  }

.uppercase {
  text-transform: uppercase;
}

.sequence-input-box {
  border-width: 2px; 
  border-style: solid;
  padding: 5px;
}

.sequence-input-box-inactive {
  border-color: var(--color-proteolutions-light-grey-border);
}

.sequence-input-box-active {
  border-color: var(--color-proteolutions-light-blue);
}

.auto-detect-checkbox {
  min-width: 0%;
  text-align-last: end;
}

.pricing-section {
  margin-bottom: 2em;
}

.pricing-section h6 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  color: var(--color-proteolutions-light-blue);
}

.pricing-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 0.5em;
}

.pricing-table td {
  padding: 0.4em 0;
  vertical-align: top;
}

.pricing-table td:first-child {
  width: 40%;
}

.pricing-table td:last-child {
  width: 60%;
  text-align: left;
}

.pricing-popup {
  max-width: 650px;
  margin: 0 auto;
  /* padding: 1em; */
  font-size: 16px;
  line-height: 1.5;
}

.pricing-note {
  font-size: 0.9em;
  color: #555;
  margin-top: 2em;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -pdf-word-wrap: CJK;
}

.navbar-collapse {
  align-items: self-end;
}

.border-width-medium {
  border-width: medium;
}

.table-hover > tbody > tr:hover {
    --bs-table-hover-bg: #fff0 3;
}

.tile-error {
  border: 2px solid red
}

.tile-warning {
  border: 2px solid orange
}

.tile-ok {
  border: green
}

.wizard-accordion-padding {
  padding: 2em 3em 2em 3em;
}

.wizard-accordion-active {
  /* border: var(--color-proteolutions-light-blue);
  border-width: thick;
  border-style: solid; */
}

.score-number-card {
    border-radius: .5rem;
    font-size: 2rem;
    height: 6rem;
    width: 6rem;
    background: #e2e2e2;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}

.countup-counter {
  color: #ffffff;
}

.scrollFade--visible {
  opacity: 100
}

.scrollFade--hidden {
  opacity: 0;
}