@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=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&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=Inter:opsz,wght@14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@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=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
.hidden {
  display: none !important;
}

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

html, body {
  margin: 0;
}

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

.card, .label, .tag, .row, .col, .table, .hero {
  all: revert;
}

.textarea {
  all: revert;
}

button {
  all: unset;
  cursor: pointer;
}

ul {
  list-style: none;
}

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

.w1, .w2, .w3, .w4 {
  width: 100%;
}

.w1 {
  max-width: 1120px !important;
}

.w2 {
  max-width: 900px !important;
}

.w3 {
  max-width: 800px !important;
}

.w4 {
  max-width: 740px !important;
}

body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: padding-left 180ms ease;
  padding-left: 240px;
}

aside {
  background: white;
}

aside {
  width: 240px;
  height: 100dvh;
  min-height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  transition: width 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  z-index: 1;
}

body.aside-collapsed {
  padding-left: 60px;
}
body.aside-collapsed aside {
  width: 60px;
}

.aside-toggle-header, .aside-toggle-responsive, .menu-toggle, .menu-show-chat {
  display: none;
}

footer {
  position: sticky;
  bottom: 0;
  margin-top: auto;
}

body.wrapper-w1 header, body.wrapper-w1 main, body.wrapper-w1 footer, body.wrapper-w1 .blur {
  width: 100%;
  max-width: 1120px;
}

body.wrapper-w2 header, body.wrapper-w2 main, body.wrapper-w2 footer, body.wrapper-w2 .blur {
  width: 100%;
  max-width: 900px;
}

body.wrapper-w3 header, body.wrapper-w3 main, body.wrapper-w3 footer, body.wrapper-w3 .blur {
  width: 100%;
  max-width: 800px;
}

body.wrapper-w4 header, body.wrapper-w4 main, body.wrapper-w4 footer, body.wrapper-w4 .blur {
  width: 100%;
  max-width: 740px;
}

body.no-aside {
  padding-left: 0 !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

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

.dev {
  background: aliceblue;
}
.dev aside {
  background: lavender;
}
.dev header {
  background: plum;
}
.dev main {
  background: lavender;
}
.dev footer {
  background: paleturquoise;
}
@media (max-width: 1200px) {
  .dev {
    background: lightblue;
  }
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.dot.green-dark {
  background: #4a8e82;
}
.dot.green {
  background: #70bdb1;
}
.dot.yellow {
  background: #D1C47B;
}
.dot.red {
  background: #bf6e7a;
}

.label.optimal, .label.green-dark {
  background: #4a8e82;
}
.label.normal, .label.normal_high, .label.normal_low, .label.green {
  background: #70bdb1;
}
.label.abnormal, .label.abnormal_high, .label.abnormal_low, .label.yellow {
  background: #D1C47B;
}
.label.critical, .label.critical_high, .label.critical_low, .label.red {
  background: #bf6e7a;
}
.label.admin, .label.super {
  background: palevioletred;
}
.label.clinician, .label.doctor {
  background: rosybrown;
}
.label.user {
  background: cornflowerblue;
}
.label.todo {
  border: solid 0.09em rgb(225, 225, 225);
  color: #66696f;
  background: rgb(247, 247, 245);
}
.label.done {
  border-color: #4a8e82;
  color: #4a8e82;
  background: rgba(74, 142, 130, 0.12);
}

.biomarker.optimal .label, .biomarker.optimal .range span.optimal {
  background: #4a8e82;
}
.biomarker.normal .label, .biomarker.normal .range span.normal {
  background: #70bdb1;
}
.biomarker.normal_low .label, .biomarker.normal_low .range span.normal_low {
  background: #70bdb1;
}
.biomarker.normal_high .label, .biomarker.normal_high .range span.normal_high {
  background: #70bdb1;
}
.biomarker.abnormal_low .label, .biomarker.abnormal_low .range span.abnormal_low {
  background: #D1C47B;
}
.biomarker.abnormal_high .label, .biomarker.abnormal_high .range span.abnormal_high {
  background: #D1C47B;
}
.biomarker.critical_low .label, .biomarker.critical_low .range span.critical_low {
  background: #bf6e7a;
}
.biomarker.critical_high .label, .biomarker.critical_high .range span.critical_high {
  background: #bf6e7a;
}

.card.note .tag,
header .menu .buttons .button {
  border-style: solid;
  border-width: 0.09em;
}

.card.note .tag.red,
.note.high.active,
header .menu .buttons .button[data-target=high].active {
  border-color: rgba(191, 110, 122, 0.68) !important;
  color: #9f4f5b !important;
  background: rgba(191, 110, 122, 0.22) !important;
}

.card.note .tag.yellow,
.note.borderline.active,
header .menu .buttons .button[data-target=borderline].active {
  border-color: rgba(209, 196, 123, 0.95) !important;
  color: #6f641f !important;
  background: rgba(209, 196, 123, 0.48) !important;
}

.card.note .tag.green,
.note.normal.active,
header .menu .buttons .button[data-target=normal].active {
  border-color: rgba(112, 189, 177, 0.56) !important;
  color: #3f8f85 !important;
  background: rgba(112, 189, 177, 0.17) !important;
}

.card.note .tag.green-dark,
.note.optimal.active,
header .menu .buttons .button[data-target=optimal].active {
  border-color: rgba(74, 142, 130, 0.92) !important;
  color: #2f665d !important;
  background: rgba(74, 142, 130, 0.34) !important;
}

.note.high, .note.high:active {
  background: rgba(191, 110, 122, 0.08) !important;
  border-color: rgba(191, 110, 122, 0.46) !important;
  color: #b09095 !important;
}

.note.borderline, .note.borderline:active {
  background: rgba(209, 196, 123, 0.09) !important;
  border-color: rgba(209, 196, 123, 0.55) !important;
  color: #a8a080 !important;
}

.note.normal, .note.normal:active {
  background: rgba(112, 189, 177, 0.06) !important;
  border-color: rgba(112, 189, 177, 0.45) !important;
  color: #8ab8b3 !important;
}

.note.optimal, .note.optimal:active {
  background: rgba(74, 142, 130, 0.07) !important;
  border-color: rgba(74, 142, 130, 0.48) !important;
  color: #7aada7 !important;
}

.nutrition .tag,
button.nutrition.active,
.button.nutrition.active,
.headlines .subheader.nutrition {
  color: rgb(80, 156, 191) !important;
  background: rgb(216, 238, 246) !important;
}

.activity .tag,
button.activity.active,
.button.activity.active,
.headlines .subheader.activity {
  color: rgb(121, 95, 170) !important;
  background: rgb(245, 235, 247) !important;
}

.sleep_and_recovery .tag,
button.sleep_and_recovery.active,
.button.sleep_and_recovery.active,
.headlines .subheader.sleep_and_recovery {
  color: rgb(103, 120, 213) !important;
  background: rgb(237, 239, 249) !important;
}

.substances .tag,
button.substances.active,
.button.substances.active,
.headlines .subheader.substances {
  color: rgb(136, 117, 89) !important;
  background: rgb(241, 233, 222) !important;
}

.supplements .tag,
button.supplements.active,
.button.supplements.active {
  color: rgb(72, 94, 112) !important;
  background: rgb(226, 234, 240) !important;
}

.button.nutrition, .button:active.nutrition {
  color: rgba(80, 156, 191, 0.55) !important;
  background: rgba(216, 238, 246, 0.35) !important;
  border-color: rgba(80, 156, 191, 0.35) !important;
}

.button.activity, .button:active.activity {
  color: rgba(121, 95, 170, 0.55) !important;
  background: rgba(245, 235, 247, 0.35) !important;
  border-color: rgba(121, 95, 170, 0.35) !important;
}

.button.sleep_and_recovery, .button:active.sleep_and_recovery {
  color: rgba(103, 120, 213, 0.55) !important;
  background: rgba(237, 239, 249, 0.35) !important;
  border-color: rgba(103, 120, 213, 0.35) !important;
}

.button.substances, .button:active.substances {
  color: rgba(136, 117, 89, 0.55) !important;
  background: rgba(241, 233, 222, 0.35) !important;
  border-color: rgba(136, 117, 89, 0.35) !important;
}

.button.supplements, .button:active.supplements {
  color: rgba(72, 94, 112, 0.55) !important;
  background: rgba(226, 234, 240, 0.35) !important;
  border-color: rgba(72, 94, 112, 0.35) !important;
}

.chat-row .button.biomarkers.active, .chat-row .button.biomarkers:active,
.chat-row .button.clinical-notes.active, .chat-row .button.clinical-notes:active,
.chat-row .button.protocol.active, .chat-row .button.protocol:active {
  margin: 0 !important;
  color: #66696f !important;
  background: #f8f8f8 !important;
  border-color: #e5e7eb !important;
}

.card .index.nutrition {
  background: rgb(216, 238, 246);
}
.card .index.activity {
  background: rgb(245, 235, 247);
}
.card .index.sleep_and_recovery {
  background: rgb(237, 239, 249);
}
.card .index.supplements {
  background: rgb(226, 234, 240);
}

.food-group .header .icon.green {
  border-color: rgba(112, 189, 177, 0.56) !important;
  color: #3f8f85 !important;
  background: rgba(112, 189, 177, 0.17) !important;
}

.food-group .header .icon.red {
  border-color: rgba(191, 110, 122, 0.68) !important;
  color: #9f4f5b !important;
  background: rgba(191, 110, 122, 0.22) !important;
}

.context-selected[data-ctx=nutrition] span {
  color: rgb(80, 156, 191) !important;
  background: rgb(216, 238, 246) !important;
}

.context-selected[data-ctx=activity] span {
  color: rgb(121, 95, 170) !important;
  background: rgb(245, 235, 247) !important;
}

.context-selected[data-ctx=sleep] span {
  color: rgb(103, 120, 213) !important;
  background: rgb(237, 239, 249) !important;
}

.context-selected[data-ctx=supplements] span {
  color: rgb(72, 94, 112) !important;
  background: rgb(226, 234, 240) !important;
}

:root {
  --font-mono: "Geist Mono";
  --font-app: "Geist";
}

body {
  font-family: var(--font-app), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  color: black;
  line-height: 1.45;
  letter-spacing: -0.005em;
}
body.font-ibm {
  --font-app: "IBM Plex Sans";
}
body.font-geist {
  --font-app: "Geist";
}
body.font-inter {
  --font-app: "Inter";
}
body.font-dm-sans {
  --font-app: "DM Sans";
}
body.font-manrope {
  --font-app: "Manrope";
}
body.font-jakarta {
  --font-app: "Plus Jakarta Sans";
}
body.font-outfit {
  --font-app: "Outfit";
}
body.font-space-grotesk {
  --font-app: "Space Grotesk";
}
body.font-plex {
  --font-app: "IBM Plex Sans";
}
body.font-figtree {
  --font-app: "Figtree";
}
body.font-onest {
  --font-app: "Onest";
}
body.font-albert {
  --font-app: "Albert Sans";
}
body.font-sora {
  --font-app: "Sora";
}

.font-mono {
  font-family: var(--font-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

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

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  font-size: 0.96rem;
}

.row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
}

.col {
  flex: 1;
}

.profile {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: 0;
  align-items: center;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
  width: 100%;
  gap: 12px;
  padding: 10px 13px;
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  transition: background-color 220ms ease, padding 180ms ease, gap 180ms ease;
}
.profile:hover {
  background: rgb(247, 247, 245);
}
.profile .profile-pic {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  color: white;
  background: black;
}
.profile .profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.profile .profile-initial {
  font-size: 0.875rem;
  white-space: nowrap;
}
.profile .profile-meta {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  max-width: 160px;
  opacity: 1;
  overflow: hidden;
  transition: max-width 180ms ease, opacity 120ms ease;
}
.profile .profile-meta .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  color: black;
}
.profile .profile-meta .email {
  font-size: 0.875rem;
  color: #a0a3a9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pattern-circle {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(251, 251, 250, 0.55), rgba(251, 251, 250, 0.55)), repeating-radial-gradient(circle at 100% -20px, transparent 0 118px, rgb(216, 219, 222) 119px 120px, transparent 121px 198px), radial-gradient(circle, rgb(224, 227, 230) 0 0.9px, transparent 1px) 0 0/22px 22px, #fbfbfa;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 40px;
  border-radius: 20px;
  background: rgb(247, 247, 245);
}
.hero .logo img {
  width: 40px;
  height: 40px;
}
.hero .text {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 10px;
}
.hero .text p {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.0625rem);
  font-weight: 450;
}

body {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-content: revert;
  align-items: revert;
}

.aside-auth {
  flex: 1;
  background: rgb(248, 248, 248);
}

main {
  flex: 1;
  justify-content: center;
}

.aside-auth {
  position: relative;
  height: 100dvh;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.aside-auth .aside-hero {
  flex: none;
  min-height: 100dvh;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.85)), url("../back_2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.aside-auth .aside-hero-kicker span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: black;
}
.aside-auth .aside-hero-kicker span em {
  font-style: normal;
  font-weight: 300;
}
.aside-auth .aside-hero-title {
  margin: auto 0 28px;
}
.aside-auth .aside-hero-title span {
  display: block;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.08;
  color: black;
}
.aside-auth .aside-hero-sub {
  max-width: 360px;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.6;
  color: #66696f;
  margin-bottom: 28px;
}
.aside-auth .aside-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: #171923;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.1px;
  padding: 13px 26px;
  border-radius: 100px;
  transition: opacity 0.2s, transform 0.2s;
}
.aside-auth .aside-hero-cta .icon {
  font-size: 18px;
  transition: transform 0.2s;
}
.aside-auth .aside-hero-cta:hover {
  opacity: 0.88;
}
.aside-auth .aside-hero-cta:hover .icon {
  transform: translateX(3px);
}
.aside-auth .aside-how {
  flex: none;
  min-height: 100dvh;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aside-auth .aside-how-title {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 32px;
  color: black;
}
.aside-auth .aside-steps {
  display: flex;
  flex-direction: column;
}
.aside-auth .aside-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: solid 0.09em rgb(231, 231, 231);
}
.aside-auth .aside-step:last-child {
  border-bottom: solid 0.09em rgb(231, 231, 231);
}
.aside-auth .aside-step-num {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #a0a3a9;
}
.aside-auth .aside-step-body h3 {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 6px;
  color: black;
}
.aside-auth .aside-step-body p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #66696f;
}
.aside-auth .aside-how-cta {
  margin-top: 32px;
}
.aside-auth .aside-spacer {
  flex: none;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.aside-auth .aside-panel {
  flex: none;
  min-height: 100dvh;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 56px 56px 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aside-auth .aside-categories {
  display: flex;
  flex-direction: column;
}
.aside-auth .aside-category {
  padding: 22px 0;
  border-top: solid 0.09em rgb(231, 231, 231);
}
.aside-auth .aside-category:last-child {
  border-bottom: solid 0.09em rgb(231, 231, 231);
}
.aside-auth .aside-category h3 {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 6px;
  color: black;
}
.aside-auth .aside-category p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #66696f;
  margin-bottom: 14px;
}
.aside-auth .aside-biomarker-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.aside-auth .aside-biomarker-tags span {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.1px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgb(243, 243, 241);
  color: #66696f;
}

@media (max-width: 1100px) {
  body {
    flex-direction: column;
  }
  main {
    order: -1;
    min-height: 100dvh;
  }
  .aside-auth {
    height: auto;
    overflow-y: visible;
    scroll-snap-type: none;
  }
  .aside-auth .aside-hero,
  .aside-auth .aside-how,
  .aside-auth .aside-panel {
    min-height: auto;
    scroll-snap-align: none;
    padding: 80px 24px;
  }
  .aside-auth .aside-panel {
    padding-bottom: 56px;
  }
  #subtitle.hidden {
    display: block !important;
  }
  .aside-hero-kicker {
    display: none !important;
  }
  .aside-hero-cta {
    display: none !important;
  }
  main {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.85)), url("../back_2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  main .cato-auth {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 26px;
    padding: 32px;
    width: 490px;
    max-width: 100%;
  }
  #subtitle.hidden {
    display: block !important;
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: black;
  }
  #subtitle.hidden em {
    font-style: normal;
    font-weight: 300;
  }
  .aside-hero {
    display: none !important;
  }
  .main-cta.hidden {
    display: inline-flex !important;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    align-items: center;
    gap: 8px;
    background: #171923;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.1px;
    padding: 13px 26px;
    border-radius: 100px;
    transition: opacity 0.2s, transform 0.2s;
  }
  .main-cta.hidden .icon {
    font-size: 18px;
    transition: transform 0.2s;
  }
  .main-cta.hidden:hover {
    opacity: 0.88;
  }
  .main-cta.hidden:hover .icon {
    transform: translateX(3px);
  }
}
.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;
}
.cato-auth .logo img {
  width: 36px;
  height: 36px;
  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;
  font-size: 0.75rem;
}
.cato-auth .cato-tos p, .cato-auth .cato-tos a {
  color: #8b8f8c;
  font-size: 0.875rem;
}
.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: 0.875rem;
  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: 0.875rem;
  color: white !important;
}

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