@media (min-width: 320px) {
  .login-left-container {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .login-left-container {
    width: 50%;
  }
}

html,
body {
  height: 100%;
  font-family: "Droid Sans", sans-serif;
  background: #fcfcfc;
}

#mainContent {
  padding-top: 2rem;
}

.content-container {
  width: max(80vw, 900px);
}

.dropdown-header {
  color: #3d82a3;
  font-weight: bold;
}

.navbar-custom {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100vw;
}

.dr-db-navbar{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 78px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-logo {
  display: inline-block;
  padding-right: 20px;
  max-height: 35px;
}

.navbar-user-profile {
  width: 25px;
}

.navbar-logo-text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.navbar-nav > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #353535;
}

/* PROGRESSBAR */
.progressbar {
  margin-bottom: 30px;
  margin-top: 10px;
  counter-reset: step;
  clear: both;
  list-style: none;
  padding: 0;
}

.progressbar li {
  font-size: 12px;
  width: 10%;
  float: left;
  position: relative;
  text-align: center;
  color: #b8b8b8;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}

.progressbar li:first-child:nth-last-child(6),
.progressbar li:first-child:nth-last-child(6) ~ li {
    width: 16%;
}

.progressbar li:first-child:nth-last-child(7),
.progressbar li:first-child:nth-last-child(7) ~ li {
  width: 14%;
}
.progressbar li:first-child:nth-last-child(8),
.progressbar li:first-child:nth-last-child(8) ~ li {
    width: 12%;
}

.progressbar li:first-child:nth-last-child(9),
.progressbar li:first-child:nth-last-child(9) ~ li {
  width: 11%;
}

.progressbar li a {
  color: #747474;
}

.progressbar li.active a {
  font-weight: 700;
}

.progressbar li:before {
  font-family: FontAwesome;
  content: "1";
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  color: transparent;
  /*border: 6px solid #fff;*/
  background: #b8b8b8;
  border-radius: 19px;
  margin: 0 auto 4px;
  z-index: 10;
  position: inherit;
  transition: width 0.15s ease;
}

.progressbar li.execute-icon:before {
  font-family: FontAwesome;
  content: "\f03a";
  color: #fff;
}

.progressbar li:after {
  content: "";
  width: 80%;
  height: 7px;
  background: #b8b8b8;
  position: absolute;
  left: -40%;
  top: 12px;
  z-index: 1;
  display: block;
}

.progressbar li.enabled:nth-child(1)::before {
  background: #313569 !important;
}

.progressbar li.enabled:nth-child(2)::after {
  background: linear-gradient(to right, #313569, #ef615b) !important;
}

.progressbar li.enabled:nth-child(2)::before {
  background: linear-gradient(to right, #ef615b, #ef615b) !important;
}

.progressbar li.enabled:nth-child(3)::after {
  background: linear-gradient(to right, #ef615b, #f4864b) !important;
}

.progressbar li.enabled:nth-child(3)::before {
  background: linear-gradient(to right, #f4864b, #f4864b) !important;
}

.progressbar li.enabled:nth-child(4)::after {
  background: linear-gradient(to right, #f4864b, #f99158) !important;
}

.progressbar li.enabled:nth-child(4)::before {
  background: linear-gradient(to right, #f99158, #e4814b) !important;
}

.progressbar li.enabled:nth-child(5)::after {
  background: linear-gradient(to right, #e4814b, #84564f) !important;
}

.progressbar li.enabled:nth-child(5)::before {
  background: linear-gradient(to right, #84564f, #655158) !important;
}

.progressbar li.enabled:nth-child(6)::after {
  background: linear-gradient(to right, #655158, #1c60ab) !important;
}

.progressbar li.enabled:nth-child(6)::before {
  background: linear-gradient(to right, #1c60ab, #1c60ab) !important;
}

.progressbar li.enabled:nth-child(7)::after {
  background: linear-gradient(to right, #1c60ab, #284f93) !important;
}

.progressbar li.enabled:nth-child(7)::before {
  background: linear-gradient(to right, #284f93, #4181b7) !important;
}

.progressbar li.enabled:nth-child(8)::after {
  background: linear-gradient(to right, #4181b7, #b7e2f4) !important;
}

.progressbar li.enabled:nth-child(8)::before {
  background: linear-gradient(to right, #b7e2f4, #b7e2f4) !important;
}

.progressbar li.enabled:nth-child(9)::after {
  background: linear-gradient(to right, #b7e2f4, #b7e2f4) !important;
}

.progressbar li.enabled:nth-child(9)::before {
  background: linear-gradient(to right, #b7e2f4, #b7e2f4) !important;
}

.progressbar li.enabled:nth-child(10)::after {
  background: linear-gradient(to right, #b7e2f4, #b7e2f4) !important;
}

.progressbar li.enabled:nth-child(10)::before {
  background: linear-gradient(to right, #b7e2f4, #b7e2f4) !important;
}

.progressbar li:first-child:after {
  content: none;
}

.progress-payment li {
  width: 50%;
}

.progressbar li.active:nth-child(1):before {
  border: solid 6px transparent;
  background-image: -webkit-linear-gradient(left, #313569 30%, #313569 100%);
  background-origin: border-box !important;
}

.progressbar li.active:nth-child(2):before {
  border: solid 6px transparent;
  background-image: -webkit-linear-gradient(left, #ef615b 30%, #ef615b 100%);
  background-origin: border-box !important;
}

.progressbar li.active:nth-child(3):before {
  border: solid 6px transparent;
  background-image: -webkit-linear-gradient(left, #f4864b 30%, #f4864b 100%);
  background-origin: border-box !important;
}

.progressbar li.active:nth-child(4):before {
  border: solid 6px transparent;
  background-image: -webkit-linear-gradient(left, #f99158 30%, #e4814b 100%);
  background-origin: border-box !important;
}

.progressbar li.active:nth-child(5):before {
  border: solid 6px transparent;
  background-image: -webkit-linear-gradient(left, #84564f 30%, #655158 100%);
  background-origin: border-box !important;
}

.progressbar li.active:nth-child(6):before {
  border: solid 6px transparent;
  background-image: -webkit-linear-gradient(left, #1c60ab 30%, #1c60ab 100%);
  background-origin: border-box !important;
}

.progressbar li.active:nth-child(7):before {
  border: solid 6px transparent;
  background-image: -webkit-linear-gradient(left, #284f93 30%, #4181b7 70%);
  background-origin: border-box !important;
}

.progressbar li.active:nth-child(8):before {
  border: solid 6px transparent;
  background-image: linear-gradient(to right, #b7e2f4, #b7e2f4);
  background-origin: border-box;
}

.progressbar li.active:nth-child(9):before {
  border: solid 6px transparent;
  background-image: linear-gradient(to right, #b7e2f4, #b7e2f4);
  background-origin: border-box;
}

.progressbar li.active:nth-child(10):before {
  border: solid 6px transparent;
  background-image: linear-gradient(to right, #b7e2f4, #b7e2f4);
  background-origin: border-box;
}

.progressbar li.active:before {
  border: 6px solid #000;
  font-size: 15px;
  height: 40px;
  width: 40px;
  top: -5px;
}

.progressbar li.complete:after {
  background: #b9b9b9;
}
.progressbar li.half-complete:after {
  background: linear-gradient(to right, #27ae60 50%, #b9b9b9 50%);
  color: white;
}

.edit-icon {
  cursor: pointer;
  color: #353535;
  font-size: 18px;
}

.load-icon {
  cursor: pointer;
  color: #353535;
  background: #292561;
  padding: 6px;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 9px;
}

.edit-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.mock-a {
  cursor: pointer;
}
.disabled-link {
  cursor: default !important;
  color: #b1b1b1 !important;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
}
#wrap > .container-fluid {
  padding: 60px 15px 0;
}

.genomic-upload {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1vw;
}

.genomic-preprocessing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.collapsible-hidden {
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: transform 0.5s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.collapsible-shown {
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: transform 0.5s;
}

.scrollable-table-container {
  height: 60vh !important;
  overflow: auto;
  margin: 10px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.grid > span {
  padding: 8px 4px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.volcano-plot {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.multi-holder-outer {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.multi-holder-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: auto;
}

.multi-holder-menu .active-item {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 0.2vh;
  padding-bottom: 0.2vh;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 1px;
}

.multi-holder-menu .inactive-item {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 0.2vh;
  padding-bottom: 0.2vh;
  border-bottom: 1px solid #ddd;
  border-radius: 1px;
}
.multi-holder-menu .inactive-item:hover {
  border: 1px solid #ddd;
}

.model-check-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.model-name-formula {
  display: flex;
  justify-content: space-around;
  height: 60px;
}

.form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
}

.transform-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-checkbox {
  height: 100%;
  background: aliceblue;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.transform-menu .form-check {
}

.form-check label {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-check .form-check-input .custom-check {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid black;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-check .radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid gray;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-input:checked {
  background: none;
  background-size: 12px 12px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1em;
}
.radio-input:checked:after {
  content: "●";
  color: #292561;
  font-size: 20px;
}

.form-check-input:checked {
  background: #337ab7;
  background-size: 12px 12px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1em;
}

.form-check-input:checked:after {
  content: "✔";
  color: black;
}

.form-check-input:indeterminate {
  background: white;
  background-size: 12px 12px;
  font-size: 0.45em;
  text-align: center;
  line-height: 1em;
}

.form-check-input:indeterminate:after {
  content: "⬜";
  color: white;
}

.form-check .form-check-label {
  margin: 1px;
  margin-top: 5px;
  margin-left: 6px;
}

.range-slider {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  align-items: center;
  height: 20px;
}

.range-slider .outer {
  height: 7px;
  background-color: #e6e6e6;
}

.range-slider .inner {
  height: 7px;
  background-color: rgb(41, 37, 97, 70%);
  left: 1px;
  position: relative;
}

.range-slider .pointer {
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #292561;
  border-width: 2px;
  border-color: #6a6b6a;
}
.range-slider .pointer:hover .slider-tooltip {
  visibility: visible;
}

.range-slider .pointer .slider-tooltip {
  visibility: hidden;
  width: 8vw;
  word-wrap: break-word;
  background-color: #fff;
  color: #6a6b6a;
  text-align: center;
  padding: 10px;
  position: absolute;
  border-radius: 70px;
  z-index: 1;
  bottom: 200%;
  left: 50%;
  margin-left: -2em;
  box-shadow: 0 10px 30px rgb(65 72 86 / 20%);
  transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
}

.range-slider .pointer .slider-tooltip::selection {
  background: none;
}

.range-slider .pointer .slider-tooltip::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 20%;
  margin-left: -6px;
  bottom: -8px;
  transform: rotate(45deg);
  z-index: 0;
}

.range-slider-container .labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.range-slider-container .no-select {
  cursor: grab;
}

.range-slider-container .selected {
  cursor: grabbing;
}

.screening-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.screening-main {
  display: flex;
  flex-direction: column;
}

.screening-sliders {
  display: flex;
  flex-direction: column;
  width: 18vw;
  height: fit-content;
  justify-content: flex-start;
  border-left: 2px solid #e6e6e6;
  padding-left: 20px;
}
/* HTML error context */
.error {
  background-color: #ece3e3;
  border: 2px solid rgb(153, 114, 114);
  border-radius: 5px;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.error h1 {
  font-size: 48px;
  color: rgb(155, 126, 49);
  text-align: center;
}
.error p {
  font-weight: bold;
  font-size: 1.3em;
  font-family: monospace;
}

/* html5 number spinners */
/*disable chrome*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*disable firefox*/
input[type="number"] {
  -moz-appearance: textfield;
}

/*
Bootstrap mod; make button in navbar consistent with link styles
*/
.nav-pills > li.active > button,
.nav-pills > li.active > button:focus,
.nav-pills > li.active > button:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav > li > button:focus,
.nav > li > button:hover {
  text-decoration: none;
  background-color: #eee;
  outline: none;
  border: none;
}
.nav-pills > li > button {
  border-radius: 4px;
}
.nav > li > button {
  display: block;
  padding: 10px 15px;
  position: relative;
  text-align: left;
  width: 100%;
}

/* about page */
.ff {
  padding-bottom: 7px;
}
.sponsor {
  max-width: 100%;
}

/* Correlation Table */
.corr-tbl {
  max-width: 10%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 1em;
}

.corr-tbl th {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #353535;
  background: #ececec;
  border: 1px solid #c4c4c4;
  padding: 8px 40px !important;
}
.corr-tbl-cell {
  border: 1px solid #fff;
  border: 1px solid #c4c4c4;
}
.corr-tbl-diag {
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.corr-tbl-th-left {
}

.legend-text {
  color: #353535;
  background: linear-gradient(
      90deg,
      #313559 0.19%,
      #ef615b 22.53%,
      #f4864b 50.58%,
      #1c60ab 77.6%,
      #b7e2f4 99.94%
    )
    left bottom #fcfcfc no-repeat;
  background-size: 100% 6px;
  border-radius: 2.5x;
  padding-bottom: 8px;
  width: 100%;
}

.form-control {
  background: #fbfbfb !important;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
  border-radius: 5px !important;
  border: 1px solid #b8b8b8 !important;
}

.form-control:invalid {
  border: 1px solid #cc4449 !important;
}

.form-control:invalid ~ p.help-block-custom {
  color: #cc4449;
}

.form-control:valid {
  border: 1px solid #b8b8b8 !important;
}

.choose-file-input {
  background: #e9e7e7 !important;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
  border-radius: 5px !important;
  border: 1px solid #b8b8b8 !important;
}

.forgot-pass-text {
  color: #292561;
  font-style: italic;
  font-size: 12px;
  line-height: 19px;
}

.login-button {
  background: #292561;
  border-radius: 25px;
  width: 121px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
}

.login-button:disabled {
  color: #fbfbfb;
  background: rgba(41, 37, 97, 0.5);
}

.login-cancel-button {
  border: 1px solid #292561;
  border-radius: 25px;
  width: 121px;
  height: 40px;
  color: #292561;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 2px;
}

.login-cancel-button:disabled {
  color: rgba(41, 37, 97, 0.5);
  border: 1px solid rgba(41, 37, 97, 0.5);
  background: #fff;
}

.execute-button {
  color: #292561;
  font-weight: bold;
  border-radius: 25px;
  width: auto;
  min-width: 121px;
  height: 40px;
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(
      101deg,
      #313559,
      #ef615b,
      #f4864b,
      #1c60ab,
      #b7e2f4,
      #c4c4c4
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px #fff inset;
  background-size: 300% 300%;
  animation: animatedGradientBorder 3s ease alternate infinite;
}

.execute-button-icon {
  font-size: 18px;
  padding-right: 5px;
}

.execute-button:disabled {
  color: rgba(41, 37, 97, 0.5);
  background-image: none;
  box-shadow: none;
  border: 1px solid rgba(41, 37, 97, 0.5) !important;
}

.organization-settings-button{
  border-color: #292561;
  border-radius: 4px;
  color: #292561;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.organization-cancel-button{
  border-color: #292561;
  border-radius: 4px;
  color: #292561;
  padding: 8px 20px;
  margin-top: 2px;
}


.resend-password-button {
  background: #292561;
  border-radius: 25px;
  width: fit-content;
  height: 40px;
  color: #fff;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dataset-label {
  color: #292561;
  font-size: 19px;
}

.second-label-blue {
  color: #292561;
  font-size: 15px;
}

.dataset-paragraph {
  color: #b1b1b1;
  font-size: 13px;
}

.save-button-green {
  background: #5cb792;
  border-radius: 25px;
  border: none;
  width: 121px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

.save-button-green:disabled {
  background: rgba(92, 183, 146, 0.5);
}

.delete-button-red {
  background: #b01e1e;
  border-radius: 25px;
  border: none;
  width: 121px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

.load-example-label {
  cursor: pointer;
  color: #292561;
  font-weight: bold;
  font-size: 12px;
}

.example-badge {
  background: #292561;
  font-size: 1px;
  text-align: center;
  margin-right: 2px;
  border-radius: 50%;
  display: inline-block;
  padding: 8px;
}

.dataset-plot-container {
  background: #ffffff;
  box-shadow: 0px 13px 35px -13px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.dataset-plot-container .dataset-plot-container {
  box-shadow: none;
}

.setup-text-area {
  background-image: linear-gradient(#f1f1f1 50%, #f9f9f9 50%) !important;
  background-size: 100% 4rem !important;
  border: 1px solid #c4c4c4 !important;
  line-height: 2rem !important;
  margin: 0 auto !important;
  padding: 4px 8px !important;
  resize: none !important;
}

.model-item {
  margin-bottom: 10px;
}

.model-item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #353535;
}

.model-item-title-icon {
  float: right;
  font-size: 25px;
  color: #292561;
  cursor: pointer;
  font-weight: 600;
}

.model-item-active {
  border-left: 2px solid #292561;
  margin-bottom: 10px;
  background: none !important;
  font-weight: bold;
}

.nested-inner.model-item-active {
  border-left: 5px solid #292561 !important;
}

.bmds-model-comp{
  display: flex;
}

.bmds-model-comp div{
  margin-left: 5px;
  margin-right:5px;
}

.model-item > button {
  padding: 7px 15px !important;
  border: none !important;
  background: none !important;
  color: #353535;
  font-weight: normal;
  font-size: 14px;
}

.model-item-active > button {
  padding: 7px 15px !important;
  border: none !important;
  background: none !important;
}

.model-item-options-icon {
  float: right;
  color: #a2a2a2;
}

.create-model-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #292561;
}

.big-title-blue {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  color: #2b2363;
}

.content-blue {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #2b2363;
}

.title-blue {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #292561;
  padding-bottom: 20px;
}

.subtitle-blue {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #292561;
}

.subtitle-gray {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #878787;
}

.title-informative-priors {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #353535;
}

.help-block-red {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #cc4449;
}

.help-block-custom {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  color: #808080;
}

.help-block-blue-custom {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #292561;
  padding-top: 10px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background: rgba(41, 37, 97, 0.05);
}

table.table-striped-custom td,
th {
  padding: 18px 10px !important;
}

table.table-striped-custom td {
  text-align: center;
  vertical-align: middle !important;
}

table.table-striped-custom th {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #292561;
}

table.table-striped-custom tbody {
  height: 50vh !important;
  overflow: auto;
}

table.table-striped-custom td div[id="formulaHolder"] {
  padding: 0 !important;
}

table.table-fixed-header thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

 .dose-response-db-table-container{
  position: relative;
  width: 100%;
  height: 100%;
  
  margin:auto;
 }
 
 .no-data{
  position: absolute;
  width: 200px;
  height: 200px;
  left:0;
  right:0;
  top:0px;
  bottom:0;
  margin: auto;
}

 .underneath {
  padding: 0;
  margin: 265px 0 0 0;
  width: 600px;
  background: linear-gradient(
      90deg,
      #313559 0.19%,
      #ef615b 22.53%,
      #f4864b 50.58%,
      #1c60ab 77.6%,
      #b7e2f4 99.94%
    ),
    #c4c4c4;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch.disabled{
  opacity: 0.5;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  content: ("2");
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cc4449;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 28px;
}

.slider.no-color-change{
  background-color: #5cb792;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

input:checked + .slider {
  background-color: #5cb792;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5cb792;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.analysis-name {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #353535;
}

.dropdown-menu-models {
  background: #ffffff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.dropdown-menu-models > li > a {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #353535;
  padding: 10px 0 10px 15px;
}

.executing-model-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.genomic-model-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.executing-model-modal {
  box-shadow: 0px 4px 4px rgba(41, 37, 97, 0.5);
  border-radius: 25px;
  color: #2b2363;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 487px;
  height: 365px;
}

.executing-model-modal div.loadingImgContainer img {
  width: 400px;
}

.executing-model-modal .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

.executing-model-molda .subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
}

.models-left-container {
  border-right: 2px solid #e6e6e6;
  padding-right: 35px;
}

.modal.in .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}

.pointer {
  cursor: pointer;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.border-none {
  border: none;
}

.down-navigation-container {
  margin-top: 10px;
  margin-bottom: 10px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  max-width: -webkit-fill-available;
}

.dataset-edit-buttons-container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -10vw;
  position: fixed;
  bottom: 15px;
  z-index: 1;
}

.batch-dataset-edit-buttons-container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -9vw;
  position: fixed;
  bottom: 15px;
  z-index: 1;
}

.executing-model-modal .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

.title-rfd {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  color: #292561;
}

.help-block-rfd {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  text-justify: inter-word;
  color: #b1b1b1;
}

.subtitle-rfd {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 10px;
  color: #434074;
}

.input-label {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0 10px;
}

.input-label .input-label-information {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.row-rfd {
  margin-bottom: 40px;
}

.blue {
  color: #292561;
}

.rounded {
  border-radius: 50%;
}

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file-label {
  color: #292561;
  font-weight: normal;
  cursor: pointer;
  background-color: #e9e7e7 !important;
  border: none !important;
  height: 54px;
  line-height: 45px;
}
.input-file:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.input-file + label * {
  pointer-events: none;
}

.help-block-review {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #808080;
}

.help-block-model-fit {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #616161;
  border: none;
  background: none;
}

.solid-divider {
  border-top: 1px solid #bbb;
  border-radius: 5px;
}

.card:first-child {
  margin-right: 10px;
}

.card:last-child {
  margin-left: 10px;
}

.card:not(:first-child),
.card:not(:last-child) {
  margin: 0 10px;
}

.card,
.card-analysis {
  border-radius: 24px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  padding: 10px 20px 30px;
  cursor: pointer;
  border: 5px solid transparent;
}

.card-analysis {
  height: 100%;
  border: 5px solid transparent;
}
.card-analysis a.btn-data-type {
  border-radius: 8px;
  border: 1px solid #575757;
  font-style: italic;
  background: none;
  color: #575757;
  font-weight: 300;
  padding: 4px;
  margin: 6px;
}

.card-analysis button.btn-data-type {
  border-radius: 8px;
  border: 1px solid #575757;
  font-style: italic;
  background: none;
  color: #575757;
  font-weight: 300;
}

.card-analysis button.btn-data-type-active {
  background: #292561;
  color: #fff;
  border: none;
}

.card-active {
  border-radius: 24px;
  border: 5px solid #343659;
  padding: 10px 20px 30px;
}

.card-active-send-back {
  border-radius: 24px;
  border: solid 5px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(90deg, #b9555b, #82485a, #573e59, #313559);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px #fff inset;
  background-size: 300% 300%;
  padding: 10px 20px 30px;
  animation: animatedGradientBorder 3s ease alternate infinite;
}

.card-disabled {
  border-radius: 24px;
  background-color: #d9d9d9;
  padding: 10px 20px 30px;
  box-shadow: none;
  cursor: no-drop;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.card-title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #575757;
}

.card-icon {
  font-size: 60px;
  color: #575757;
  padding: 10px;
}

.card-image {
  padding: 10px;
  width: 220px;
}

.card-image {
  padding: 10px;
  width: 220px;
}

.card-description {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #575757;
  justify-content: center;
}

.input-public-analysis {
  background-color: #e0e0e4;
  color: #000000;
  mix-blend-mode: normal;
  border-radius: 9px;
  border: none;
  width: 85%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button-copy-link {
  background-color: #333557;
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 9px;
  border: none;
  width: 15%;
}

.button-square-blue {
  background: #292561;
  border-radius: 3px;
  color: #fbfbfb;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.button-square-blue:hover {
  text-decoration: none;
  color: #fbfbfb;
}

.button-square-blue-disabled {
  background: #d0ceed;
  border-radius: 3px;
  color: #fbfbfb;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #343659;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left-typeselect {
  top: 5px;
  left: 5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.dataset-option-container {
  background: #a7515b;
  color: #fff;
  border-radius: 2px;
  padding: 10px;
}

.models-option-container {
  background: #d05b52;
  color: #fff;
  border-radius: 2px;
  padding: 10px;
}

.bdm-option-container {
  background: #2662a7;
  color: #fff;
  border-radius: 2px;
  padding: 10px;
}

.models-option-list {
  background: rgba(208, 91, 82, 0.05);
  border-radius: 2px;
}

.btn-download-report {
  background: #343659;
  color: #fff;
  border-radius: 2px;
  padding: 5px 30px;
  border: none;
  margin-left: 37px;
}

.show-more {
  float: right;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

.report-checkbox-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #353535;
}

.table-dashboard {
}

.table-dashboard td {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.table-dashboard td a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #292561;
}

ul.dashboard-nav {
  position: relative;
  z-index: 1;
  padding-left: 1em;
  list-style-type: none;
  margin: 0;
}

ul.dashboard-nav li {
  display: inline;
}

ul.dashboard-nav li a:hover {
  text-decoration: none;
}

.dashboard-tab {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0.3em 1em 0;
  margin: 0 -0.3em;
  color: #6a6f87;
  padding: 20px 40px;
  font-size: 16px;
}

.dashboard-tab p {
  margin: 0;
  position: relative;
  top: 7px;
}

.dashboard-tab::before,
.main {
  box-shadow: 1px -5px 5px -5px rgba(0, 0, 0, 0.75);
}

.dashboard-tab::before {
  content: ""; /* To generate the box */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 0.5em 0.5em 0 0;
  background: #ddddde;
  box-shadow: 0 0.15em white inset;
  transform: scale(1.1, 1) perspective(0.5em) rotateX(2deg);
  transform-origin: bottom;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.dashboard-nav li.active > a {
  z-index: 2;
  padding: 20px 40px;
  color: #292561;
  text-decoration: none;
}

.dashboard-nav li.active > a::before {
  margin-bottom: -0.08em;
  background: #ffffff;
  box-shadow: 5px -4px 4px rgba(0, 0, 0, 0.06);
}

.main {
  display: block;
  margin-bottom: 1em;
  border-radius: 0.15em;
}

nav.left > .dashboard-tab::before {
  transform: scale(1.2, 1.3) perspective(0.5em) rotateX(5deg);
  transform-origin: bottom left;
}

nav.right {
  padding-left: 2em;
}

nav.right > .dashboard-tab::before {
  transform: scale(1.2, 1.3) perspective(0.5em) rotateX(5deg);
  transform-origin: bottom right;
}

.dashboard-title-container {
  margin: 40px 0;
}

.dashboard-title-container .dashboard-title {
  font-weight: 100;
}

.dashboard-title-container .hello {
  font-weight: bold;
}

.delete-analysis-icon {
  color: red;
  background: #ffffff;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 20px;
  visibility: hidden;
}

.dashboard-row:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.model-fit-summary-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #292561;
  white-space: nowrap;
}

.show-parameters-button-container {
  margin-top: 10px;
  margin-bottom: 50px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.show-parameters-button {
  border: 1px solid #292561;
  border-radius: 5px;
  color: #292561;
  background: rgba(0, 0, 0, 0);
  padding: 2px 10px;
  font-weight: 300;
}

.model-fit-data {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #292561;
}

.rad-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #292561;
}

.rad-title-black {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  align-items: center;
  color: #000000;
}

.rad-subtitle-gray {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #808080;
}

.rad-summary-table-subtitle {
  font-weight: 300;
  font-size: 18px;
  color: #878787;
}

.rad-help-block {
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #292561;
}

.table-rad th {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #292561;
}

.table-rad tr {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.table-rad-model-weight-priors-container {
  background: rgba(41, 37, 97, 0.05);
}

.table-rad-model-weight-priors thead th {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  background: #fff;
}

.table-rad-model-weight-priors tbody th {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.actions-container {
  margin-top: 10px;
  margin-bottom: 10px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.actions-button {
  color: #292561;
  border-radius: 3px;
  padding: 3px 20px;
  border: none;
  font-size: 15px;
  border: 2px solid #292561;
  width: 120px;
}

.add-button {
  background: #292561;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 3px 20px;
  border: none;
  font-size: 15px;
  border: 2px solid #292561;
  width: 120px;
}

.no-margin {
  margin: 0;
}

.nested-list-background {
  background: rgba(47, 98, 163, 0.05);
  margin-left: 36px;
  border-radius: 2px;
  transition: display, 0.5s linear;
}

ul.nested-list-background ul.nested-list-background {
  background: none;
  margin-left: 0;
}

ul.nested-list-background li div div {
  padding: 3px 0px 5px 0;
  background: none;
}

ul.nested-list-background li div label {
  padding-left: 5px;
}

.create-button {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
}

.create-button-enabled {
  background: #292561;
}

.create-button-disabled {
  background: #575757;
}

.create-button:hover {
  text-decoration: none;
}

/*[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}*/
.genomic-models {
  display: flex;
  flex-direction: row;
}

.genomic-models .model-col {
  display: flex;
  flex-direction: column;
  padding: 10px;
}


.tooltip-holder:hover .mytooltip-inner {
  visibility: visible;
}

.tooltip-holder .mytooltip-inner {
  visibility: hidden;
  width: 8em;
  background-color: #337ab7;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: absolute;
  border-radius: 2px;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -4em;
}

.tooltip-holder {
  position: relative;
  display: inline-block;
}

.gene-tab {
  width: 110px;
}

.genomic-model-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.genomic-models {
  display: flex;
  flex-direction: row;
}

.genomic-models .model-col {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.tooltip-holder:hover .mytooltip-inner {
  visibility: visible;
}

.tooltip-holder .mytooltip-inner {
  visibility: hidden;
  width: 8em;
  background-color: #337ab7;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: absolute;
  border-radius: 2px;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -4em;
}

.tooltip-holder {
  position: relative;
  display: inline-block;
}

.gene-tab {
  width: 110px;
}

.genomic-title {
  font-size: 25px;
  font-weight: 400;
}

.genomic-help-title {
  font-size: 14px;
  color: #808080;
  font-weight: 100;
}

.genomic-input-label {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.checkbox label {
  color: #292561;
  font-weight: 300;
}

.btn-save-name,
.btn-cancel-name {
  font-weight: bold;
  border-radius: 25px;
  width: 5vw;
}

.btn-save-name {
  color: #fff;
  background: #5cb792;
}

.btn-cancel-name {
  border: 1px solid #292561;
  color: #292561;
  background: rgb(239, 239, 239);
}

.table-hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.title-type-select {
  color: #292561;
  font-size: 32px;
  font-weight: 300;
}

.type-select-link {
  color: #575757;
  font-size: 14px;
}

.no-padding {
  padding: 0;
}

.no-left-padding {
  padding-left: 0;
}

.no-right-padding {
  padding-right: 0;
}

.report-checkbox {
  display: flex;
  vertical-align: middle;
  padding: 0;
}

.needs-assistance {
  background-image: url("/static/img/DMBPremiumBanner.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}

.module-border-wrap {
  background: linear-gradient(to right, #f9ae39, #f5824d, #f0625b, #ed2e70);
  padding: 2px;
}

.needs-assistance-text {
  font-size: 12px;
  font-weight: 400;
  color: #353535;
}

.get-started-button {
  background: #292561;
  color: #fbfbfb;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 10px;
}

.data-details > div {
  margin: 40px 0;
}

.data-details:last-child {
  margin-bottom: 100px;
}

.data-details-container {
  border: 1px solid #979797;
  border-radius: 10px;
  display: flex;
  padding: 15px;
  flex-direction: column;
}

.data-details-title {
  font-size: 19px;
  font-weight: 600;
  color: #292561;
}

.data-details-section {
  padding: 15px 0 15px;
}

/* USER PROFILE */

.user-profile {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.profile-section {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
  padding: 20px 30px;
  border-radius: 10px;
}

.profile-subtitle {
  font-size: 21px;
  font-weight: 400;
  color: #313639;
}

.profile-description {
  font-size: 14px;
  font-weight: 300;
  color: #313639;
}

.profile-button-container {
  text-align: right;
  margin: 10px 0;
}

.profile-button-blue {
  border-radius: 3px;
  font-size: 16px;
  color: #fbfbfb;
  background: #292561;
  border: none;
  padding: 5px 12px;
}

.profile-button-blue:disabled {
  background: rgba(40, 36, 96, 0.3);
}

.profile-button-red {
  border-radius: 3px;
  font-size: 16px;
  color: #fbfbfb;
  background: #f25f4f;
  border: none;
  padding: 5px 12px;
}

.membership-card {
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(-44deg, #313559, #573e59, #82485a, #b9555b);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px rgb(235, 231, 237) inset;
  background-size: 300% 300%;
  border-radius: 10px;
  padding: 10px;
}

.error-card {
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(-44deg, #313559, #573e59, #82485a, #b9555b);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px rgb(240, 200, 200) inset;
  background-size: 300% 300%;
  border-radius: 10px;
  padding: 10px;
}

.membership-logo {
  width: 100px;
}

.membership-type {
  font-size: 14px;
  color: #282560;
  font-weight: 600;
}

.membership-cost {
  font-size: 12px;
  color: #282560;
}

.membership-about {
  font-size: 10px;
  color: #353535;
  text-decoration: underline;
}

hr.solid-separator {
  margin: 0;
  border-top: 2px solid #e6e6e6;
}

.membership-type-card {
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}

.membership-free-card {
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(-44deg, #313559, #573e59, #82485a, #b9555b);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px rgb(235, 231, 237) inset;
  background-size: 300% 300%;
  border-radius: 10px;
}

.membership-premium-card {
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(-44deg, #f9ae39, #f5824d, #f0625b, #ed2e70);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px rgb(240, 230, 224) inset;
  background-size: 300% 300%;
  border-radius: 10px;
}

.membership-organization-card {
  border: solid 2px #000000;
  background: #a5adc2;
  border-radius: 10px;
}

.membership-type-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8vh;
}

.membership-type {
  font-size: 22px;
  color: #282560;
}

.membership-description-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
}

.membership-description {
  font-size: 14px;
  font-weight: 300;
  color: #353535;
  padding: 0 10px;
  margin: 0;
}


.membership-price {
  /* font-size: 36px; */
  color: #282560;
  margin: 40px 0;
}

.membership-price h3{
  font-size: 36px;
  font-weight: 600;
}

.membership-price h5{
  font-size: 18px;
  font-weight: 600;
}

.membership-button {
  border-radius: 3px;
  background: #292561;
  color: #fbfbfb;
  border: none;
  padding: 10px 20px;
  margin: 10px 20px;
}

.membership-button:disabled {
  color: rgb(163, 158, 158);
}

.membership-features {
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(90deg, #313559, #ef615b, #f4864b, #1c60ab, #b7e2f4);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px rgb(247, 243, 241) inset;
  background-size: 300% 300%;
  border-radius: 5px;
  width: 100%;
}

.membership-features tr {
  border-top: 1px solid #979797;
}

.membership-features th {
  text-align: center;
}

.membership-features tr > th:not(:last-child),
.membership-features tr > td:not(:last-child) {
  border-right: 1px solid #979797;
}

.membership-feature-description {
  font-size: 12px;
  color: #353535;
  text-align: left;
  border-right: 1px solid #979797;
  padding: 8px;
}

.membership-modal {
  width: 70vw;
  margin: 0;
  height: 90vh;
}

.membership-modal-content {
  text-align: center;
  padding: 40px;
}

.type-select-modal {
  margin: 0;
  width: 30vw;
}

.type-select-modal-content {
  border-radius: 24px;
  height: 300px;
  width: 35vw;
}

.membership-close {
  text-align: right;
}

.membership-close-icon {
  font-size: 40px;
  cursor: pointer;
}

.membership-close-icon-sm {
  font-size: 25px;
  cursor: pointer;
}

/* DOWNGRADE MEMBERSHIP MODAL*/
.downgrade-title {
  font-size: 30px;
  color: #384043;
}

.downgrade-subtitle {
  font-size: 20px;
  color: #384043;
  font-weight: 600;
}

.downgrade-feature {
  font-size: 18px;
  font-weight: 200;
  color: #384043;
  margin: 5vh 0;
}

.downgrade-button {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 300;
  color: #fbfbfb;
  background: #292561;
  border: none;
  padding: 5px 12px;
  width: 12vw;
}

.downgrade-button-cancel {
  font-weight: 300;
  border: none;
  background: none;
  font-size: 16px;
  padding: 5px 12px;
}

/* DELETE ACCOUNT MODAL */
.delete-option-container {
  border-radius: 18px;
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.delete-option {
  border: 3px solid #8b8b8b;
}

.delete-option-active {
  border: 3px solid #f25f4f;
}

.delete-option-title {
  font-size: 25px;
  font-weight: 600;
  color: #384043;
}

.delete-option-description {
  font-size: 18px;
  font-weight: 100;
}

/* DREAM Assist */
.assist-button {
  color: #282560;
  border: 1px solid #282560;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
}

/* */
.terms-privacy {
  color: #808080;
  font-style: italic;
}

.terms-privacy a {
  color: #292561;
  text-decoration: underline;
}

.terms-title {
  color: #2b2363;
  font-size: 36px;
}

.terms-content {
  text-align: justify;
  height: 65vh;
  max-height: 65vh;
  overflow-y: scroll;
  padding: 0 1vw;
}

.terms-content h4 {
  margin: 20px 0;
}

.controls .help-block {
  color: #808080;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}

.control-label {
  color: #292561;
  font-weight: 300;
  font-size: 16px;
}

.row-support{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90vw;
  padding: 20px;
}

.dt-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dt-navigation li.active-analysis {
  background: 
    linear-gradient(to right, #2E2A65, #706DA3 )
    left 
    bottom
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */
  padding-bottom:6px;
}

.dt-navigation li.active-datasets {
  background: 
    linear-gradient(to right, #1F469C, #6CC5EA )
    left 
    bottom
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */
  padding-bottom:6px;
}

.dt-navigation li.active-library {
  background: 
    linear-gradient(to right, #F1446A, #F4824D )
    left 
    bottom
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */
  padding-bottom:6px;
}
.dt-navigation li.active-group_lead {
  background: 
    linear-gradient(to right, #238925, #53CC23 )
    left 
    bottom
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */
  padding-bottom:6px;
}
.dt-navigation li.active-reviewer {
  background: 
    linear-gradient(to right, #F5814E, #FFB238 )
    left 
    bottom
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */
  padding-bottom:6px;
}
.dt-navigation li.active-admin {
  background: 
    linear-gradient(to right, #8D4A59, #E35E5B )
    left 
    bottom
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */
  padding-bottom:6px;
}

.dt-navigation li{
  text-align: center;
  
}

.dt-navigation li a{
  font-size: 20px;
  height: 55px
}

.dt-navigation li:nth-child(1) a {
  background: linear-gradient(to right, #2E2A65 , #706DA3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dt-navigation li:nth-child(2) a {
  background: linear-gradient(to right, #1F469C, #3390B7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dt-navigation li:nth-child(3) a {
  background: linear-gradient(to right, #F1446A , #F4824D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dt-navigation li:nth-child(4) a {
  background: linear-gradient(to right, #F5814E , #FFB238);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dt-navigation > li > a > div {
  display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
  
.dose-response-db-search-container{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc !important;
}

.dose-response-db-filter
{
  width:300px;
}
.dose-response-db-filter-container{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
  width:100%
}

.suggestion-outer-container{
  position: relative;
  display: inline-block;
}

.suggestion-container{
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.suggestion-container div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.suggestion-container div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.suggestion-active{
  background-color: DodgerBlue !important;
  color: #ffffff; 
}

.more-filters-group{
  display: flex;
  width: 250px;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}

.excluded-checkbox{
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
  border: 1px solid black;
  border-radius: 2px;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
}

.excluded-checkbox{
        background:white; 
        background-size: 12px 12px;
        font-size: 0.75em;
        text-align: center;
        line-height: 1em;
}

.excluded-checkbox:checked{
  background:#d60000; 
  background-size: 12px 12px;
  font-size: 0.75em;
  text-align: center;
  line-height: 1em;
}


.excluded-checkbox:checked:after {
  content: '🞫';
  color: white;
}

.excluded-checkbox:indeterminate {
  background: white;
  background-size: 12px 12px;
  font-size: 0.45em;
  text-align: center;
  line-height: 1em;
}

.excluded-checkbox:indeterminate:after{
  content: '⬜';
  color: white;
}

.table-subsection-header{
  background: rgba(41, 37, 97, 0.15) !important;
  cursor: pointer;
  user-select: none;
}

.table-subsection-header:hover{
  background: rgba(41, 37, 97, 0.2) !important;
  cursor: pointer;
}

.input-group-outer{
  display: flex;
  align-items: center;
}

.input-group-outer .form-control{
  text-align: right;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-outer .input-group-append{
  padding: 5px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8;
  background-color: #e9ecef;
  height: 34px;
}

.input-group-outer .input-group-prepend{
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8;
  background-color: #e9ecef;
  height: 34px;
}

.input-group-outer .input-group-prepend .input-group-select{
  border: none;
  background: transparent;
}



.input-group-outer .input-group-append .input-group-select{
  border: none;
  background: transparent;
}

.full-width-input{
  width: 100%
}

.selectable-square-container{
  display: flex;
  flex-direction: row;
}

.selectable-square{
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border: 2px solid gray;
  border-radius: 2px;
  cursor: pointer;
}

.selectable-square.active{
  background: #292561;
  color: #fbfbfb;
}

.fake-select{
  width: 100%;
  overflow:hidden;
  white-space: nowrap;
  background: #fbfbfb !important;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
  border-radius: 5px !important;
  border: 1px solid #b8b8b8 !important;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.fake-select img{
  float:right;
  height: 11px;
  width: 13px;
  margin-top: 4px;
  margin-right: -7px;

}

.fake-select-content{
  position:absolute;
  z-index: 1;
  background: #fbfbfb !important;
  border-radius: 5px !important;
  border: 1px solid #b8b8b8 !important;
  background-color: #fff;
  width: 100%;
}

.org-settings-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
}

.bulk-add-button-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.org-permissions-container{
  display: flex;
}

.org-permissions-container div{
  margin: 5px;
  display: flex;
  flex-direction: column;
}

.bulk-add-org-container .col-sm-12{
  margin-bottom: 20px;
}

.select-and-x{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.org-setting-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 41px;
  align-items: flex-end;
}

.org-settings-header div{
  margin: 5px;
}

.date-label{
  position: absolute;
  margin-left: 5px;
  color: #bbbbbb;
}
.dictionary{
  display: flex;
  flex-direction:column;
  padding: 35px;
}
.row-dictionary{
  display: flex;
  margin-bottom: 34px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.row-dictionary-word{
  font-weight: bold;
  width: 20%;
}
.row-dictionary-meaning{
  width: 80%;
}

.org-navbar{
  display:flex;
  justify-content: space-around;
}

.csv-uploaded{
  display:flex;
  flex-direction: row;
}

.drag-area{
  border: 2px dashed #979797;
  height: 243px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drag-area.active{
  border: 2px solid #979797;
}

.drag-area.error{
  border: 2px dashed #f25f4f;
}

.drag-area .icon{
  
  color: #979797;
  width: 96px;
  height: 82px;
  margin: 21px 0px 21px 0px;
}
.drag-area header{
  font-size: 18px;
  font-weight: 500;
  color: #808080;
  width: 524px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.drag-area img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.addDreamAssist-tile{
  height: 244px;
  background: RGB(112, 109, 163,0.2);
  border: 2px solid #32296A;
  padding: 43px 36px 43px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.side-checkout{
  
  display: flex;
  flex-direction: column;
  flex-direction: flex-start;
  font-size:21px;
  color: #313639;
  width:439px;
}
.side-checkout-concept{
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
  align-items: center;
}

.destination{
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.destination-reviewer{
  border-radius: 24px;
  cursor: pointer;
  margin: 10px;
}

.destination.active{
  border: #4b4d6a solid 3px;
}


.destination-reviewer.active{
  border: #4b4d6a solid 5px;
}

.send-to-dream-container{
  align-items: center;
  display:flex;
}

.send-to-dream-container label{
  margin: 10px;
}

.no-highlight{
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}

.event-header{
  text-align: center;
}

.event-duration{
  text-align: center;
  font-size: larger;
}

.register-for-event{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; 
}

.register-for-event .btn{
  min-width: 150px;
}

.registration-field{
  text-align: left;
}

.event-container{
  width: 80vw;
}

.purchase-reg-modal{
  width: 80vw;
  margin-left: 10vw;
  margin-top: 20vh;
}

.attendee-input-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

.attendee-input-container input{
  max-width: 60px;
  margin: 5px;
}

.add-subtract-button{
  color: #fff;
  font-size: x-large;
  border-radius: 100%;
  background-color: #392261;
  height: 40px;
  width: 40px;
  padding: 0;
}

.registration-header{
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(-44deg, #313559, #573e59, #82485a, #b9555b);
  box-shadow: 1px 1000px 1px rgb(235, 231, 237) inset;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-size: 300% 300%;
  border-radius: 10px;
  padding: 15px;
  max-width: 500px;
}

.checkout-card{
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: solid 2px transparent !important;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(-44deg, #9fcee9, #3a5f93, #3a5f93, #9fcee9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 1px 1000px 1px #ebf1f8 inset;
  background-size: 300% 300%;
  border-radius: 10px;
  max-width: 250px;
  margin-bottom: 10px;
  padding: 15px;
}

.solid-placeholder::placeholder{
  color: #555
}

.successful-purchase-card{
  max-width: 400px;
  color: green;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}

.search-homepage{
  width: auto;
  position: absolute;
  right: 175px;
  bottom: 10px;
}

.th-inner.sortable{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;

}

.th-inner.sortable.asc{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==") !important;
}

.th-inner.sortable.desc{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ") !important;
}

.jexcel tbody tr:nth-child(even) {
  background-color: #EEE9F1 !important;
}

.run-tag{
  padding: 5px;
  background-color: #a0e8fa;
  border-radius: 5px;
  border: 2px solid #00008b;
  cursor:pointer;
  margin: 10px;
}

.run-tag.active{
  background-color: #21d1fc;
}

.tag-holder{
  display: flex;
  flex-direction: row;
}



.validated .slider{
  background-color: #e7eaeb;
  border: 2px solid #2d0e66;
  height: 30px;
  
}

.unvalidated .slider{
  background-color: #e7eaeb;
  border: 2px solid #2d0e66;
  height: 30px;
}

.unvalidated input:checked + .slider {
  background-color: #F0F1B7 !important;
}


.validated input:checked + .slider {
  background-color: #A5CC9C !important;
}

.validated input:checked + .slider:before{
  content: "✓";
  color: white;
}

.validated .slider:before{
  color: #e1e5e6;
  background-color: #2d0e66;
}


.unvalidated .slider:before{
  background-color: #2d0e66;
  color: #e1e5e6;
}


.prior-select-container{
  display: flex;
  width: 90%;
  justify-content: space-between;
}

.warning-text{
  color: #ffb300;
}

.prior-explainer{
  padding-left: 20px;
  font-style: italic;
  color: #808080;
}

.prior-warning{
  padding-left: 20px;
  font-style: italic;
  color: #ffb300;;
}

.ip-switch-explainer{
  margin-top: -50px;
  margin-left: 80px;
  width: 70%;
}

.ip-switch-label{
  font-size: larger;
}

.ip-switch{
  width: 80px;
  margin-top:-10px
}

.ip-color-change-empty input{
  background-color: #F0F1B7  !important;
}

.ip-color-change-empty select{
  background-color: #F0F1B7 !important;
}

.ip-color-change input{
  background-color: #DCF0D7 !important;
}
.ip-color-change select{
  background-color: #DCF0D7 !important;
}

.alert-warning{
  color: #2d2f66;
  background-color: #e6e5ee;
  border-color: #e6e5ee;
}

.slide-in-div{
  transition: height, 5s linear;
}

.bmds_comparison_added{
  color:#36336b;
  font-weight: bold;
}

.bmds_comparison_extra{
  color: #5f8bc2;
  font-weight: bold;
}

.bmds_comparison_comment{
  color: #e17c69;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.bmds_comparison_comment:hover .bmds_comment_inner {
  visibility: visible;
}

.bmds_comparison_comment .bmds_comment_inner {
  visibility: hidden;
  width: 15vw;
  color: #000;
  text-align: center;

  position: absolute;
  border-radius: 2px;
  z-index: 1;
  bottom: 100%;
  left: -4vw;
  margin-left: -4em;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.comparison-comment-header{
  font-weight: bold;
  background-color: #cccccc;
  padding: 0.5em;
  opacity: 100%;
}

.comparison-comment-body{
  padding: 0.5em;
  background-color: white;
  opacity: 100%;
}

.comparison-comment-arrow{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  align-self:center;
}


label{
  margin: 5px;
}

/* ANIMATIONS */

@keyframes animatedGradientBorder {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* https://docs.djangoproject.com/en/5.0/releases/4.1/#log-out-via-get */

#logout-form button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 0 10px 15px;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #353535;
  width: 100%;
  height: 100%;
  text-align: left;
}

#logout-form:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.newsletter-series {
  display: flex;
  flex-direction: column;
}

.newsletter-series-item {
  margin: 3vh;
  padding: 2vh;
  border: 3px solid #2d0e66;
  border-radius: 10px;
}

.tumor-site-edit{
  display: flex;
  flex-direction: row;
}

.tumor-site-edit input{
  width: 75%;
  margin: 5px;
}

.tumor-site-edit .btn{
  margin: 5px;
}

.manual-next{
  position: fixed;
  right: 15px;
  bottom: 15px;
  max-width: 150px;
  display: flex;
  flex-direction: row;
}

.manual-previous{
  position: fixed;
  left: 15px;
  bottom: 15px;
  max-width: 150px;
  display: flex;
  flex-direction: row;
}

.manual-arrow{
  font-size: x-large;
  margin: 5px;
}

.manual-content img{
  max-width: 80vw;
}

.manual-content h3{
  font-weight: bold;
}

.manual-content h4{
  font-weight: bold;
}

.manual-home{
  font-size: large;
}