/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/prism-client/src/styles.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
pre code.hljs {
  display: block;
  overflow-x: auto;
  font-weight: 100;
  color: #f3f3f3;
}

code.hljs {
  padding: 1rem;
}

.hljs {
  background: var(--color-1);
  color: #dcdcdc;
}

.hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-symbol {
  color: #569cd6;
}

.hljs-link {
  color: #569cd6;
  text-decoration: underline;
}

.hljs-built_in,
.hljs-type {
  color: #4ec9b0;
}

.hljs-class,
.hljs-number {
  color: #b8d7a3;
}

.hljs-meta .hljs-string,
.hljs-string {
  color: #d69d85;
}

.hljs-regexp,
.hljs-template-tag {
  color: #9a5334;
}

.hljs-formula,
.hljs-function,
.hljs-params,
.hljs-subst,
.hljs-title {
  color: #4ec9b0;
}

.hljs-comment,
.hljs-quote {
  color: #57a64a;
  font-style: italic;
}

.hljs-doctag {
  color: #608b4e;
}

.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-tag {
  color: #9b9b9b;
}

.hljs-template-variable,
.hljs-variable {
  color: #bd63c5;
}

.hljs-attr,
.hljs-attribute {
  color: #9cdcfe;
}

.hljs-section {
  color: gold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

.hljs-bullet,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-selector-tag {
  color: #d7ba7d;
}

.hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}

.hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

:root {
  --color-1: #212121;
  --color-2: #323232;
  --color-3: #0d7377;
  --color-4: #14ffeb;
  --color-5: #ffa600;
  --color-6: #f85b5b;
  --color-7: #20455a;
  --color-8: #1d583d;
  --color-9: #2d9964;
  --color-text: white;
  --filter-white: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(255deg)
      brightness(100%) contrast(101%);
  --size-1: 3rem;
  --size-2: 2rem;
  --size-3: 1.5rem;
  --size-4: 1.25rem;
  --size-5: 1rem;
  --size-6: 0.75rem;
  --color-monaco-background: #1e1e1e;
  --color-text-highlight: rgb(255, 166, 0, 0.25);
  --thumbnail-size: 2.5rem;
  --form-height: 2.5rem;
  --content-width-standard: 900px;
  --content-width-wide: 1200px;
  --content-width-ultra-wide: 1600px;
  --border: 2px solid var(--color-2);
  --border-radius: 5px;
  --border-radius-internal: calc(var(--border-radius) - 2.5px);
  --border-radius-smol: 5px;
  --box-shadow-dark: 0px 0px 10px hsla(175, 100%, 54%, 0.15);
  --box-shadow-light: 0px 0px 10px hsla(39, 100%, 50%, 0.15);
  --box-shadow-dark-underline: 0px 0px 10px -10px hsla(175, 100%, 54%, 0.15);
  --icon-filter-red: invert(14%) sepia(64%) saturate(7132%) hue-rotate(356deg) brightness(105%) contrast(116%);
  --icon-filter-orange: brightness(0) saturate(100%) invert(70%) sepia(64%) saturate(2669%) hue-rotate(359deg)
      brightness(100%) contrast(107%);
  --icon-filter-green: invert(52%) sepia(14%) saturate(2048%) hue-rotate(98deg) brightness(92%) contrast(80%);
  --gap: 0.5rem;
  --gap-small: 0.25rem;
  --text-transform: none;
  --scrollbar-hover-width: 1rem;
  --scrollbar-default--width: 3px;
  --accent-color-5: #ee7300;
  --accent-color-6: #fa2a2a;
  --accent-color-7: #035686;
  --accent-color-8: #0e7e4c;
  --accent-color-9: #04723d;
}

body {
  background-color: var(--color-1);
  color: var(--color-text);
  margin: 0;
  font-family: "quicksand";
  font-size: var(--size-5);
  font-weight: 100;
  overflow-x: hidden;
  box-sizing: border-box;
}
body.disable-scroll {
  overflow: hidden;
}
body.disable-background-color {
  background-color: white;
}

* {
  box-sizing: border-box;
  text-transform: var(--text-transform);
}

.icon {
  filter: var(--icon-filter);
  -webkit-user-select: none;
          user-select: none;
}
.icon.no-filter {
  filter: unset;
}

.icon-red {
  filter: var(--icon-filter-red);
}

.icon-green {
  filter: var(--icon-filter-green);
}

.icon-orange {
  filter: var(--icon-filter-orange);
}

::selection {
  background: var(--color-3);
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-scrollbar {
  width: 3px;
  /* for vertical scrollbars */
  height: 3px;
  /* for horizontal scrollbars */
  border-radius: 2px;
}

::-webkit-scrollbar-track {
  background: var(--color-2);
}

::-webkit-scrollbar-thumb {
  background: var(--color-4);
  border-radius: 2px;
}

@font-face {
  font-family: "quicksand";
  src: url('Quicksand-Light.woff2');
}
@font-face {
  font-family: "codicon";
  src: url('codicon.ttf');
}
.container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.container .content {
  width: 90%;
  max-width: var(--content-width-wide);
}

.title {
  font-size: var(--size-3);
}

.smol {
  font-size: var(--size-6);
}

.right {
  margin-left: auto;
}

.bottom {
  margin-top: auto;
}

.top {
  margin-bottom: auto;
}

.button {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  height: var(--form-height);
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
          user-select: none;
  border: var(--border);
  transition: border-color 0.15s linear;
  border-color: var(--color-3);
  transition: opacity 0.2s linear, border-color 0.15s linear, background-color 0.15s linear;
  position: relative;
}
.button.light {
  background-color: var(--color-2);
}
.button.selected {
  background-color: var(--color-3);
}
.button:active {
  translate: 0 1px;
}
.button.circle {
  width: var(--form-height);
}
.button:hover {
  border-color: var(--color-4);
}
.button.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.button.disabled:hover {
  border-color: var(--color-3);
  animation: nope 0.4s linear forwards;
}
.button.disabled:active {
  translate: unset;
}

.circle-button {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s linear, transform 0.35s ease, border-color 0.15s linear, background-color 0.15s linear;
}
.circle-button img {
  height: 1.5rem;
  width: 1.5rem;
}

.square-button {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-button img {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.icon-button .image {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.5rem;
}
.icon-button .image img {
  height: 1.25rem;
  width: 1.25rem;
}

.icon-white {
  filter: var(--filter-white);
}

.empty-section {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border: var(--border);
  border-radius: var(--border-radius-smol);
  transition: border-color 0.15s linear;
  font-size: var(--size-4);
}
.empty-section:hover {
  cursor: default;
  border-color: var(--color-5);
}

.fake-text-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: var(--form-height);
  padding: 0.5rem 1rem;
  background-color: var(--color-2);
  border-radius: var(--border-radius);
}
.fake-text-input.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.text-input {
  box-sizing: border-box;
}
.text-input .label {
  margin-left: 0.5rem;
  margin-bottom: 0.1rem;
  display: flex;
}
.text-input .label .right {
  margin-left: auto;
}
.text-input.flex {
  width: 100%;
}
.text-input input {
  height: var(--form-height);
  box-sizing: border-box;
  background-color: var(--color-2) !important;
  font-size: var(--size-5);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  border: var(--border);
  color: white !important;
  font-family: "quicksand";
  transition: border-color 0.15s linear, opacity 0.2s linear;
  width: 100%;
  color-scheme: dark;
  cursor: pointer;
}
.text-input input:hover {
  border-color: var(--color-4);
}
.text-input input:focus {
  outline: none !important;
  border-color: var(--color-4);
  cursor: text;
}
.text-input input.disabled {
  background-color: var(--color-1);
  cursor: default;
  outline: none !important;
  border-color: var(--color-2);
  pointer-events: none;
  opacity: 0.5;
}
.text-input .suffix.disabled {
  background-color: var(--color-1);
  cursor: default;
  outline: none !important;
  border-color: var(--color-2);
  pointer-events: none;
  opacity: 0.5;
}
.text-input .buttons {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.text-input input[type=number]::-webkit-inner-spin-button,
.text-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: var(--border-radius);
  background: var(--color-3);
  cursor: pointer;
}
.text-input input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  background: var(--color-2);
  border-radius: var(--border-radius);
}
.text-input input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.text-input input[type=range]:focus {
  outline: none;
}
.text-input input[type=color] {
  padding: 0;
}
.text-input option {
  font-size: var(--size-5);
  font-weight: 600;
}
.text-input.disabled > input, .text-input.disabled > textarea {
  background-color: var(--color-1);
  cursor: default;
  outline: none !important;
  border-color: var(--color-2);
  pointer-events: none;
  opacity: 0.5;
}

input[type=date] {
  color-scheme: dark;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: var(--filter-white);
  opacity: 0.75;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

textarea {
  resize: none;
  background-color: var(--color-2);
  border: none;
  color: var(--color-text);
  font-family: "quicksand";
  border-radius: var(--border-radius);
  width: 100%;
  min-height: 6rem;
  padding: 1rem;
  font-size: var(--size-5);
  border: var(--border);
  transition: border-color 0.15s linear;
}
textarea:hover {
  border-color: var(--color-4);
}
textarea:focus {
  outline: none !important;
  border-color: var(--color-4);
}

.fade-in {
  animation: fade-in 0.5s ease-in-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slow-flash {
  animation: flash 2s ease-in-out infinite;
}

.slow-flash-still-visible {
  animation: flash-still-visible 2s ease-in-out infinite;
}

.fast-flash {
  animation: flash 0.75s ease-in-out infinite;
}

.fast-flash-still-visible {
  animation: flash-still-visible 0.75s ease-in-out infinite;
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash-still-visible {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.smooth-rotate {
  transition: transform 0.15s linear;
}

.expand-button {
  transition: transform 0.15s linear;
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-neg-90 {
  transform: rotate(-90deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.toggle-group {
  display: flex;
  flex-direction: row;
  position: relative;
}
.toggle-group .label {
  position: absolute;
  top: -1.25rem;
  left: 1rem;
}
.toggle-group.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.toggle-group .buttons {
  display: flex;
  flex-direction: row;
  gap: 0rem;
}
.toggle-group .buttons .button {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.toggle-group .buttons :first-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.toggle-group .buttons :last-child {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.toggle-group .sub {
  font-size: var(--size-6);
  margin-bottom: -0.35rem;
}

.standard-image {
  height: 6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border);
  border-radius: var(--border-radius-smol);
}
.standard-image img {
  max-height: 5rem;
  max-width: 5rem;
  border-radius: 3px;
}

.fade-in-tooltip {
  opacity: 0;
  animation: fade-in 0.25s forwards ease-in-out;
  animation-delay: 0.25s;
}

table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  border: var(--border);
  border-width: 2px;
  border-radius: var(--border-radius);
  white-space: nowrap;
}
table td,
table th {
  border: var(--border);
}
table .right-align {
  text-align: right;
}
table .center-align {
  text-align: center;
}
table tr:first-child th:first-child {
  border-top-left-radius: var(--border-radius);
}
table tr:first-child th:last-child {
  border-top-right-radius: var(--border-radius);
}
table tr:last-child td:first-child {
  border-bottom-left-radius: var(--border-radius);
}
table tr:last-child td:last-child {
  border-bottom-right-radius: var(--border-radius);
}
table tr {
  transition: background-color 0.15s;
}
table tr:hover {
  background-color: var(--color-2);
}

.markdown {
  text-align: left;
}
.markdown h1 {
  font-size: var(--size-2);
  margin: unset;
  text-align: left;
}
.markdown h2 {
  font-size: var(--size-3);
  margin: unset;
  text-align: left;
}
.markdown h3 {
  font-size: var(--size-4);
  margin: unset;
  text-align: left;
}
.markdown h4 {
  font-size: var(--size-5);
  margin: unset;
  text-align: left;
}
.markdown strong {
  font-family: "zen-bold";
  font-weight: unset;
}
.markdown hr {
  margin: 1em 0;
  border: 0;
  border: var(--border);
}
.markdown blockquote {
  margin-left: 0;
  padding: 0.5em 0 0.5em 2em;
  border-left: 3px solid var(--color-2);
}
.markdown li,
.markdown code {
  margin: 0.4em 0;
}
.markdown p {
  margin: 0;
}
.markdown code {
  background: var(--color-2);
}
.markdown pre > code {
  display: block;
  padding: 0.5em 4em;
}
.markdown table {
  border-spacing: 0;
  border-collapse: separate !important;
  margin: 1rem 0;
}
.markdown tr:first-child th:first-child {
  border-top-left-radius: var(--border-radius);
}
.markdown tr:first-child th:last-child {
  border-top-right-radius: var(--border-radius);
}
.markdown tr:last-child td:first-child {
  border-bottom-left-radius: var(--border-radius);
}
.markdown tr:last-child td:last-child {
  border-bottom-right-radius: var(--border-radius);
}
.markdown tr:first-child td {
  border-top-style: solid;
}
.markdown tr td:first-child {
  border-left-style: solid;
}
.markdown tr {
  break-inside: avoid;
}
.markdown th {
  padding: 0.25rem 0.5rem;
}
.markdown td {
  padding: 0.25rem 0.5rem;
  border: var(--border);
  min-width: 4rem;
}
.markdown td > img {
  display: block;
  margin: 0 auto;
}
.markdown img {
  cursor: pointer;
  border-radius: var(--border-radius-smol);
}
.markdown a {
  margin: 1rem 0;
}

@keyframes nope {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0px);
  }
}
video {
  border-radius: var(--border-radius);
}

.action-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.action-button .button {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-button .button img {
  height: 4rem;
  width: 4rem;
}

.indicator {
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  border-radius: 50%;
  background-color: var(--color-2);
  transition: background-color 0.1s linear;
}
.indicator.dark {
  background-color: var(--color-3);
}
.indicator.light {
  background-color: var(--color-4);
}
.indicator.selected {
  background-color: var(--color-5);
}

.tag {
  padding: 0.25rem 0.5rem;
  border-radius: var(--border-radius-smol);
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-1);
  font-weight: 500;
  font-size: var(--size-6);
  border: var(--border);
  background-color: var(--color-2);
  color: white;
  white-space: nowrap;
}
.tag.tag-1 {
  background-color: var(--color-1);
}
.tag.tag-3 {
  background-color: var(--color-3);
}
.tag.tag-4 {
  background-color: var(--color-4);
}
.tag.tag-5 {
  background-color: var(--color-5);
}
.tag.tag-5-border {
  border-color: var(--color-5);
}

.text-highlight {
  background-color: var(--color-text-highlight);
  border-radius: 3px;
}

.section-top-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.section-top-row .image {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.section-top-row .image img {
  max-height: 2rem;
  min-height: 2rem;
}
.section-top-row .section-heading .title {
  font-size: var(--size-3);
  color: var(--color-5);
}
.section-top-row .right-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.value-checkbox {
  cursor: pointer;
  --size: 1.75rem;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: var(--color-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-checkbox .dot {
  width: calc(var(--size) * 0.6);
  height: calc(var(--size) * 0.6);
  border-radius: 50%;
  background-color: var(--color-4);
}
.value-checkbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.user-image {
  width: 2.5rem;
  /* Set the desired size of your circular crop */
  height: 2.5rem;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
}
.user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

::-webkit-scrollbar:hover {
  width: var(--scrollbar-hover-width);
}

::-webkit-scrollbar {
  width: var(--scrollbar-default--width);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
}

.watermark {
  position: fixed;
  bottom: 0;
  left: calc(50% - 8rem);
  width: 16rem;
  background-color: var(--color-5);
  color: var(--color-1);
  padding: 0.5rem;
  font-size: var(--size-1);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  z-index: 1;
  text-align: center;
}
.watermark.blue {
  background-color: var(--color-3);
  color: var(--color-text);
}

.markdown-image-container {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: var(--border);
  border-color: var(--color-2);
  border-radius: var(--border-radius);
}
.markdown-image-container img {
  border-radius: var(--border-radius);
}
.markdown-image-container .drag {
  position: absolute;
  top: 0;
  width: 1.5rem;
  height: 100%;
  background-color: var(--color-1);
  opacity: 0;
  cursor: ew-resize;
}
.markdown-image-container .drag.right {
  right: 0;
}
.markdown-image-container .drag.left {
  left: 0;
}
.markdown-image-container .drag:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease;
  border: var(--border);
  border-color: var(--color-4);
}

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