@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--cs-accent: #0070FA;--cs-accent-strong: #0052CC;--cs-accent-soft: rgba(0, 112, 250, .08);--cs-accent-soft-strong: rgba(0, 112, 250, .18);--cs-info: #0AF6FF;--cs-warn: #FFD23F;--cs-success: #10B981;--cs-danger: #FF4757;--cs-severity-critical: #FF4757;--cs-severity-critical-bg: rgba(255, 71, 87, .14);--cs-severity-high: #FF8A3D;--cs-severity-high-bg: rgba(255, 138, 61, .12);--cs-severity-medium: #FFD23F;--cs-severity-medium-bg: rgba(255, 210, 63, .14);--cs-severity-low: #0070FA;--cs-severity-low-bg: rgba(0, 112, 250, .14);--cs-severity-info: #8A93A6;--cs-severity-info-bg: rgba(138, 147, 166, .14);--cs-status-active: #10B981;--cs-status-active-bg: rgba(16, 185, 129, .14);--cs-status-inactive: #6B7785;--cs-status-inactive-bg: rgba(107, 119, 133, .14);--cs-status-pending: #FFD23F;--cs-status-pending-bg: rgba(255, 210, 63, .14);--cs-status-error: #FF4757;--cs-status-error-bg: rgba(255, 71, 87, .14);--cs-font-ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--cs-font-mono: "JetBrains Mono", "IBM Plex Mono", "Fira Code", Consolas, monospace;--cs-font-display: "Space Grotesk", "Inter", system-ui, sans-serif;--cs-glow-accent: 0 0 0 1px rgba(0, 112, 250, .3), 0 8px 24px -12px rgba(0, 112, 250, .45);--cs-glow-soft: 0 0 0 1px rgba(0, 112, 250, .18);--cs-glow-danger: 0 0 0 1px rgba(255, 71, 87, .3), 0 8px 24px -12px rgba(255, 71, 87, .45);--cs-radius-sm: 6px;--cs-radius-md: 10px;--cs-radius-lg: 14px;--cs-transition-fast: .12s cubic-bezier(.4, 0, .2, 1);--cs-transition: .18s cubic-bezier(.4, 0, .2, 1)}html,body{font-family:var(--cs-font-ui)}body{background:var(--mat-sys-background);color:var(--mat-sys-on-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,kbd,samp,pre,.mono,.text-mono,.cs-mono{font-family:var(--cs-font-mono);font-feature-settings:"liga" 0,"calt" 0}h1,h2,h3,.display,.cs-display{font-family:var(--cs-font-display);letter-spacing:-.01em}html.dark-theme body{background:radial-gradient(1200px 600px at 100% -10%,rgba(0,112,250,.1),transparent 60%),radial-gradient(900px 500px at -10% 110%,rgba(0,52,155,.08),transparent 60%),linear-gradient(180deg,#0b0f14,#0a0e12)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:6px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#0070fa73;background-clip:padding-box}html.light-theme *::-webkit-scrollbar-thumb{background:#0b0f142e;background-clip:padding-box}html.light-theme *::-webkit-scrollbar-thumb:hover{background:#0070fa73;background-clip:padding-box}::selection{background:#0070fa4d;color:inherit}.cs-focus-ring:focus-visible,button.mat-mdc-icon-button:focus-visible{outline:2px solid var(--cs-accent);outline-offset:2px;border-radius:var(--cs-radius-sm)}@keyframes cs-pulse{0%,to{box-shadow:0 0 0 0 currentColor;opacity:1}50%{box-shadow:0 0 0 6px transparent;opacity:.65}}@keyframes cs-blink{0%,60%{opacity:1}61%,to{opacity:0}}@keyframes cs-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.cs-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--cs-status-active);margin-right:6px;vertical-align:middle;position:relative}.cs-status-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:inherit;animation:cs-pulse 2.4s ease-out infinite;pointer-events:none}.cs-skeleton{display:block;background:linear-gradient(90deg,#ffffff0a,#ffffff1a,#ffffff0a);background-size:800px 100%;animation:cs-shimmer 1.6s linear infinite;border-radius:var(--cs-radius-sm);min-height:14px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.cs-chip{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-family:var(--cs-font-mono);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--border-light);background:var(--surface-muted);color:var(--text-secondary);line-height:1.4}.cs-id,.cs-mono-text{font-family:var(--cs-font-mono);font-size:.92em;letter-spacing:.02em}.mat-mdc-card{border:1px solid var(--border-light);transition:border-color var(--cs-transition)}.mat-mdc-card:hover{border-color:#0070fa2e}.mat-mdc-raised-button.mat-primary,.mat-mdc-flat-button.mat-primary,button[mat-raised-button][color=primary],button[mat-flat-button][color=primary]{background:linear-gradient(180deg,#0070fa,#0052cc)!important;color:#fff!important;font-weight:600!important;letter-spacing:.02em;box-shadow:0 6px 18px -10px #0070fa8c!important}.mat-mdc-raised-button.mat-primary:hover:not([disabled]),.mat-mdc-flat-button.mat-primary:hover:not([disabled]),button[mat-raised-button][color=primary]:hover:not([disabled]),button[mat-flat-button][color=primary]:hover:not([disabled]){box-shadow:0 10px 28px -12px #0070fab3!important;filter:brightness(1.06)}.mat-mdc-stroked-button:hover:not([disabled]){border-color:var(--cs-accent)!important;background:var(--cs-accent-soft)!important}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: var(--cs-accent);--mat-tab-header-active-label-text-color: var(--cs-accent);--mat-tab-header-active-focus-label-text-color: var(--cs-accent);--mat-tab-header-active-hover-label-text-color: var(--cs-accent);--mat-tab-header-active-ripple-color: var(--cs-accent);--mat-tab-header-inactive-ripple-color: var(--cs-accent)}.mat-mdc-table{background:transparent!important}.mat-mdc-table .mat-mdc-header-row{background:var(--mat-sys-surface-container-low);border-bottom:1px solid var(--border-light)}.mat-mdc-table .mat-mdc-header-cell{color:var(--text-secondary);font-weight:600}.mat-mdc-table .mat-mdc-row{border-bottom:1px solid var(--border-light);transition:background var(--cs-transition-fast)}.mat-mdc-table .mat-mdc-row.hover-row:hover{background:var(--cs-accent-soft)!important}.mat-mdc-chip{--mdc-chip-container-shape-radius: 999px;border:1px solid var(--border-light)!important}html.dark-theme .mat-toolbar.topbar,html.dark-theme header .mat-toolbar{background:#0b0f14b8!important;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border-bottom:1px solid var(--border-light)}html.dark-theme .mat-drawer.sidebar,html.dark-theme mat-sidenav.sidebarNav,html.dark-theme .sidebarNav-mini{background:linear-gradient(180deg,#0b0f14,#0a0e12)!important;border-right:1px solid var(--border-light)!important}html.light-theme .mat-toolbar.topbar,html.light-theme header .mat-toolbar{background:#ffffffd1!important;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);border-bottom:1px solid var(--border-light)}.nav-caption{font-family:var(--cs-font-mono)!important;font-size:10px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#8a93a6a6!important;padding:20px 16px 4px!important;line-height:1.2!important;-webkit-user-select:none;user-select:none}.nav-caption:before{content:"// ";color:var(--cs-accent);opacity:.7}.sidebar-divider{display:block;height:1px;background:var(--border-light, rgba(255, 255, 255, .06));margin:8px 16px}.menu-list-item:has(.arrow-icon){margin-top:8px!important}.menu-list-item:has(.arrow-icon) .mdc-list-item__primary-text{font-family:var(--cs-font-mono)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;opacity:.55}.menu-list-item:has(.arrow-icon) .routeIcon{opacity:.45!important;font-size:16px!important}.menu-list-item:has(.arrow-icon) mat-icon.arrow-icon,.menu-list-item:has(.arrow-icon) .arrow-icon mat-icon{font-size:16px!important;width:16px!important;height:16px!important;opacity:.45}.mat-mdc-list-item.activeMenu,.mat-mdc-list-item.menu-list-item.activeMenu,a.mat-mdc-list-item.activeMenu{background:var(--cs-accent-soft)!important;color:var(--cs-accent)!important;border-radius:var(--cs-radius-md)!important;position:relative}.mat-mdc-list-item.activeMenu:before,.mat-mdc-list-item.menu-list-item.activeMenu:before,a.mat-mdc-list-item.activeMenu:before{content:"";position:absolute;left:-8px;top:8px;bottom:8px;width:2px;background:var(--cs-accent);border-radius:2px;box-shadow:0 0 8px var(--cs-accent)}.mat-mdc-list-item.activeMenu .mdc-list-item__primary-text,.mat-mdc-list-item.activeMenu i-tabler,.mat-mdc-list-item.menu-list-item.activeMenu .mdc-list-item__primary-text,.mat-mdc-list-item.menu-list-item.activeMenu i-tabler,a.mat-mdc-list-item.activeMenu .mdc-list-item__primary-text,a.mat-mdc-list-item.activeMenu i-tabler{color:var(--cs-accent)!important}.mat-mdc-menu-panel{border:1px solid var(--border-light)!important;border-radius:var(--cs-radius-md)!important}.mat-mdc-dialog-container .mdc-dialog__surface{border:1px solid var(--border-light)}.toast-container .ngx-toastr{border-radius:var(--cs-radius-md)!important;border-left:3px solid var(--cs-accent)!important;box-shadow:0 12px 32px -16px #00000073!important}.toast-container .ngx-toastr.toast-error{border-left-color:var(--cs-danger)!important}.toast-container .ngx-toastr.toast-success{border-left-color:var(--cs-success)!important}.toast-container .ngx-toastr.toast-warning{border-left-color:var(--cs-warn)!important}.toast-container .ngx-toastr.toast-info{border-left-color:var(--cs-info)!important}.mat-mdc-paginator{background:transparent!important;border-top:1px solid var(--border-light)}.mat-mdc-tooltip .mdc-tooltip__surface{--mdc-plain-tooltip-container-color: #16202C !important;border:1px solid var(--border-light)}.login-hero-panel{background:radial-gradient(70% 90% at 60% 100%,rgba(0,112,250,.35),transparent 60%),radial-gradient(50% 60% at 100% 0%,rgba(0,52,155,.2),transparent 60%),linear-gradient(160deg,#0d1117,#0b1426,#071035)!important}.login-hero-panel .hero-bg-grid{background-image:linear-gradient(rgba(0,112,250,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(0,112,250,.07) 1px,transparent 1px)!important;background-size:32px 32px!important;mask-image:radial-gradient(ellipse at center,#000 35%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at center,#000 35%,transparent 75%)}.login-hero-panel .hero-title{font-family:var(--cs-font-display)!important;letter-spacing:-.01em!important}.login-hero-panel .hero-title:after{content:"_";color:var(--cs-accent);animation:cs-blink 1.1s steps(1,end) infinite;margin-left:4px}.login-hero-panel .text-gradient{background:linear-gradient(135deg,#0af6ff,#0070fa)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}.login-form-panel{background:var(--mat-sys-background)!important}.login-form-panel .login-form-wrapper{border:1px solid var(--border-light);border-radius:var(--cs-radius-lg);padding:28px;background:var(--mat-sys-surface)}html.dark-theme .login-logo-horizontal{filter:invert(1) brightness(2.2) hue-rotate(180deg)}.mat-mdc-card{overflow:hidden}.row>[class*=col-],.col-12{min-width:0}.table-responsive{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>table.mat-mdc-table,.table-responsive>table{width:100%;min-width:100%;table-layout:fixed}.table-responsive .mat-mdc-header-cell,.table-responsive .mat-mdc-cell,.table-responsive .mat-mdc-footer-cell{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.severity-chip{display:inline-block;padding:2px 10px;border-radius:999px;font-family:var(--cs-font-mono);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent}.severity-chip.severity-critical{background-color:var(--cs-severity-critical-bg)!important;color:var(--cs-severity-critical)!important;border-color:var(--cs-severity-critical-bg)}.severity-chip.severity-high{background-color:var(--cs-severity-high-bg)!important;color:var(--cs-severity-high)!important;border-color:var(--cs-severity-high-bg)}.severity-chip.severity-medium{background-color:var(--cs-severity-medium-bg)!important;color:var(--cs-severity-medium)!important;border-color:var(--cs-severity-medium-bg)}.severity-chip.severity-low{background-color:var(--cs-severity-low-bg)!important;color:var(--cs-severity-low)!important;border-color:var(--cs-severity-low-bg)}.severity-chip.severity-info{background-color:var(--cs-severity-info-bg)!important;color:var(--cs-severity-info)!important;border-color:var(--cs-severity-info-bg)}.status-chip{display:inline-block;padding:.15rem .75rem;border-radius:999px;font-weight:600;font-size:.82rem;background:var(--cs-status-inactive-bg);color:var(--cs-status-inactive)}.status-chip.status-active,.status-chip.status-completed{background:var(--cs-status-active-bg);color:var(--cs-status-active)}.status-chip.status-inactive,.status-chip.status-cancelled,.status-chip.status-error{background:var(--cs-status-error-bg);color:var(--cs-status-error)}.status-chip.status-in_progress,.status-chip.status-running{background:#5b8def24;color:var(--cs-info)}.status-chip.status-scheduled,.status-chip.status-pending{background:var(--cs-status-pending-bg);color:var(--cs-status-pending)}html.light-theme .text-muted{color:#5c6573!important}html.dark-theme .text-muted{color:#b5bcc9!important}html{height:100%}body{margin:0;min-height:100%;font-family:Inter,Helvetica Neue,sans-serif}.connector-dialog-panel.mat-mdc-dialog-panel{max-width:95vw!important}.connector-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface{max-width:none!important;max-height:95vh!important;min-width:1000px}.connector-dialog-panel .mat-mdc-dialog-content{overflow-x:hidden!important;overflow-y:auto!important;max-height:calc(95vh - 120px)!important;padding:16px 24px!important}.tenant-delete-dialog .mat-mdc-dialog-container,.tenant-delete-dialog .mat-mdc-dialog-container .mdc-dialog__surface{overflow:visible!important}.tenant-delete-dialog .mat-mdc-dialog-container .mat-mdc-dialog-content{overflow:visible!important;max-height:none!important}.multiline-tooltip .mdc-tooltip__surface{max-width:480px!important;white-space:normal!important;word-wrap:break-word!important;line-height:1.5!important;text-align:left!important;padding:14px 24px!important;box-sizing:border-box!important}.filter-summary-tooltip .mdc-tooltip__surface{max-width:400px!important;white-space:pre-line!important;word-wrap:break-word!important;line-height:1.4!important;text-align:left!important;padding:10px 16px!important;font-size:12px!important;box-sizing:border-box!important}body.dark-theme .target-select-panel{background:#303030!important}body.dark-theme .target-select-panel .select-search-wrapper{background:#424242!important;border-bottom-color:#ffffff1a!important}body.dark-theme .target-select-panel .select-search-wrapper .search-icon{color:#ffffff80!important}body.dark-theme .target-select-panel .select-search-wrapper .select-search-input{color:#fff!important}body.dark-theme .target-select-panel .select-search-wrapper .select-search-input::placeholder{color:#fff6!important}body.dark-theme .target-select-panel .select-search-wrapper .clear-search{color:#ffffff80!important}body.dark-theme .target-select-panel .select-search-wrapper .clear-search:hover{color:#fffc!important}body.dark-theme .target-select-panel .mat-mdc-optgroup-label{background:#2196f326!important;color:#64b5f6!important}body.dark-theme .target-select-panel .mat-mdc-option{color:#fff!important}body.dark-theme .target-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:#ffffff14!important}body.dark-theme .target-select-panel .mat-mdc-option .required-star{color:#ef5350!important}body.dark-theme .column-manager-menu .menu-header{border-color:#ffffff1f!important}body.dark-theme .column-manager-menu .column-item:hover{background:#ffffff14!important}body.dark-theme .column-manager-menu .column-item .drag-handle,body.dark-theme .column-manager-menu .column-item .sortable-icon{color:#ffffff80!important}body.dark-theme .column-manager-menu .drag-placeholder{background:#ffffff14!important;border-color:#ffffff4d!important}body.dark-theme .cdk-drag-preview{background:#424242!important}body.dark-theme .cdk-drag-preview .drag-handle{color:#ffffff80!important}.detail-dialog-panel .mat-mdc-dialog-container{padding:0!important}.detail-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface{max-height:85vh!important;display:flex!important;flex-direction:column!important;padding:0!important}.detail-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-content{flex:1 1 auto!important;overflow-y:auto!important;max-height:calc(85vh - 60px)!important}.detail-dialog-panel .attribute .label,.detail-dialog-panel .vuln-id .label{opacity:.6}.detail-dialog-panel .text-muted{opacity:.38}.detail-dialog-panel .evidence-box,.detail-dialog-panel .source-item,.detail-dialog-panel .attribute .value.code{background:var(--mdc-dialog-container-color, rgba(0, 0, 0, .04))}.detail-dialog-panel .reference-link{background:#2196f31a;color:#2196f3}.detail-dialog-panel .reference-link:hover{background:#2196f333}.resizable-table{table-layout:fixed;width:100%}.resizable-table th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid var(--mat-sys-outline-variant, rgba(0, 0, 0, .12))}.resizable-table th:last-child{border-right:none}.resizable-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-resize-handle{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;z-index:10}.col-resize-handle:after{content:"";position:absolute;top:20%;left:50%;transform:translate(-50%);width:3px;height:60%;border-radius:2px;background-color:var(--mat-sys-outline, rgba(0, 0, 0, .25));transition:background-color .15s ease,width .15s ease}.col-resize-handle:hover:after,.col-resizing .col-resize-handle:after{background-color:var(--mat-sys-primary, #1976d2);width:4px}.col-resizing,.col-resizing *{cursor:col-resize!important;-webkit-user-select:none;user-select:none}.row-link{color:inherit;text-decoration:none;font-weight:500}.row-link:hover{color:var(--mat-sys-primary, #1976d2);text-decoration:underline}.hover-row{cursor:pointer}.freemium-splash-dialog-panel .mat-mdc-dialog-container{padding:0!important}.freemium-splash-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface{border-radius:16px!important;overflow:hidden!important}html.blue_theme{--mat-sys-primary: #0070FA;--mat-sys-primary-fixed-dim: rgba(0, 112, 250, .15);--mat-sys-secondary: #0AF6FF;--mat-sys-secondary-fixed-dim: rgba(10, 246, 255, .15);--mat-sys-tertiary: #13DDB5;--mat-sys-error: #FF4757;--mat-sys-error-fixed-dim: rgba(255, 71, 87, .18)}html.orange_theme{--mat-sys-primary: rgb(250, 137, 107);--mat-sys-primary-fixed-dim: rgb(250, 137, 107, .15);--mat-sys-secondary: rgb(0, 127, 180);--mat-sys-secondary-fixed-dim: rgb(0, 127, 180, .15);--mat-sys-error-fixed-dim: rgba(247, 68, 86, .15)}html.aqua_theme{--mat-sys-primary: rgb(0, 116, 186);--mat-sys-primary-fixed-dim: rgb(0, 116, 186, .15);--mat-sys-secondary: rgb(71, 215, 188);--mat-sys-secondary-fixed-dim: rgb(71, 215, 188, .15);--mat-sys-tertiary: rgb(71, 215, 188)}html.cyan_theme{--mat-sys-primary: rgb(0, 185, 192);--mat-sys-primary-fixed-dim: rgb(0, 185, 192, .15);--mat-sys-secondary: rgb(244, 139, 108);--mat-sys-secondary-fixed-dim: rgb(244, 139, 108, .15);--mat-sys-tertiary: rgb(244, 139, 108)}html.green_theme{--mat-sys-primary: #0070FA;--mat-sys-primary-fixed-dim: rgba(0, 112, 250, .15);--mat-sys-secondary: #0AF6FF;--mat-sys-secondary-fixed-dim: rgba(10, 246, 255, .15);--mat-sys-tertiary: #13DDB5;--mat-sys-error: #FF4757;--mat-sys-error-fixed-dim: rgba(255, 71, 87, .18)}html.purple_theme{--mat-sys-primary: rgb(110, 53, 183);--mat-sys-primary-fixed-dim: rgb(110, 53, 183, .15);--mat-sys-secondary: rgb(139, 200, 206);--mat-sys-secondary-fixed-dim: rgb(139, 200, 206, .15);--mat-sys-tertiary: rgb(139, 200, 206)}html.red_theme{--mat-sys-primary: #FF1744;--mat-sys-primary-fixed-dim: rgba(255, 23, 68, .18);--mat-sys-secondary: #5B8DEF;--mat-sys-secondary-fixed-dim: rgba(91, 141, 239, .18);--mat-sys-tertiary: #FF1744;--mat-sys-error: #FF1744;--mat-sys-error-fixed-dim: rgba(255, 23, 68, .18)}html{--mat-autocomplete-container-elevation-shadow: var(--mat-sys-level2)}html{--mat-badge-background-color: var(--mat-sys-primary)}html{--mat-button-protected-hover-container-elevation-shadow: var(--mat-sys-level1);--mat-button-filled-horizontal-padding: 15px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-protected-horizontal-padding: 15px;--mat-button-text-horizontal-padding: 15px;--mat-button-filled-container-shape: var(--mat-sys-corner-medium);--mat-button-outlined-container-shape: var(--mat-sys-corner-medium);--mat-button-protected-container-shape: var(--mat-sys-corner-medium);--mat-button-text-container-shape: var(--mat-sys-corner-medium)}html{--mat-icon-button-icon-color: var(--mat-sys-on-background)}html .mat-mdc-button-base.bg-light-primary:hover,html .mat-mdc-button-base.bg-light-secondary:hover,html .mat-mdc-button-base.bg-light-error:hover,html .mat-mdc-button-base.bg-light-warning:hover,html .mat-mdc-button-base.bg-light-success:hover{color:#fff!important}html .mat-mdc-button-base.bg-light-primary:hover{background-color:var(--mat-sys-primary)!important}html .mat-mdc-button-base.bg-light-secondary:hover{background-color:var(--mat-sys-secondary)!important}html .mat-mdc-button-base.bg-light-error:hover{background-color:var(--mat-sys-error)!important}html .mat-mdc-button-base.bg-light-warning:hover{background-color:#ffae1f!important}html .mat-mdc-button-base.bg-light-success:hover{background-color:#10b981!important}html .mat-mdc-outlined-button:not(:disabled){border-color:inherit!important}html .mat-mdc-button-base.text-secondary:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-secondary)}html .mat-mdc-button-base.text-error:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-error)}html .mat-mdc-button-base.text-warning:hover .mat-mdc-button-persistent-ripple:before{background-color:#ffae1f}html .mat-mdc-button-base.text-success:hover .mat-mdc-button-persistent-ripple:before{background-color:#10b981}html .mat-mdc-outlined-button:not(:disabled).mat-secondary{color:var(--mat-sys-secondary);border-color:var(--mat-sys-secondary)}html .mat-mdc-outlined-button:not(:disabled).mat-secondary:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-secondary)}html .mat-mdc-outlined-button:not(:disabled).mat-success{color:#10b981;border-color:#10b981}html .mat-mdc-outlined-button:not(:disabled).mat-success:hover .mat-mdc-button-persistent-ripple:before{background-color:#10b981}html .mat-mdc-outlined-button:not(:disabled).mat-error{color:var(--mat-sys-error);border-color:var(--mat-sys-error)}html .mat-mdc-outlined-button:not(:disabled).mat-error:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-error)}html .mat-mdc-outlined-button:not(:disabled).mat-warning{color:#ffae1f;border-color:#ffae1f}html .mat-mdc-outlined-button:not(:disabled).mat-warning:hover .mat-mdc-button-persistent-ripple:before{background-color:#ffae1f}html.dark-theme .mat-mdc-icon-button:hover,html.light-theme .mat-mdc-icon-button:hover{color:var(--mat-sys-primary)}html.dark-theme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,html.light-theme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-sys-primary)}html{--mat-button-toggle-shape: 24px}html{--mat-card-elevated-container-color: #ffffff;--mat-card-outlined-container-color: #ffffff;--mat-card-title-text-size: 1.125rem;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-color: var(--mat-sys-surface-container-lowest);--mat-card-title-text-line-height: 1.6rem;--mat-card-title-text-weight: 600;--mat-card-subtitle-text-weight: 500;--mat-card-elevated-container-shape: var(--mat-sys-corner-medium);--mat-card-outlined-container-shape: var(--mat-sys-corner-medium);--mat-card-elevated-container-elevation: var(--mat-sys-level2)}html .mat-mdc-card{margin-bottom:30px}html .mat-mdc-card .mat-mdc-card-header{padding:30px 30px 0!important}html .mat-mdc-card .mat-mdc-card-header+.mat-mdc-card-content{padding:0 30px 30px}html .mat-mdc-card>.mat-mdc-card-content{padding:30px!important}html .mat-mdc-card .mdc-card__actions{padding:30px!important}html .card-hover{transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms}html .card-hover:hover{scale:1.01;transition:all .1s ease-in 0s}html .cardBorder .mdc-card{box-shadow:none!important;border:1px solid var(--mat-sys-outline-variant)!important}html .cardBorder .mdc-card.shadow-none{border:0!important}html{--mat-checkbox-unselected-focus-icon-color: var(--mdc-checkbox-unselected-hover-state-layer-color);--mat-checkbox-label-text-color: var(--mat-sys-on-background);--mat-checkbox-unselected-icon-color: var(--mdc-checkbox-unselected-hover-state-layer-color)}html .mdc-checkbox__background{border-radius:4px;width:21px;height:21px;border:1px solid var(--mdc-checkbox-unselected-hover-state-layer-color);top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}html .mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}html{--mat-chip-focus-state-layer-color: var(--mat-option-focus-state-layer-color)}html{--mat-dialog-container-shape: var(--mat-sys-corner-small);--mat-dialog-subhead-size: 18px;--mat-dialog-subhead-weight: 600;--mat-dialog-content-padding: 20px 24px;--mat-dialog-actions-padding: 20px 24px;--mat-dialog-container-min-width: 300px;--mat-dialog-subhead-tracking: unset;--mat-dialog-supporting-text-tracking: unset}html{--mat-datepicker-calendar-container-background-color: var(--mdc-elevated-card-container-color);--mat-datepicker-calendar-container-touch-elevation-shadow: var(--mat-sys-level1);--mat-datepicker-calendar-container-elevation-shadow: var(--mat-sys-level1)}html{--mat-fab-small-container-shape: 30px;--mat-fab-container-shape: 30px;--mat-fab-container-elevation-shadow: none;--mat-fab-small-container-elevation-shadow: none;--mat-fab-small-hover-container-elevation-shadow: var(--mat-sys-level3);--mat-fab-hover-container-elevation-shadow: var(--mat-sys-level3);--mat-fab-extended-hover-container-elevation-shadow: var(--mat-sys-level3);--mat-fab-extended-container-elevation-shadow: none}html{--mat-form-field-container-height: 40px;--mat-form-field-outlined-container-shape: var(--mat-sys-corner-small);--mat-form-field-container-vertical-padding: 8px}html .hide-hint .mat-mdc-form-field-subscript-wrapper{display:none}html .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height) / 2.15)}html .demo-inline-calendar-card{width:300px}html .mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle:has(.mdc-switch__icons){margin:0 26px}html{--mat-radio-unselected-icon-color: var(--mat-sys-outline-variant)}html .mat-mdc-radio-button .mdc-radio__outer-circle{border-width:1px}html{--mat-list-list-item-hover-state-layer-color: var(--mat-sys-primary);--mat-list-list-item-container-shape: var(--mat-sys-corner-small);--mat-list-active-indicator-shape: var(--mat-sys-corner-small);--mat-list-list-item-two-line-container-height: 70px;--mat-list-list-item-three-line-container-height: 100px}html{--mat-menu-container-shape: var(--mat-sys-corner-medium)}html .mat-mdc-menu-panel{box-shadow:var(--mat-sys-level3)!important}html .mat-mdc-select-panel{padding:8px!important}html{--mat-paginator-container-background-color: var(--mdc-elevated-card-container-color)}html{--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #002f65);--mat-sys-on-tertiary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-tertiary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-tertiary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#005cbb, #abc7ff);--mat-sys-tertiary-container: light-dark(#d7e3ff, #00458f);--mat-sys-tertiary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-tertiary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Inter;--mat-sys-body-large-font: Inter;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Inter;--mat-sys-body-medium-font: Inter;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Inter;--mat-sys-body-small-font: Inter;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Inter;--mat-sys-display-large-font: Inter;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Inter;--mat-sys-display-medium-font: Inter;--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 Inter;--mat-sys-display-small-font: Inter;--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 Inter;--mat-sys-headline-large-font: Inter;--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 Inter;--mat-sys-headline-medium-font: Inter;--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 Inter;--mat-sys-headline-small-font: Inter;--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 .875rem / 1.25rem Inter;--mat-sys-label-large-font: Inter;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Inter;--mat-sys-label-medium-font: Inter;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Inter;--mat-sys-label-small-font: Inter;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Inter;--mat-sys-title-large-font: Inter;--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 Inter;--mat-sys-title-medium-font: Inter;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Inter;--mat-sys-title-small-font: Inter;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .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: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12;--mat-sys-error: rgb(255, 102, 146);--mat-sys-body-medium-size: 14px;--mat-sys-body-large-size: 14px;--mat-sys-outline-variant: #e0e6eb;--mat-sys-level1: 0px 2px 4px -1px rgba(175, 182, 201, .2);--mat-sys-level2: 0 1px 4px rgba(133, 146, 173, .2);--mat-sys-level3: 0px 2px 4px -1px rgba(175, 182, 201, .2);--mat-sys-level4: 0 15px 30px rgba(0, 0, 0, .12)}html{--mat-table-background-color: var(--mdc-elevated-card-container-color);--mat-table-header-headline-color: var(--mat-sys-on-background);--mat-table-row-item-label-text-color: var(--mat-sys-on-background)}html .mdc-data-table__cell,html .mdc-data-table__header-cell{padding:16px 23px}html .table-responsive{overflow-x:auto}html .table-responsive td,html .table-responsive mat-cell{white-space:nowrap;padding:16px 23px}@media(max-width:1023px){.table-xs-responsive{overflow-x:auto}}html{--mat-tree-container-background-color: var(--mdc-elevated-card-container-color)}html .mdc-list-item__primary-text,html .mat-drawer-container,html .mat-drawer,html .text-body{color:var(--mat-sys-on-background)}html{--mat-stepper-container-color: var(--mdc-elevated-card-container-color)}html{--mat-expansion-container-background-color: var(--mdc-elevated-card-container-color);--mat-expansion-header-text-color: var(--mat-sys-on-background)}html .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:var(--mat-sys-level1)}html{--mat-sidenav-container-shape: 0}html{--mat-tab-active-label-text-color: var(--mat-sys-primary);--mat-tab-active-focus-label-text-color: var(--mat-sys-primary)}html{--mat-tooltip-container-shape: var(--mat-sys-corner-full)}html .mat-secondary .mdc-linear-progress__bar-inner{border-color:var(--mat-sys-secondary)}html .mat-warning .mdc-linear-progress__bar-inner{border-color:#ffae1f}html .mat-error .mdc-linear-progress__bar-inner{border-color:var(--mat-sys-error)}html .mat-mdc-progress-bar{border-radius:var(--mat-sys-corner-small)}html{--mat-sys-error-fixed-dim: rgba(247, 68, 86, .15);--mat-select-container-elevation-shadow: var(--mat-sys-level3);--mdc-list-list-item-label-text-tracking: 0;--mdc-switch-track-height: 28px;--mat-sidenav-container-divider-color: var(--mat-sys-outline-variant);--mat-dialog-with-actions-content-padding: 20px 24px;--mat-form-field-container-text-tracking: unset;--mat-switch-with-icon-handle-size: 21px;--mat-badge-text-color: white;--mat-switch-selected-with-icon-handle-horizontal-margin: 0 26px}html .mat-mdc-tooltip .mdc-tooltip__surface{--mdc-plain-tooltip-container-color: var(--mat-sys-primary) !important}html.light-theme{color-scheme:light;--mat-sys-corner-small: 8px;--mat-sys-corner-medium: 12px;--mat-sys-background: #F7F9FC;--mat-sys-surface-bright: #FFFFFF;--mat-sys-surface: #FFFFFF;--mat-sys-surface-container: #FFFFFF;--mat-sys-surface-container-low: #F7F9FC;--mat-sys-surface-container-lowest: #EEF2F7;--mat-sys-on-background: #0B0F14;--mat-sys-outline: #E2E8F0;--mat-sys-outline-variant: #E2E8F0;--mdc-outlined-text-field-hover-outline-color: rgba(0, 112, 250, .45);--mdc-outlined-text-field-focus-outline-color: #0070FA;--mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 112, 250, .08);--mat-menu-item-hover-state-layer-color: #F1F6FB;--mat-standard-button-toggle-state-layer-color: #F1F6FB;--mat-option-focus-state-layer-color: rgba(0, 112, 250, .1);--mat-option-hover-state-layer-color: rgba(0, 112, 250, .06);--mdc-switch-unselected-track-color: #E2E8F0;--mat-stepper-header-focus-state-layer-color: rgba(0, 112, 250, .08);--mat-stepper-header-hover-state-layer-color: rgba(0, 112, 250, .06);--mdc-dialog-supporting-text-color: var(--mat-sys-on-background);--mat-expansion-header-hover-state-layer-color: rgba(0, 112, 250, .05);--cs-accent: #0070FA;--cs-status-error: #E53935;--text-primary: #0B0F14;--text-secondary: rgba(11, 15, 20, .66);--text-hint: rgba(11, 15, 20, .5);--text-disabled: rgba(11, 15, 20, .38);--text-muted: rgba(11, 15, 20, .54);--icon-muted: rgba(11, 15, 20, .54);--border-light: rgba(11, 15, 20, .06);--border-medium: rgba(11, 15, 20, .12);--surface-hover: rgba(0, 112, 250, .06);--surface-muted: rgba(11, 15, 20, .02)}html.dark-theme{color-scheme:dark;--mat-sys-corner-small: 8px;--mat-sys-corner-medium: 12px;--mat-sys-background: #0B0F14;--mat-sys-on-background: #E6EDF3;--mat-sys-on-primary: #04140F;--mat-sys-surface-bright: #16202C;--mat-sys-surface: #111821;--mat-sys-surface-container: #111821;--mat-sys-surface-container-low: #0E141B;--mat-sys-surface-container-lowest: #0B0F14;--mat-sys-surface-container-high: #16202C;--mat-sys-surface-container-highest: #1B2735;--mat-sys-outline-variant: rgba(255, 255, 255, .08);--mat-sys-outline: rgba(255, 255, 255, .14);--mdc-outlined-text-field-hover-outline-color: rgba(0, 112, 250, .45);--mdc-outlined-text-field-focus-outline-color: #0070FA;--mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 112, 250, .08);--mat-menu-item-hover-state-layer-color: rgba(0, 112, 250, .08);--mat-standard-button-toggle-state-layer-color: rgba(0, 112, 250, .08);--mat-option-focus-state-layer-color: rgba(0, 112, 250, .1);--mat-option-hover-state-layer-color: rgba(0, 112, 250, .08);--mdc-switch-unselected-track-color: rgba(255, 255, 255, .1);--mat-stepper-header-focus-state-layer-color: rgba(0, 112, 250, .08);--mat-stepper-header-hover-state-layer-color: rgba(0, 112, 250, .08);--mat-expansion-header-hover-state-layer-color: rgba(0, 112, 250, .06);--cs-accent: #0070FA;--cs-status-error: #FF4757;--text-primary: #E6EDF3;--text-secondary: #A0AEC0;--text-hint: #6B7785;--text-disabled: rgba(230, 237, 243, .38);--text-muted: #8A93A6;--icon-muted: #8A93A6;--border-light: rgba(255, 255, 255, .06);--border-medium: rgba(255, 255, 255, .12);--surface-hover: rgba(0, 112, 250, .06);--surface-muted: rgba(255, 255, 255, .02);--mat-card-elevated-container-color: #111821;--mat-card-elevated-container-elevation: 0 1px 0 rgba(255, 255, 255, .04);--mat-card-subtitle-text-color: #A0AEC0;--mat-sys-level1: 0 1px 0 rgba(255, 255, 255, .04);--mat-sys-level2: 0 8px 24px -12px rgba(0, 112, 250, .18);--mat-sys-level3: 0 12px 32px -16px rgba(0, 112, 250, .22)}html .bg-primary{background-color:var(--mat-sys-primary)!important}html .text-primary{color:var(--mat-sys-primary)!important}html .bg-secondary{background-color:var(--mat-sys-secondary)!important}html .text-secondary{color:var(--mat-sys-secondary)!important}html .bg-success{background-color:#10b981!important}html .text-success{color:#10b981!important}html .bg-warning{background-color:#ffae1f!important}html .text-warning{color:#ffae1f!important}html .bg-error{background-color:var(--mat-sys-error)!important}html .text-error{color:var(--mat-sys-error)!important}html .bg-white{background-color:#fff!important}html .text-white{color:#fff!important}html .bg-light{background-color:var(--mat-sys-surface-bright)!important}html .text-light{color:var(--mat-sys-surface-bright)!important}html .bg-light-error{background-color:var(--mat-sys-error-fixed-dim)!important}html .text-light-error{color:var(--mat-sys-error-fixed-dim)!important}html .bg-light-secondary{background-color:var(--mat-sys-secondary-fixed-dim)!important}html .text-light-secondary{color:var(--mat-sys-secondary-fixed-dim)!important}html .bg-light-success{background-color:#10b98126!important}html .text-light-success{color:#10b98126!important}html .bg-light-warning{background-color:#ffae1f26!important}html .text-light-warning{color:#ffae1f26!important}html .bg-light-primary{background-color:var(--mat-sys-primary-fixed-dim)!important}html .text-light-primary{color:var(--mat-sys-primary-fixed-dim)!important}.fill-warning svg{fill:#ffae1f;color:#ffae1f}.fill-light svg{fill:var(--mat-sys-surface-bright);color:var(--mat-sys-surface-bright)}html .border-primary{border:1px solid var(--mat-sys-primary)!important}html .border-secondary{border:1px solid var(--mat-sys-secondary)!important}html .border-success{border:1px solid #10b981!important}html .border-warning{border:1px solid #ffae1f!important}html .border-error{border:1px solid var(--mat-sys-error)!important}.icon-1{height:1px!important;width:1px!important;line-height:9px!important}.icon-2{height:2px!important;width:2px!important;line-height:10px!important}.icon-3{height:3px!important;width:3px!important;line-height:11px!important}.icon-4{height:4px!important;width:4px!important;line-height:12px!important}.icon-5{height:5px!important;width:5px!important;line-height:13px!important}.icon-6{height:6px!important;width:6px!important;line-height:14px!important}.icon-7{height:7px!important;width:7px!important;line-height:15px!important}.icon-8{height:8px!important;width:8px!important;line-height:16px!important}.icon-9{height:9px!important;width:9px!important;line-height:17px!important}.icon-10{height:10px!important;width:10px!important;line-height:18px!important}.icon-11{height:11px!important;width:11px!important;line-height:19px!important}.icon-12{height:12px!important;width:12px!important;line-height:20px!important}.icon-13{height:13px!important;width:13px!important;line-height:21px!important}.icon-14{height:14px!important;width:14px!important;line-height:22px!important}.icon-15{height:15px!important;width:15px!important;line-height:23px!important}.icon-16{height:16px!important;width:16px!important;line-height:24px!important}.icon-17{height:17px!important;width:17px!important;line-height:25px!important}.icon-18{height:18px!important;width:18px!important;line-height:26px!important}.icon-19{height:19px!important;width:19px!important;line-height:27px!important}.icon-20{height:20px!important;width:20px!important;line-height:28px!important}.icon-21{height:21px!important;width:21px!important;line-height:29px!important}.icon-22{height:22px!important;width:22px!important;line-height:30px!important}.icon-23{height:23px!important;width:23px!important;line-height:31px!important}.icon-24{height:24px!important;width:24px!important;line-height:32px!important}.icon-25{height:25px!important;width:25px!important;line-height:33px!important}.icon-26{height:26px!important;width:26px!important;line-height:34px!important}.icon-27{height:27px!important;width:27px!important;line-height:35px!important}.icon-28{height:28px!important;width:28px!important;line-height:36px!important}.icon-29{height:29px!important;width:29px!important;line-height:37px!important}.icon-30{height:30px!important;width:30px!important;line-height:38px!important}.icon-31{height:31px!important;width:31px!important;line-height:39px!important}.icon-32{height:32px!important;width:32px!important;line-height:40px!important}.icon-33{height:33px!important;width:33px!important;line-height:41px!important}.icon-34{height:34px!important;width:34px!important;line-height:42px!important}.icon-35{height:35px!important;width:35px!important;line-height:43px!important}.icon-36{height:36px!important;width:36px!important;line-height:44px!important}.icon-37{height:37px!important;width:37px!important;line-height:45px!important}.icon-38{height:38px!important;width:38px!important;line-height:46px!important}.icon-39{height:39px!important;width:39px!important;line-height:47px!important}.icon-40{height:40px!important;width:40px!important;line-height:48px!important}.icon-41{height:41px!important;width:41px!important;line-height:49px!important}.icon-42{height:42px!important;width:42px!important;line-height:50px!important}.icon-43{height:43px!important;width:43px!important;line-height:51px!important}.icon-44{height:44px!important;width:44px!important;line-height:52px!important}.icon-45{height:45px!important;width:45px!important;line-height:53px!important}.icon-46{height:46px!important;width:46px!important;line-height:54px!important}.icon-47{height:47px!important;width:47px!important;line-height:55px!important}.icon-48{height:48px!important;width:48px!important;line-height:56px!important}.icon-49{height:49px!important;width:49px!important;line-height:57px!important}.icon-50{height:50px!important;width:50px!important;line-height:58px!important}.icon-51{height:51px!important;width:51px!important;line-height:59px!important}.icon-52{height:52px!important;width:52px!important;line-height:60px!important}.icon-53{height:53px!important;width:53px!important;line-height:61px!important}.icon-54{height:54px!important;width:54px!important;line-height:62px!important}.icon-55{height:55px!important;width:55px!important;line-height:63px!important}.icon-56{height:56px!important;width:56px!important;line-height:64px!important}.icon-57{height:57px!important;width:57px!important;line-height:65px!important}.icon-58{height:58px!important;width:58px!important;line-height:66px!important}.icon-59{height:59px!important;width:59px!important;line-height:67px!important}.icon-60{height:60px!important;width:60px!important;line-height:68px!important}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:500}body{font-family:Inter,sans-serif;line-height:1.334rem;overflow-x:hidden;color:var(--mat-sys-on-background)}.mainWrapper{display:flex;min-height:calc(100vh - 36px);width:100%;flex:1;box-sizing:border-box;position:relative}.mat-sidenav-content.contentWrapper{width:auto;display:flex;flex-direction:column;margin-left:0;transition:margin-left .4s cubic-bezier(.25,.8,.25,1)}.body-wrapper{flex:1;display:flex;flex-direction:column;padding-bottom:0}@media(max-width:1023px){.sidebarNav-horizontal .body-wrapper{margin-top:30px}}.sidebarNav-horizontal .body-wrapper{margin-left:15px;margin-right:15px}.pageWrapper{padding:24px 15px;min-height:calc(100vh - 100px);margin:0 auto;width:100%;max-width:100%}.pageWrapper.maxWidth{max-width:1800px}.container{max-width:100%;padding-left:24px;padding-right:24px;margin:0 auto}.container.full-width{display:flex;align-items:center;width:100%}.container.boxed{max-width:1800px}.hstack{display:flex;flex-direction:row;gap:16px}.img-fluid{max-width:100%;height:auto}.filter-sidebar{width:290px!important}.rounded{border-radius:24px!important}.rounded-circle{border-radius:100%!important}.rounded-pill{border-radius:25px!important}.overflow-hidden{overflow:hidden}.text-decoration-none{text-decoration:none}a{color:var(--mat-sys-on-background)}a:hover{color:var(--mat-sys-primary)}pre{margin:0;white-space:nowrap}td.hljs-ln-line.hljs-ln-numbers{padding-right:10px}@media(min-width:768px){html .flex-sm-row{flex-direction:row!important}}.table-responsive{overflow-x:auto}.table-responsive td,.table-responsive mat-cell{white-space:nowrap;padding:16px}.op-5{opacity:.5}.op-75{opacity:.75}.cursor-pointer{cursor:pointer}.avatar-group img{border:2px solid #ffffff;margin-right:-5px}.avatar-group img:last-child{margin-right:0}.w-100{width:100%}.h-100{height:100%}.shadow-none{box-shadow:none!important}.text-muted{color:var(--mat-sys-surface-container-lowest)}.position-relative{position:relative}.mat-drawer[style*="visibility: hidden"]{display:none}.tier-loading-overlay{position:fixed;inset:0;background:#ffffffe6;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tier-loading-overlay .tier-loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}.dark-theme .tier-loading-overlay{background:#1e1e1ee6}.mat-drawer-container .mat-drawer-content{z-index:1}.mat-drawer.sidebarNav{width:fit-content;min-width:200px;max-width:280px;flex-shrink:0;transition:width .4s cubic-bezier(.25,.8,.25,1);overflow-x:hidden;border-right-width:0;box-shadow:7px 7px 10px #00000008;z-index:50}.branding{padding:12px 16px;min-height:70px;display:flex;align-items:center}.branding-centered{display:flex;justify-content:center;align-items:center;width:100%;padding:8px 0;text-align:center}.sidebar-header{display:flex;flex-direction:column;align-items:center;padding:16px 8px;border-bottom:1px solid var(--mat-sys-outline-variant);margin-bottom:8px}.sidebarNav-mini .sidebarNav{width:56px;min-width:56px;max-width:56px}.sidebarNav-mini .sidebarNav .profile-bar{display:none}.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item{width:44px;min-width:44px;height:40px;min-height:40px;padding:8px 0!important;margin:0 auto 6px!important;justify-content:center;border-radius:20px}.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__content{display:none}.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__start{width:18px!important;height:18px!important;margin:0!important}.sidebarNav-mini .hideMenu{overflow:hidden;width:56px}.sidebarNav-mini .branding{width:56px;overflow:hidden}.sidebarNav-mini .sidebar-header{display:none}.sidebarNav-mini .branding-centered{overflow:hidden;visibility:hidden;height:70px}.sidebarNav-mini .branding-centered .branding-logo img{height:34px;max-width:34px;object-fit:contain}.sidebarNav-mini .sidebar-list.mdc-list{padding:14px 6px 0}.sidebarNav-mini .sidebar-list.mdc-list .mdc-list-group__subheader{text-align:center;font-size:0;padding:4px 0 12px}.sidebarNav-mini .sidebar-list.mdc-list .mdc-list-group__subheader:before{content:"\2022\2022\2022";font-size:14px;letter-spacing:3px;color:var(--mat-sys-on-surface-variant)}.sidebarNav-mini .contentWrapper{transition:margin-left .4s cubic-bezier(.25,.8,.25,1)}.custom-route-icon{width:18px;height:18px;object-fit:contain;display:block;opacity:.78}@media(min-width:1024px){.sidebarNav-mini .contentWrapper{z-index:1;position:relative}.sidebarNav-mini .sidebar-list .menu-list-item:has(.sub-item-icon){margin-left:auto!important;margin-right:auto!important}}.customizerBtn{position:fixed;right:30px;bottom:30px;z-index:9}.sidebar-list.mdc-list{padding:0 12px}.sidebar-list.mdc-list .sub-item-icon{width:18px!important;height:18px!important;opacity:.75;margin-inline-end:10px}.sidebar-list.mdc-list .icon-lg{width:20px!important;height:20px!important}.sidebar-list.mdc-list .mdc-list-group__subheader{margin:0;font-size:14px;font-weight:600;padding:7px 0;line-height:26px;color:var(--mat-sys-on-background)}.sidebar-list.mdc-list .sidebar-divider{height:1px;width:calc(100% - 18px);display:block;margin:13px 0 13px 9px;background-image:linear-gradient(90deg,transparent,transparent 50%,var(--mat-sys-surface) 50%,var(--mat-sys-surface) 100%),linear-gradient(90deg,var(--mat-sys-outline-variant),var(--mat-sys-outline-variant),var(--mat-sys-outline-variant),var(--mat-sys-outline-variant),var(--mat-sys-outline-variant));background-size:7px 3px,100% 3px}.sidebar-list.mdc-list .sidebar-divider.lg{width:calc(100% - 32px);margin-left:16px}.sidebar-list.mdc-list .menu-list-item{border-radius:24px;min-height:42px;height:auto;padding:10px 12px!important;margin-bottom:2px}.sidebar-list.mdc-list .menu-list-item .hide-menu{white-space:normal;word-wrap:break-word;line-height:1.3}.sidebar-list.mdc-list .menu-list-item.twoline{min-height:60px;height:auto;align-items:center}.sidebar-list.mdc-list .menu-list-item:before,.sidebar-list.mdc-list .menu-list-item:focus{z-index:-1}.sidebar-list.mdc-list .menu-list-item.disabled{opacity:.38}.sidebar-list.mdc-list .menu-list-item .item-chip{height:24px;display:flex;align-items:center;justify-content:center;font-size:12px}.sidebar-list.mdc-list .menu-list-item.activeMenu .mdc-list-item__primary-text,.sidebar-list.mdc-list .menu-list-item.activeMenu .mat-mdc-list-item-icon{color:var(--mat-sys-primary)!important}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__start{margin-right:10px;margin-left:0!important;width:18px;height:18px;line-height:0px;fill:transparent!important;color:var(--mat-sys-on-background)}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text{display:flex;align-items:center;justify-content:space-between}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon{display:flex}.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon .mat-icon{font-size:18px;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.sidebar-list .top-parent .menu-list-item.activemenu{background-color:color-mix(in srgb,var(--mat-sys-primary) 10%,transparent)}.sidebar-list .top-parent .menu-list-item.activemenu .mdc-list-item__primary-text,.sidebar-list .top-parent .menu-list-item.activemenu .mat-mdc-list-item-icon{color:var(--mat-sys-primary)!important}.sidebar-list .menu-list-item.subitem-active{background-color:transparent!important}.sidebar-list .menu-list-item.subitem-active .mdc-list-item__primary-text{color:var(--mat-sys-primary)!important;font-weight:600!important}.sidebar-list .menu-list-item.subitem-active .mat-mdc-list-item-icon{color:var(--mat-sys-primary)!important}.sidebar-list .top-parent>.menu-list-item:not(.subitem-active) .hide-menu{font-weight:600;font-size:13px;text-transform:capitalize;letter-spacing:.3px}.sidebar-list .top-parent>.menu-list-item:not(.subitem-active) .mdc-list-item__start{width:20px!important;height:20px!important}.sidebar-list .menu-list-item:has(.sub-item-icon){margin-left:20px!important;min-height:36px;height:auto;margin-bottom:1px}.sidebar-list .menu-list-item:has(.sub-item-icon) .hide-menu{font-size:13px;font-weight:400;white-space:normal;word-wrap:break-word;line-height:1.3}.flex-layout{display:flex;flex-direction:column;height:100vh}.inner-sidebar{width:calc(100% - 80px);margin-left:80px}.iconMenu{position:absolute;height:100%;border-right:1px solid var(--mat-sys-outline);width:80px}.sidebar-header{padding:16px}.sidebar-header .collapse-toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.sidebar-header .collapse-toggle mat-icon{font-size:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.sidebar-header .collapse-toggle.disabled-toggle{cursor:not-allowed;opacity:.5}html .topbar{position:sticky;top:0;z-index:9;height:70px;background-color:var(--mat-sys-background)}html .topbar i-tabler{stroke-width:1.5px}.topbar-dd{min-width:360px!important}.profile-img{margin-top:-5px;margin-left:-5px;width:35px;height:35px;object-fit:cover}.profile-menu-avatar{width:56px;height:56px;object-fit:cover}.profile-menu-panel{min-width:320px!important}.profile-menu-panel .theme-color-btn{width:32px;height:32px;min-width:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .15s ease,box-shadow .15s ease}.profile-menu-panel .theme-color-btn:hover{transform:scale(1.1);box-shadow:0 2px 8px #0003}.profile-menu-panel .theme-color-btn.active{border-color:var(--mat-sys-on-surface, #333);box-shadow:0 0 0 2px var(--mat-sys-surface, #fff)}.profile-menu-panel .theme-color-btn i-tabler{display:flex}.profile-menu-panel .layout-btn{font-size:12px;padding:6px 12px;min-height:36px;border-color:var(--mat-sys-outline, rgba(0, 0, 0, .12))}.profile-menu-panel .layout-btn.active{background-color:var(--mat-sys-primary, #2196f3);color:#fff;border-color:var(--mat-sys-primary, #2196f3)}.profile-menu-panel .layout-btn.active:hover{background-color:var(--mat-sys-primary, #2196f3)}.profile-menu-panel .layout-btn i-tabler{display:flex}.apps-dd{min-width:830px!important;overflow:unset!important}.apps-dd .mat-mdc-menu-content{padding:0;overflow:hidden;border-radius:var(--mat-sys-corner-small)}.text-hover-primary:hover .hover-text{color:var(--mat-sys-primary)}.object-cover{object-fit:cover}.dark-theme .topbar .mat-mdc-icon-button{color:#ffffffab!important}.dark-theme .topbar .mdc-button{--mdc-text-button-label-text-color: $dark-text-secondary !important}.mega-dd-bg{position:absolute;top:0;right:0;width:300px;height:100%;max-width:100%}.notification{height:16px;width:16px;border-radius:100%;line-height:12px;display:flex;align-items:center;justify-content:center;position:absolute;right:2px;top:1px}.inbox-badge{position:absolute!important;top:0;right:0}.nav-divider{width:1px;height:24px;background-color:var(--mat-sys-outline);margin:0 4px}.tenant-context-indicator{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffb74d;border-radius:8px;padding:6px 16px;margin-left:8px}.tenant-context-indicator .context-icon{color:#f57c00;font-size:20px;width:20px;height:20px}.tenant-context-indicator .context-info{display:flex;flex-direction:column;line-height:1.2}.tenant-context-indicator .context-info .context-label{font-size:10px;color:#e65100;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.tenant-context-indicator .context-info .context-name{font-size:13px;font-weight:600;color:#bf360c}.tenant-context-indicator .exit-btn{font-size:12px;padding:2px 12px;min-width:auto;line-height:1.5}.tenant-context-indicator .exit-btn mat-icon{font-size:16px;width:16px;height:16px;margin-right:4px}.tenant-branding{display:flex;align-items:center;margin-left:8px}.tenant-branding .tenant-logo{max-height:32px;max-width:120px;object-fit:contain}.tenant-branding .tenant-name{font-size:14px;color:var(--mat-sys-on-surface, #333)}.portal-footer{padding:.5rem 2rem;display:flex;justify-content:center;align-items:center;border-top:1px solid var(--mat-sys-outline-variant, rgba(0, 0, 0, .08));background-color:var(--mat-sys-surface, #fafafa);position:fixed;bottom:0;left:0;right:0;z-index:5;height:36px;box-sizing:border-box}.portal-footer .footer-content{display:flex;align-items:center;gap:.5rem}.portal-footer .footer-text{color:var(--mat-sys-on-surface-variant, rgba(0, 0, 0, .5));font-size:.75rem;font-weight:400}.portal-footer .advens-logo-footer{height:16px;width:auto;opacity:.7;transition:opacity .2s ease}.portal-footer .advens-logo-footer:hover{opacity:1}.portal-footer .advens-logo-footer.logo-light{display:inline-block}.portal-footer .advens-logo-footer.logo-dark{display:none}.portal-footer .version-text{color:var(--mat-sys-on-surface-variant, rgba(0, 0, 0, .4));font-size:.7rem;font-weight:400;margin-left:.75rem;padding-left:.75rem;border-left:1px solid var(--mat-sys-outline-variant, rgba(0, 0, 0, .12))}.portal-footer .deployment-badge{color:#ff9800;font-size:.65rem;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;margin-left:.5rem;background-color:#ff98001a;border-radius:3px;border:1px solid rgba(255,152,0,.3)}.customizer-button-group.two-row{display:inline-block}.customizer-button-group.two-row.theme-colors .mat-button-toggle-appearance-standard{margin-left:16px}.customizer-button-group.two-row.theme-colors .mat-button-toggle-appearance-standard:first-child{margin-left:0}.customizer-button-group.two-row .mat-button-toggle-appearance-standard{width:80px;height:65px;float:left;display:flex;align-items:center;margin-bottom:16px}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .mat-button-toggle-button{display:flex;justify-content:center}.customizer-button-group.two-row .mat-button-toggle-appearance-standard:nth-child(4){margin-left:0}.customizer-button-group.two-row .mat-button-toggle-appearance-standard.mat-button-toggle-checked .theme-circle .theme-icon{display:flex;color:#fff}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle{width:25px;height:25px;border-radius:var(--mat-sys-corner-full);color:#fff;display:flex;align-items:center;justify-content:center}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle .theme-icon{display:none}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.orange_theme{background-color:#fa896b}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.blue_theme{background-color:#00a1ff}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.red_theme{background-color:#c62828}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.aqua_theme{background-color:#0074ba}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.purple_theme{background-color:#763ebd}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.green_theme{background-color:#0a7ea4}.customizer-button-group.two-row .mat-button-toggle-appearance-standard .theme-circle.cyan_theme{background-color:#01c0c8}.customizer-button-group .mat-button-toggle-appearance-standard{padding:9px;border:1px solid var(--mat-sys-outline-variant)!important;box-shadow:none;border-radius:24px;transition:all .1s ease-in 0s}.customizer-button-group .mat-button-toggle-appearance-standard:hover{transform:scale(1.05)}.customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked{background-color:var(--mat-sys-primary-fixed-dim)}.customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked i-tabler.fill-icon{color:var(--mat-sys-primary);fill:var(--mat-sys-on-primary)}.customizer-button-group.mat-button-toggle-group{overflow:unset;border-radius:0}.customizer-button-group .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.customizer-button-group.mat-button-toggle-group-appearance-standard{border:0!important}.breadcrumb{list-style:none;margin:0;padding:0;display:flex}.breadcrumb-item{padding:0 10px 0 0}.breadcrumb-item:first-child::marker{display:none}.breadcrumb-item a{text-decoration:none;font-size:14px}.breadcrumb-item a:hover{color:var(--mat-sys-primary)}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.offset-3{margin-left:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.offset-6{margin-left:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.offset-9{margin-left:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.offset-12{margin-left:100%}@media(min-width:600px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-sm-1{margin-left:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-sm-2{margin-left:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.offset-sm-3{margin-left:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-sm-4{margin-left:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-sm-5{margin-left:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.offset-sm-6{margin-left:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-sm-7{margin-left:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-sm-8{margin-left:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.offset-sm-9{margin-left:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-sm-10{margin-left:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-sm-11{margin-left:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-12{margin-left:100%}}@media(min-width:960px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-md-1{margin-left:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-md-2{margin-left:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.offset-md-3{margin-left:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-md-4{margin-left:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-md-5{margin-left:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.offset-md-6{margin-left:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-md-7{margin-left:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-md-8{margin-left:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.offset-md-9{margin-left:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-md-10{margin-left:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-md-11{margin-left:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.offset-md-12{margin-left:100%}}@media(min-width:1280px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-lg-1{margin-left:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-lg-2{margin-left:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.offset-lg-3{margin-left:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-lg-4{margin-left:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-lg-5{margin-left:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.offset-lg-6{margin-left:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-lg-7{margin-left:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-lg-8{margin-left:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.offset-lg-9{margin-left:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-lg-10{margin-left:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-lg-11{margin-left:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-12{margin-left:100%}}@media(min-width:2100px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-xl-1{margin-left:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-xl-2{margin-left:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.offset-xl-3{margin-left:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-xl-4{margin-left:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-xl-5{margin-left:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.offset-xl-6{margin-left:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-xl-7{margin-left:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-xl-8{margin-left:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.offset-xl-9{margin-left:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-xl-10{margin-left:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-xl-11{margin-left:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-12{margin-left:100%}}@media(min-width:1200px){body .d-lg-flex{display:flex!important}body .d-lg-block{display:block!important}body .d-lg-none{display:none!important}body .align-items-lg-center{align-items:center!important}}@media(min-width:960px){.d-md-none{display:none!important}}@media(min-width:768px){body .d-sm-flex{display:flex!important}body .d-sm-block{display:block!important}}@media(max-width:767px){.p-xs-6{padding:0 6px!important}}.flex-shrink-0{flex-shrink:0}.flex-1-auto{flex:1 1 0%}.hstack{display:flex;flex-direction:row;gap:20px}@media(max-width:767px){.hstack{flex-direction:column}}@media(min-width:768px){body .flex-lg-row{flex-direction:row!important}body .justify-content-lg-end{justify-content:flex-end!important}}h1,h2,h3,h4,h5,h6{margin:0}.lh-lg{line-height:36px!important}.lh-md{line-height:26px!important}.lh-sm{line-height:20px!important}.lh-base{line-height:1.2!important}.lh-normal{line-height:normal!important}.z-1{z-index:1}.rounded-sm{border-radius:6px!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-0{margin:0!important}.m-2{margin:2px!important}.m-4{margin:4px!important}.m-5{margin:5px!important}.m-6{margin:7px!important}.m-8{margin:8px!important}.m-10{margin:10px!important}.m-12{margin:12px!important}.m-14{margin:14px!important}.m-15{margin:15px!important}.m-16{margin:16px!important}.m-18{margin:18px!important}.m-20{margin:20px!important}.m-24{margin:24px!important}.m-30{margin:30px!important}.m-32{margin:32px!important}.m-48{margin:48px!important}.m-56{margin:56px!important}.m-auto{margin:auto!important}.m-x-0{margin-left:0!important;margin-right:0!important}.m-x-2{margin-left:2px!important;margin-right:2px!important}.m-x-4{margin-left:4px!important;margin-right:4px!important}.m-x-5{margin-left:5px!important;margin-right:5px!important}.m-x-6{margin-left:7px!important;margin-right:7px!important}.m-x-8{margin-left:8px!important;margin-right:8px!important}.m-x-10{margin-left:10px!important;margin-right:10px!important}.m-x-12{margin-left:12px!important;margin-right:12px!important}.m-x-14{margin-left:14px!important;margin-right:14px!important}.m-x-15{margin-left:15px!important;margin-right:15px!important}.m-x-16{margin-left:16px!important;margin-right:16px!important}.m-x-18{margin-left:18px!important;margin-right:18px!important}.m-x-20{margin-left:20px!important;margin-right:20px!important}.m-x-24{margin-left:24px!important;margin-right:24px!important}.m-x-30{margin-left:30px!important;margin-right:30px!important}.m-x-32{margin-left:32px!important;margin-right:32px!important}.m-x-48{margin-left:48px!important;margin-right:48px!important}.m-x-56{margin-left:56px!important;margin-right:56px!important}.m-x-auto{margin-left:auto!important;margin-right:auto!important}.m-y-0{margin-top:0!important;margin-bottom:0!important}.m-y-2{margin-top:2px!important;margin-bottom:2px!important}.m-y-4{margin-top:4px!important;margin-bottom:4px!important}.m-y-5{margin-top:5px!important;margin-bottom:5px!important}.m-y-6{margin-top:7px!important;margin-bottom:7px!important}.m-y-8{margin-top:8px!important;margin-bottom:8px!important}.m-y-10{margin-top:10px!important;margin-bottom:10px!important}.m-y-12{margin-top:12px!important;margin-bottom:12px!important}.m-y-14{margin-top:14px!important;margin-bottom:14px!important}.m-y-15{margin-top:15px!important;margin-bottom:15px!important}.m-y-16{margin-top:16px!important;margin-bottom:16px!important}.m-y-18{margin-top:18px!important;margin-bottom:18px!important}.m-y-20{margin-top:20px!important;margin-bottom:20px!important}.m-y-24{margin-top:24px!important;margin-bottom:24px!important}.m-y-30{margin-top:30px!important;margin-bottom:30px!important}.m-y-32{margin-top:32px!important;margin-bottom:32px!important}.m-y-48{margin-top:48px!important;margin-bottom:48px!important}.m-y-56{margin-top:56px!important;margin-bottom:56px!important}.m-y-auto{margin-top:auto!important;margin-bottom:auto!important}.m-t-0{margin-top:0!important}.m-t-2{margin-top:2px!important}.m-t-4{margin-top:4px!important}.m-t-5{margin-top:5px!important}.m-t-6{margin-top:7px!important}.m-t-8{margin-top:8px!important}.m-t-10{margin-top:10px!important}.m-t-12{margin-top:12px!important}.m-t-14{margin-top:14px!important}.m-t-15{margin-top:15px!important}.m-t-16{margin-top:16px!important}.m-t-18{margin-top:18px!important}.m-t-20{margin-top:20px!important}.m-t-24{margin-top:24px!important}.m-t-30{margin-top:30px!important}.m-t-32{margin-top:32px!important}.m-t-48{margin-top:48px!important}.m-t-56{margin-top:56px!important}.m-t-auto{margin-top:auto!important}.m-b-0{margin-bottom:0!important}.m-b-2{margin-bottom:2px!important}.m-b-4{margin-bottom:4px!important}.m-b-5{margin-bottom:5px!important}.m-b-6{margin-bottom:7px!important}.m-b-8{margin-bottom:8px!important}.m-b-10{margin-bottom:10px!important}.m-b-12{margin-bottom:12px!important}.m-b-14{margin-bottom:14px!important}.m-b-15{margin-bottom:15px!important}.m-b-16{margin-bottom:16px!important}.m-b-18{margin-bottom:18px!important}.m-b-20{margin-bottom:20px!important}.m-b-24{margin-bottom:24px!important}.m-b-30{margin-bottom:30px!important}.m-b-32{margin-bottom:32px!important}.m-b-48{margin-bottom:48px!important}.m-b-56{margin-bottom:56px!important}.m-b-auto{margin-bottom:auto!important}.m--2{margin:-2px!important}.m--4{margin:-4px!important}.m--5{margin:-5px!important}.m--6{margin:-7px!important}.m--8{margin:-8px!important}.m--10{margin:-10px!important}.m--12{margin:-12px!important}.m--14{margin:-14px!important}.m--15{margin:-15px!important}.m--16{margin:-16px!important}.m--18{margin:-18px!important}.m--20{margin:-20px!important}.m--24{margin:-24px!important}.m--30{margin:-30px!important}.m--32{margin:-32px!important}.m--48{margin:-48px!important}.m--56{margin:-56px!important}.m-x--2{margin-left:-2px!important;margin-right:-2px!important}.m-x--4{margin-left:-4px!important;margin-right:-4px!important}.m-x--5{margin-left:-5px!important;margin-right:-5px!important}.m-x--6{margin-left:-7px!important;margin-right:-7px!important}.m-x--8{margin-left:-8px!important;margin-right:-8px!important}.m-x--10{margin-left:-10px!important;margin-right:-10px!important}.m-x--12{margin-left:-12px!important;margin-right:-12px!important}.m-x--14{margin-left:-14px!important;margin-right:-14px!important}.m-x--15{margin-left:-15px!important;margin-right:-15px!important}.m-x--16{margin-left:-16px!important;margin-right:-16px!important}.m-x--18{margin-left:-18px!important;margin-right:-18px!important}.m-x--20{margin-left:-20px!important;margin-right:-20px!important}.m-x--24{margin-left:-24px!important;margin-right:-24px!important}.m-x--30{margin-left:-30px!important;margin-right:-30px!important}.m-x--32{margin-left:-32px!important;margin-right:-32px!important}.m-x--48{margin-left:-48px!important;margin-right:-48px!important}.m-x--56{margin-left:-56px!important;margin-right:-56px!important}.m-y--2{margin-top:-2px!important;margin-bottom:-2px!important}.m-y--4{margin-top:-4px!important;margin-bottom:-4px!important}.m-y--5{margin-top:-5px!important;margin-bottom:-5px!important}.m-y--6{margin-top:-7px!important;margin-bottom:-7px!important}.m-y--8{margin-top:-8px!important;margin-bottom:-8px!important}.m-y--10{margin-top:-10px!important;margin-bottom:-10px!important}.m-y--12{margin-top:-12px!important;margin-bottom:-12px!important}.m-y--14{margin-top:-14px!important;margin-bottom:-14px!important}.m-y--15{margin-top:-15px!important;margin-bottom:-15px!important}.m-y--16{margin-top:-16px!important;margin-bottom:-16px!important}.m-y--18{margin-top:-18px!important;margin-bottom:-18px!important}.m-y--20{margin-top:-20px!important;margin-bottom:-20px!important}.m-y--24{margin-top:-24px!important;margin-bottom:-24px!important}.m-y--30{margin-top:-30px!important;margin-bottom:-30px!important}.m-y--32{margin-top:-32px!important;margin-bottom:-32px!important}.m-y--48{margin-top:-48px!important;margin-bottom:-48px!important}.m-y--56{margin-top:-56px!important;margin-bottom:-56px!important}.m-t--2{margin-top:-2px!important}.m-t--4{margin-top:-4px!important}.m-t--5{margin-top:-5px!important}.m-t--6{margin-top:-7px!important}.m-t--8{margin-top:-8px!important}.m-t--10{margin-top:-10px!important}.m-t--12{margin-top:-12px!important}.m-t--14{margin-top:-14px!important}.m-t--15{margin-top:-15px!important}.m-t--16{margin-top:-16px!important}.m-t--18{margin-top:-18px!important}.m-t--20{margin-top:-20px!important}.m-t--24{margin-top:-24px!important}.m-t--30{margin-top:-30px!important}.m-t--32{margin-top:-32px!important}.m-t--48{margin-top:-48px!important}.m-t--56{margin-top:-56px!important}.m-r--2{margin-right:-2px!important}.m-r--4{margin-right:-4px!important}.m-r--5{margin-right:-5px!important}.m-r--6{margin-right:-7px!important}.m-r--8{margin-right:-8px!important}.m-r--10{margin-right:-10px!important}.m-r--12{margin-right:-12px!important}.m-r--14{margin-right:-14px!important}.m-r--15{margin-right:-15px!important}.m-r--16{margin-right:-16px!important}.m-r--18{margin-right:-18px!important}.m-r--20{margin-right:-20px!important}.m-r--24{margin-right:-24px!important}.m-r--30{margin-right:-30px!important}.m-r--32{margin-right:-32px!important}.m-r--48{margin-right:-48px!important}.m-r--56{margin-right:-56px!important}.m-b--2{margin-bottom:-2px!important}.m-b--4{margin-bottom:-4px!important}.m-b--5{margin-bottom:-5px!important}.m-b--6{margin-bottom:-7px!important}.m-b--8{margin-bottom:-8px!important}.m-b--10{margin-bottom:-10px!important}.m-b--12{margin-bottom:-12px!important}.m-b--14{margin-bottom:-14px!important}.m-b--15{margin-bottom:-15px!important}.m-b--16{margin-bottom:-16px!important}.m-b--18{margin-bottom:-18px!important}.m-b--20{margin-bottom:-20px!important}.m-b--24{margin-bottom:-24px!important}.m-b--30{margin-bottom:-30px!important}.m-b--32{margin-bottom:-32px!important}.m-b--48{margin-bottom:-48px!important}.m-b--56{margin-bottom:-56px!important}.m-l--2{margin-left:-2px!important}.m-l--4{margin-left:-4px!important}.m-l--5{margin-left:-5px!important}.m-l--6{margin-left:-7px!important}.m-l--8{margin-left:-8px!important}.m-l--10{margin-left:-10px!important}.m-l--12{margin-left:-12px!important}.m-l--14{margin-left:-14px!important}.m-l--15{margin-left:-15px!important}.m-l--16{margin-left:-16px!important}.m-l--18{margin-left:-18px!important}.m-l--20{margin-left:-20px!important}.m-l--24{margin-left:-24px!important}.m-l--30{margin-left:-30px!important}.m-l--32{margin-left:-32px!important}.m-l--48{margin-left:-48px!important}.m-l--56{margin-left:-56px!important}.p-0{padding:0!important}.p-2{padding:2px!important}.p-4{padding:4px!important}.p-5{padding:5px!important}.p-6{padding:7px!important}.p-8{padding:8px!important}.p-10{padding:10px!important}.p-12{padding:12px!important}.p-14{padding:14px!important}.p-15{padding:15px!important}.p-16{padding:16px!important}.p-18{padding:18px!important}.p-20{padding:20px!important}.p-24{padding:24px!important}.p-30{padding:30px!important}.p-32{padding:32px!important}.p-48{padding:48px!important}.p-56{padding:56px!important}.p-x-0{padding-left:0!important;padding-right:0!important}.p-x-2{padding-left:2px!important;padding-right:2px!important}.p-x-4{padding-left:4px!important;padding-right:4px!important}.p-x-5{padding-left:5px!important;padding-right:5px!important}.p-x-6{padding-left:7px!important;padding-right:7px!important}.p-x-8{padding-left:8px!important;padding-right:8px!important}.p-x-10{padding-left:10px!important;padding-right:10px!important}.p-x-12{padding-left:12px!important;padding-right:12px!important}.p-x-14{padding-left:14px!important;padding-right:14px!important}.p-x-15{padding-left:15px!important;padding-right:15px!important}.p-x-16{padding-left:16px!important;padding-right:16px!important}.p-x-18{padding-left:18px!important;padding-right:18px!important}.p-x-20{padding-left:20px!important;padding-right:20px!important}.p-x-24{padding-left:24px!important;padding-right:24px!important}.p-x-30{padding-left:30px!important;padding-right:30px!important}.p-x-32{padding-left:32px!important;padding-right:32px!important}.p-x-48{padding-left:48px!important;padding-right:48px!important}.p-x-56{padding-left:56px!important;padding-right:56px!important}.p-y-0{padding-top:0!important;padding-bottom:0!important}.p-y-2{padding-top:2px!important;padding-bottom:2px!important}.p-y-4{padding-top:4px!important;padding-bottom:4px!important}.p-y-5{padding-top:5px!important;padding-bottom:5px!important}.p-y-6{padding-top:7px!important;padding-bottom:7px!important}.p-y-8{padding-top:8px!important;padding-bottom:8px!important}.p-y-10{padding-top:10px!important;padding-bottom:10px!important}.p-y-12{padding-top:12px!important;padding-bottom:12px!important}.p-y-14{padding-top:14px!important;padding-bottom:14px!important}.p-y-15{padding-top:15px!important;padding-bottom:15px!important}.p-y-16{padding-top:16px!important;padding-bottom:16px!important}.p-y-18{padding-top:18px!important;padding-bottom:18px!important}.p-y-20{padding-top:20px!important;padding-bottom:20px!important}.p-y-24{padding-top:24px!important;padding-bottom:24px!important}.p-y-30{padding-top:30px!important;padding-bottom:30px!important}.p-y-32{padding-top:32px!important;padding-bottom:32px!important}.p-y-48{padding-top:48px!important;padding-bottom:48px!important}.p-y-56{padding-top:56px!important;padding-bottom:56px!important}.p-t-0{padding-top:0!important}.p-t-2{padding-top:2px!important}.p-t-4{padding-top:4px!important}.p-t-5{padding-top:5px!important}.p-t-6{padding-top:7px!important}.p-t-8{padding-top:8px!important}.p-t-10{padding-top:10px!important}.p-t-12{padding-top:12px!important}.p-t-14{padding-top:14px!important}.p-t-15{padding-top:15px!important}.p-t-16{padding-top:16px!important}.p-t-18{padding-top:18px!important}.p-t-20{padding-top:20px!important}.p-t-24{padding-top:24px!important}.p-t-30{padding-top:30px!important}.p-t-32{padding-top:32px!important}.p-t-48{padding-top:48px!important}.p-t-56{padding-top:56px!important}.p-b-0{padding-bottom:0!important}.p-b-2{padding-bottom:2px!important}.p-b-4{padding-bottom:4px!important}.p-b-5{padding-bottom:5px!important}.p-b-6{padding-bottom:7px!important}.p-b-8{padding-bottom:8px!important}.p-b-10{padding-bottom:10px!important}.p-b-12{padding-bottom:12px!important}.p-b-14{padding-bottom:14px!important}.p-b-15{padding-bottom:15px!important}.p-b-16{padding-bottom:16px!important}.p-b-18{padding-bottom:18px!important}.p-b-20{padding-bottom:20px!important}.p-b-24{padding-bottom:24px!important}.p-b-30{padding-bottom:30px!important}.p-b-32{padding-bottom:32px!important}.p-b-48{padding-bottom:48px!important}.p-b-56{padding-bottom:56px!important}.gap-0{gap:0!important}.gap-2{gap:2px!important}.gap-4{gap:4px!important}.gap-5{gap:5px!important}.gap-6{gap:7px!important}.gap-8{gap:8px!important}.gap-10{gap:10px!important}.gap-12{gap:12px!important}.gap-14{gap:14px!important}.gap-15{gap:15px!important}.gap-16{gap:16px!important}.gap-18{gap:18px!important}.gap-20{gap:20px!important}.gap-24{gap:24px!important}.gap-30{gap:30px!important}.gap-32{gap:32px!important}.gap-48{gap:48px!important}.gap-56{gap:56px!important}.b-0{border:0!important}.b-1{border:1px solid var(--mat-sys-outline-variant)!important}.b-2{border:2px solid var(--mat-sys-outline-variant)!important}.b-4{border:4px solid var(--mat-sys-outline-variant)!important}.b-8{border:8px solid var(--mat-sys-outline-variant)!important}.b-t-0{border-top:0!important}.b-t-1{border-top:1px solid var(--mat-sys-outline-variant)!important}.b-t-2{border-top:2px solid var(--mat-sys-outline-variant)!important}.b-t-4{border-top:4px solid var(--mat-sys-outline-variant)!important}.b-t-8{border-top:8px solid var(--mat-sys-outline-variant)!important}.b-b-0{border-bottom:0!important}.b-b-1{border-bottom:1px solid var(--mat-sys-outline-variant)!important}.b-b-2{border-bottom:2px solid var(--mat-sys-outline-variant)!important}.b-b-4{border-bottom:4px solid var(--mat-sys-outline-variant)!important}.b-b-8{border-bottom:8px solid var(--mat-sys-outline-variant)!important}.b-l-0{border-left:0!important}.b-l-1{border-left:1px solid var(--mat-sys-outline-variant)!important}.b-l-2{border-left:2px solid var(--mat-sys-outline-variant)!important}.b-l-4{border-left:4px solid var(--mat-sys-outline-variant)!important}.b-l-8{border-left:8px solid var(--mat-sys-outline-variant)!important}.b-r-0{border-right:0!important}.b-r-1{border-right:1px solid var(--mat-sys-outline-variant)!important}.b-r-2{border-right:2px solid var(--mat-sys-outline-variant)!important}.b-r-4{border-right:4px solid var(--mat-sys-outline-variant)!important}.b-r-8{border-right:8px solid var(--mat-sys-outline-variant)!important}.rounded-0{border-radius:0!important}.rounded-7{border-radius:7px!important}.rounded-8{border-radius:14px!important}.rounded-12{border-radius:21px!important}.rounded-16{border-radius:28px!important}.rounded-full{border-radius:9999px!important}.r-t-l-0{border-top-left-radius:0!important}.r-t-l-7{border-top-left-radius:7px!important}.r-t-l-8{border-top-left-radius:14px!important}.r-t-l-12{border-top-left-radius:21px!important}.r-t-l-16{border-top-left-radius:28px!important}.r-t-l-full{border-top-left-radius:9999px!important}.r-t-r-0{border-top-right-radius:0!important}.r-t-r-7{border-top-right-radius:7px!important}.r-t-r-8{border-top-right-radius:14px!important}.r-t-r-12{border-top-right-radius:21px!important}.r-t-r-16{border-top-right-radius:28px!important}.r-t-r-full{border-top-right-radius:9999px!important}.r-b-r-0{border-bottom-right-radius:0!important}.r-b-r-7{border-bottom-right-radius:7px!important}.r-b-r-8{border-bottom-right-radius:14px!important}.r-b-r-12{border-bottom-right-radius:21px!important}.r-b-r-16{border-bottom-right-radius:28px!important}.r-b-r-full{border-bottom-right-radius:9999px!important}.r-b-l-0{border-bottom-left-radius:0!important}.r-b-l-7{border-bottom-left-radius:7px!important}.r-b-l-8{border-bottom-left-radius:14px!important}.r-b-l-12{border-bottom-left-radius:21px!important}.r-b-l-16{border-bottom-left-radius:28px!important}.r-b-l-full{border-bottom-left-radius:9999px!important}.r-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.r-t-7{border-top-left-radius:7px!important;border-top-right-radius:7px!important}.r-t-8{border-top-left-radius:14px!important;border-top-right-radius:14px!important}.r-t-12{border-top-left-radius:21px!important;border-top-right-radius:21px!important}.r-t-16{border-top-left-radius:28px!important;border-top-right-radius:28px!important}.r-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.r-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.r-b-7{border-bottom-left-radius:7px!important;border-bottom-right-radius:7px!important}.r-b-8{border-bottom-left-radius:14px!important;border-bottom-right-radius:14px!important}.r-b-12{border-bottom-left-radius:21px!important;border-bottom-right-radius:21px!important}.r-b-16{border-bottom-left-radius:28px!important;border-bottom-right-radius:28px!important}.r-b-full{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.r-l-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.r-l-7{border-top-left-radius:7px!important;border-bottom-left-radius:7px!important}.r-l-8{border-top-left-radius:14px!important;border-bottom-left-radius:14px!important}.r-l-12{border-top-left-radius:21px!important;border-bottom-left-radius:21px!important}.r-l-16{border-top-left-radius:28px!important;border-bottom-left-radius:28px!important}.r-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.r-r-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.r-r-7{border-top-right-radius:7px!important;border-bottom-right-radius:7px!important}.r-r-8{border-top-right-radius:14px!important;border-bottom-right-radius:14px!important}.r-r-12{border-top-right-radius:21px!important;border-bottom-right-radius:21px!important}.r-r-16{border-top-right-radius:28px!important;border-bottom-right-radius:28px!important}.r-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.f-s-0{font-size:0!important}.f-s-10{font-size:10px!important}.f-s-12{font-size:12px!important}.f-s-13{font-size:13px!important}.f-s-14{font-size:14px!important}.f-s-15{font-size:15px!important}.f-s-16{font-size:16px!important}.f-s-18{font-size:18px!important}.f-s-20{font-size:20px!important}.f-s-21{font-size:21px!important}.f-s-22{font-size:22px!important}.f-s-23{font-size:23px!important}.f-s-24{font-size:24px!important}.f-s-28{font-size:28px!important}.f-s-30{font-size:30px!important}.f-s-34{font-size:34px!important}.f-s-40{font-size:40px!important}.f-s-44{font-size:44px!important}.f-s-56{font-size:56px!important}.f-s-64{font-size:64px!important}.f-w-100{font-weight:100!important}.f-w-200{font-weight:200!important}.f-w-300{font-weight:300!important}.f-w-400{font-weight:400!important}.f-w-500{font-weight:500!important}.f-w-600{font-weight:600!important}.f-w-700{font-weight:700!important}.f-w-800{font-weight:800!important}.f-w-900{font-weight:900!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.text-none{text-decoration:none!important}.text-underline{text-decoration:underline!important}.text-line-through{text-decoration:line-through!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-ellipsis{text-overflow:ellipsis!important}.text-reset{color:inherit!important}.text-current{color:currentColor!important}[dir=ltr] .m-r-0{margin-right:0!important}[dir=ltr] .m-r-2{margin-right:2px!important}[dir=ltr] .m-r-4{margin-right:4px!important}[dir=ltr] .m-r-5{margin-right:5px!important}[dir=ltr] .m-r-6{margin-right:7px!important}[dir=ltr] .m-r-8{margin-right:8px!important}[dir=ltr] .m-r-10{margin-right:10px!important}[dir=ltr] .m-r-12{margin-right:12px!important}[dir=ltr] .m-r-14{margin-right:14px!important}[dir=ltr] .m-r-15{margin-right:15px!important}[dir=ltr] .m-r-16{margin-right:16px!important}[dir=ltr] .m-r-18{margin-right:18px!important}[dir=ltr] .m-r-20{margin-right:20px!important}[dir=ltr] .m-r-24{margin-right:24px!important}[dir=ltr] .m-r-30{margin-right:30px!important}[dir=ltr] .m-r-32{margin-right:32px!important}[dir=ltr] .m-r-48{margin-right:48px!important}[dir=ltr] .m-r-56{margin-right:56px!important}[dir=ltr] .m-r-auto{margin-right:auto!important}[dir=ltr] .m-l-0{margin-left:0!important}[dir=ltr] .m-l-2{margin-left:2px!important}[dir=ltr] .m-l-4{margin-left:4px!important}[dir=ltr] .m-l-5{margin-left:5px!important}[dir=ltr] .m-l-6{margin-left:7px!important}[dir=ltr] .m-l-8{margin-left:8px!important}[dir=ltr] .m-l-10{margin-left:10px!important}[dir=ltr] .m-l-12{margin-left:12px!important}[dir=ltr] .m-l-14{margin-left:14px!important}[dir=ltr] .m-l-15{margin-left:15px!important}[dir=ltr] .m-l-16{margin-left:16px!important}[dir=ltr] .m-l-18{margin-left:18px!important}[dir=ltr] .m-l-20{margin-left:20px!important}[dir=ltr] .m-l-24{margin-left:24px!important}[dir=ltr] .m-l-30{margin-left:30px!important}[dir=ltr] .m-l-32{margin-left:32px!important}[dir=ltr] .m-l-48{margin-left:48px!important}[dir=ltr] .m-l-56{margin-left:56px!important}[dir=ltr] .m-l-auto{margin-left:auto!important}[dir=ltr] .p-l-0{padding-left:0!important}[dir=ltr] .p-l-2{padding-left:2px!important}[dir=ltr] .p-l-4{padding-left:4px!important}[dir=ltr] .p-l-5{padding-left:5px!important}[dir=ltr] .p-l-6{padding-left:7px!important}[dir=ltr] .p-l-8{padding-left:8px!important}[dir=ltr] .p-l-10{padding-left:10px!important}[dir=ltr] .p-l-12{padding-left:12px!important}[dir=ltr] .p-l-14{padding-left:14px!important}[dir=ltr] .p-l-15{padding-left:15px!important}[dir=ltr] .p-l-16{padding-left:16px!important}[dir=ltr] .p-l-18{padding-left:18px!important}[dir=ltr] .p-l-20{padding-left:20px!important}[dir=ltr] .p-l-24{padding-left:24px!important}[dir=ltr] .p-l-30{padding-left:30px!important}[dir=ltr] .p-l-32{padding-left:32px!important}[dir=ltr] .p-l-48{padding-left:48px!important}[dir=ltr] .p-l-56{padding-left:56px!important}[dir=ltr] .p-r-0{padding-right:0!important}[dir=ltr] .p-r-2{padding-right:2px!important}[dir=ltr] .p-r-4{padding-right:4px!important}[dir=ltr] .p-r-5{padding-right:5px!important}[dir=ltr] .p-r-6{padding-right:7px!important}[dir=ltr] .p-r-8{padding-right:8px!important}[dir=ltr] .p-r-10{padding-right:10px!important}[dir=ltr] .p-r-12{padding-right:12px!important}[dir=ltr] .p-r-14{padding-right:14px!important}[dir=ltr] .p-r-15{padding-right:15px!important}[dir=ltr] .p-r-16{padding-right:16px!important}[dir=ltr] .p-r-18{padding-right:18px!important}[dir=ltr] .p-r-20{padding-right:20px!important}[dir=ltr] .p-r-24{padding-right:24px!important}[dir=ltr] .p-r-30{padding-right:30px!important}[dir=ltr] .p-r-32{padding-right:32px!important}[dir=ltr] .p-r-48{padding-right:48px!important}[dir=ltr] .p-r-56{padding-right:56px!important}[dir=rtl] .m-r-0{margin-left:0!important}[dir=rtl] .m-r-2{margin-left:2px!important}[dir=rtl] .m-r-4{margin-left:4px!important}[dir=rtl] .m-r-5{margin-left:5px!important}[dir=rtl] .m-r-6{margin-left:7px!important}[dir=rtl] .m-r-8{margin-left:8px!important}[dir=rtl] .m-r-10{margin-left:10px!important}[dir=rtl] .m-r-12{margin-left:12px!important}[dir=rtl] .m-r-14{margin-left:14px!important}[dir=rtl] .m-r-15{margin-left:15px!important}[dir=rtl] .m-r-16{margin-left:16px!important}[dir=rtl] .m-r-18{margin-left:18px!important}[dir=rtl] .m-r-20{margin-left:20px!important}[dir=rtl] .m-r-24{margin-left:24px!important}[dir=rtl] .m-r-30{margin-left:30px!important}[dir=rtl] .m-r-32{margin-left:32px!important}[dir=rtl] .m-r-48{margin-left:48px!important}[dir=rtl] .m-r-56{margin-left:56px!important}[dir=rtl] .m-r-auto{margin-left:auto!important}[dir=rtl] .m-l-0{margin-right:0!important}[dir=rtl] .m-l-2{margin-right:2px!important}[dir=rtl] .m-l-4{margin-right:4px!important}[dir=rtl] .m-l-5{margin-right:5px!important}[dir=rtl] .m-l-6{margin-right:7px!important}[dir=rtl] .m-l-8{margin-right:8px!important}[dir=rtl] .m-l-10{margin-right:10px!important}[dir=rtl] .m-l-12{margin-right:12px!important}[dir=rtl] .m-l-14{margin-right:14px!important}[dir=rtl] .m-l-15{margin-right:15px!important}[dir=rtl] .m-l-16{margin-right:16px!important}[dir=rtl] .m-l-18{margin-right:18px!important}[dir=rtl] .m-l-20{margin-right:20px!important}[dir=rtl] .m-l-24{margin-right:24px!important}[dir=rtl] .m-l-30{margin-right:30px!important}[dir=rtl] .m-l-32{margin-right:32px!important}[dir=rtl] .m-l-48{margin-right:48px!important}[dir=rtl] .m-l-56{margin-right:56px!important}[dir=rtl] .m-l-auto{margin-right:auto!important}[dir=rtl] .p-l-0{padding-right:0!important}[dir=rtl] .p-l-2{padding-right:2px!important}[dir=rtl] .p-l-4{padding-right:4px!important}[dir=rtl] .p-l-5{padding-right:5px!important}[dir=rtl] .p-l-6{padding-right:7px!important}[dir=rtl] .p-l-8{padding-right:8px!important}[dir=rtl] .p-l-10{padding-right:10px!important}[dir=rtl] .p-l-12{padding-right:12px!important}[dir=rtl] .p-l-14{padding-right:14px!important}[dir=rtl] .p-l-15{padding-right:15px!important}[dir=rtl] .p-l-16{padding-right:16px!important}[dir=rtl] .p-l-18{padding-right:18px!important}[dir=rtl] .p-l-20{padding-right:20px!important}[dir=rtl] .p-l-24{padding-right:24px!important}[dir=rtl] .p-l-30{padding-right:30px!important}[dir=rtl] .p-l-32{padding-right:32px!important}[dir=rtl] .p-l-48{padding-right:48px!important}[dir=rtl] .p-l-56{padding-right:56px!important}[dir=rtl] .p-r-0{padding-left:0!important}[dir=rtl] .p-r-2{padding-left:2px!important}[dir=rtl] .p-r-4{padding-left:4px!important}[dir=rtl] .p-r-5{padding-left:5px!important}[dir=rtl] .p-r-6{padding-left:7px!important}[dir=rtl] .p-r-8{padding-left:8px!important}[dir=rtl] .p-r-10{padding-left:10px!important}[dir=rtl] .p-r-12{padding-left:12px!important}[dir=rtl] .p-r-14{padding-left:14px!important}[dir=rtl] .p-r-15{padding-left:15px!important}[dir=rtl] .p-r-16{padding-left:16px!important}[dir=rtl] .p-r-18{padding-left:18px!important}[dir=rtl] .p-r-20{padding-left:20px!important}[dir=rtl] .p-r-24{padding-left:24px!important}[dir=rtl] .p-r-30{padding-left:30px!important}[dir=rtl] .p-r-32{padding-left:32px!important}[dir=rtl] .p-r-48{padding-left:48px!important}[dir=rtl] .p-r-56{padding-left:56px!important}.sidebarNav-horizontal .childBox{background:var(--mat-sys-surface)}.sidebarNav-horizontal .horizontal-topbar .branding{padding-left:0}.sidebarNav-horizontal .horizontal-topbar .container{max-width:1800px;display:flex;align-items:center;width:100%}.sidebarNav-horizontal .horizontal-navbar{position:relative;gap:3px!important}.sidebarNav-horizontal .horizontal-navbar .parentBox{position:relative;z-index:5;margin:5px 0}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu{position:static}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu:hover>.childBox>.ddmenu{display:inline-block}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu>.childBox{width:100%;left:0}.sidebarNav-horizontal .horizontal-navbar .parentBox.mega-menu>.childBox>.ddmenu{width:23%}.sidebarNav-horizontal .horizontal-navbar .parentBox.two-column:hover>.childBox>.ddmenu{display:inline-block}.sidebarNav-horizontal .horizontal-navbar .parentBox.two-column>.childBox{width:600px}.sidebarNav-horizontal .horizontal-navbar .parentBox.two-column>.childBox>.ddmenu{width:46%;border-radius:24px}.sidebarNav-horizontal .horizontal-navbar .parentBox .menuLink{padding:10px;border-radius:24px;display:flex;align-items:center;height:40px;gap:10px;font-size:14px}.sidebarNav-horizontal .horizontal-navbar .parentBox .menuLink .routeIcon{font-size:20px}.sidebarNav-horizontal .horizontal-navbar .parentBox .menuLink .custom-route-icon{width:20px;height:20px;object-fit:contain}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.menuLink{background-color:var(--mat-sys-surface-bright)}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.activeMenu,.sidebarNav-horizontal .horizontal-navbar .parentBox .activeMenu{color:#fff!important;background-color:var(--mat-sys-primary)}.sidebarNav-horizontal .horizontal-navbar .parentBox .down-icon .mat-icon{width:18px;height:18px;font-size:18px}.sidebarNav-horizontal .horizontal-navbar .parentBox .childBox{border-radius:24px;box-shadow:var(--mat-sys-level1);position:absolute;width:250px;background-color:var(--mat-sys-surface)}.sidebarNav-horizontal .horizontal-navbar .parentBox .childBox .ddmenu{display:none;padding:10px;margin:6px;position:relative;border-radius:24px}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover{background-color:var(--mat-sys-surface-bright)}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover:hover>.childBox>.ddmenu:hover{background-color:var(--mat-sys-surface-bright)}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox{left:230px;top:0;z-index:9}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{left:235px;top:0}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu{display:block;padding:0}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu{display:block;padding:0}.sidebarNav-horizontal .horizontal-navbar .parentBox:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu{display:block;padding:0}.sidebarNav-horizontal .topbar,.sidebarNav-horizontal .mainWrapper{width:100%}.sidebarNav-horizontal .horizontal-navbar .parentBox.pactive>a,.sidebarNav-horizontal .horizontal-navbar .parentBox.pactive>a:hover,.sidebarNav-horizontal .horizontal-navbar .parentBox.pactive:hover>a{background-color:var(--mat-sys-primary);color:#fff!important;border-radius:24px}.ltr .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox{right:250px;left:unset}.ltr .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{right:250px;left:unset}.rtl .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox{left:250px;right:unset}.rtl .sidebarNav-horizontal .horizontal-navbar .parentBox:last-child:hover>.childBox>.ddmenu:hover>.childBox>.ddmenu:hover>.childBox{left:250px;right:unset}.dark-theme{color:#ffffffab}.dark-theme .text-muted{color:#ffffffab!important}.dark-theme .mat-mdc-menu-panel{color:var(--mat-sys-on-background)!important}.dark-theme .bg-white,.dark-theme .mdc-menu-surface{background-color:var(--mat-sys-surface)!important}.dark-theme .topbar,.dark-theme .body-wrapper{background-color:var(--mat-sys-surface-container-low)!important}.dark-theme .portal-footer .advens-logo-footer.logo-light{display:none}.dark-theme .portal-footer .advens-logo-footer.logo-dark{display:inline-block}.dark-theme .hljs{background:var(--mat-sys-surface)}.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6{color:var(--text-primary)}.dark-theme p{color:var(--text-secondary)}.dark-theme .summary-label,.dark-theme .section-label,.dark-theme .field-label,.dark-theme .form-label,.dark-theme .editor-label,.dark-theme .result-label,.dark-theme .status-label,.dark-theme .delivery-label,.dark-theme .preview-hint,.dark-theme mat-label,.dark-theme label{color:var(--text-secondary)!important}.dark-theme .summary-content .summary-label,.dark-theme .delivery-desc,.dark-theme .variable-desc,.dark-theme .step-description,.dark-theme .config-description,.dark-theme .field-description,.dark-theme .hint-text,.dark-theme .description-text,.dark-theme mat-hint,.dark-theme .mat-mdc-form-field-hint{color:var(--text-hint)!important}.dark-theme .summary-value,.dark-theme .vuln-id,.dark-theme .preview-content{color:var(--text-primary)!important}.dark-theme .cve-list,.dark-theme .progress-detail,.dark-theme .progress-text,.dark-theme .progress-details{color:var(--text-muted)!important}.dark-theme .error-container p,.dark-theme .loading-container p{color:var(--text-secondary)!important}.dark-theme mat-card h1,.dark-theme mat-card h2,.dark-theme mat-card h3,.dark-theme mat-card h4,.dark-theme mat-card h5,.dark-theme mat-card h6,.dark-theme mat-card .title,.dark-theme mat-card .name,.dark-theme mat-card .value,.dark-theme mat-card strong,.dark-theme .mat-mdc-card h1,.dark-theme .mat-mdc-card h2,.dark-theme .mat-mdc-card h3,.dark-theme .mat-mdc-card h4,.dark-theme .mat-mdc-card h5,.dark-theme .mat-mdc-card h6,.dark-theme .mat-mdc-card .title,.dark-theme .mat-mdc-card .name,.dark-theme .mat-mdc-card .value,.dark-theme .mat-mdc-card strong,.dark-theme mat-dialog-container h1,.dark-theme mat-dialog-container h2,.dark-theme mat-dialog-container h3,.dark-theme mat-dialog-container h4,.dark-theme mat-dialog-container h5,.dark-theme mat-dialog-container h6,.dark-theme mat-dialog-container .title,.dark-theme mat-dialog-container .name,.dark-theme mat-dialog-container .value,.dark-theme mat-dialog-container strong,.dark-theme .mat-mdc-dialog-container h1,.dark-theme .mat-mdc-dialog-container h2,.dark-theme .mat-mdc-dialog-container h3,.dark-theme .mat-mdc-dialog-container h4,.dark-theme .mat-mdc-dialog-container h5,.dark-theme .mat-mdc-dialog-container h6,.dark-theme .mat-mdc-dialog-container .title,.dark-theme .mat-mdc-dialog-container .name,.dark-theme .mat-mdc-dialog-container .value,.dark-theme .mat-mdc-dialog-container strong,.dark-theme .page-container h1,.dark-theme .page-container h2,.dark-theme .page-container h3,.dark-theme .page-container h4,.dark-theme .page-container h5,.dark-theme .page-container h6,.dark-theme .page-container .title,.dark-theme .page-container .name,.dark-theme .page-container .value,.dark-theme .page-container strong,.dark-theme .dialog-content h1,.dark-theme .dialog-content h2,.dark-theme .dialog-content h3,.dark-theme .dialog-content h4,.dark-theme .dialog-content h5,.dark-theme .dialog-content h6,.dark-theme .dialog-content .title,.dark-theme .dialog-content .name,.dark-theme .dialog-content .value,.dark-theme .dialog-content strong,.dark-theme .form-layout h1,.dark-theme .form-layout h2,.dark-theme .form-layout h3,.dark-theme .form-layout h4,.dark-theme .form-layout h5,.dark-theme .form-layout h6,.dark-theme .form-layout .title,.dark-theme .form-layout .name,.dark-theme .form-layout .value,.dark-theme .form-layout strong{color:#ffffffe6!important}.dark-theme mat-card p,.dark-theme mat-card .description,.dark-theme mat-card .subtitle,.dark-theme mat-card .hint,.dark-theme mat-card .helper-text,.dark-theme mat-card .label,.dark-theme mat-card .caption,.dark-theme mat-card small,.dark-theme .mat-mdc-card p,.dark-theme .mat-mdc-card .description,.dark-theme .mat-mdc-card .subtitle,.dark-theme .mat-mdc-card .hint,.dark-theme .mat-mdc-card .helper-text,.dark-theme .mat-mdc-card .label,.dark-theme .mat-mdc-card .caption,.dark-theme .mat-mdc-card small,.dark-theme mat-dialog-container p,.dark-theme mat-dialog-container .description,.dark-theme mat-dialog-container .subtitle,.dark-theme mat-dialog-container .hint,.dark-theme mat-dialog-container .helper-text,.dark-theme mat-dialog-container .label,.dark-theme mat-dialog-container .caption,.dark-theme mat-dialog-container small,.dark-theme .mat-mdc-dialog-container p,.dark-theme .mat-mdc-dialog-container .description,.dark-theme .mat-mdc-dialog-container .subtitle,.dark-theme .mat-mdc-dialog-container .hint,.dark-theme .mat-mdc-dialog-container .helper-text,.dark-theme .mat-mdc-dialog-container .label,.dark-theme .mat-mdc-dialog-container .caption,.dark-theme .mat-mdc-dialog-container small,.dark-theme .page-container p,.dark-theme .page-container .description,.dark-theme .page-container .subtitle,.dark-theme .page-container .hint,.dark-theme .page-container .helper-text,.dark-theme .page-container .label,.dark-theme .page-container .caption,.dark-theme .page-container small,.dark-theme .dialog-content p,.dark-theme .dialog-content .description,.dark-theme .dialog-content .subtitle,.dark-theme .dialog-content .hint,.dark-theme .dialog-content .helper-text,.dark-theme .dialog-content .label,.dark-theme .dialog-content .caption,.dark-theme .dialog-content small,.dark-theme .form-layout p,.dark-theme .form-layout .description,.dark-theme .form-layout .subtitle,.dark-theme .form-layout .hint,.dark-theme .form-layout .helper-text,.dark-theme .form-layout .label,.dark-theme .form-layout .caption,.dark-theme .form-layout small{color:#ffffffb3!important}.dark-theme mat-card .muted,.dark-theme mat-card .secondary,.dark-theme mat-card .meta,.dark-theme mat-card .timestamp,.dark-theme mat-card .date,.dark-theme .mat-mdc-card .muted,.dark-theme .mat-mdc-card .secondary,.dark-theme .mat-mdc-card .meta,.dark-theme .mat-mdc-card .timestamp,.dark-theme .mat-mdc-card .date,.dark-theme mat-dialog-container .muted,.dark-theme mat-dialog-container .secondary,.dark-theme mat-dialog-container .meta,.dark-theme mat-dialog-container .timestamp,.dark-theme mat-dialog-container .date,.dark-theme .mat-mdc-dialog-container .muted,.dark-theme .mat-mdc-dialog-container .secondary,.dark-theme .mat-mdc-dialog-container .meta,.dark-theme .mat-mdc-dialog-container .timestamp,.dark-theme .mat-mdc-dialog-container .date,.dark-theme .page-container .muted,.dark-theme .page-container .secondary,.dark-theme .page-container .meta,.dark-theme .page-container .timestamp,.dark-theme .page-container .date,.dark-theme .dialog-content .muted,.dark-theme .dialog-content .secondary,.dark-theme .dialog-content .meta,.dark-theme .dialog-content .timestamp,.dark-theme .dialog-content .date,.dark-theme .form-layout .muted,.dark-theme .form-layout .secondary,.dark-theme .form-layout .meta,.dark-theme .form-layout .timestamp,.dark-theme .form-layout .date{color:#ffffff80!important}.dark-theme .close-button,.dark-theme .close-button mat-icon{color:var(--icon-muted)!important}.dark-theme .close-button:hover,.dark-theme .close-button mat-icon:hover{color:var(--text-primary)!important}.dark-theme .empty-state mat-icon,.dark-theme .tab-content .empty-state mat-icon{color:var(--icon-muted)!important;opacity:.6}.dark-theme .summary-card .summary-icon{background:#2196f326}.dark-theme .itsm-config-section{background:#ffffff0a;border-color:var(--border-medium)}.dark-theme .itsm-config-section .section-title{color:var(--text-primary)}.dark-theme .variables-panel{background:#ffffff0a}.dark-theme .variable-item{background:var(--mat-sys-surface);border-color:var(--border-medium)}.dark-theme .variable-item:hover{background:#2196f31a;border-color:#42a5f5}.dark-theme .preview-section{background:#ffffff0a;border-color:var(--border-medium)}.dark-theme .preview-section h4{color:var(--text-primary)}.dark-theme .description-card h4{color:var(--text-secondary)}.dark-theme .description-card p{color:var(--text-primary)}.dark-theme .delivery-method-section .section-label{color:var(--text-primary)!important}.dark-theme .delivery-option{border-color:var(--border-medium)!important;background:transparent}.dark-theme .delivery-option:hover:not(.mat-radio-disabled){border-color:#42a5f5!important;background-color:#2196f314!important}.dark-theme .delivery-option.mat-mdc-radio-checked,.dark-theme .delivery-option.mat-radio-checked{border-color:#42a5f5!important;background-color:#2196f326!important}.dark-theme .delivery-option .delivery-info .delivery-label{color:var(--text-primary)!important}.dark-theme .delivery-option .delivery-info .delivery-desc{color:var(--text-hint)!important}.dark-theme .no-connectors-warning,.dark-theme .hidden-findings-warning{background-color:#ff98001f;border-color:#ff980066;color:#ffb74d}.dark-theme .no-connectors-warning mat-icon,.dark-theme .hidden-findings-warning mat-icon{color:#ffa726}.dark-theme .error-message{background:#f443361f;color:#ef5350}.dark-theme .progress-card .progress-header,.dark-theme .progress-card .progress-header .secondary,.dark-theme .progress-card .progress-header.secondary{color:var(--text-secondary)}.dark-theme .progress-card .progress-detail{color:var(--text-muted)}.dark-theme .progress-card .progress-detail.secondary{color:var(--text-hint)}.dark-theme .progress-card .global-progress-section{border-top-color:var(--border-light)}.dark-theme .ticket-mode-section .section-label{color:var(--text-secondary)}.dark-theme .b-1{border:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-b-1{border-bottom:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-t-1{border-top:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-r-1{border-right:1px solid var(--mat-sys-outline-variant)!important}.dark-theme .b-l-1{border-left:1px solid var(--mat-sys-outline-variant)}.dark-theme .customizer-button-group .mat-button-toggle-appearance-standard.mat-button-toggle-checked i-tabler.fill-icon{fill:var(--mat-sys-primary-fixed-dim)}.logolight{display:none!important}.logodark{display:flex}html.dark-theme .logodark{display:none!important}html.dark-theme .logolight{display:flex!important}html.light-theme .logodark{display:flex}html.light-theme .logolight{display:none!important}html.dark-theme .table-responsive table th,html.dark-theme .mat-mdc-table th.mat-mdc-header-cell{background:var(--mat-sys-surface)!important;box-shadow:0 2px 2px -1px #ffffff1a}html.dark-theme .table-responsive::-webkit-scrollbar-track{background:#2a2a2a}html.dark-theme .table-responsive::-webkit-scrollbar-thumb{background:#555}html.dark-theme .table-responsive::-webkit-scrollbar-thumb:hover{background:#777}html.dark-theme .loading-overlay,html.dark-theme .loading-container{background:#000c!important}html.dark-theme .table-container,html.dark-theme .context-menu{background:var(--mat-sys-surface)}html.dark-theme .context-menu button{background:var(--mat-sys-surface);color:var(--mat-sys-on-surface)}html.dark-theme .loading-content{background:var(--mat-sys-surface)}html.dark-theme .loading-content p{color:var(--mat-sys-on-surface)}html.dark-theme .empty-state{color:#ffffffb3}html.dark-theme .empty-state mat-icon{color:#ffffff4d!important}html.dark-theme .empty-state h3{color:var(--mat-sys-on-surface)}html.dark-theme .empty-state p{color:#fff9}html.dark-theme .description-text,html.dark-theme .subtitle,html.dark-theme .entity-id,html.dark-theme .cvss-label,html.dark-theme .schedule-icon,html.dark-theme .header-content .subtitle,html.dark-theme .filter-hint,html.dark-theme .field-description,html.dark-theme .step-description,html.dark-theme .config-description,html.dark-theme .hint-text,html.dark-theme .no-data-row td{color:#fff9!important}html.dark-theme .page-header .subtitle,html.dark-theme .page-header p,html.dark-theme .header-row .subtitle,html.dark-theme .header-row p{color:#fff9}html.dark-theme .page-header h1,html.dark-theme .page-header h2,html.dark-theme .page-header h3,html.dark-theme .page-header h4,html.dark-theme .header-row h1,html.dark-theme .header-row h2,html.dark-theme .header-row h3,html.dark-theme .header-row h4{color:var(--mat-sys-on-surface)!important}html.dark-theme .page-title{color:var(--mat-sys-on-surface)}html.dark-theme .page-subtitle,html.dark-theme .table-card .description-text,html.dark-theme .table-card .matching-fields,html.dark-theme .templates-table .description-text,html.dark-theme .templates-table .matching-fields,html.dark-theme .mat-mdc-table .description-text,html.dark-theme .mat-mdc-table .matching-fields{color:#fff9}html.dark-theme .filter-card h3,html.dark-theme .filter-card h4,html.dark-theme .table-card h3,html.dark-theme .table-card h4,html.dark-theme .info-card h3,html.dark-theme .info-card h4{color:var(--mat-sys-on-surface)}html.dark-theme mat-paginator{border-top-color:#ffffff14}html.dark-theme tr.clickable:hover,html.dark-theme tr.hover-row:hover{background-color:#ffffff0a!important}html.dark-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked){--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .85);--mdc-checkbox-unselected-hover-icon-color: rgba(255, 255, 255, 1);--mdc-checkbox-unselected-focus-icon-color: rgba(255, 255, 255, 1);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 1)}html.dark-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{border-color:#ffffffd9!important}html.dark-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked):hover .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{border-color:#fff!important}html.dark-theme .mat-mdc-slide-toggle:not(.mat-mdc-slide-toggle-checked){--mdc-switch-unselected-track-color: rgba(255, 255, 255, .4);--mdc-switch-unselected-handle-color: rgba(255, 255, 255, .95);--mdc-switch-unselected-icon-color: rgba(255, 255, 255, .9);--mdc-switch-unselected-hover-handle-color: #fff;--mdc-switch-unselected-focus-handle-color: #fff;--mdc-switch-unselected-pressed-handle-color: #fff}html.dark-theme .mat-mdc-slide-toggle:not(.mat-mdc-slide-toggle-checked) .mdc-switch__track:before{background-color:#fff6!important}html.dark-theme .mat-mdc-slide-toggle:not(.mat-mdc-slide-toggle-checked) .mdc-switch__handle-track .mdc-switch__handle:after{background-color:#fffffff2!important}html.dark-theme .mat-mdc-form-field .mdc-notched-outline__leading,html.dark-theme .mat-mdc-form-field .mdc-notched-outline__notch,html.dark-theme .mat-mdc-form-field .mdc-notched-outline__trailing{border-color:#ffffff4d!important}html.dark-theme .mat-mdc-form-field:hover .mdc-notched-outline__leading,html.dark-theme .mat-mdc-form-field:hover .mdc-notched-outline__notch,html.dark-theme .mat-mdc-form-field:hover .mdc-notched-outline__trailing{border-color:#ffffff80!important}html.dark-theme .mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,html.dark-theme .mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,html.dark-theme .mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing{border-color:#64b5f6!important}html.dark-theme .mat-mdc-form-field .mat-mdc-floating-label,html.dark-theme .mat-mdc-form-field .mdc-floating-label{color:#ffffffb3!important}html.dark-theme .mat-mdc-form-field input.mat-mdc-input-element,html.dark-theme .mat-mdc-form-field .mat-mdc-select-value-text{color:#ffffffe6!important}html.dark-theme .mat-mdc-form-field input::placeholder{color:#fff6!important}html.dark-theme .mat-mdc-form-field .mat-mdc-select-arrow{color:#fff9!important}html.dark-theme .mat-mdc-form-field .mat-mdc-form-field-icon-prefix,html.dark-theme .mat-mdc-form-field .mat-mdc-form-field-icon-suffix{color:#ffffff80!important}html.dark-theme .text-muted,html.dark-theme .muted-text,html.dark-theme .secondary-text{color:#fff9!important}html.dark-theme .org-icon,html.dark-theme .section-title mat-icon,html.dark-theme .connector-info mat-icon,html.dark-theme mat-icon.muted-icon{color:#fff9!important}html.dark-theme .org-name .org-icon{color:#fff9!important}html.dark-theme .org-logo-placeholder{background:#ffffff14;border-color:#fff3}html.dark-theme .org-logo-placeholder mat-icon{color:#fff6!important}html.dark-theme .org-logo{background:#ffffff14;border-color:#ffffff1f}html.dark-theme .admin-chip{background:#2196f333;color:#64b5f6}html.dark-theme .context-menu{background:var(--mat-sys-surface)!important}html.dark-theme .context-menu button{background:transparent;color:var(--mat-sys-on-surface)}html.dark-theme .context-menu button:hover{background-color:#ffffff14}html.dark-theme .tree-table .expand-button mat-icon{color:#fff9!important}html.dark-theme .sla-policies-page .tab-description,html.dark-theme .sla-policies-page .section-description,html.dark-theme .page-container .tab-description,html.dark-theme .page-container .section-description{color:#fff9}html.dark-theme .policy-card{background:var(--mat-sys-surface);border-color:#ffffff1f}html.dark-theme .policy-card.default-policy{background:linear-gradient(135deg,rgba(33,150,243,.08) 0%,var(--mat-sys-surface) 100%);border-color:#2196f366}html.dark-theme .policy-card .drag-handle{color:#ffffff4d}html.dark-theme .policy-card .drag-handle:hover,html.dark-theme .policy-card .org-count{color:#fff9}html.dark-theme .sla-days-grid .sla-day{background:#ffffff0a}html.dark-theme .sla-days-grid .sla-day .days{color:#ffffffde}html.dark-theme .status-chip.status-active{background-color:#2e7d3233!important;color:#81c784!important}html.dark-theme .status-chip.status-inactive{background-color:#ffffff14!important;color:#ffffff80!important}html.dark-theme .sla-days-section{background:#ffffff0a!important}html.dark-theme .sla-days-section h4{color:var(--text-primary)!important}html.dark-theme .sla-days-section .hint-text{color:var(--text-secondary)!important}html.dark-theme .sla-day-input .severity-label.critical{background:#c6282840!important;color:#ef5350!important}html.dark-theme .sla-day-input .severity-label.very-high{background:#e6510040!important;color:#ffb74d!important}html.dark-theme .sla-day-input .severity-label.high{background:#f57f1740!important;color:#ffd54f!important}html.dark-theme .sla-day-input .severity-label.medium{background:#1565c040!important;color:#64b5f6!important}html.dark-theme .sla-day-input .severity-label.low{background:#2e7d3240!important;color:#81c784!important}html.dark-theme .sla-day-input .mat-mdc-form-field .mat-mdc-text-field-wrapper{background-color:#ffffff14!important}html.dark-theme .sla-day-input .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#ffffff14!important}html.dark-theme .sla-day-input .mat-mdc-form-field input{color:#ffffffe6!important;caret-color:#ffffffe6!important}html.dark-theme .campaign-description,html.dark-theme .header-info .campaign-description,html.dark-theme .description-card p,html.dark-theme .review-header .campaign-description{color:#ffffffb3!important}html.dark-theme .mat-mdc-form-field .mat-mdc-text-field-wrapper,html.dark-theme .mat-mdc-form-field .mdc-text-field--filled{background-color:#ffffff14!important}html.dark-theme .mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#ffffff14!important}html.dark-theme .mat-mdc-form-field input.mat-mdc-input-element,html.dark-theme .mat-mdc-form-field input.mdc-text-field__input,html.dark-theme .mat-mdc-form-field input{color:#ffffffe6!important;caret-color:#ffffffe6!important}html.dark-theme .mat-mdc-form-field .mat-mdc-floating-label,html.dark-theme .mat-mdc-form-field .mdc-floating-label{color:#fff9!important}html.dark-theme .mat-mdc-form-field .mdc-line-ripple:before{border-bottom-color:#ffffff6b!important}html.dark-theme .mat-mdc-form-field-appearance-fill,html.dark-theme .mdc-text-field--filled:not(.mdc-text-field--disabled),html.dark-theme .mat-mdc-text-field-wrapper.mdc-text-field--filled{background-color:#ffffff14!important}html.dark-theme .mdc-text-field--filled .mdc-text-field__input{color:#ffffffe6!important}html.dark-theme .risk-scripts-container .page-header{border-bottom-color:#ffffff14}html.dark-theme .risk-scripts-container .subtitle{color:#fff9}html.dark-theme .contact-support-banner{background:linear-gradient(135deg,#2196f326,#2196f314);border-left-color:#42a5f5}html.dark-theme .contact-support-banner mat-icon{color:#64b5f6}html.dark-theme .contact-support-banner .banner-content strong{color:#90caf9}html.dark-theme .contact-support-banner .banner-content p{color:#ffffffb3}html.dark-theme .editor-label,html.dark-theme .denomination-range,html.dark-theme .result-label{color:#fff9}html.dark-theme .test-error{background:#c6282826;color:#ef5350}html.dark-theme .test-error mat-icon{color:#ef5350}html.dark-theme .json-display{background:#ffffff0d}html.dark-theme .sample-data-section .section-title{color:var(--mat-sys-on-surface)}html.dark-theme .status-label{color:#fff9}html.dark-theme .status-note{color:#fff9;border-top-color:#ffffff14}html.dark-theme .superfast-no{color:#fff9}html.dark-theme .sql-errors{background:#ff98001f;border-left-color:#ffa726}html.dark-theme .sql-error-hint{color:#fff9}html.dark-theme .error-list{color:#ffffffb3}html.dark-theme .policy-list .cdk-drag-preview{background:var(--mat-sys-surface);box-shadow:0 5px 15px #0006}html.dark-theme .api-clients-page .header-left .subtitle,html.dark-theme .api-clients-page .subtitle,html.dark-theme .page-container .header-left .subtitle,html.dark-theme .page-container .subtitle,html.dark-theme .clients-table .client-name .description{color:#fff9}html.dark-theme .clients-table .client-id{background:#ffffff14;color:#fffc}html.dark-theme .clients-table .scope-badge{background:#1976d233;color:#64b5f6}html.dark-theme .clients-table .scope-badge.full-access{background:#e6510033;color:#ffb74d}html.dark-theme .clients-table .never-used{color:#fff6}html.dark-theme .clients-table .status-chip.active{background:#2e7d3233;color:#81c784}html.dark-theme .clients-table .status-chip.inactive{background:#ffffff14;color:#ffffff80}html.dark-theme .api-docs-dialog .docs-section,html.dark-theme .docs-content .docs-section{border-bottom-color:#ffffff14}html.dark-theme .api-docs-dialog .docs-section p,html.dark-theme .docs-content .docs-section p{color:#ffffffb3}html.dark-theme .api-docs-dialog .flow-diagram,html.dark-theme .docs-content .flow-diagram{background:#ffffff0a}html.dark-theme .api-docs-dialog .flow-diagram .flow-arrow,html.dark-theme .docs-content .flow-diagram .flow-arrow{color:#ffffff4d}html.dark-theme .api-docs-dialog .flow-step,html.dark-theme .docs-content .flow-step{background:var(--mat-sys-surface);box-shadow:0 1px 3px #0000004d}html.dark-theme .api-docs-dialog .flow-step .step-content span,html.dark-theme .docs-content .flow-step .step-content span{color:#fff9}html.dark-theme .api-docs-dialog .security-notes,html.dark-theme .docs-content .security-notes{background:#f57c001a}html.dark-theme .api-docs-dialog .security-notes h3,html.dark-theme .api-docs-dialog .security-notes h3 mat-icon,html.dark-theme .docs-content .security-notes h3,html.dark-theme .docs-content .security-notes h3 mat-icon{color:#ffb74d!important}html.dark-theme .api-docs-dialog .security-notes li,html.dark-theme .docs-content .security-notes li{color:#ffffffb3}html.dark-theme .swagger-ui,html.dark-theme .swagger-ui .wrapper{background-color:transparent!important}html.dark-theme .swagger-ui .info .title,html.dark-theme .swagger-ui .info h1,html.dark-theme .swagger-ui .info h2,html.dark-theme .swagger-ui .info h3,html.dark-theme .swagger-ui .info h4,html.dark-theme .swagger-ui .info h5{color:#ffffffe6!important}html.dark-theme .swagger-ui .info p,html.dark-theme .swagger-ui .info li,html.dark-theme .swagger-ui .info td,html.dark-theme .swagger-ui .info a{color:#ffffffb3!important}html.dark-theme .swagger-ui .info .base-url{color:#fff9!important}html.dark-theme .swagger-ui .opblock-tag{color:#ffffffe6!important;border-bottom-color:#ffffff1a!important}html.dark-theme .swagger-ui .opblock-tag small{color:#fff9!important}html.dark-theme .swagger-ui .opblock .opblock-summary-description{color:#ffffffb3!important}html.dark-theme .swagger-ui .opblock .opblock-summary-path,html.dark-theme .swagger-ui .opblock .opblock-summary-path__deprecated{color:#ffffffe6!important}html.dark-theme .swagger-ui .opblock .opblock-summary{border-color:#ffffff1a!important}html.dark-theme .swagger-ui .opblock .opblock-section-header{background:#ffffff0d!important}html.dark-theme .swagger-ui .opblock .opblock-section-header h4{color:#fffc!important}html.dark-theme .swagger-ui .opblock-body pre,html.dark-theme .swagger-ui .opblock-body pre.microlight,html.dark-theme .swagger-ui pre.microlight,html.dark-theme .swagger-ui .highlight-code,html.dark-theme .swagger-ui .microlight{background:#0d1117!important;color:#e6edf3!important}html.dark-theme .swagger-ui .opblock-description-wrapper p,html.dark-theme .swagger-ui .opblock-external-docs-wrapper p{color:#ffffffb3!important}html.dark-theme .swagger-ui table thead tr th,html.dark-theme .swagger-ui table thead tr td{color:#fffc!important;border-bottom-color:#fff3!important}html.dark-theme .swagger-ui table tbody tr td{color:#ffffffb3!important}html.dark-theme .swagger-ui .parameter__name,html.dark-theme .swagger-ui .parameter__type{color:#fffc!important}html.dark-theme .swagger-ui .parameter__deprecated{color:#ef5350!important}html.dark-theme .swagger-ui .model-title{color:#ffffffe6!important}html.dark-theme .swagger-ui .model{color:#ffffffb3!important}html.dark-theme .swagger-ui .model-box{background:#ffffff0d!important}html.dark-theme .swagger-ui .model-box .model-box{background:#ffffff08!important}html.dark-theme .swagger-ui .prop-type{color:#64b5f6!important}html.dark-theme .swagger-ui .prop-format{color:#ffffff80!important}html.dark-theme .swagger-ui section.models{border-color:#ffffff1a!important}html.dark-theme .swagger-ui section.models h4{color:#fffc!important}html.dark-theme .swagger-ui section.models .model-container{background:#ffffff05!important}html.dark-theme .swagger-ui .responses-inner h4,html.dark-theme .swagger-ui .responses-inner h5{color:#fffc!important}html.dark-theme .swagger-ui .response-col_status{color:#ffffffe6!important}html.dark-theme .swagger-ui .response-col_description{color:#ffffffb3!important}html.dark-theme .swagger-ui input[type=text],html.dark-theme .swagger-ui input[type=password],html.dark-theme .swagger-ui input[type=email],html.dark-theme .swagger-ui textarea,html.dark-theme .swagger-ui select{background:#0d1117!important;color:#e6edf3!important;border-color:#fff3!important}html.dark-theme .swagger-ui input::placeholder{color:#fff6!important}html.dark-theme .swagger-ui .btn{color:#ffffffe6!important}html.dark-theme .swagger-ui .scheme-container{background:#ffffff0a!important;box-shadow:none!important}html.dark-theme .swagger-ui .loading-container .loading:after{color:#ffffffb3!important}html.dark-theme .swagger-ui .expand-operation svg,html.dark-theme .swagger-ui .arrow svg{fill:#fff9!important}html.dark-theme .swagger-ui .tab li{color:#ffffffb3!important}html.dark-theme .swagger-ui .tab li.active{color:#ffffffe6!important}html.dark-theme .swagger-ui .copy-to-clipboard{background:#ffffff1a!important}html.dark-theme .swagger-ui .copy-to-clipboard button{background:transparent!important}html.dark-theme .swagger-ui .auth-wrapper{background:var(--mat-sys-surface)!important}html.dark-theme .swagger-ui .dialog-ux .modal-ux{background:var(--mat-sys-surface)!important;border-color:#ffffff1a!important}html.dark-theme .swagger-ui .dialog-ux .modal-ux .modal-ux-header h3{color:#ffffffe6!important}html.dark-theme .swagger-ui .dialog-ux .modal-ux .modal-ux-content p,html.dark-theme .swagger-ui .dialog-ux .modal-ux .modal-ux-content label{color:#ffffffb3!important}html.dark-theme .swagger-ui .filter-container input,html.dark-theme .swagger-ui .filter input[type=text]{background:#0d1117!important;color:#e6edf3!important;border-color:#fff3!important}html.dark-theme .campaigns-page .empty-state h3,html.dark-theme .table-card .empty-state h3{color:var(--mat-sys-on-surface)}html.dark-theme .campaigns-page .empty-state p,html.dark-theme .table-card .empty-state p,html.dark-theme .campaigns-table .campaign-name .description-text,html.dark-theme .campaigns-table .progress-cell .progress-text{color:#fff9}html.dark-theme .campaigns-table .connector-info mat-icon{color:#fff9}html.dark-theme .status-sending{background-color:#e6510033!important;color:#ffb74d!important}html.dark-theme .status-active{background-color:#1565c033!important;color:#64b5f6!important}html.dark-theme .status-closed{background-color:#2e7d3233!important;color:#81c784!important}html.dark-theme .status-failed{background-color:#c6282833!important;color:#ef5350!important}html.dark-theme .status-cancelled{background-color:#ffffff14!important;color:#ffffff80!important}html.dark-theme .filter-card .card-header,html.dark-theme .content-card .card-header,html.dark-theme .info-card .card-header,html.dark-theme .test-card .card-header,html.dark-theme .editor-card .card-header{border-bottom-color:#ffffff14}html.dark-theme .empty-state{background:#ffffff05;border-color:#ffffff1f}html.dark-theme .summary-card .summary-icon{background:#2196f326!important}html.dark-theme .summary-card .summary-content .summary-label{color:#fff9!important}html.dark-theme .summary-card .summary-content .summary-value{color:#ffffffe6!important}html.dark-theme .summary-card.progress-card .progress-header{color:#fff9!important}html.dark-theme .summary-card.progress-card .progress-header .secondary,html.dark-theme .summary-card.progress-card .progress-header.secondary,html.dark-theme .summary-card.progress-card .progress-detail{color:#ffffff80!important}html.dark-theme .summary-card.progress-card .global-progress-section{border-top-color:#ffffff1f!important}html.dark-theme .description-card h4{color:#fff9!important}html.dark-theme .description-card p{color:#ffffffd9!important}html.dark-theme .tab-content .empty-state{color:#fff9!important}html.dark-theme .ticket-pending{background-color:#e6510033!important;color:#ffb74d!important}html.dark-theme .ticket-created{background-color:#1565c033!important;color:#64b5f6!important}html.dark-theme .ticket-sent,html.dark-theme .ticket-in-progress{background-color:#2e7d3233!important;color:#81c784!important}html.dark-theme .ticket-resolved{background-color:#1b5e2040!important;color:#a5d6a7!important}html.dark-theme .ticket-closed{background-color:#ffffff1a!important;color:#ffffffb3!important}html.dark-theme .ticket-failed{background-color:#c6282833!important;color:#ef5350!important}html.dark-theme .status-fixed{background-color:#2e7d3240!important;color:#81c784!important}html.dark-theme .status-false-positive{background-color:#7b1fa240!important;color:#ce93d8!important}html.dark-theme .status-new{background-color:#1565c040!important;color:#64b5f6!important}html.dark-theme .status-reopened{background-color:#e6510040!important;color:#ffb74d!important}html.dark-theme .vuln-id{color:var(--text-primary)}html.dark-theme .cve-list{color:var(--text-muted)}html.dark-theme .campaign-review .header-info h1,html.dark-theme .review-header .header-info h1{color:var(--text-primary)!important}html.dark-theme .campaign-review .header-info .campaign-description,html.dark-theme .review-header .header-info .campaign-description,html.dark-theme .progress-card .progress-info span:first-child{color:var(--text-secondary)}html.dark-theme .progress-card .progress-info .progress-percent{color:var(--text-primary)}html.dark-theme .progress-card .progress-details{color:var(--text-secondary)}html.dark-theme .selection-header{background:#ffffff0d}html.dark-theme .asset-accordion mat-panel-title .asset-icon{color:var(--icon-muted)!important}html.dark-theme .asset-accordion mat-panel-title .asset-name{color:var(--text-primary)!important}html.dark-theme .asset-accordion mat-panel-description .ip-list{color:var(--text-secondary)!important}html.dark-theme .asset-accordion .mat-expansion-panel-header:hover{background:#ffffff0a!important}html.dark-theme .findings-count,html.dark-theme mat-chip.findings-count,html.dark-theme .mat-mdc-chip.findings-count{background:#1565c040!important;color:#64b5f6!important;--mdc-chip-label-text-color: #64b5f6 !important}html.dark-theme .findings-count .mdc-evolution-chip__text-label,html.dark-theme .findings-count .mat-mdc-chip-action-label,html.dark-theme mat-chip.findings-count .mdc-evolution-chip__text-label,html.dark-theme mat-chip.findings-count .mat-mdc-chip-action-label,html.dark-theme .mat-mdc-chip.findings-count .mdc-evolution-chip__text-label,html.dark-theme .mat-mdc-chip.findings-count .mat-mdc-chip-action-label{color:#64b5f6!important}html.dark-theme .unresolved-count,html.dark-theme mat-chip.unresolved-count,html.dark-theme .mat-mdc-chip.unresolved-count{background:#e6510040!important;color:#ffb74d!important;--mdc-chip-label-text-color: #ffb74d !important}html.dark-theme .unresolved-count .mdc-evolution-chip__text-label,html.dark-theme .unresolved-count .mat-mdc-chip-action-label,html.dark-theme mat-chip.unresolved-count .mdc-evolution-chip__text-label,html.dark-theme mat-chip.unresolved-count .mat-mdc-chip-action-label,html.dark-theme .mat-mdc-chip.unresolved-count .mdc-evolution-chip__text-label,html.dark-theme .mat-mdc-chip.unresolved-count .mat-mdc-chip-action-label{color:#ffb74d!important}html.dark-theme .finding-item{border-bottom-color:var(--border-light)}html.dark-theme .finding-item:hover{background:#ffffff05}html.dark-theme .finding-item.selected{background:#2196f31a}html.dark-theme .finding-item .finding-info .finding-header .cve-list,html.dark-theme .finding-item .finding-info .finding-description{color:var(--text-secondary)}html.dark-theme .finding-item .finding-info .finding-meta{color:var(--text-muted)}html.dark-theme .template-dialog .variable-desc,html.dark-theme mat-dialog-container .variable-desc{color:var(--text-secondary)}html.dark-theme .template-dialog .preview-hint,html.dark-theme mat-dialog-container .preview-hint{color:var(--text-secondary)}html.dark-theme .template-dialog .preview-section,html.dark-theme mat-dialog-container .preview-section{background:#ffffff0a;border-color:var(--border-medium)}html.dark-theme .template-dialog .preview-section h4,html.dark-theme mat-dialog-container .preview-section h4{color:var(--text-primary)}html.dark-theme .template-dialog .variables-panel,html.dark-theme mat-dialog-container .variables-panel{background:#ffffff0a}html.dark-theme .template-dialog .variable-item,html.dark-theme mat-dialog-container .variable-item{background:var(--mat-sys-surface);border-color:var(--border-medium)}html.dark-theme .template-dialog .variable-item:hover,html.dark-theme mat-dialog-container .variable-item:hover{background:#2196f31a;border-color:#42a5f5}html.dark-theme .connector-logo-placeholder{background:#ffffff14;color:var(--icon-muted)}html.dark-theme .connector-logo{background:#ffffff14}html.dark-theme .schedule-icon{color:var(--icon-muted)!important}html.dark-theme .type-badge{background:#2196f333;color:#64b5f6}html.dark-theme .status-badge.status-active{background:#2e7d3233;color:#81c784}html.dark-theme .status-badge.status-paused{background:#f57c0033;color:#ffb74d}html.dark-theme .status-badge.status-error{background:#c6282833;color:#ef5350}html.dark-theme .status-badge.status-disabled{background:#ffffff14;color:#ffffff80}html.dark-theme mat-hint,html.dark-theme .mat-mdc-form-field-hint{color:var(--text-hint)!important}html.dark-theme .mat-mdc-dialog-container .mdc-dialog__surface{background:var(--mat-sys-surface)!important}html.dark-theme .mat-mdc-dialog-container p,html.dark-theme .mat-mdc-dialog-container .description,html.dark-theme .mat-mdc-dialog-container .hint{color:var(--text-secondary)}html.dark-theme .dialog-header{border-bottom-color:var(--border-medium)!important}html.dark-theme .dialog-header .close-button{color:var(--icon-muted)}html.dark-theme .dialog-header .close-button:hover{color:var(--text-primary)}html.dark-theme .form-footer{border-top-color:var(--border-medium)!important}html.dark-theme .secondary-action{border-color:#2196f380!important;color:#64b5f6!important}html.dark-theme .splash-container{background:#1f2a3d!important}html.dark-theme .current-plan{background:#ffffff0a!important;border-bottom-color:#ffffff14!important}html.dark-theme .plan-limits{color:#ffffffb3!important}html.dark-theme .features-section h3{color:#ffffffe6!important}html.dark-theme .feature-card{background:#ffffff0f!important}html.dark-theme .feature-content h4{color:#ffffffe6!important}html.dark-theme .feature-content p,html.dark-theme .later-btn,html.dark-theme .dont-show-again label{color:#fff9!important}html.dark-theme .upgrade-request-dialog-panel .dialog-container,html.dark-theme .cdk-overlay-pane:has(app-upgrade-request-dialog) .dialog-container{background:#1f2a3d}html.dark-theme .benefits-section h3{color:#ffffffe6!important}html.dark-theme .benefit-card{background:#ffffff0f!important;border-color:#ffffff14!important}html.dark-theme .benefit-content h4{color:#ffffffe6!important}html.dark-theme .benefit-content p{color:#fff9!important}html.dark-theme .usage-section{border-top-color:#ffffff14!important}html.dark-theme .usage-section h4{color:#ffffffe6!important}html.dark-theme .usage-label{color:#fff9!important}html.dark-theme .usage-bar{background:#ffffff14!important}html.dark-theme .message-section{border-top-color:#ffffff14!important}html.dark-theme .contact-promise{background:#2e7d3226!important;border-color:#2e7d324d!important}html.dark-theme .contact-promise mat-icon{color:#81c784!important}html.dark-theme .contact-promise p{color:#a5d6a7!important}html.dark-theme .dialog-footer{border-top-color:#ffffff14!important}html.dark-theme .auth-callback-container .callback-card{background:#1f2a3d!important;box-shadow:0 10px 40px #0006!important}html.dark-theme .auth-callback-container .loading-container{background:transparent!important}html.dark-theme .auth-callback-container .status-text{color:#fff9!important}html.dark-theme .auth-callback-container .error-title{color:#ffffffe6!important}html.dark-theme .auth-callback-container .error-message{color:#fff9!important}.blank-layout-container{height:100vh;display:flex;background-size:cover;align-items:center}@media(min-width:992px){.blank-layout-container>.row{flex-wrap:nowrap!important}}.auth-title{font-size:36px;line-height:44px}.bg-gredient:before{content:"";position:absolute;height:100%;width:100%;opacity:.3;background:radial-gradient(#d2f1df,#d3d7fa,#bad8f4) 0% 0%/400% 400%;animation:15s ease 0s infinite normal none running gradient;z-index:-1}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:50% 0%}}.img-height{height:calc(100vh - 83px)}.custom-row.row{margin-right:-8px;margin-left:-8px}.custom-row.row .col-2,.custom-row.row .col-12{padding-right:8px;padding-left:8px}.or-border{position:relative;text-align:center}.or-border:before{content:"";position:absolute;left:0;width:100px;top:50%;height:1px;background:var(--mat-sys-outline-variant)}.or-border:after{content:"";position:absolute;right:0;width:100px;top:50%;height:1px;background:var(--mat-sys-outline-variant)}.boxed-auth{width:100%;max-width:480px;margin:0 auto}.max-width-form{max-width:450px}.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__leading,.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__notch,.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__trailing{border-color:var(--mat-sys-error)!important}.error-msg{position:absolute;top:-19px;right:3px}.login-hero-panel{background:linear-gradient(145deg,#0c1222,#111b30 40%,#0f1729);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(93,135,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(93,135,255,.03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at 50% 50%,black 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at 50% 50%,black 30%,transparent 75%)}.hero-brand{margin-bottom:2.5rem}.hero-brand .hero-logo{height:38px;width:auto}.hero-brand.hero-brand-xl{margin-bottom:3rem;display:flex;justify-content:center}.hero-brand.hero-brand-xl .hero-logo-xl{height:240px;max-width:100%;width:auto;filter:drop-shadow(0 12px 48px rgba(198,40,40,.35))}.hero-brand.hero-brand-xl .hero-logo-xl.hero-logo-horizontal{height:auto;width:min(520px,90%)}.terminal-window{background:#0d111cd9;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;margin-bottom:2.5rem;box-shadow:0 0 0 1px #ffffff0a,0 20px 60px -10px #00000080,0 0 40px #5d87ff0f;max-width:520px}.terminal-header{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.terminal-dots{display:flex;gap:6px}.terminal-dots .dot{width:12px;height:12px;border-radius:50%}.terminal-dots .dot.dot-red{background:#ff5f57}.terminal-dots .dot.dot-yellow{background:#febc2e}.terminal-dots .dot.dot-green{background:#28c840}.terminal-title{color:#fff6;font-size:.8rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Fira Code,monospace}.terminal-body{padding:1.5rem 1.5rem 1.75rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Fira Code,monospace;font-size:.85rem;line-height:1.8}.terminal-line{display:flex;align-items:center;gap:.75rem}.terminal-line.terminal-spacer{height:.5rem}.terminal-command{margin-bottom:.25rem}.terminal-prompt{color:#10b981;font-weight:700}.terminal-text{color:#ffffffd9}.terminal-result{opacity:0;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease}.terminal-result.visible{opacity:1;transform:translateY(0)}.terminal-check{color:#10b981;font-weight:700;font-size:.9rem;flex-shrink:0;width:16px;text-align:center}.terminal-framework{color:#fff;font-weight:700;min-width:90px;font-size:.85rem}.terminal-count{color:#fff6;font-size:.8rem}.terminal-summary{opacity:0;transform:translateY(4px);transition:opacity .5s ease,transform .5s ease}.terminal-summary.visible{opacity:1;transform:translateY(0)}.terminal-arrow{color:#5d87ff;font-size:.75rem;flex-shrink:0}.terminal-summary-text{color:#ffffffb3;font-size:.85rem}.terminal-score{color:#10b981;font-weight:700}.login-hero-content{position:relative;z-index:2;padding:3rem 3.5rem;height:100%;display:flex;align-items:center}.hero-text-container{max-width:540px}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.25;color:#fff;margin:0 0 1.25rem}.text-gradient{background:linear-gradient(135deg,#5d87ff,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.05rem;line-height:1.7;color:#ffffff8c;margin-bottom:0;max-width:460px}.powered-by-advens{display:flex;align-items:center;gap:.75rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.powered-by-advens .powered-text{color:#fff6;font-size:.85rem;font-weight:400;letter-spacing:.02em}.powered-by-advens .advens-logo-white{height:28px;width:auto;opacity:.7;transition:opacity .2s ease}.powered-by-advens .advens-logo-white:hover{opacity:1}.login-form-panel{background:#fafbfc;display:flex;align-items:center;justify-content:center;min-height:100vh}.login-form-container{width:100%;max-width:520px;padding:2rem}.login-form-wrapper{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 24px #0000000f}.login-header{text-align:center;margin-bottom:1.5rem}.login-header .welcome-subtitle{font-size:.95rem;color:#6b7280;margin:1rem 0 0;line-height:1.5}.login-logo{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none}.login-logo img{height:44px;width:auto}.login-logo .login-logo-horizontal{height:auto;width:180px;max-width:100%}.login-logo .logo-text{font-size:1.75rem;font-weight:700;color:#0a1628;letter-spacing:-.5px}.login-logo.tenant-branded .tenant-logo-img{max-height:48px;max-width:120px;object-fit:contain}.login-logo.tenant-branded .logo-text{font-size:1.5rem}.login-welcome{text-align:center;margin-bottom:2rem}.welcome-title{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem}.welcome-subtitle{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.forgot-password-container{margin-top:.25rem;text-align:right}.forgot-link{font-size:.8rem;font-weight:500;color:#5d87ff;text-decoration:none;transition:color .2s ease}.forgot-link:hover{color:#4a6fd4;text-decoration:none}.remember-me-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.remember-me-hint{font-size:.75rem;color:#7c8db0}.modern-input.mat-mdc-form-field .mat-mdc-text-field-wrapper{background:#f8fafc;border-radius:10px}.modern-input.mat-mdc-form-field .mdc-notched-outline__leading,.modern-input.mat-mdc-form-field .mdc-notched-outline__notch,.modern-input.mat-mdc-form-field .mdc-notched-outline__trailing{border-color:#e5e7eb!important}.modern-input.mat-mdc-form-field:hover .mdc-notched-outline__leading,.modern-input.mat-mdc-form-field:hover .mdc-notched-outline__notch,.modern-input.mat-mdc-form-field:hover .mdc-notched-outline__trailing{border-color:#d1d5db!important}.modern-input.mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,.modern-input.mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,.modern-input.mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing{border-color:#5d87ff!important;border-width:2px}.modern-input .input-icon{color:#9ca3af;font-size:20px;margin-right:8px}.modern-input input{font-size:.95rem}.modern-input input::placeholder{color:#9ca3af}.field-error{font-size:.8rem;color:#ef4444;margin-top:-.25rem;margin-bottom:.25rem;padding-left:.25rem}.remember-row{margin-top:.5rem}.modern-checkbox .checkbox-label{font-size:.875rem;color:#4b5563}.login-submit-btn{width:100%;height:52px;margin-top:.5rem;background:linear-gradient(135deg,#5d87ff,#4a6fd4);color:#fff;font-size:1rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;box-shadow:0 4px 12px #5d87ff4d}.login-submit-btn span{line-height:1;display:flex;align-items:center}.login-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4a6fd4,#3d5cb8);box-shadow:0 6px 16px #5d87ff66;transform:translateY(-1px)}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-submit-btn .btn-arrow{font-size:20px;transition:transform .2s ease;display:flex;align-items:center}.login-submit-btn:hover:not(:disabled) .btn-arrow{transform:translate(4px)}.login-submit-btn .btn-spinner ::ng-deep circle{stroke:#fff}.login-form-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.sso-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#9ca3af;font-size:.85rem}.sso-divider:before,.sso-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.sso-divider span{padding:0 1rem;white-space:nowrap}.sso-login-btn{width:100%;height:48px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#374151;font-size:.95rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .2s ease}.sso-login-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.sso-login-btn:disabled{opacity:.6;cursor:not-allowed}.sso-login-btn .sso-provider-icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.sso-login-btn .sso-provider-icon.microsoft-icon,.sso-login-btn .sso-provider-icon.google-icon{width:18px;height:18px;margin-right:4px}.sso-login-btn span{display:inline-flex;align-items:center}.sso-login-btn .btn-spinner ::ng-deep circle{stroke:#5d87ff}.sso-enforced-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#fef3c7;border-radius:8px;color:#92400e;font-size:.85rem}.sso-enforced-notice mat-icon{font-size:18px;width:18px;height:18px;color:#f59e0b}.security-badges{display:flex;flex-direction:column;gap:.75rem;align-items:center}.security-badge{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;color:#6b7280;font-size:.8rem;min-width:280px}.security-badge .security-icon{font-size:18px;width:18px;height:18px;color:#10b981;flex-shrink:0}.security-badge.adversary-badge .adversary-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}.security-badge.gdpr-badge .eu-flag-icon{width:18px;height:18px;flex-shrink:0}.language-selector-bottom{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;gap:.5rem;flex-wrap:wrap}.language-selector-bottom .version-text{color:#0006;font-size:.7rem;font-weight:400;padding-right:.75rem;border-right:1px solid rgba(0,0,0,.12)}.language-selector-bottom .deployment-badge{color:#ff9800;font-size:.65rem;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;background-color:#ff98001a;border-radius:3px;border:1px solid rgba(255,152,0,.3)}.language-selector-bottom .lang-btn{padding:.5rem .75rem;border-radius:8px;background:#ffffffe6;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;font-size:.85rem;color:#374151;transition:all .2s ease;cursor:pointer}.language-selector-bottom .lang-btn:hover{background:#fff;box-shadow:0 4px 12px #0000001a}.language-selector-bottom .lang-btn .lang-btn-content{display:flex;align-items:center;gap:.5rem;pointer-events:none}.language-selector-bottom .lang-btn .lang-flag{display:flex;align-items:center;height:16px;pointer-events:none}.language-selector-bottom .lang-btn .lang-flag svg{border-radius:3px;box-shadow:0 0 1px #0000004d;pointer-events:none}.language-selector-bottom .lang-btn .lang-name{font-weight:500;pointer-events:none}.language-selector-bottom .lang-btn mat-icon{font-size:18px;width:18px;height:18px;color:#9ca3af;pointer-events:none}.active-lang{background-color:#f3f4f6!important}.lang-menu-item{display:flex;align-items:center;gap:.5rem}.lang-menu-item .lang-flag{display:flex;align-items:center;height:16px}.lang-menu-item .lang-flag svg{border-radius:3px;box-shadow:0 0 1px #0000004d}.circle-top{position:absolute;top:-33%;left:-14%;border:120px solid #0b2947;height:700px;width:700px;display:block;background:transparent;border-radius:100%;z-index:1}.circle-bottom{position:absolute;bottom:-4%;right:1%;height:450px;width:450px;display:block;background:transparent;z-index:1;opacity:.5}.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;position:relative;overflow:hidden}.reset-password-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.06) 0%,transparent 40%);pointer-events:none}.reset-password-card{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:440px;position:relative;z-index:1;overflow:hidden}.reset-password-card .card-header{display:flex;justify-content:flex-end;padding:1rem 1.5rem 0}.reset-password-card .card-header .lang-button{opacity:.7;transition:opacity .2s}.reset-password-card .card-header .lang-button:hover{opacity:1}.reset-password-card .logo-container{display:flex;flex-direction:column;align-items:center;padding:0 2rem;margin-bottom:1rem}.reset-password-card .logo-container .app-logo{width:48px;height:48px;margin-bottom:.5rem}.reset-password-card .logo-container .logo-text{font-size:1.5rem;font-weight:600;color:#1a202c}.reset-password-card .form-container{padding:0 2rem 2rem}.reset-password-card .form-container h2{font-size:1.5rem;font-weight:600;color:#1a202c;text-align:center;margin-bottom:.5rem}.reset-password-card .form-container .subtitle{text-align:center;color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.reset-password-card .password-requirements{background:#f8fafc;border-radius:8px;padding:1rem;margin:.25rem 0 1.5rem}.reset-password-card .password-requirements .requirements-title{font-size:.85rem;font-weight:600;color:#475569;margin-bottom:.75rem}.reset-password-card .password-requirements ul{list-style:none;padding:0;margin:0}.reset-password-card .password-requirements li{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.85rem;color:#64748b;transition:color .2s}.reset-password-card .password-requirements li.valid,.reset-password-card .password-requirements li.valid .req-icon{color:#10b981}.reset-password-card .password-requirements li.invalid,.reset-password-card .password-requirements li.invalid .req-icon{color:#ef4444}.reset-password-card .password-requirements .req-icon{font-size:18px;width:18px;height:18px;color:#cbd5e1}.reset-password-card .submit-button{height:48px;font-size:1rem;font-weight:500;border-radius:8px;margin-top:.5rem}.reset-password-card .back-to-login{text-align:center;margin-top:1.25rem}.reset-password-card .back-to-login .link{color:#667eea;cursor:pointer;font-size:.9rem;transition:color .2s}.reset-password-card .back-to-login .link:hover{color:#764ba2;text-decoration:underline}.reset-password-card .card-footer{background:#f8fafc;padding:1rem;text-align:center;font-size:.8rem;color:#64748b;border-top:1px solid #e2e8f0}.reset-password-card .invalid-token-container,.reset-password-card .success-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.reset-password-card .invalid-token-container h2,.reset-password-card .success-container h2{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a202c}.reset-password-card .invalid-token-container p,.reset-password-card .success-container p{color:#64748b;margin-bottom:1.5rem}.reset-password-card .invalid-token-container button,.reset-password-card .success-container button{min-width:160px}.reset-password-card .error-icon{font-size:56px;width:56px;height:56px;color:#ef4444}.reset-password-card .success-icon{font-size:56px;width:56px;height:56px;color:#10b981}html.dark-theme .reset-password-page{background:linear-gradient(135deg,#0a1628,#0d2137,#0a1628)}html.dark-theme .reset-password-card{background:#1e293b;box-shadow:0 25px 50px -12px #00000080}html.dark-theme .reset-password-card .logo-container .logo-text,html.dark-theme .reset-password-card .form-container h2{color:#fff}html.dark-theme .reset-password-card .form-container .subtitle{color:#94a3b8}html.dark-theme .reset-password-card .password-requirements{background:#ffffff0d}html.dark-theme .reset-password-card .password-requirements .requirements-title{color:#cbd5e1}html.dark-theme .reset-password-card .password-requirements li{color:#94a3b8}html.dark-theme .reset-password-card .back-to-login .link{color:#7ca0ff}html.dark-theme .reset-password-card .back-to-login .link:hover{color:#a0bfff}html.dark-theme .reset-password-card .card-footer{background:#0003;border-top-color:#ffffff1a;color:#94a3b8}html.dark-theme .reset-password-card .invalid-token-container h2,html.dark-theme .reset-password-card .success-container h2{color:#fff}html.dark-theme .reset-password-card .invalid-token-container p,html.dark-theme .reset-password-card .success-container p{color:#94a3b8}.auth-card{max-width:460px!important}.h-n80{height:calc(100vh - 80px)}.auth-bg{background:url(/assets/images/backgrounds/login-bg.jpg);background-size:cover;background-repeat:no-repeat}.auth-login{max-width:1160px}.bg-dark-200{background-color:#111c2d!important}html.dark-theme .blank-layout-container{background:linear-gradient(145deg,#0c1222,#111b30 40%,#0f1729)}html.dark-theme .login-hero-panel,html.dark-theme .login-form-panel{background:transparent}html.dark-theme .login-form-wrapper{background:#ffffff08;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html.dark-theme .login-header .welcome-subtitle{color:#fff9}html.dark-theme .login-logo .logo-text{color:#fff}html.dark-theme .form-label{color:#ffffffd9}html.dark-theme .modern-input.mat-mdc-form-field .mat-mdc-text-field-wrapper{background:#ffffff0a}html.dark-theme .modern-input.mat-mdc-form-field .mdc-notched-outline__leading,html.dark-theme .modern-input.mat-mdc-form-field .mdc-notched-outline__notch,html.dark-theme .modern-input.mat-mdc-form-field .mdc-notched-outline__trailing{border-color:#ffffff1f!important}html.dark-theme .modern-input.mat-mdc-form-field:hover .mdc-notched-outline__leading,html.dark-theme .modern-input.mat-mdc-form-field:hover .mdc-notched-outline__notch,html.dark-theme .modern-input.mat-mdc-form-field:hover .mdc-notched-outline__trailing{border-color:#fff3!important}html.dark-theme .modern-input.mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,html.dark-theme .modern-input.mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,html.dark-theme .modern-input.mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing{border-color:#5d87ff!important}html.dark-theme .modern-input .input-icon{color:#fff6}html.dark-theme .modern-input input{color:#fff}html.dark-theme .modern-input input::placeholder{color:#ffffff4d}html.dark-theme .field-error{color:#ff6b6b}html.dark-theme .forgot-link{color:#7ca0ff}html.dark-theme .forgot-link:hover{color:#a0bfff}html.dark-theme .login-form-footer{border-top-color:#ffffff14}html.dark-theme .security-badge{color:#ffffff80}html.dark-theme .security-badge .security-icon{color:#10b981}html.dark-theme .language-selector-bottom .version-text{color:#ffffff59;border-right-color:#ffffff1a}html.dark-theme .language-selector-bottom .deployment-badge{background-color:#ff98001f;border-color:#ff98004d}html.dark-theme .language-selector-bottom .lang-btn{background:#ffffff0a;border-color:#ffffff1a;color:#ffffffb3}html.dark-theme .language-selector-bottom .lang-btn:hover{background:#ffffff14}html.dark-theme .language-selector-bottom .lang-btn mat-icon{color:#fff6}html.dark-theme .language-selector-bottom .theme-toggle-btn{color:#fff9}html.dark-theme .language-selector-bottom .theme-toggle-btn:hover{color:#fff;background:#ffffff14}html.dark-theme .sso-login-btn{background:#ffffff0a;border-color:#ffffff1a;color:#fffc}html.dark-theme .sso-login-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff26}html.dark-theme .sso-divider{color:#ffffff59}html.dark-theme .sso-divider:before,html.dark-theme .sso-divider:after{border-bottom-color:#ffffff1a}html.dark-theme .sso-enforced-notice{background:#f59e0b1a;color:#fbbf24}html.dark-theme .sso-enforced-notice mat-icon{color:#f59e0b}.language-selector-bottom{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem}.language-selector-bottom .theme-toggle-btn{color:#6b7280;transition:all .2s ease}.language-selector-bottom .theme-toggle-btn:hover{color:#374151;background:#0000000d}@media screen and (min-width:992px)and (max-height:800px){.login-form-panel{overflow-y:auto;align-items:flex-start;padding-top:1rem;padding-bottom:1rem}.login-form-container{padding:1rem}.login-form-wrapper{padding:1.5rem 2rem}.login-header{margin-bottom:1rem}.login-header .welcome-subtitle{margin:.5rem 0 0}.login-logo img{height:36px}.login-logo .login-logo-horizontal{height:auto;width:160px}.login-logo .logo-text{font-size:1.5rem}.login-form{gap:.5rem}.form-group .mat-mdc-form-field{margin-bottom:-.5rem}.login-submit-btn{height:44px;margin-top:.25rem}.sso-divider{margin:1rem 0}.sso-login-btn{height:40px}.login-form-footer{margin-top:1rem;padding-top:1rem}.security-badges{gap:1rem}.language-selector-bottom{margin-top:1rem}.login-hero-content{padding:2rem}.hero-brand .hero-logo{height:32px}.hero-title{font-size:2rem;margin:0 0 1rem}.hero-description{font-size:.95rem}.terminal-window{margin-bottom:1.75rem}.terminal-body{padding:1rem 1.25rem 1.25rem;font-size:.8rem;line-height:1.7}.powered-by-advens{margin-top:2rem;padding-top:1.5rem}}@media screen and (min-width:992px)and (max-height:700px){.login-form-wrapper{padding:1.25rem 1.5rem}.login-header{margin-bottom:.75rem}.login-logo img{height:32px}.login-logo .login-logo-horizontal{height:auto;width:140px}.login-logo .logo-text{font-size:1.35rem}.form-label{font-size:.8rem;margin-bottom:.25rem}.login-submit-btn{height:40px;font-size:.9rem}.login-form-footer{margin-top:.75rem;padding-top:.75rem}.security-badge{font-size:.75rem}.hero-brand{margin-bottom:1.5rem}.hero-brand .hero-logo{height:28px}.hero-title{font-size:1.75rem}.terminal-window{margin-bottom:1.25rem}.terminal-body{padding:.75rem 1rem 1rem;font-size:.75rem;line-height:1.6}.terminal-header{padding:.6rem 1rem}.terminal-dots .dot{width:10px;height:10px}}html .toast-success{background-color:#10b981}html .toast-error{background-color:var(--mat-sys-error)}html .toast-warning{background-color:#ffae1f}html .toast-info{background-color:var(--mat-sys-primary)}html .toast-container .ngx-toastr{box-shadow:var(--mat-sys-level2);border-radius:24px}[dir=rtl] .upgrade-bg{left:0;right:unset;transform:scaleX(-1)}[dir=rtl] td.hljs-ln-line.hljs-ln-numbers{padding-left:10px;padding-right:0}[dir=rtl] .customizerBtn{left:30px;right:unset}[dir=rtl] .branding img{transform:scaleX(-1)}[dir=rtl] .breadcrumb-icon{left:19px;right:unset}[dir=rtl] .breadcrumb-item:first-child{margin-left:0;margin-right:-20px}[dir=rtl] .breadcrumb-item.active{margin-left:0;margin-right:20px}[dir=rtl] .circle-bottom{left:1%;right:unset}[dir=rtl] .circle-top{right:-14%;left:unset}[dir=rtl] .mat-drawer.sidebarNav{border-left:1px solid var(--mat-sys-outline-variant);border-right:0}[dir=rtl] .sidebar-list.mdc-list .menu-list-item .mdc-list-item__start{margin-right:0!important;margin-left:10px!important}[dir=rtl] .inner-sidebar{margin-right:56px;margin-left:0!important}[dir=rtl] .sidebarNav.mat-drawer-side{border-left-width:0}[dir=rtl].sidebarNav-mini .contentWrapper{margin-right:56px!important;margin-left:0!important;transition:swift-ease-out(width)}[dir=rtl].sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__start{margin-right:8px!important;margin-left:7px!important}[dir=rtl].sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__start{margin-right:0!important;margin-left:16px!important}@media(min-width:1024px){[dir=rtl] .sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__start{margin-left:8px!important;margin-right:6px!important}[dir=rtl] .sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list .mdc-list-group__subheader{text-align:right}[dir=rtl] .sidebarNav-mini .contentWrapper{margin-right:56px!important;margin-left:0!important}}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width:240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px)and (max-width:480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px)and (max-width:768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}.cal-month-view .cal-header{text-align:center;font-weight:bolder}.cal-month-view .cal-header .cal-cell{padding:5px 0;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{min-height:78px;flex:1}.cal-month-view .cal-cell-row{display:flex}.cal-month-view .cal-cell{float:left;flex:1;display:flex;flex-direction:column;align-items:stretch}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-right:initial;border-left:1px solid}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{margin-top:18px;margin-left:10px;display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:10px;float:left}.cal-month-view .cal-day-number{font-size:1.2em;font-weight:400;opacity:.5;margin-top:15px;margin-right:15px;float:right;margin-bottom:10px}.cal-month-view .cal-events{flex:1;align-items:flex-end;margin:3px;line-height:10px;display:flex;flex-wrap:wrap}.cal-month-view .cal-event{width:10px;height:10px;border-radius:50%;display:inline-block;margin:2px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{opacity:.1;cursor:default}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px;overflow:hidden;animation:cal-slide-down .15s ease-in}.cal-month-view .cal-open-day-events.cal-open-day-events-closing{animation:cal-slide-up .15s ease-out}@media(prefers-reduced-motion:reduce){.cal-month-view .cal-open-day-events.cal-open-day-events-closing{animation:none}}@media(prefers-reduced-motion:reduce){.cal-month-view .cal-open-day-events{animation:none}}@keyframes cal-slide-down{0%{height:0;padding-top:0;padding-bottom:0}to{height:auto;padding-top:15px;padding-bottom:15px}}@keyframes cal-slide-up{0%{height:auto;padding-top:15px;padding-bottom:15px}to{height:0;padding-top:0;padding-bottom:0}}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view{background-color:#fff}.cal-month-view .cal-cell-row:hover{background-color:#fafafa}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#e1e1e1}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#e1e1e1}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-right-color:initial;border-left-color:#e1e1e1}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#e1e1e1}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{color:#fff;background-color:#555;box-shadow:inset 0 0 15px #00000080}.cal-week-view *{box-sizing:border-box}.cal-week-view .cal-day-headers{display:flex;padding-left:70px;border:1px solid}[dir=rtl] .cal-week-view .cal-day-headers{padding-left:initial;padding-right:70px}.cal-week-view .cal-day-headers .cal-header{flex:1;text-align:center;padding:5px}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:initial;border-left:1px solid}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left:initial;border-right:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{flex-grow:1;border-left:solid 1px}[dir=rtl] .cal-week-view .cal-day-column{border-left:initial;border-right:solid 1px}.cal-week-view .cal-event{font-size:12px;border:1px solid;direction:ltr}.cal-week-view .cal-time-label-column{width:70px;height:100%}.cal-week-view .cal-current-time-marker{position:absolute;width:100%;height:2px;z-index:2}.cal-week-view .cal-all-day-events{border:solid 1px;border-top:0;border-bottom-width:3px;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{height:100%;width:100%;display:flex;position:absolute;top:0;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{position:relative;height:31px;margin-left:70px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row{margin-left:initial;margin-right:70px}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{z-index:1;pointer-events:none}.cal-week-view .cal-all-day-events .cal-event{padding:0 5px;margin-left:2px;margin-right:2px;height:28px;line-height:28px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-top-left-radius:5px;border-bottom-left-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-top-left-radius:initial;border-bottom-left-radius:initial;border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-top-right-radius:5px;border-bottom-right-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-top-right-radius:initial;border-bottom-right-radius:initial;border-top-left-radius:5px;border-bottom-left-radius:5px}.cal-week-view .cal-all-day-events .cal-time-label-column{display:flex;align-items:center;justify-content:center;font-size:14px}.cal-week-view .cal-all-day-events .cal-resize-handle{width:6px;height:100%;cursor:col-resize;position:absolute;top:0}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:initial;left:0}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{position:relative;border:solid 1px;border-top:0;display:flex}.cal-week-view .cal-time-events .cal-day-columns{display:flex;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{width:calc(100% - 2px);height:calc(100% - 2px);margin:1px;padding:0 5px;line-height:25px}.cal-week-view .cal-time-events .cal-resize-handle{width:100%;height:4px;cursor:row-resize;position:absolute}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:"\a0"}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move}.cal-week-view mwl-calendar-week-view-hour-segment,.cal-week-view .cal-hour-segment{display:block}.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;width:70px;text-align:center}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:solid 1px #e1e1e1}.cal-week-view .cal-day-headers{border-color:#e1e1e1;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:initial;border-left:solid 1px #e1e1e1!important}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:initial;border-right-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-header:hover,.cal-week-view .cal-day-headers .cal-drag-over{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-column{border-left-color:initial;border-right-color:#e1e1e1}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#e1e1e1}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#e1e1e1}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fafafa}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment{border-bottom-color:#e1e1e1}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}[dir=rtl] .cal-day-view .cal-events-container{margin-left:initial;margin-right:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}[dir=rtl] .cal-day-view .cal-current-time-marker{margin-left:initial;margin-right:70px}.cal-tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:11px;word-wrap:break-word;opacity:.9}.cal-tooltip.cal-tooltip-top{padding:5px 0;margin-top:-3px}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0}.cal-tooltip.cal-tooltip-right{padding:0 5px;margin-left:3px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0}.cal-tooltip.cal-tooltip-bottom{padding:5px 0;margin-top:3px}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px}.cal-tooltip.cal-tooltip-left{padding:0 5px;margin-left:-3px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px}.cal-tooltip-inner{max-width:200px;padding:3px 8px;text-align:center;border-radius:.25rem}.cal-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{color:#fff;background-color:#000}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
