@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.dot {
  width: 18px;
  height: 18px;
  border-radius: 100px;
}
.dot.gray {
  background: #626367;
}
.dot.black {
  background: #626367;
}
.dot.green-dark {
  background: #4a8e82;
}
.dot.green {
  background: #70bdb1;
}
.dot.yellow {
  background: #D1C47B;
}
.dot.red {
  background: #bf6e7a;
}
.dot.dark {
  background: rgb(55, 58, 77);
}

.label {
  color: #171923;
}
.label.optimal, .label.green-dark {
  background: #4a8e82;
}
.label.normal, .label.green {
  background: #70bdb1;
}
.label.borderline, .label.yellow {
  background: #c1b573;
}
.label.out, .label.red {
  background: #bf6e7a;
}
.label.red-critical {
  background: #c15565;
}
.label.dark {
  color: white;
  background: rgb(55, 58, 77);
}

.biomarker.optimal .header .label {
  background: #4a8e82;
}
.biomarker.optimal .range span.optimal {
  background: #4a8e82 !important;
}
.biomarker.normal .header .label, .biomarker.normal_low .header .label, .biomarker.normal_high .header .label {
  background: #70bdb1;
}
.biomarker.normal .range span.normal {
  background: #70bdb1 !important;
}
.biomarker.normal_low .range span.normal.low {
  background: #70bdb1 !important;
}
.biomarker.normal_high .range span.normal.high {
  background: #70bdb1 !important;
}
.biomarker.borderline-low .header .label, .biomarker.borderline-high .header .label, .biomarker.abnormal_low .header .label, .biomarker.abnormal_high .header .label {
  background: #D1C47B;
}
.biomarker.borderline-low .range span.borderline.low, .biomarker.abnormal_low .range span.borderline.low {
  background: #D1C47B;
}
.biomarker.borderline-high .range span.borderline.high, .biomarker.abnormal_high .range span.borderline.high {
  background: #D1C47B;
}
.biomarker.out-low .header .label, .biomarker.out-high .header .label, .biomarker.critical_low .header .label, .biomarker.critical_high .header .label {
  background: #bf6e7a;
}
.biomarker.out-low .range span.out.low, .biomarker.out-low .range span.critical.low, .biomarker.critical_low .range span.out.low, .biomarker.critical_low .range span.critical.low {
  background: #bf6e7a;
}
.biomarker.out-high .range span.out.high, .biomarker.out-high .range span.critical.high, .biomarker.critical_high .range span.out.high, .biomarker.critical_high .range span.critical.high {
  background: #bf6e7a;
}

.range.normal span.normal {
  background: #70bdb1;
}
.range.borderline-low span.borderline.low, .range.borderline-high span.borderline.high {
  background: #D1C47B;
}
.range.out-low span.out.low, .range.out-high span.out.high {
  background: #bf6e7a;
}

.button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 14px;
  color: rgb(128, 131, 137);
  cursor: pointer;
  font-size: 15px;
  border: solid 0.06em rgb(128, 131, 137);
  background: white;
}
.button .icon {
  font-size: 20px;
  font-weight: 400 !important;
}

.button:hover {
  background: rgb(242, 242, 242);
  border: solid 0.06em rgb(100, 103, 107);
  color: #171923;
}

.button-m {
  height: 46px;
  padding: 0 36px;
  border-radius: 18px;
}

.button-s {
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 14px;
}

.button.dark {
  color: white;
  background: #171923;
}

.button.red {
  color: white;
  background: #bf5968;
  border-color: #bf5968;
}
.button.red:hover {
  border-color: #bf6e7a;
  background: #bf6e7a;
}

.button.disabled {
  opacity: 0.6;
  pointer-events: none; /* blocks clicks */
  cursor: not-allowed;
}

.hidden {
  display: none !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #171923;
  line-height: 1.45;
  letter-spacing: -0.02em;
  word-spacing: 0.03em;
}

h1, h2, h3, h4, h5, p, ul, li, a, span, img, nav, header, section {
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p, a, ul, li {
  color: #171923;
  font-size: 16px;
}

.icon {
  font-family: "Material Symbols Outlined", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.to-the-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  background: #171923;
  opacity: 0;
}
.to-the-top .icon {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin: 0 !important;
  padding: 0 !important;
}

.to-the-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

main, header {
  width: 100%;
  display: flex;
  align-items: center;
}

header, .header {
  margin-bottom: 26px;
}

header {
  height: 66px;
}

main {
  flex-direction: column;
}
main .wrapper {
  width: 100%;
  max-width: 1120px;
}
main .wrapper.w1 {
  width: 1120px;
}
main .wrapper.w2 {
  width: 960px;
}
main .wrapper.w3 {
  width: 840px;
}
main .wrapper.w4 {
  width: 680px;
}

.rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.row {
  all: unset;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.row .col {
  all: unset;
  flex: 1;
  box-sizing: border-box;
  height: auto;
}
.row .col-10 {
  max-width: 10%;
}
.row .col-15 {
  max-width: 15%;
}
.row .col-20 {
  max-width: 20%;
}
.row .col-25 {
  max-width: 25%;
}
.row .col-30 {
  max-width: 30%;
}
.row .col-35 {
  max-width: 35%;
}
.row .col-40 {
  max-width: 40%;
}
.row .col-45 {
  max-width: 45%;
}
.row .col-50 {
  max-width: 50%;
}
.row .col-55 {
  max-width: 55%;
}
.row .col-60 {
  max-width: 60%;
}
.row .col-65 {
  max-width: 65%;
}
.row .col-70 {
  max-width: 70%;
}
.row .col-75 {
  max-width: 75%;
}
.row .col-80 {
  max-width: 80%;
}

.wrapper section, .wrapper .rows {
  padding: 0;
}

aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 360px;
}

body:has(aside) header .logo {
  left: 400px;
}
body:has(aside) main {
  padding-left: 360px;
}

.col-max-3 {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.col-max-3 .card {
  width: calc((100% - 32px) / 3);
}

.card {
  all: revert;
  box-sizing: border-box;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown .dropdown-menu {
  border: 0;
  box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  background: #fff;
  padding: 5px;
  border-radius: 16px;
  z-index: 1;
}
.dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 10px;
  font-weight: 400;
  color: #444;
  font-size: 15px;
  border-radius: 12px;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-item .icon {
  margin-right: 8px;
  font-weight: 350;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown .dropdown-menu .dropdown-item .dot {
  margin-right: 8px;
  width: 12px;
  height: 12px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background: rgb(245, 245, 245);
  color: #171923;
}
.dropdown .dropdown-menu .dropdown-divider {
  margin: 6px;
  background: aliceblue !important;
}

.dropdown.show .dropdown-menu {
  display: block;
  visibility: visible;
  margin-left: -120px;
}

textarea {
  max-height: 400px;
}

.demo aside {
  background: aliceblue;
}
.demo aside .nav {
  background: mediumaquamarine;
}
.demo header {
  background: plum;
}
.demo main {
  background: #f1f1f1;
}
.demo .w1 {
  background: aliceblue;
}
.demo .w2 {
  background: lavender;
}
.demo .w3 {
  background: lavenderblush;
}
.demo .w4 {
  background: lightblue;
}
.demo .col {
  background: plum;
}

@media (max-width: 1280px) {
  header {
    position: absolute;
    top: 0;
    margin: 0;
  }
  header .logo {
    left: 10px !important;
  }
  header .logo h4 {
    font-size: 18px;
  }
  header nav {
    right: 10px !important;
  }
  header .wrapper {
    flex: revert;
  }
  main {
    margin-top: 66px;
    padding: 0 10px;
  }
  body:has(aside) aside > * {
    display: none;
  }
  body:has(aside) main {
    padding: 0 10px !important;
    margin-top: 0;
  }
  body:has(aside) aside {
    margin-top: 66px;
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  body:has(aside) aside .wrapper-aside {
    max-width: 840px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin: 0 10px 20px 10px;
  }
  body:has(aside) aside .header {
    padding: 0;
    align-items: revert;
    flex-direction: row;
    justify-content: revert;
    border-radius: 0;
    margin-bottom: 0;
  }
  body:has(aside) aside .header h4 {
    font-size: 16px;
  }
  body:has(aside) aside .header .date {
    margin: 0 0 0 auto;
  }
  body:has(aside) aside .nav {
    display: flex;
    flex-direction: row;
    gap: 6px;
    width: 100%;
    padding: 0;
    height: 50px;
  }
  body:has(aside) aside .nav .line {
    display: none;
  }
  body:has(aside) aside .nav .item {
    flex: 1;
    width: 100% !important;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  body:has(aside) aside .nav .item .icon {
    margin: 0;
  }
  body:has(aside) aside .nav .item .name {
    display: none;
  }
  body:has(aside) aside .nav .doing .name {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    position: absolute;
    top: 90px;
  }
  .section-title {
    display: none;
    padding: 0 10px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .card {
    padding: 10px !important;
  }
}
@media (max-width: 980px) {
  .menu {
    display: none !important;
  }
  main .row {
    flex-direction: column;
  }
  main .row .col-20, main .row .col-25, main .row .col-30, main .row .col-40, main .row .col-50, main .row .col-60, main .row .col-70, main .row .col-80 {
    max-width: 100%;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo, header nav, header .menu-wrapper {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}
header .logo, header nav {
  position: absolute;
}
header .logo {
  left: 40px;
}
header nav {
  right: 40px;
}
header .menu {
  display: flex;
  gap: 26px;
  padding-top: 2px;
  border-radius: 20px;
}
header .menu a {
  padding: 2px;
  border-bottom: solid 2px transparent;
  font-size: 16px;
  color: rgb(128, 131, 137);
}
header .menu a:hover {
  color: #171923;
}
header .menu a.selected {
  color: #171923;
  border-bottom: solid 2px #171923;
}
header .menu-v2 {
  all: revert;
  display: flex;
  padding: 6px;
  border-radius: 26px;
  gap: 5px;
  box-sizing: border-box;
  background: rgb(237, 237, 237);
}
header .menu-v2 a {
  display: flex;
  padding: 6px 16px 4px 16px;
  border-radius: 20px;
  color: #171923;
}
header .menu-v2 a.selected {
  color: white;
  background: #171923;
}
header nav {
  display: flex;
}
header nav .user-name {
  font-size: 15px;
  color: rgb(100, 103, 107);
  margin-right: 10px;
}
header nav .profile {
  overflow: hidden;
  cursor: pointer;
  padding: 2px;
  border: solid 2px black;
  border-radius: 100px;
  background: white;
}
header nav .profile img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}

.header {
  position: sticky;
  top: 0;
  padding: 16px 20px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .title {
  display: flex;
  align-items: center;
}
.header .title h2 {
  color: #171923;
  padding: 0;
}
.header .title .date {
  margin-left: auto;
  color: rgb(128, 131, 137);
  font-size: 15px;
}
.header .header-nav {
  display: flex;
}
.header .header-nav .areas {
  display: flex;
  gap: 6px;
}
.header .header-nav .areas .button {
  font-size: 15px;
}
.header .header-nav .areas .button.active {
  color: white;
  background: #171923;
}
.header .header-nav .filters {
  margin-left: auto;
}
.header .header-nav .filters .button {
  font-size: 15px;
}
.header .header-nav .filters .button .icon {
  color: rgb(100, 103, 107);
  font-size: 22px;
  margin-right: 5px;
}
.header.fixed {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82); /* transparency */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.logo {
  height: auto;
}
.logo h4 {
  padding: 2px 4px;
  border-top: solid 3px #171923;
  border-bottom: solid 3px #171923;
}

.card {
  padding: 20px;
  border-radius: 16px;
  background: white;
  border: solid 0.09em rgb(231, 231, 231);
}
.card .label {
  border-radius: 10px;
  color: white;
}

aside {
  padding: 14px;
}
aside .header {
  all: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  height: auto;
  margin-bottom: 26px;
}
aside .header .date {
  font-size: 14px;
  display: flex;
  justify-content: center;
  color: rgb(128, 131, 137);
}
aside .wrapper-aside {
  background: rgb(244, 244, 244);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 26px;
}
aside .nav {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
aside .nav .item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: rgb(128, 131, 137);
  cursor: pointer;
}
aside .nav .item .icon {
  margin-right: 10px;
  border-radius: 100px;
}
aside .nav .item .doing, aside .nav .item .done {
  display: none;
}
aside .nav .item.done, aside .nav .item.doing {
  color: #171923;
}
aside .nav .item.done .icon, aside .nav .item.doing .icon {
  display: none;
}
aside .nav .item.doing span.doing {
  display: block;
}
aside .nav .item.done span.done {
  display: block;
  color: white;
  background: #171923;
}
aside .nav .item:hover {
  color: #171923;
}
aside .nav .line {
  display: flex;
  height: 16px;
  width: 0.1em;
  margin-left: 0.72em;
  margin-top: 1px;
  margin-bottom: 1px;
  border: solid 1px rgb(128, 131, 137);
}
aside .nav .line:last-child {
  display: none;
}

.forms .form-control, .forms .form-select, .forms .form-option, .forms .form-range {
  border: solid 0.1em #e5e7eb;
  margin: 0 !important;
  border-radius: 16px;
  padding: 0 16px;
  background: white;
  min-height: 46px;
  color: rgb(89, 92, 94);
  font-size: 16px !important;
  font-weight: 400 !important;
}
.forms textarea.form-control {
  padding: 16px;
  min-height: 60px;
  height: 80px;
  resize: none;
  overflow: hidden;
}
.forms .form-range {
  border-color: transparent;
  padding: 0;
}
.forms .form-range::-webkit-slider-thumb {
  background-color: #000;
  width: 18px;
  height: 18px;
}
.forms .form-range::-moz-range-thumb {
  background-color: #000;
  width: 18px;
  height: 18px;
}
.forms .form-range::-webkit-slider-runnable-track {
  background-color: #E5E7EB;
}
.forms .form-range::-moz-range-track {
  background-color: #E5E7EB;
}
.forms .form-range:focus {
  box-shadow: none; /* Remove Bootstrap focus glow */
}
.forms .form-range::-webkit-slider-thumb:active {
  background-color: #000; /* Chrome / Safari / Edge */
}
.forms .form-range:focus::-webkit-slider-thumb {
  background-color: #000;
}
.forms .form-range::-moz-range-thumb:active {
  background-color: #000; /* Firefox */
}
.forms .form-range:focus::-moz-range-thumb {
  background-color: #000;
}
.forms .select-field {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.forms .select-field .form-check {
  padding: 0;
  position: relative;
}
.forms .select-field .form-check input {
  display: none;
}
.forms .select-field .form-check .form-option {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  margin: 0 !important;
  border-radius: 16px;
  min-height: 46px;
  min-width: 120px;
  flex: 1;
  padding: 0 16px 0 12px;
  border: solid 0.1em #e5e7eb;
}
.forms .select-field .form-check .form-option .icon {
  margin-right: 6px;
  font-size: 14px;
  border-radius: 100px;
  display: none;
}
.forms .select-field .form-check .form-yes {
  min-width: 300px;
}
.forms .select-field .form-check input:checked + .form-option {
  background: #171923;
  border-color: #171923;
  color: #fff;
}
.forms .select-field .form-check input:checked + .form-option .icon {
  color: black;
  background: #70bdb1;
}
.forms .select-field.select-range .form-check {
  flex: 1;
}
.forms .select-field.select-range .form-option {
  min-width: revert;
}
.forms .select-field.select-range .form-option .icon {
  display: none;
}
.forms .input-with-unit {
  display: flex;
  gap: 10px;
}
.forms .input-with-unit .unit {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-align: center;
  border-radius: 12px;
  color: rgb(100, 103, 107);
  font-size: 14px;
  background: rgb(245, 245, 245);
}
.forms .input-with-unit .range-value {
  width: 80px;
  font-size: 18px;
}
.forms .input-with-unit .range-value.active {
  color: white;
  background: #171923;
}
.forms .form-check-other {
  flex-basis: 100%;
  margin-right: 100%;
}
.forms .form-check-other .other-input {
  display: none;
  border: none;
  outline: none;
  background: transparent;
  margin-left: 6px;
  font-size: 16px;
  color: inherit;
  flex: 1 !important;
  min-width: 260px;
  max-width: 500px;
}
.forms .form-check-other input:checked + .form-option .option-text {
  display: none;
}
.forms .form-check-other input:checked + .form-option .other-input {
  display: inline-block;
}
.forms .file-drop {
  cursor: pointer;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 16px;
  border: dashed 0.1em #e5e7eb;
}
.forms .file-drop .icon {
  font-weight: 300;
  font-size: 28px !important;
  color: rgb(128, 131, 137);
}
.forms .file-drop .hint {
  color: rgb(128, 131, 137) !important;
  margin: 0 !important;
}
.forms .file-drop .to-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 10px;
}
.forms .file-drop .to-upload .hint, .forms .file-drop .to-upload .icon {
  color: #171923 !important;
}
.forms .file-drop.dragover {
  border-color: #c7c8cb;
  background: rgba(0, 0, 0, 0.04);
}

.forms .section-title {
  padding: 0 20px;
  margin-bottom: 26px;
}
.forms .section-title h4 {
  font-size: 18px;
}
.forms .section-title h4 span {
  margin-left: 5px;
  font-weight: 400;
  color: rgb(128, 131, 137);
  font-size: 15px;
}
.forms .question {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
}
.forms .question .title {
  display: flex;
  line-height: revert;
  font-size: 20px;
  font-weight: 500;
}
.forms .question .hint {
  font-size: 15px;
  color: rgb(100, 103, 107);
}
.forms .question .title {
  margin-bottom: 8px;
}
.forms .question .form-control, .forms .question .select-field, .forms .question .form-select, .forms .question .file-drop {
  margin-top: 16px !important;
}
.forms .question .input-with-unit {
  margin-top: 16px !important;
}
.forms .question .input-with-unit .form-control {
  margin-top: 0 !important;
}
.forms .buttons {
  margin-top: 46px;
  padding: 0 20px;
  display: flex;
}
.forms .buttons .prev, .forms .buttons .next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  min-width: 100px;
  font-size: 15px;
}
.forms .buttons .prev .icon, .forms .buttons .next .icon {
  font-size: 26px;
}
.forms .buttons .next {
  margin-left: auto;
}
.forms .card-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 26px;
  border: solid 0.1em #e5e7eb;
}
.forms .card-form .form-item {
  margin-bottom: 20px;
}
.forms .card-form .file-drop {
  margin-top: 20px;
}
.forms .card-form .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.forms .card-form .buttons {
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.modal .modal-content .modal-header, .modal .modal-content .modal-body, .modal .modal-content .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal .modal-content .modal-body p {
  font-size: 16px;
}

.biomarkers .dot {
  width: 10px;
  height: 10px;
}
.biomarkers .row .title {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.biomarkers .row .title .stats, .biomarkers .row .title .stat {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  color: rgb(128, 131, 137);
}
.biomarkers .row .title .stat {
  margin-left: 5px;
}
.biomarkers .biomarker .header {
  all: unset;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.biomarkers .biomarker .header .name {
  font-weight: 500;
  font-size: 16px;
  color: #444;
}
.biomarkers .biomarker .header .label {
  margin-left: auto;
  min-width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 4px 6px;
  font-size: 13px;
  color: white;
}
.biomarkers .biomarker .content {
  margin: 15px 0 20px 0;
  display: flex;
  align-items: center;
}
.biomarkers .biomarker .content .value {
  font-size: 22px;
  font-weight: 600;
  color: #171923;
}
.biomarkers .biomarker .content .value span {
  font-size: 18px;
  font-weight: 400;
  color: rgb(128, 131, 137);
}
.biomarkers .biomarker .content .reference {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  font-size: 14px;
  font-weight: 350;
  color: rgb(128, 131, 137);
  margin-top: 2px;
}
.biomarkers .biomarker .range {
  display: flex;
  width: 100%;
  height: 8px;
  gap: 4px;
  position: relative;
}
.biomarkers .biomarker .range span {
  background: #e2e4e6;
  position: relative;
}
.biomarkers .biomarker .range span .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 22px;
  border-radius: 10px !important;
  border: solid 0.08em white;
  background: #171923 !important;
}
.biomarkers .biomarker .range span.first, .biomarkers .biomarker .range span.out.low {
  border-radius: 8px 0 0 8px;
}
.biomarkers .biomarker .range span.last, .biomarkers .biomarker .range span:last-child {
  border-radius: 0 8px 8px 0;
}
.biomarkers .biomarker:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.04) 0 3px 5px;
}
.biomarkers.v2 .biomarker {
  background: rgb(245, 245, 245);
  border-color: rgb(245, 245, 245);
}
.biomarkers.v2 .biomarker .range span {
  background: rgb(216, 216, 216);
}

.range .range_10 {
  width: 10%;
}
.range .range_15 {
  width: 15%;
}
.range .range_20 {
  width: 20%;
}
.range .range_30 {
  width: 30%;
}
.range .range_40 {
  width: 40%;
}
.range .range_50 {
  width: 50%;
}
.range .range_60 {
  width: 60%;
}
.range .range_70 {
  width: 70%;
}
.range .range_80 {
  width: 80%;
}

.notes .row {
  padding: 0 20px;
}
.notes .col-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}
.notes .col-nav h4 {
  margin-bottom: 16px;
  padding-left: 8px;
}
.notes .col-nav .item {
  width: auto;
  min-width: 140px;
  padding: 10px 14px;
  display: flex;
  border-radius: 16px;
  border: solid 0.09em rgb(231, 231, 231);
  color: rgb(100, 103, 107);
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 10px;
}
.notes .col-nav .item.selected.red {
  background: #bf6e7a;
}
.notes .col-nav .item.selected.yellow {
  color: white;
  background: #D1C47B;
}
.notes .col-nav .item.selected.green {
  color: white;
  background: #70bdb1;
}
.notes .col-nav .item.selected {
  color: white;
  background: #171923 !important;
}
.notes .card {
  margin-bottom: 40px;
}
.notes .card .header {
  all: unset;
}
.notes .card.note, .notes .card.action {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding: 26px;
}
.notes .card.note .item, .notes .card.action .item {
  display: flex;
}
.notes .card.note .item .side, .notes .card.action .item .side {
  min-width: 130px;
  display: flex;
}
.notes .card.note .item .content, .notes .card.action .item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notes .card.note .side, .notes .card.action .side {
  display: flex;
  align-items: flex-start;
  padding-top: 3px;
}
.notes .card.note .side .name, .notes .card.action .side .name {
  font-size: 14px;
  font-weight: 400;
  color: rgb(100, 103, 107);
}
.notes .card.note .priority, .notes .card.action .priority {
  display: flex;
}
.notes .card.note .priority .label, .notes .card.action .priority .label {
  min-width: auto;
  height: revert;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 450;
}
.notes .card.note .content .header, .notes .card.action .content .header {
  font-weight: 500;
  font-size: 18px;
  color: #171923;
}
.notes .card.note .content .description, .notes .card.action .content .description {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.notes .card.note .content .description p, .notes .card.action .content .description p {
  color: #171923;
  font-size: 16px;
}
.notes .card.note .content .areas, .notes .card.action .content .areas {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.notes .card.note .content .areas .area, .notes .card.action .content .areas .area {
  font-size: 16px;
  border-radius: 12px;
  padding: 6px 10px;
  color: #171923;
  background: rgb(235, 234, 232);
}
.notes .card.note .content .bios, .notes .card.action .content .bios {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.notes .card.note .content .bios .bio, .notes .card.action .content .bios .bio {
  display: flex;
  background: rgb(252, 252, 252);
  gap: 2px;
  border-radius: 6px;
}
.notes .card.note .content .bios .bio:hover, .notes .card.action .content .bios .bio:hover {
  background: rgb(245, 245, 245);
}
.notes .card.note .content .bios .bio div, .notes .card.action .content .bios .bio div {
  cursor: pointer;
  width: 17.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 4px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 450;
}
.notes .card.note .content .bios .bio div:last-child, .notes .card.action .content .bios .bio div:last-child {
  border-right: none;
}
.notes .card.note .content .bios .bio .name, .notes .card.action .content .bios .bio .name {
  width: 30%;
}
.notes .card.note .content .bios .bio .label, .notes .card.action .content .bios .bio .label {
  font-size: 13px;
  height: auto;
  min-width: auto;
  padding: 2px 8px;
}
.notes .card.note .content .bios .bio.header, .notes .card.action .content .bios .bio.header {
  border-radius: 6px;
  overflow: hidden;
  flex-direction: row;
  padding: 0;
  margin-bottom: 0;
}
.notes .card.note .content .bios .bio.header div, .notes .card.action .content .bios .bio.header div {
  background: rgb(245, 244, 242);
  cursor: revert;
}
.notes .card.note .content .bios .bio.header .name, .notes .card.note .content .bios .bio.header .value, .notes .card.note .content .bios .bio.header .reference, .notes .card.note .content .bios .bio.header .unit, .notes .card.note .content .bios .bio.header .label-wrapper, .notes .card.action .content .bios .bio.header .name, .notes .card.action .content .bios .bio.header .value, .notes .card.action .content .bios .bio.header .reference, .notes .card.action .content .bios .bio.header .unit, .notes .card.action .content .bios .bio.header .label-wrapper {
  color: #444;
}
.notes .card.note .content .bios .bio.header:hover, .notes .card.action .content .bios .bio.header:hover {
  background: transparent;
}
.notes .card.note .content .tasks, .notes .card.note .content .hints, .notes .card.action .content .tasks, .notes .card.action .content .hints {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notes .card.note .content .task, .notes .card.note .content .hint, .notes .card.action .content .task, .notes .card.action .content .hint {
  display: flex;
  gap: 10px;
  border-radius: 12px;
}
.notes .card.note .content .task, .notes .card.action .content .task {
  padding: 5px 0;
}
.notes .card.note .content .hint, .notes .card.action .content .hint {
  padding: 10px;
  background: rgb(241, 241, 241);
}
.notes .protocol-area-title {
  margin-bottom: 20px;
}
.notes .card.action .item.header {
  display: flex;
}
.notes .card.action .item.header .label {
  padding: 6px 12px;
}
.notes .card.action .item.header .area {
  color: white;
  background: #171923;
  margin-right: auto;
}
.notes .card.action .areas {
  margin-bottom: 0 !important;
}
.notes .card.action .area {
  font-size: 15px !important;
  padding: 6px 12px !important;
  background: rgb(235, 234, 232) !important;
}
.notes .card.action .area.priority {
  margin-left: auto;
  color: #171923 !important;
  background: rgb(229, 231, 235) !important;
}
.notes .card.action .area.priority.red {
  color: white !important;
  background: #bf6e7a !important;
}
.notes .card.action .area.priority.yellow {
  color: white !important;
  background: #D1C47B !important;
}
.notes .card.action .area.priority.green {
  color: white !important;
  background: #70bdb1 !important;
}
.notes .card.action .why-matters p {
  font-size: 16px;
  color: #666;
}
.notes .card.action .hint p {
  color: #171923;
}

.protocol .row {
  gap: 26px;
}
.protocol .pr-nav {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
  gap: 20px;
}
.protocol .pr-nav .signals .name {
  display: flex;
  padding: 0;
  margin-bottom: 10px;
}
.protocol .pr-nav .signals .name .label {
  all: unset;
  color: #171923;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  width: auto;
  border-radius: 0;
}
.protocol .pr-nav .signals .items {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.protocol .pr-nav .signals .items .item {
  border: 0;
}
.protocol .pr-nav .signals .items .item:hover {
  color: #171923;
}
.protocol .pr-nav .signals .items .item.selected {
  color: white;
  background: #171923;
}
.protocol .pr-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.protocol .pr-content .card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  gap: 16px;
}
.protocol .pr-content .item {
  margin: 0;
}
.protocol .pr-content .item.header {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0;
}
.protocol .pr-content .item.header h4 {
  font-size: 18px;
}
.protocol .pr-content .item.header .priority {
  margin-left: auto;
}
.protocol .pr-content .item.title h4 {
  font-size: 18px;
}
.protocol .pr-content .item.description {
  color: rgb(100, 103, 107);
  font-size: 16px;
}
.protocol .pr-content .item.select-all {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.protocol .pr-content .item.select-all .button {
  width: auto;
}
.protocol .pr-content .item.tasks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
}
.protocol .pr-content .task {
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  background: rgb(246, 246, 246);
  border: solid 1px transparent;
}
.protocol .pr-content .task:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.04) 0 3px 5px;
}
.protocol .pr-content .task .marker {
  max-width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.protocol .pr-content .task .marker .todo {
  display: block;
}
.protocol .pr-content .task .marker .checked {
  display: none;
}
.protocol .pr-content .task .action-content {
  display: flex;
  flex-direction: column;
}
.protocol .pr-content .task .name-wrapper {
  display: flex;
  align-items: center;
}
.protocol .pr-content .task .name {
  flex: 1;
  font-size: 16px;
  color: #171923;
  font-weight: 450;
  padding-right: 10px;
}
.protocol .pr-content .task .areas {
  margin-left: auto;
  display: flex;
  gap: 4px;
}
.protocol .pr-content .task .areas .area {
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 14px;
  color: #171923;
  background: #e2e4e6;
}
.protocol .pr-content .task .description {
  margin-top: 4px;
  font-size: 16px;
  color: rgb(100, 103, 107);
}
.protocol .pr-content .task .buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.protocol .pr-content .task .buttons .button {
  padding: 4px 12px;
  font-size: 14px;
  background: white;
}
.protocol .pr-content .task .buttons .button:hover {
  background: white;
}
.protocol .pr-content .task .buttons .button.active {
  color: white;
  background: #171923;
}
.protocol .pr-content .task.checked .marker .todo {
  display: none;
}
.protocol .pr-content .task.checked .marker .checked {
  display: block;
}
.protocol .pr-content .task.checked .description {
  color: #171923;
}
.protocol .pr-meta {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}
.protocol .pr-meta .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.protocol .pr-meta .content h4 {
  font-size: 14px;
  display: none;
}
.protocol .pr-meta .content .item {
  padding: 12px;
  border-radius: 10px;
  font-size: 15px;
  background: rgb(246, 246, 246);
}
.protocol .pr-meta .content .item.hints {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.protocol .pr-meta .content .item.hints p {
  font-size: 14px;
  color: #171923;
}
.protocol .pr-meta .content .item.stats .stat {
  display: flex;
  font-size: 15px;
}
.protocol .pr-meta .content .item.stats .stat .count {
  margin-left: auto;
}
.protocol .label {
  padding: 4px 8px;
  font-size: 14px;
  min-width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 16px;
}
.protocol .pr-content .task.checked, .protocol .pr-meta .item.stats {
  background: #EAF3EF;
  border: 1px solid #DDE8E3;
}
.protocol .buttons-nav {
  display: flex;
}
.protocol .buttons-nav .prev, .protocol .buttons-nav .next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  min-width: 100px;
  font-size: 15px;
}
.protocol .buttons-nav .prev .icon, .protocol .buttons-nav .next .icon {
  font-size: 26px;
}
.protocol .buttons-nav .next {
  margin-left: auto;
}
.protocol .buttons-wrapper {
  display: flex;
  align-items: flex-start;
}
.protocol .buttons-wrapper .feedback-wrapper-2 {
  flex: 1;
}
.protocol .buttons-wrapper .feedback {
  display: flex;
}
.protocol .buttons-wrapper .feedback .side {
  font-size: 14px;
  color: rgb(128, 131, 137);
  margin-right: 10px;
  padding-top: 6px;
}
.protocol .buttons-wrapper .feedback .content {
  flex: 1;
  padding-right: 10px;
}
.protocol .buttons-wrapper .feedback .feedback-buttons {
  flex: 1;
  width: 100%;
}
.protocol .buttons-wrapper .feedback .feedback-notes {
  margin-top: 10px;
}
.protocol .buttons-wrapper .feedback .feedback-input {
  margin-top: 20px;
}
.protocol .buttons-wrapper .select-all {
  margin-left: auto;
  width: 96px;
}

.health-profile .wrapper-answers {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.health-profile .answers .card {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.health-profile .answers .area {
  font-size: 14px;
  color: rgb(128, 131, 137);
}
.health-profile .answers .question {
  font-size: 16px;
  font-weight: 500;
}
.health-profile .answers .answer {
  padding: 0 10px;
}
.health-profile .answers .answer p {
  font-size: 16px;
}

.admin .section-title {
  display: flex;
  align-items: center;
}
.admin .section-title .button {
  margin-left: auto;
}
.admin .users-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding: 0 20px;
}
.admin .users-list .row {
  padding: 10px;
  gap: 0;
  align-items: center;
  border-bottom: solid 0.1em #e5e7eb;
  box-sizing: border-box !important;
}
.admin .users-list .row.row-header {
  border-radius: 12px;
  position: sticky;
  top: 66px;
  padding: 4px 10px;
  background: rgb(234, 236, 239);
  z-index: 1;
  font-size: 15px;
}
.admin .users-list .col {
  display: flex;
  justify-content: center;
}
.admin .users-list .col:last-child {
  padding-right: 0;
}
.admin .users-list .col .button {
  width: auto !important;
  display: flex;
  padding: 4px 8px;
  border-radius: 12px;
  gap: 4px;
  font-size: 14px;
}
.admin .users-list .col.link .button {
  padding: 4px 14px;
}
.admin .users-list .col.todo .icon {
  font-size: 15px;
  border-radius: 50%;
}
.admin .users-list .col.todo .icon:before {
  content: "circle";
}
.admin .users-list .col.done .icon {
  font-size: 15px;
  border-radius: 50%;
  background: #70bdb1;
  color: white;
}
.admin .users-list .col.done .icon:before {
  content: "check_small";
}
.admin .users-list .col.disabled .button {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  color: rgb(100, 103, 107);
  background: white;
}
.admin .users-list .name {
  min-width: 12%;
  max-width: 12%;
}
.admin .users-list .results {
  flex: 1;
}
.admin .users-list .labs, .admin .users-list .profile, .admin .users-list .analyse {
  min-width: 10%;
  max-width: 10%;
}
.admin .users-list .link {
  min-width: 8%;
  max-width: 8%;
}
.admin .users-list .name, .admin .users-list .results {
  justify-content: unset;
}
.admin .users-list .name {
  flex-direction: column;
}
.admin .users-list .name .email {
  font-size: 15px;
  color: rgb(128, 131, 137);
}
.admin .users-list .results, .admin .users-list .stats {
  gap: 8px;
}
.admin .users-list .results .stat, .admin .users-list .stats .stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-right: solid 0.1em #e5e7eb;
  font-size: 15px;
  padding-right: 8px;
  gap: 3px;
}
.admin .users-list .results .stat:last-child, .admin .users-list .stats .stat:last-child {
  border-right: 0;
}
.admin .users-list .results .stat .dot, .admin .users-list .stats .stat .dot {
  width: 8px;
  height: 8px;
}
.admin .users-list .results .stat .number, .admin .users-list .stats .stat .number {
  display: flex;
  justify-content: center;
  min-width: 18px;
  border-radius: 6px;
}

.feedback .feedback-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feedback .feedback-buttons {
  display: flex;
  gap: 2px;
  align-items: center;
}
.feedback .icon {
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  font-size: 20px;
  color: rgb(128, 131, 137);
}
.feedback .icon:hover {
  color: #171923;
  background: rgb(235, 234, 232);
}
.feedback .icon.active, .feedback .icon.active:hover {
  color: white;
  background: #171923;
}
.feedback .feedback-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
}
.feedback .feedback-input textarea {
  padding: 16px;
  width: 100%;
  resize: none;
  border-radius: 15px;
  border: solid 0.1em #e5e7eb;
  min-height: 100px;
}
.feedback .feedback-input .button {
  margin-left: auto;
  margin-top: 10px;
}
.feedback .feedback-notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feedback .feedback-notes .item {
  display: flex;
  align-items: flex-start;
  background: rgb(252, 252, 252);
  border-radius: 4px 4px 0 0;
  padding: 2px 2px 2px 0;
}
.feedback .feedback-notes .item:hover {
  background: rgb(245, 245, 245);
}
.feedback .feedback-notes .item .icon {
  padding: 4px;
}
.feedback .feedback-notes .item .icon.delete:hover {
  color: white;
  background: #bf5968;
}
.feedback .feedback-notes .item p {
  padding: 5px 5px 5px 10px;
  font-size: 15px;
  color: rgb(100, 103, 107);
  width: 100%;
}
.feedback .feedback-notes .item p.positive {
  border-left: solid 4px #70bdb1;
}
.feedback .feedback-notes .item p.negative {
  border-left: solid 4px #bf6e7a;
}
.feedback .feedback-notes .item p.neutral {
  border-left: solid 4px gray;
}
.feedback .feedback-buttons-under {
  width: 100%;
  justify-content: flex-end !important;
  margin-top: 26px;
}
.feedback .feedback-buttons-under .button {
  margin: 0 0 0 20px;
}

.pipeline .row {
  padding: 0 20px;
}
.pipeline .card.steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: rgb(244, 244, 244);
  border-color: rgb(244, 244, 244);
}
.pipeline .card.steps .title {
  color: #171923;
}
.pipeline .card.steps .step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pipeline .card.steps .name {
  font-size: 16px;
  color: rgb(128, 131, 137);
}
.pipeline .card.steps .icon.todo {
  width: 22px;
  height: 22px;
  border: 2px dashed #999;
  border-radius: 50%;
  display: inline-block;
}
.pipeline .card.steps .icon.done, .pipeline .card.steps .icon.doing {
  border-radius: 50%;
  font-size: 22px;
}
.pipeline .card.steps .icon.doing {
  display: inline-block;
  animation: spin 1.5s linear infinite;
}
.pipeline .card.steps .icon.done {
  color: white;
  background: #171923;
}
.pipeline .card.steps .step .icon.done, .pipeline .card.steps .step .icon.doing {
  display: none;
}
.pipeline .card.steps .step.doing .icon.done, .pipeline .card.steps .step.doing .icon.todo {
  display: none;
}
.pipeline .card.steps .step.doing .icon.doing {
  display: block;
  color: rgb(100, 103, 107);
}
.pipeline .card.steps .step.doing .name {
  color: rgb(100, 103, 107);
}
.pipeline .card.steps .step.done .icon.doing, .pipeline .card.steps .step.done .icon.todo {
  display: none;
}
.pipeline .card.steps .step.done .icon.done {
  display: block;
}
.pipeline .card.steps .step.done .name {
  color: #171923;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
