@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

/* src/styles.scss */
:root {
  color: black;
  --color-2: #444;
  --link: #6200EA;
  --inter:
    "Inter",system-ui,-apple-system,sans-serif;
  --purple: #6200EA;
  --grey: #ABABAB;
  --background: white;
  --background-of-divs: white;
  --green: #018c08;
  --red: #d30000;
  --highlight: #b47dffc2;
  --border: 1px solid #E0E0E0;
  --border-button-green: 2.5px solid #018c08;
  --color-of-left-border: rgb(1, 140, 8);
  --shadow: 6px 10px 20px rgba(0, 0, 0, .12);
  --radius: 12px;
  --smart-answer-background:
    linear-gradient(
      90.33deg,#6200EA 7.79%,#47BCF3 94.72%);
  --single-answer-background:
    linear-gradient(
      90deg,
      #f7f8fa 0%,
      #eef2fb 100%);
  --single-answer-background-hover:
    linear-gradient(
      90deg,
      #eaf2fb 0%,
      #f7f8fa 100%);
  --linear-gradient-transparent-to-white:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 40%,
      rgba(255, 255, 255, 0.95) 75%,
      rgba(255, 255, 255, 1) 100%);
  --graph-card-background: #ffffff;
  --graph-card-header-background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fafbfc 100%);
  --graph-card-title-color: #0F172A;
  --graph-card-text-color: #475569;
  --graph-card-muted-color: #94A3B8;
  --graph-card-label-color: #64748B;
  --graph-card-border: rgba(0, 0, 0, 0.05);
  --graph-card-border-separator: #e5e7eb;
  --graph-card-border-separator-gradient:
    linear-gradient(
      90deg,
      transparent 0%,
      #E2E8F0 50%,
      transparent 100%);
  --graph-card-badge-background:
    linear-gradient(
      135deg,
      #F8FAFC 0%,
      #F1F5F9 100%);
  --graph-card-badge-color: #64748B;
  --graph-card-badge-border: rgba(0, 0, 0, 0.05);
  --graph-card-link-color: #3B82F6;
  --graph-card-link-hover-color: #2563EB;
  --graph-card-link-underline: rgba(59, 130, 246, 0.2);
  --graph-card-toggle-button-color: #64748B;
  --graph-card-toggle-button-hover-color: #475569;
  --graph-card-toggle-button-hover-bg: rgba(100, 116, 139, 0.1);
  --graph-card-toggle-button-focus: #3B82F6;
  --graph-card-gradient-overlay:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 50%,
      rgba(255, 255, 255, 0.95) 100%);
  --graph-card-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.02);
  --graph-card-shadow-hover:
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
  --graph-card-shadow-medium: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.03);
  --graph-card-shadow-small: 0 2px 6px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --relevant-btn-color: #27ae60;
  --relevant-btn-bg: #eafaf1;
  --not-relevant-btn-color: #c0392b;
  --not-relevant-btn-bg: #faeaea;
  --expand-btn-hover-bg: #ede7ff;
  --expand-btn-hover-color: #5b52e5;
  --graph-card-expand-btn-bg: #f7f8fa;
  --graph-card-expand-btn-color: #2d7efb;
  --graph-card-expand-btn-hover-bg: #eaf2fb;
  --graph-card-expand-btn-hover-color: #217dbb;
  --graph-card-collapse-btn-bg: #f7f8fa;
  --graph-card-collapse-btn-color: #c026d3;
  --graph-card-collapse-btn-hover-bg: #f3e8ff;
  --graph-card-collapse-btn-hover-color: #a21caf;
}
:root html,
:root body {
  color: black;
  background-color: white;
}
body.dark-theme {
  color: white;
  --color-2: #d3d3d3;
  --link: #b39dff;
  background-color: #222;
  --inter:
    "Inter",system-ui,-apple-system,sans-serif;
  --purple: #6200EA;
  --grey: #ABABAB;
  --background: #222;
  --background-of-divs: #303133;
  --green: #018c08;
  --red: #d30000;
  --highlight: #6200eac2;
  --border: 1px solid #2A2A2A;
  --border-button-green: 2.5px solid #018c08;
  --color-of-left-border: rgb(1, 140, 8);
  --shadow: 3px 5px 10px rgba(0, 0, 0, .12);
  --radius: 12px;
  --smart-answer-background:
    linear-gradient(
      90.33deg,#6200EA 7.79%,#47BCF3 94.72%);
  --single-answer-background:
    linear-gradient(
      90deg,
      #2a2a2a 0%,
      #3a3b3d 100%);
  --single-answer-background-hover:
    linear-gradient(
      90deg,
      #2f3033 0%,
      #3b3c3f 100%);
  --linear-gradient-transparent-to-white:
    linear-gradient(
      
      to bottom,
      rgba(34, 34, 34, 0) 0%,
      rgba(34, 34, 34, 0.4) 35%,
      rgba(34, 34, 34, 0.7) 60%,
      rgba(34, 34, 34, 0.9) 80%,
      rgba(34, 34, 34, 1) 100% );
  --graph-card-background: #303133;
  --graph-card-header-background:
    linear-gradient(
      135deg,
      #303133 0%,
      #35373a 100%);
  --graph-card-title-color: #e2e8f0;
  --graph-card-text-color: #cbd5e1;
  --graph-card-muted-color: #64748b;
  --graph-card-label-color: #94a3b8;
  --graph-card-border: rgba(255, 255, 255, 0.08);
  --graph-card-border-separator: #404348;
  --graph-card-border-separator-gradient:
    linear-gradient(
      90deg,
      transparent 0%,
      #404348 50%,
      transparent 100%);
  --graph-card-badge-background:
    linear-gradient(
      135deg,
      #3a3c3f 0%,
      #404348 100%);
  --graph-card-badge-color: #94a3b8;
  --graph-card-badge-border: rgba(255, 255, 255, 0.08);
  --graph-card-link-color: #60a5fa;
  --graph-card-link-hover-color: #3b82f6;
  --graph-card-link-underline: rgba(96, 165, 250, 0.3);
  --graph-card-toggle-button-color: #94a3b8;
  --graph-card-toggle-button-hover-color: #cbd5e1;
  --graph-card-toggle-button-hover-bg: rgba(148, 163, 184, 0.1);
  --graph-card-toggle-button-focus: #60a5fa;
  --graph-card-gradient-overlay:
    linear-gradient(
      to bottom,
      rgba(48, 49, 51, 0) 0%,
      rgba(48, 49, 51, 0.7) 50%,
      rgba(48, 49, 51, 0.95) 100%);
  --graph-card-shadow:
    0 4px 20px rgba(0, 0, 0, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.15),
    0 1px 3px rgba(0, 0, 0, 0.1);
  --graph-card-shadow-hover:
    0 8px 32px rgba(0, 0, 0, 0.3),
    0 4px 16px rgba(0, 0, 0, 0.2),
    0 2px 8px rgba(0, 0, 0, 0.15);
  --graph-card-shadow-medium: 0 2px 8px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
  --graph-card-shadow-small: 0 2px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1);
  --relevant-btn-color: #34d399;
  --relevant-btn-bg: #1a2b23;
  --not-relevant-btn-color: #f87171;
  --not-relevant-btn-bg: #2b1a1a;
  --expand-btn-hover-bg: #232a4d;
  --expand-btn-hover-color: #b3aaff;
  --graph-card-expand-btn-bg: #232a4d;
  --graph-card-expand-btn-color: #b3aaff;
  --graph-card-expand-btn-hover-bg: #1a2233;
  --graph-card-expand-btn-hover-color: #e0e7ff;
  --graph-card-collapse-btn-bg: #232a4d;
  --graph-card-collapse-btn-color: #f472b6;
  --graph-card-collapse-btn-hover-bg: #3b0764;
  --graph-card-collapse-btn-hover-color: #fbcfe8;
}
body.dark-theme html,
body.dark-theme body {
  color: white;
  background-color: #222;
}
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: var(--inter);
}
app-root {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  display: block;
  min-height: 100vh;
}
html {
  height: 100%;
}
html,
body {
  scroll-behavior: smooth;
}
body.no-scroll {
  overflow: hidden;
}
strong {
  background-color: var(--highlight);
  padding: 2px 5px;
}
app-root {
  position: relative;
}
:root {
  --sidebar-width: 272px;
}
body.sidebar-docked {
  padding-left: var(--sidebar-width);
}
body.sidebar-docked .floating-search-container,
body.sidebar-docked app-related-questions .wrapper {
  left: var(--sidebar-width) !important;
  width: auto !important;
  right: 0;
}
app-home {
  width: 100%;
}
app-icon-close,
app-icon-relevant,
app-icon-not-relevant {
  display: flex;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.main-button {
  color: white !important;
  background-color: var(--purple);
  padding: 9px 32px;
  font-size: 14px;
  box-shadow: var(--shadow);
  border: var(--border);
  border-radius: var(--radius);
}
.outline-button {
  color: var(--color);
  padding: 9px 32px;
  font-size: 14px;
  box-shadow: var(--shadow);
  border: 2px solid var(--purple);
  border-color: var(--purple);
  border-radius: var(--radius);
  background-color: var(--background-of-divs);
}
.full-separator {
  width: 100%;
  height: 1px;
  background-image:
    linear-gradient(
      90deg,
      hsla(0, 0%, 67%, 0),
      #ababab,
      hsla(0, 0%, 67%, 0));
}
.left-separator {
  width: 100%;
  height: 1px;
  background-image:
    linear-gradient(
      90deg,
      rgba(171, 171, 171, 0),
      rgb(171, 171, 171));
}
.right-separator {
  width: 100%;
  height: 1px;
  background-image:
    linear-gradient(
      270deg,
      rgba(171, 171, 171, 0),
      rgb(171, 171, 171));
}
.scale1 {
  transition: transform 0.2s;
  cursor: pointer;
}
.scale1:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  font-weight: 500;
}
.scale1:active {
  transform: translateY(2px);
}
.smart-answer-link {
  display: inline-block;
  padding: 2.5px 5px;
}
.smart-answer-link a {
  bottom: 1px;
  position: relative;
  text-decoration: none;
}
.smart-answer-link .circle {
  border-radius: 100%;
  background-color: var(--green);
  width: 21px;
  height: 21px;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.smart-answer-link .smart-answer-tooltip {
  display: none;
  position: absolute;
  background-color: #303133;
  bottom: 100%;
  left: 0;
  color: white;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  white-space: normal;
  width: auto;
  transform: translate(calc(-50% + 11px), -12px);
  z-index: 999;
  line-height: 1.3;
  word-wrap: break-word;
  text-wrap: nowrap;
}
.smart-answer-link .smart-answer-tooltip p {
  margin-bottom: 10px;
}
.smart-answer-link .smart-answer-tooltip p:last-of-type {
  margin-bottom: 0;
}
.smart-answer-link .smart-answer-tooltip .smart-answer-tooltip-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 6px) rotate(45deg);
  z-index: -1;
  background-color: #303133;
}
.smart-answer-link:hover .smart-answer-tooltip {
  display: block;
}
.more-info-button {
  border: 2.5px solid #018c08 !important;
  text-wrap: nowrap !important;
  transition: background-color 0.2s, transform 0.2s;
}
.more-info-button:hover {
  background-color: #018c08 !important;
  color: #fff !important;
}
@media (max-width: 1023px) {
  .scale1:hover {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    font-weight: inherit !important;
  }
  .more-info-button:hover {
    background-color: inherit !important;
    color: inherit !important;
  }
  .smart-answer-link:hover .smart-answer-tooltip {
    display: none !important;
  }
  .scroll-btn:hover {
    background-color: inherit !important;
    transform: none !important;
  }
}
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
