/* apps/check-in/src/styles.scss */
:root {
  --color-primary-rgb: 230 21 54;
  --color-primary-container-rgb: 255 102 120;
  --color-on-primary-rgb: 255 255 255;
  --color-on-primary-container-rgb: 255 251 255;
  --color-secondary-rgb: 142 78 10;
  --color-secondary-container-rgb: 255 170 98;
  --color-on-secondary-rgb: 255 255 255;
  --color-on-secondary-container-rgb: 118 62 0;
  --color-tertiary-rgb: 141 53 173;
  --color-tertiary-container-rgb: 216 125 248;
  --color-on-tertiary-rgb: 255 255 255;
  --color-error-rgb: 128 16 22;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 255 255 255;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 255 248 247;
  --color-on-background-rgb: 41 23 22;
  --color-surface-rgb: 252 248 249;
  --color-on-surface-rgb: 28 27 28;
  --color-surface-variant-rgb: 236 224 225;
  --color-on-surface-variant-rgb: 95 85 90;
  --color-outline-rgb: 126 117 118;
  --color-outline-variant-rgb: 175 165 167;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 49 48 49;
  --color-inverse-on-surface-rgb: 244 240 240;
  --color-inverse-primary-rgb: 255 179 177;
  --color-primary-fixed-rgb: 255 218 216;
  --color-on-primary-fixed-rgb: 65 0 7;
  --color-primary-fixed-dim-rgb: 255 179 177;
  --color-on-primary-fixed-variant-rgb: 146 0 28;
  --color-secondary-fixed-rgb: 255 220 195;
  --color-on-secondary-fixed-rgb: 47 21 0;
  --color-secondary-fixed-dim-rgb: 255 183 125;
  --color-on-secondary-fixed-variant-rgb: 110 57 0;
  --color-tertiary-fixed-rgb: 249 216 255;
  --color-on-tertiary-fixed-rgb: 51 0 69;
  --color-tertiary-fixed-dim-rgb: 238 177 255;
  --color-on-tertiary-fixed-variant-rgb: 114 22 147;
  --color-surface-dim-rgb: 221 217 218;
  --color-surface-bright-rgb: 252 248 249;
  --color-surface-container-lowest-rgb: 255 255 255;
  --color-surface-container-low-rgb: 247 243 243;
  --color-surface-container-rgb: 241 237 238;
  --color-surface-container-high-rgb: 235 231 232;
  --color-surface-container-highest-rgb: 229 225 226;
  --color-surface-tint-rgb: 191 0 40;
  --color-on-tertiary-container-rgb: 95 0 127;
  --color-success-rgb: 46 125 50;
  --color-success-container-rgb: 200 230 201;
  --color-on-success-rgb: 255 255 255;
  --color-on-success-container-rgb: 14 52 15;
  --color-warning-rgb: 245 124 0;
  --color-warning-container-rgb: 255 224 178;
  --color-on-warning-rgb: 255 255 255;
  --color-on-warning-container-rgb: 71 37 0;
  --color-info-rgb: 25 118 210;
  --color-info-container-rgb: 187 222 251;
  --color-on-info-rgb: 255 255 255;
  --color-on-info-container-rgb: 1 35 64;
}
:root[data-theme=dark] {
  --color-primary-rgb: 240 75 95;
  --color-primary-container-rgb: 180 45 65;
  --color-on-primary-rgb: 80 15 25;
  --color-on-primary-container-rgb: 255 240 245;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 140 70;
  --color-on-secondary-rgb: 85 35 10;
  --color-on-secondary-container-rgb: 102 45 15;
  --color-tertiary-rgb: 218 176 255;
  --color-tertiary-container-rgb: 97 55 140;
  --color-on-tertiary-rgb: 53 18 92;
  --color-on-tertiary-container-rgb: 243 225 255;
  --color-error-rgb: 255 179 173;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 104 0 10;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 35 30 40;
  --color-on-background-rgb: 245 240 250;
  --color-surface-rgb: 45 38 50;
  --color-on-surface-rgb: 245 240 250;
  --color-surface-variant-rgb: 55 48 62;
  --color-on-surface-variant-rgb: 185 175 190;
  --color-outline-rgb: 150 135 150;
  --color-outline-variant-rgb: 110 98 115;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 245 240 250;
  --color-inverse-on-surface-rgb: 35 30 40;
  --color-inverse-primary-rgb: 220 46 80;
  --color-primary-fixed-rgb: 255 179 193;
  --color-on-primary-fixed-rgb: 80 15 25;
  --color-primary-fixed-dim-rgb: 255 138 157;
  --color-on-primary-fixed-variant-rgb: 80 15 25;
  --color-secondary-fixed-rgb: 255 170 98;
  --color-on-secondary-fixed-rgb: 102 45 15;
  --color-secondary-fixed-dim-rgb: 255 140 70;
  --color-on-secondary-fixed-variant-rgb: 102 45 15;
  --color-tertiary-fixed-rgb: 240 216 255;
  --color-on-tertiary-fixed-rgb: 42 7 85;
  --color-tertiary-fixed-dim-rgb: 218 176 255;
  --color-on-tertiary-fixed-variant-rgb: 120 73 165;
  --color-surface-dim-rgb: 25 22 32;
  --color-surface-bright-rgb: 65 55 70;
  --color-surface-container-lowest-rgb: 30 26 36;
  --color-surface-container-low-rgb: 45 38 50;
  --color-surface-container-rgb: 55 48 62;
  --color-surface-container-high-rgb: 65 58 75;
  --color-surface-container-highest-rgb: 75 67 85;
  --color-surface-tint-rgb: 244 82 101;
  --color-success-rgb: 129 199 132;
  --color-success-container-rgb: 46 125 50;
  --color-on-success-rgb: 14 52 15;
  --color-on-success-container-rgb: 237 247 237;
  --color-warning-rgb: 255 202 40;
  --color-warning-container-rgb: 184 93 0;
  --color-on-warning-rgb: 71 37 0;
  --color-on-warning-container-rgb: 255 243 224;
  --color-info-rgb: 144 202 249;
  --color-info-container-rgb: 13 71 161;
  --color-on-info-rgb: 1 35 64;
  --color-on-info-container-rgb: 225 245 254;
}
html {
  --mat-toolbar-container-background-color: var(--mat-sys-surface);
  --mat-toolbar-container-text-color: var(--mat-sys-on-surface);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: var(--mat-sys-title-large-font);
  --mat-toolbar-title-text-line-height: var(--mat-sys-title-large-line-height);
  --mat-toolbar-title-text-size: var(--mat-sys-title-large-size);
  --mat-toolbar-title-text-tracking: var(--mat-sys-title-large-tracking);
  --mat-toolbar-title-text-weight: var(--mat-sys-title-large-weight);
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-4 {
  top: -1rem;
}
.right-2 {
  right: 0.5rem;
}
.top-2 {
  top: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.\!h-6 {
  height: 1.5rem !important;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-full {
  height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-80 {
  min-width: 20rem;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 200ms ease-out forwards;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.animate-fade-out-down {
  animation: fadeOutDown 200ms ease-in forwards;
}
@keyframes pulse {
  50% {
    opacity: .5;
    transform: scale(1.1);
  }
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.animate-pulse {
  animation: pulse 500ms ease-in-out;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(2px);
  }
}
.animate-shake {
  animation: shake 600ms ease-in-out;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  place-items: start;
}
.place-items-center {
  place-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.place-self-start {
  place-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-error-container\/90 {
  border-color: rgb(var(--color-error-container-rgb) / 0.9);
}
.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-info-rgb) / var(--tw-border-opacity, 1));
}
.border-info-container {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-info-container-rgb) / var(--tw-border-opacity, 1));
}
.border-outline {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-rgb) / var(--tw-border-opacity, 1));
}
.border-outline\/30 {
  border-color: rgb(var(--color-outline-rgb) / 0.3);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1));
}
.border-success-container {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-success-container-rgb) / var(--tw-border-opacity, 1));
}
.border-surface-container\/90 {
  border-color: rgb(var(--color-surface-container-rgb) / 0.9);
}
.border-warning-container\/90 {
  border-color: rgb(var(--color-warning-container-rgb) / 0.9);
}
.border-b-outline-variant\/30 {
  border-bottom-color: rgb(var(--color-outline-variant-rgb) / 0.3);
}
.border-t-outline\/30 {
  border-top-color: rgb(var(--color-outline-rgb) / 0.3);
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-background-rgb) / var(--tw-bg-opacity, 1));
}
.bg-error-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-error-container\/30 {
  background-color: rgb(var(--color-error-container-rgb) / 0.3);
}
.bg-error\/10 {
  background-color: rgb(var(--color-error-rgb) / 0.1);
}
.bg-info-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-info-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-info-container\/50 {
  background-color: rgb(var(--color-info-container-rgb) / 0.5);
}
.bg-outline\/20 {
  background-color: rgb(var(--color-outline-rgb) / 0.2);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1));
}
.bg-primary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-primary\/30 {
  background-color: rgb(var(--color-primary-rgb) / 0.3);
}
.bg-success-container\/50 {
  background-color: rgb(var(--color-success-container-rgb) / 0.5);
}
.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-container-high {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-high-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-container-highest {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-highest-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-variant {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-variant-rgb) / var(--tw-bg-opacity, 1));
}
.bg-tertiary-container\/20 {
  background-color: rgb(var(--color-tertiary-container-rgb) / 0.2);
}
.bg-tertiary-container\/30 {
  background-color: rgb(var(--color-tertiary-container-rgb) / 0.3);
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-warning-rgb) / var(--tw-bg-opacity, 1));
}
.bg-warning-container\/50 {
  background-color: rgb(var(--color-warning-container-rgb) / 0.5);
}
.fill-error-container {
  fill: rgb(var(--color-error-container-rgb) / 1);
}
.fill-on-error-container {
  fill: rgb(var(--color-on-error-container-rgb) / 1);
}
.fill-on-warning {
  fill: rgb(var(--color-on-warning-rgb) / 1);
}
.fill-success {
  fill: rgb(var(--color-success-rgb) / 1);
}
.fill-success-container {
  fill: rgb(var(--color-success-container-rgb) / 1);
}
.fill-warning {
  fill: rgb(var(--color-warning-rgb) / 1);
}
.stroke-error-container {
  stroke: rgb(var(--color-error-container-rgb) / 1);
}
.stroke-on-error-container {
  stroke: rgb(var(--color-on-error-container-rgb) / 1);
}
.stroke-on-warning {
  stroke: rgb(var(--color-on-warning-rgb) / 1);
}
.stroke-success {
  stroke: rgb(var(--color-success-rgb) / 1);
}
.stroke-success-container {
  stroke: rgb(var(--color-success-container-rgb) / 1);
}
.stroke-warning {
  stroke: rgb(var(--color-warning-rgb) / 1);
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-brand {
  font-family: Space Grotesk, sans-serif;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-rgb) / var(--tw-text-opacity, 1));
}
.text-info {
  --tw-text-opacity: 1;
  color: rgb(var(--color-info-rgb) / var(--tw-text-opacity, 1));
}
.text-on-error {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-error-rgb) / var(--tw-text-opacity, 1));
}
.text-on-error-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-error-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-info-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-info-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary-rgb) / var(--tw-text-opacity, 1));
}
.text-on-primary-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-success-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-success-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-surface {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-rgb) / var(--tw-text-opacity, 1));
}
.text-on-surface-variant {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant-rgb) / var(--tw-text-opacity, 1));
}
.text-on-warning {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-warning-rgb) / var(--tw-text-opacity, 1));
}
.text-on-warning-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-warning-container-rgb) / var(--tw-text-opacity, 1));
}
.text-outline {
  --tw-text-opacity: 1;
  color: rgb(var(--color-outline-rgb) / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(var(--color-success-rgb) / var(--tw-text-opacity, 1));
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(var(--color-warning-rgb) / var(--tw-text-opacity, 1));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html,
body {
  margin: 0;
  height: 100svh;
  width: 100%;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  overflow-x: hidden;
  font-optical-sizing: auto;
  overscroll-behavior: none;
}
html {
  color-scheme: light;
  --mat-sys-body-large: 400 1rem / 1.5rem Space Grotesk;
  --mat-sys-body-large-font: Space Grotesk;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-body-medium-font: Space Grotesk;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Space Grotesk;
  --mat-sys-body-small-font: Space Grotesk;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Space Grotesk;
  --mat-sys-display-large-font: Space Grotesk;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Space Grotesk;
  --mat-sys-display-medium-font: Space Grotesk;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Space Grotesk;
  --mat-sys-display-small-font: Space Grotesk;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Space Grotesk;
  --mat-sys-headline-large-font: Space Grotesk;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Space Grotesk;
  --mat-sys-headline-medium-font: Space Grotesk;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Space Grotesk;
  --mat-sys-headline-small-font: Space Grotesk;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-label-large-font: Space Grotesk;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Space Grotesk;
  --mat-sys-label-medium-font: Space Grotesk;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Space Grotesk;
  --mat-sys-label-small-font: Space Grotesk;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Space Grotesk;
  --mat-sys-title-large-font: Space Grotesk;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Space Grotesk;
  --mat-sys-title-medium-font: Space Grotesk;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-title-small-font: Space Grotesk;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
  --mat-sys-primary: rgb(var(--color-primary-rgb));
  --mat-sys-primary-container: rgb(var(--color-primary-container-rgb));
  --mat-sys-on-primary: rgb(var(--color-on-primary-rgb));
  --mat-sys-on-primary-container: rgb(var(--color-on-primary-container-rgb));
  --mat-sys-secondary: rgb(var(--color-secondary-rgb));
  --mat-sys-secondary-container: rgb(var(--color-secondary-container-rgb));
  --mat-sys-on-secondary: rgb(var(--color-on-secondary-rgb));
  --mat-sys-on-secondary-container: rgb(var(--color-on-secondary-container-rgb));
  --mat-sys-tertiary: rgb(var(--color-tertiary-rgb));
  --mat-sys-tertiary-container: rgb(var(--color-tertiary-container-rgb));
  --mat-sys-on-tertiary: rgb(var(--color-on-tertiary-rgb));
  --mat-sys-on-tertiary-container: rgb(var(--color-on-tertiary-container-rgb));
  --mat-sys-error: rgb(var(--color-error-rgb));
  --mat-sys-error-container: rgb(var(--color-error-container-rgb));
  --mat-sys-on-error: rgb(var(--color-on-error-rgb));
  --mat-sys-on-error-container: rgb(var(--color-on-error-container-rgb));
  --mat-sys-background: rgb(var(--color-background-rgb));
  --mat-sys-on-background: rgb(var(--color-on-background-rgb));
  --mat-sys-surface: rgb(var(--color-surface-rgb));
  --mat-sys-on-surface: rgb(var(--color-on-surface-rgb));
  --mat-sys-surface-variant: rgb(var(--color-surface-variant-rgb));
  --mat-sys-on-surface-variant: rgb(var(--color-on-surface-variant-rgb));
  --mat-sys-outline: rgb(var(--color-outline-rgb));
  --mat-sys-outline-variant: rgb(var(--color-outline-variant-rgb));
  --mat-sys-shadow: rgb(var(--color-shadow-rgb));
  --mat-sys-scrim: rgb(var(--color-scrim-rgb));
  --mat-sys-inverse-surface: rgb(var(--color-inverse-surface-rgb));
  --mat-sys-inverse-on-surface: rgb(var(--color-inverse-on-surface-rgb));
  --mat-sys-inverse-primary: rgb(var(--color-inverse-primary-rgb));
  --mat-sys-primary-fixed: rgb(var(--color-primary-fixed-rgb));
  --mat-sys-on-primary-fixed: rgb(var(--color-on-primary-fixed-rgb));
  --mat-sys-primary-fixed-dim: rgb(var(--color-primary-fixed-dim-rgb));
  --mat-sys-on-primary-fixed-variant: rgb(var(--color-on-primary-fixed-variant-rgb));
  --mat-sys-secondary-fixed: rgb(var(--color-secondary-fixed-rgb));
  --mat-sys-on-secondary-fixed: rgb(var(--color-on-secondary-fixed-rgb));
  --mat-sys-secondary-fixed-dim: rgb(var(--color-secondary-fixed-dim-rgb));
  --mat-sys-on-secondary-fixed-variant: rgb(var(--color-on-secondary-fixed-variant-rgb));
  --mat-sys-tertiary-fixed: rgb(var(--color-tertiary-fixed-rgb));
  --mat-sys-on-tertiary-fixed: rgb(var(--color-on-tertiary-fixed-rgb));
  --mat-sys-tertiary-fixed-dim: rgb(var(--color-tertiary-fixed-dim-rgb));
  --mat-sys-on-tertiary-fixed-variant: rgb(var(--color-on-tertiary-fixed-variant-rgb));
  --mat-sys-surface-dim: rgb(var(--color-surface-dim-rgb));
  --mat-sys-surface-bright: rgb(var(--color-surface-bright-rgb));
  --mat-sys-surface-container-lowest: rgb(var(--color-surface-container-lowest-rgb));
  --mat-sys-surface-container-low: rgb(var(--color-surface-container-low-rgb));
  --mat-sys-surface-container: rgb(var(--color-surface-container-rgb));
  --mat-sys-surface-container-high: rgb(var(--color-surface-container-high-rgb));
  --mat-sys-surface-container-highest: rgb(var(--color-surface-container-highest-rgb));
  --mat-sys-surface-tint: rgb(var(--color-surface-tint-rgb));
  --mat-sys-corner-extra-small: 0.5rem;
  --mat-sys-corner-extra-large: 1rem;
  --mat-sys-corner-full: 0.75rem;
  --mat-sys-level0: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --mat-sys-level1: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --mat-sys-level2: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --mat-sys-level3: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --mat-sys-level4: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --mat-sys-level5: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --mat-form-field-filled-container-shape: 0.75rem;
  --mat-form-field-outlined-container-shape: 0.75rem;
  --mat-icon-button-icon-color: currentColor;
}
html[data-theme=dark] {
  color-scheme: dark;
}
html iframe {
  color-scheme: normal;
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
ngx-skeleton-loader {
  display: inline-block;
}
.mat-mdc-outlined-button:not(.disabled):hover {
  border-color: var(--mat-button-outlined-label-text-color);
}
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input.mat-form-field-appearance-outline {
  margin-top: calc(2rem * var(--mat-mdc-form-field-label-scale, 0.75));
}
.mdc-text-field.mdc-text-field--outlined {
  border-radius: var(--mat-form-field-outlined-container-shape);
}
.mdc-text-field.mdc-text-field--outlined.mdc-text-field--focused {
  box-shadow: 0 0 8px rgba(234, 25, 56, 0.6);
}
.mdc-text-field.mdc-text-field--outlined .mat-mdc-notch-piece.mdc-notched-outline__notch {
  border-top: 1px solid;
}
.mdc-notched-outline__notch {
  border-right: none;
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(calc((20px + var(--mat-form-field-container-height, 56px) / 2) * -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75)) !important;
  font-weight: bold;
  position: relative;
  left: 0;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  width: fit-content;
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container {
  width: fit-content;
}
.mat-mdc-icon-button {
  display: inline-flex;
  color: currentColor;
}
.mat-mdc-icon-button stx-ui-icon {
  width: 24px;
  height: 24px;
  vertical-align: top;
  position: relative;
}
.mat-mdc-button stx-ui-icon {
  margin-right: var(--mat-button-text-icon-spacing, 8px);
  margin-left: var(--mat-button-text-icon-offset, -4px);
}
.mat-mdc-button-base stx-ui-icon {
  min-height: fit-content;
  flex-shrink: 0;
}
.mdc-button__label:has(stx-ui-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover\:bg-primary\/80:hover {
  background-color: rgb(var(--color-primary-rgb) / 0.8);
}
.hover\:bg-surface-container-high:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-high-rgb) / var(--tw-bg-opacity, 1));
}
.hover\:bg-surface-container-lowest:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-lowest-rgb) / var(--tw-bg-opacity, 1));
}
.hover\:bg-surface-dim:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-dim-rgb) / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-rgb) / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.active\:bg-surface-container-highest:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-highest-rgb) / var(--tw-bg-opacity, 1));
}

/* libs/shared/theming/src/lib/scss/index.scss */
:root {
  --color-primary-rgb: 230 21 54;
  --color-primary-container-rgb: 255 102 120;
  --color-on-primary-rgb: 255 255 255;
  --color-on-primary-container-rgb: 255 251 255;
  --color-secondary-rgb: 142 78 10;
  --color-secondary-container-rgb: 255 170 98;
  --color-on-secondary-rgb: 255 255 255;
  --color-on-secondary-container-rgb: 118 62 0;
  --color-tertiary-rgb: 141 53 173;
  --color-tertiary-container-rgb: 216 125 248;
  --color-on-tertiary-rgb: 255 255 255;
  --color-error-rgb: 128 16 22;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 255 255 255;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 255 248 247;
  --color-on-background-rgb: 41 23 22;
  --color-surface-rgb: 252 248 249;
  --color-on-surface-rgb: 28 27 28;
  --color-surface-variant-rgb: 236 224 225;
  --color-on-surface-variant-rgb: 95 85 90;
  --color-outline-rgb: 126 117 118;
  --color-outline-variant-rgb: 175 165 167;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 49 48 49;
  --color-inverse-on-surface-rgb: 244 240 240;
  --color-inverse-primary-rgb: 255 179 177;
  --color-primary-fixed-rgb: 255 218 216;
  --color-on-primary-fixed-rgb: 65 0 7;
  --color-primary-fixed-dim-rgb: 255 179 177;
  --color-on-primary-fixed-variant-rgb: 146 0 28;
  --color-secondary-fixed-rgb: 255 220 195;
  --color-on-secondary-fixed-rgb: 47 21 0;
  --color-secondary-fixed-dim-rgb: 255 183 125;
  --color-on-secondary-fixed-variant-rgb: 110 57 0;
  --color-tertiary-fixed-rgb: 249 216 255;
  --color-on-tertiary-fixed-rgb: 51 0 69;
  --color-tertiary-fixed-dim-rgb: 238 177 255;
  --color-on-tertiary-fixed-variant-rgb: 114 22 147;
  --color-surface-dim-rgb: 221 217 218;
  --color-surface-bright-rgb: 252 248 249;
  --color-surface-container-lowest-rgb: 255 255 255;
  --color-surface-container-low-rgb: 247 243 243;
  --color-surface-container-rgb: 241 237 238;
  --color-surface-container-high-rgb: 235 231 232;
  --color-surface-container-highest-rgb: 229 225 226;
  --color-surface-tint-rgb: 191 0 40;
  --color-on-tertiary-container-rgb: 95 0 127;
  --color-success-rgb: 46 125 50;
  --color-success-container-rgb: 200 230 201;
  --color-on-success-rgb: 255 255 255;
  --color-on-success-container-rgb: 14 52 15;
  --color-warning-rgb: 245 124 0;
  --color-warning-container-rgb: 255 224 178;
  --color-on-warning-rgb: 255 255 255;
  --color-on-warning-container-rgb: 71 37 0;
  --color-info-rgb: 25 118 210;
  --color-info-container-rgb: 187 222 251;
  --color-on-info-rgb: 255 255 255;
  --color-on-info-container-rgb: 1 35 64;
}
:root[data-theme=dark] {
  --color-primary-rgb: 240 75 95;
  --color-primary-container-rgb: 180 45 65;
  --color-on-primary-rgb: 80 15 25;
  --color-on-primary-container-rgb: 255 240 245;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 140 70;
  --color-on-secondary-rgb: 85 35 10;
  --color-on-secondary-container-rgb: 102 45 15;
  --color-tertiary-rgb: 218 176 255;
  --color-tertiary-container-rgb: 97 55 140;
  --color-on-tertiary-rgb: 53 18 92;
  --color-on-tertiary-container-rgb: 243 225 255;
  --color-error-rgb: 255 179 173;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 104 0 10;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 35 30 40;
  --color-on-background-rgb: 245 240 250;
  --color-surface-rgb: 45 38 50;
  --color-on-surface-rgb: 245 240 250;
  --color-surface-variant-rgb: 55 48 62;
  --color-on-surface-variant-rgb: 185 175 190;
  --color-outline-rgb: 150 135 150;
  --color-outline-variant-rgb: 110 98 115;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 245 240 250;
  --color-inverse-on-surface-rgb: 35 30 40;
  --color-inverse-primary-rgb: 220 46 80;
  --color-primary-fixed-rgb: 255 179 193;
  --color-on-primary-fixed-rgb: 80 15 25;
  --color-primary-fixed-dim-rgb: 255 138 157;
  --color-on-primary-fixed-variant-rgb: 80 15 25;
  --color-secondary-fixed-rgb: 255 170 98;
  --color-on-secondary-fixed-rgb: 102 45 15;
  --color-secondary-fixed-dim-rgb: 255 140 70;
  --color-on-secondary-fixed-variant-rgb: 102 45 15;
  --color-tertiary-fixed-rgb: 240 216 255;
  --color-on-tertiary-fixed-rgb: 42 7 85;
  --color-tertiary-fixed-dim-rgb: 218 176 255;
  --color-on-tertiary-fixed-variant-rgb: 120 73 165;
  --color-surface-dim-rgb: 25 22 32;
  --color-surface-bright-rgb: 65 55 70;
  --color-surface-container-lowest-rgb: 30 26 36;
  --color-surface-container-low-rgb: 45 38 50;
  --color-surface-container-rgb: 55 48 62;
  --color-surface-container-high-rgb: 65 58 75;
  --color-surface-container-highest-rgb: 75 67 85;
  --color-surface-tint-rgb: 244 82 101;
  --color-success-rgb: 129 199 132;
  --color-success-container-rgb: 46 125 50;
  --color-on-success-rgb: 14 52 15;
  --color-on-success-container-rgb: 237 247 237;
  --color-warning-rgb: 255 202 40;
  --color-warning-container-rgb: 184 93 0;
  --color-on-warning-rgb: 71 37 0;
  --color-on-warning-container-rgb: 255 243 224;
  --color-info-rgb: 144 202 249;
  --color-info-container-rgb: 13 71 161;
  --color-on-info-rgb: 1 35 64;
  --color-on-info-container-rgb: 225 245 254;
}

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