@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;
}

.protocol .filters .area.all.selected {
  color: white;
  background: #171923;
  border-color: #171923 !important;
}
.protocol .filters .area.nutrition.selected {
  background: rgb(235, 246, 244);
  color: rgb(112, 173, 166);
  border-color: rgb(112, 173, 166) !important;
}
.protocol .filters .area.activity.selected {
  background: rgb(239, 235, 247);
  color: rgb(150, 127, 195);
  border-color: rgb(150, 127, 195) !important;
}
.protocol .filters .area.sleep_and_recovery.selected {
  background: rgb(237, 239, 249);
  color: rgb(126, 139, 216);
  border-color: rgb(126, 139, 216) !important;
}
.protocol .filters .area.substances.selected {
  background: rgb(248, 236, 240);
  color: rgb(201, 135, 154);
  border-color: rgb(201, 135, 154) !important;
}

.protocol .filters.v2 .area.nutrition.selected {
  color: white;
  background: rgb(112, 173, 166);
  border-color: rgb(112, 173, 166) !important;
}
.protocol .filters.v2 .area.activity.selected {
  color: white;
  background: rgb(150, 127, 195);
  border-color: rgb(150, 127, 195) !important;
}
.protocol .filters.v2 .area.sleep_and_recovery.selected {
  color: white;
  background: rgb(126, 139, 216);
  border-color: rgb(126, 139, 216) !important;
}
.protocol .filters.v2 .area.substances.selected {
  color: white;
  background: rgb(201, 135, 154);
  border-color: rgb(201, 135, 154) !important;
}

.protocol .task.nutrition {
  border-left: solid 3px rgb(112, 173, 166);
}
.protocol .task.nutrition .area .icon {
  color: rgb(112, 173, 166);
  background: rgb(235, 246, 244);
}
.protocol .task.nutrition .area .name {
  color: rgb(112, 173, 166);
}
.protocol .task.activity {
  border-left: solid 3px rgb(150, 127, 195);
}
.protocol .task.activity .area .icon {
  color: rgb(150, 127, 195);
  background: rgb(239, 235, 247);
}
.protocol .task.activity .area .name {
  color: rgb(150, 127, 195);
}
.protocol .task.sleep_and_recovery {
  border-left: solid 3px rgb(126, 139, 216);
}
.protocol .task.sleep_and_recovery .area .icon {
  color: rgb(126, 139, 216);
  background: rgb(237, 239, 249);
}
.protocol .task.sleep_and_recovery .area .name {
  color: rgb(126, 139, 216);
}
.protocol .task.substances {
  border-left: solid 3px rgb(201, 135, 154);
}
.protocol .task.substances .area .icon {
  color: rgb(201, 135, 154);
  background: rgb(248, 236, 240);
}
.protocol .task.substances .area .name {
  color: rgb(201, 135, 154);
}

.protocol .task.v2 .area, .protocol .task.v3 .area {
  padding: 4px 12px 4px 8px;
  border-radius: 10px;
}
.protocol .task.v2 .area .icon, .protocol .task.v3 .area .icon {
  padding: 0 !important;
  background: transparent;
  color: white;
}
.protocol .task.v2 .area .name, .protocol .task.v3 .area .name {
  color: white;
}

.protocol .task.v2.nutrition .area {
  background: rgb(112, 173, 166);
}
.protocol .task.v2.nutrition .area .icon {
  background: rgb(112, 173, 166);
}
.protocol .task.v2.activity .area {
  background: rgb(150, 127, 195);
}
.protocol .task.v2.activity .area .icon {
  background: rgb(150, 127, 195);
}
.protocol .task.v2.sleep_and_recovery .area {
  background: rgb(126, 139, 216);
}
.protocol .task.v2.sleep_and_recovery .area .icon {
  background: rgb(126, 139, 216);
}
.protocol .task.v2.substances .area {
  background: rgb(201, 135, 154);
}
.protocol .task.v2.substances .area .icon {
  background: rgb(201, 135, 154);
}

.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.plum {
  background: aliceblue;
}

.button.disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
  pointer-events: none !important;
  user-select: none;
}

.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: 100;
}
.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-item.info {
  background: transparent !important;
  cursor: unset !important;
  pointer-events: none !important;
  font-size: 14px;
  color: rgb(128, 131, 137);
}
.dropdown .dropdown-menu .dropdown-item.button {
  border: 0;
}
.dropdown .dropdown-menu .dropdown-divider {
  margin: 6px;
  background: aliceblue !important;
}
.dropdown .dropdown-menu .dropdown-item.delete {
  color: indianred;
}

.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%;
  }
}
.wrapper-auth {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cato-auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
  margin: 0 auto;
  gap: 36px;
  box-sizing: border-box;
}
.cato-auth .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 60px 0 70px 0;
}
.cato-auth .logo img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cato-auth .logo h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1f2421;
  border: 0;
}
.cato-auth .cato-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.cato-auth .cato-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cato-auth .cato-tos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.cato-auth .cato-tos p {
  margin: 0;
  text-align: center;
  max-width: 280px;
  line-height: 1.5;
}
.cato-auth .cato-tos p, .cato-auth .cato-tos a {
  color: #8b8f8c;
  font-size: 14px;
}
.cato-auth .cato-tos a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#firebaseui-auth-container {
  background: transparent;
}

.firebaseui-card-content .firebaseui-idp-list {
  margin-top: 0;
  margin-bottom: 0;
}
.firebaseui-card-content .firebaseui-idp-list li {
  padding: 0 !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.firebaseui-card-content .firebaseui-idp-list li:last-child {
  margin-bottom: 0;
}

.firebaseui-container {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.firebaseui-tos {
  display: none;
}

button {
  box-shadow: none !important;
  transition: none !important;
  border-radius: 22px !important;
  padding: 0 20px !important;
  border: solid 0.1em rgb(212, 212, 212) !important;
}

.firebaseui-idp-button {
  all: revert;
  border: none;
  padding: 12px 25px !important;
  width: 100% !important;
  cursor: pointer;
  background: white !important;
}

.firebaseui-idp-button:hover {
  background: rgb(236, 236, 236) !important;
}

.firebaseui-idp-icon-wrapper img {
  width: 20px;
  height: 20px;
}

.firebaseui-idp-password .firebaseui-idp-icon-wrapper img {
  width: 25px;
  height: 25px;
  filter: grayscale(100%) brightness(0) invert(0);
}

.firebaseui-idp-button:hover .firebaseui-idp-text-long:after {
  color: black !important;
}

.firebaseui-idp-text-long {
  visibility: hidden;
}

.firebaseui-idp-text-long:after {
  all: revert;
  visibility: visible;
  display: flex;
  font-size: 15px;
  margin: -16px 0 0 -5px;
  color: black !important;
}

.firebaseui-idp-password .firebaseui-idp-text-long:after {
  content: "Continue with Email";
}

.firebaseui-idp-google .firebaseui-idp-text-long:after {
  content: "Continue with Google";
}

.firebaseui-id-page-sign-in, .firebaseui-id-page-password-sign-in,
.firebaseui-id-page-password-sign-up,
.firebaseui-id-page-password-recovery,
.firebaseui-id-page-password-recovery-email-sent,
.firebaseui-id-page-federated-linking {
  box-shadow: none;
  min-width: 360px;
  padding: 0 !important;
  border-radius: 20px !important;
  background: white !important;
  border: solid 0.07em rgb(212, 212, 212);
}

.firebaseui-title {
  font-weight: 400;
  display: flex;
  justify-content: center;
}

.firebaseui-input-invalid {
  border-bottom: solid 2px indianred !important;
}

.firebaseui-error-wrapper p {
  color: indianred !important;
}

.firebaseui-id-submit {
  color: white;
  background: #171923 !important;
  font-weight: 400;
}

.firebaseui-id-secondary-link {
  font-weight: 400;
  color: black !important;
}

.mdl-textfield__label::after {
  background: #171923 !important;
  height: 2px;
}

.firebaseui-info-bar {
  position: absolute;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-left: -36px !important;
  padding: 20px !important;
  border: none !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 16px;
  background: black !important;
}
.firebaseui-info-bar p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
  color: white !important;
}

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