/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* ../syntec-one-admin/dist/app/theming/tokens.css */
:root {
  color-scheme: light;
  --surface: #ffffff;
  --surface-2: #f4f6f9;
  --surface-3: #eef1f4;
  --text: #1f2430;
  --text-muted: #6b7480;
  --border: #e3e7ec;
  --accent: #1f6fb2;
  --accent-contrast: #ffffff;
  --danger: #d9534f;
  --radius: 6px;
  --space: 8px;
  --filter-bg: #fbf6c4;
  --filter-text: #1f2430;
  --heading: #2b2b2b;
  --brand-blue: #0098da;
  --brand-orange: #ee9f3f;
  --menu-bg: #008ac6;
  --brand-bg: #0098da;
  --menu-text: #ffffff;
  --scrollbar-thumb: #a8b0b8;
  --menu-scrollbar-thumb: #006693;
  --btn-primary: #0098da;
  --checkbox-bg: #ffffff;
  --field-bg: #ffffff;
  --titlebar-h: 40px;
}
[data-theme=dark] {
  color-scheme: dark;
  --surface: #1b2330;
  --surface-2: #161d27;
  --surface-3: #232e3b;
  --text: #e6edf5;
  --text-muted: #8b97a7;
  --border: #232c38;
  --accent: #3d9be0;
  --accent-contrast: #ffffff;
  --danger: #e06b66;
  --heading: #e6edf5;
  --menu-bg: #10161f;
  --brand-bg: #10161f;
  --menu-text: var(--text);
  --filter-bg: #2a323d;
  --filter-text: #e6edf5;
  --scrollbar-thumb: #3a4453;
  --menu-scrollbar-thumb: #3a4453;
  --checkbox-bg: #4a4e54;
  --field-bg: #2c343f;
  --btn-primary: #2c3e50;
}

/* ../syntec-one-admin/dist/styles.css */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: var(--surface-2);
  color: var(--text);
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}
input[type=radio] {
  accent-color: var(--accent);
}
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  flex: none;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: var(--checkbox-bg);
  cursor: pointer;
  position: relative;
}
input[type=checkbox]:checked,
input[type=checkbox]:indeterminate {
  background: var(--accent);
  border-color: var(--accent);
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type=checkbox]:indeterminate::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 7px;
  height: 2px;
  background: #fff;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) transparent;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: 5px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-track {
  background: transparent;
}
.sx-child-form-modal {
  width: min(900px, 94vw);
  height: min(680px, 88vh);
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  overflow: auto;
}
.sx-richtext .ProseMirror {
  min-height: 8rem;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  outline: none;
}
.sx-richtext .ProseMirror:focus {
  outline: none;
}
.sx-richtext .ProseMirror > * {
  margin: 0 0 0.5em;
}
.sx-richtext .ProseMirror blockquote {
  border-left: 3px solid var(--sx-border, #ccc);
  margin-left: 0;
  padding-left: 12px;
  color: #555;
}
.sx-richtext .ProseMirror pre {
  background: #f4f4f4;
  padding: 8px;
  border-radius: 4px;
  overflow-x: auto;
}
.sx-richtext .ProseMirror table {
  border-collapse: collapse;
}
.sx-richtext .ProseMirror td,
.sx-richtext .ProseMirror th {
  border: 1px solid var(--sx-border, #ccc);
  padding: 4px 8px;
  min-width: 40px;
}
.sx-richtext--readonly :is(h1, h2, h3, p, ul, ol, blockquote, table) {
  margin: 0 0 0.5em;
}
.sx-richtext--readonly .ProseMirror {
  min-height: auto;
}

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